SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=3796 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (142, 'action_scheduler/migration_hook', 'failed', '2024-09-10 14:38:54', '2024-09-10 14:38:54', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1725979134;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1725979134;}', 1, 1, '2024-09-10 14:39:18', '2024-09-10 14:39:18', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3753, 'instawp_send_heartbeat', 'complete', '2024-12-10 15:28:43', '2024-12-10 15:28:43', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733844523;s:18:\"\0*\0first_timestamp\";i:1724986547;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733844523;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-08-24 14:37:30', '2025-08-24 14:37:30', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3754, 'instawp_handle_heartbeat_status', 'failed', '2024-12-10 15:28:43', '2024-12-10 15:28:43', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733844523;s:18:\"\0*\0first_timestamp\";i:1724986547;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733844523;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-08-24 14:37:30', '2025-08-24 14:37:30', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3755, 'instawp_clean_migrate_files', 'complete', '2024-12-10 15:28:43', '2024-12-10 15:28:43', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733844523;s:18:\"\0*\0first_timestamp\";i:1724986547;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733844523;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-08-24 14:37:30', '2025-08-24 14:37:30', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3756, 'instawp_send_heartbeat', 'complete', '2024-12-10 15:28:44', '2024-12-10 15:28:44', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733844524;s:18:\"\0*\0first_timestamp\";i:1728792636;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733844524;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-08-24 14:37:30', '2025-08-24 14:37:30', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3757, 'instawp_handle_heartbeat_status', 'failed', '2024-12-10 15:28:44', '2024-12-10 15:28:44', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733844524;s:18:\"\0*\0first_timestamp\";i:1728792636;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733844524;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-08-24 14:37:30', '2025-08-24 14:37:30', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3758, 'instawp_clean_migrate_files', 'complete', '2024-12-10 15:28:44', '2024-12-10 15:28:44', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733844524;s:18:\"\0*\0first_timestamp\";i:1731183612;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733844524;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-08-24 14:37:30', '2025-08-24 14:37:30', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3774, 'instawp_handle_heartbeat', 'complete', '2024-12-10 01:39:35', '2024-12-10 01:39:35', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733794775;s:18:\"\0*\0first_timestamp\";i:1729696756;s:13:\"\0*\0recurrence\";i:14400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733794775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:14400;}', 3, 1, '2025-08-24 14:37:30', '2025-08-24 14:37:30', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3782, 'instawp_handle_heartbeat', 'complete', '2024-12-10 00:36:20', '2024-12-10 00:36:20', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733790980;s:18:\"\0*\0first_timestamp\";i:1724986547;s:13:\"\0*\0recurrence\";i:900;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733790980;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:900;}', 3, 1, '2025-08-24 14:37:30', '2025-08-24 14:37:30', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3783, 'instawp_prepare_large_files_list', 'complete', '2024-12-10 01:31:42', '2024-12-10 01:31:42', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733794302;s:18:\"\0*\0first_timestamp\";i:1724986547;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733794302;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}', 3, 1, '2025-08-24 14:37:30', '2025-08-24 14:37:30', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3785, 'action_scheduler/migration_hook', 'complete', '2025-08-24 14:38:28', '2025-08-24 14:38:28', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756046308;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756046308;}', 1, 1, '2025-08-24 14:39:40', '2025-08-24 14:39:40', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3786, 'instawp_handle_heartbeat', 'pending', '2025-08-24 14:52:30', '2025-08-24 14:52:30', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756047150;s:18:\"\0*\0first_timestamp\";i:1724986547;s:13:\"\0*\0recurrence\";i:900;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756047150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:900;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3787, 'instawp_prepare_large_files_list', 'pending', '2025-08-24 15:37:30', '2025-08-24 15:37:30', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756049850;s:18:\"\0*\0first_timestamp\";i:1724986547;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756049850;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3788, 'instawp_handle_heartbeat', 'pending', '2025-08-24 18:37:30', '2025-08-24 18:37:30', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756060650;s:18:\"\0*\0first_timestamp\";i:1729696756;s:13:\"\0*\0recurrence\";i:14400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756060650;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:14400;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3789, 'instawp_send_heartbeat', 'pending', '2025-08-25 14:37:30', '2025-08-25 14:37:30', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756132650;s:18:\"\0*\0first_timestamp\";i:1724986547;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756132650;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3790, 'instawp_handle_heartbeat_status', 'pending', '2025-08-25 14:37:30', '2025-08-25 14:37:30', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756132650;s:18:\"\0*\0first_timestamp\";i:1724986547;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756132650;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3791, 'instawp_clean_migrate_files', 'pending', '2025-08-25 14:37:30', '2025-08-25 14:37:30', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756132650;s:18:\"\0*\0first_timestamp\";i:1724986547;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756132650;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3792, 'instawp_send_heartbeat', 'pending', '2025-08-25 14:37:30', '2025-08-25 14:37:30', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756132650;s:18:\"\0*\0first_timestamp\";i:1728792636;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756132650;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3793, 'instawp_handle_heartbeat_status', 'pending', '2025-08-25 14:37:30', '2025-08-25 14:37:30', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756132650;s:18:\"\0*\0first_timestamp\";i:1728792636;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756132650;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3794, 'instawp_clean_migrate_files', 'pending', '2025-08-25 14:37:30', '2025-08-25 14:37:30', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756132650;s:18:\"\0*\0first_timestamp\";i:1731183612;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756132650;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp80_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (3795, 'action_scheduler/migration_hook', 'failed', '2025-08-24 14:40:41', '2025-08-24 14:40:41', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756046441;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756046441;}', 1, 1, '2025-08-24 14:43:42', '2025-08-24 14:43:42', '0', NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_actionscheduler_groups` (`group_id`, `slug`) VALUES (1, 'action-scheduler-migration');

INSERT IGNORE INTO `wp80_actionscheduler_groups` (`group_id`, `slug`) VALUES (2, 'wpforms');

INSERT IGNORE INTO `wp80_actionscheduler_groups` (`group_id`, `slug`) VALUES (3, 'instawp-connect');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=11351 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (397, 142, 'action created', '2024-09-10 14:37:54', '2024-09-10 14:37:54');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (398, 142, 'action started via Async Request', '2024-09-10 14:39:18', '2024-09-10 14:39:18');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (399, 142, 'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.', '2024-09-10 14:39:18', '2024-09-10 14:39:18');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11224, 3753, 'action created', '2024-12-09 15:28:43', '2024-12-09 15:28:43');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11227, 3754, 'action created', '2024-12-09 15:28:43', '2024-12-09 15:28:43');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11230, 3755, 'action created', '2024-12-09 15:28:43', '2024-12-09 15:28:43');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11233, 3756, 'action created', '2024-12-09 15:28:44', '2024-12-09 15:28:44');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11236, 3757, 'action created', '2024-12-09 15:28:44', '2024-12-09 15:28:44');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11239, 3758, 'action created', '2024-12-09 15:28:44', '2024-12-09 15:28:44');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11287, 3774, 'action created', '2024-12-09 21:39:35', '2024-12-09 21:39:35');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11311, 3782, 'action created', '2024-12-10 00:21:20', '2024-12-10 00:21:20');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11314, 3783, 'action created', '2024-12-10 00:31:42', '2024-12-10 00:31:42');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11318, 3785, 'action created', '2025-08-24 14:37:28', '2025-08-24 14:37:28');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11319, 3782, 'action started via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11320, 3782, 'action complete via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11321, 3786, 'action created', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11322, 3783, 'action started via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11323, 3783, 'action complete via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11324, 3787, 'action created', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11325, 3774, 'action started via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11326, 3774, 'action complete via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11327, 3788, 'action created', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11328, 3753, 'action started via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11329, 3753, 'action complete via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11330, 3789, 'action created', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11331, 3754, 'action started via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11332, 3754, 'action failed via WP Cron: Scheduled action for instawp_handle_heartbeat_status will not be executed as no callbacks are registered.', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11333, 3790, 'action created', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11334, 3755, 'action started via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11335, 3755, 'action complete via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11336, 3791, 'action created', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11337, 3756, 'action started via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11338, 3756, 'action complete via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11339, 3792, 'action created', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11340, 3757, 'action started via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11341, 3757, 'action failed via WP Cron: Scheduled action for instawp_handle_heartbeat_status will not be executed as no callbacks are registered.', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11342, 3793, 'action created', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11343, 3758, 'action started via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11344, 3758, 'action complete via WP Cron', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11345, 3794, 'action created', '2025-08-24 14:37:30', '2025-08-24 14:37:30');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11346, 3785, 'action started via WP Cron', '2025-08-24 14:39:40', '2025-08-24 14:39:40');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11347, 3785, 'action complete via WP Cron', '2025-08-24 14:39:40', '2025-08-24 14:39:40');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11348, 3795, 'action created', '2025-08-24 14:39:41', '2025-08-24 14:39:41');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11349, 3795, 'action started via WP Cron', '2025-08-24 14:43:42', '2025-08-24 14:43:42');

INSERT IGNORE INTO `wp80_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11350, 3795, 'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.', '2025-08-24 14:43:42', '2025-08-24 14:43:42');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_ce4wp_contacts` (
  `contact_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(200) NOT NULL DEFAULT '',
  `first_name` varchar(200) DEFAULT '',
  `last_name` varchar(200) DEFAULT '',
  `telephone` varchar(200) DEFAULT '',
  `consent` varchar(200) DEFAULT '',
  PRIMARY KEY (`contact_id`),
  UNIQUE KEY `email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) 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 NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (2, 6996, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2024-07-03 23:05:42', '2024-07-03 23:05:42', '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://en.gravatar.com/\" rel=\"nofollow ugc\">Gravatar</a>.', '0', 1, '', 'comment', '0', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_jetpack_sync_queue` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `queue_id` varchar(50) NOT NULL,
  `event_id` varchar(100) NOT NULL,
  `event_payload` longtext NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`ID`),
  KEY `event_id` (`event_id`),
  KEY `queue_id` (`queue_id`),
  KEY `queue_id_event_id` (`queue_id`,`event_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=311 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_ju_queue` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `datas` longtext NOT NULL,
  `data_hash` varchar(32) NOT NULL,
  `action` longtext NOT NULL,
  `responses` longtext DEFAULT NULL,
  `date_added` bigint(20) unsigned DEFAULT 0,
  `date_done` bigint(20) unsigned DEFAULT 0,
  `retries` int(11) unsigned NOT NULL DEFAULT 0,
  `status` tinyint(1) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_status` (`status`),
  KEY `idx_data_hash` (`data_hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) 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) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_nfd_data_event_queue` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `event` longtext NOT NULL,
  `attempts` tinyint(3) NOT NULL DEFAULT 0,
  `reserved_at` datetime DEFAULT NULL,
  `available_at` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_ninja_table_items` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `position` int(11) DEFAULT NULL,
  `table_id` bigint(20) NOT NULL,
  `owner_id` int(11) DEFAULT NULL,
  `attribute` varchar(255) NOT NULL,
  `settings` longtext DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=263 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (1, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Medical\",\"carrier\":\"<b>UnitedHealthcare\",\"website\":\"Pre-Enrollment:<br> <b> <a href=\'https:\\/\\/whyuhc.com\\/owensminor\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">https:\\/\\/whyuhc.com\\/owensminor<\\/a><\\/b><\\/span><br> Post-Enrollment:<br> <b> <a href=\'http:\\/\\/www.myuhc.com\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">www.myuhc.com<\\/b><br>\",\"phonenumber\":\"<b><span style=\\\"color: #872434;\\\">(855) 396-4462\",\"groupnumber\":\"932303\"}', '2024-08-23 21:38:45', '2025-02-04 02:18:56');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (2, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Medical \",\"carrier\":\"<b>Surest (Bind)\",\"website\":\"Pre-Enrollment:<br> <b><a href=\\\"\\/\\/join.surest.com\\/OwensMinor\\u201d\\\" target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">https:\\/\\/join.surest.com\\/OwensMinor<\\/a><\\/span><\\/b><br> Access Code: OwensMinor2025<br> Post-Enrollment:<br> <b><span style=\\\"color: #872434;\\\"><a href=\'https:\\/\\/www.surest.com\' target=\'_blank\' rel=\\\"noreferrer noopener\\\">www.surest.com<\\/a><\\/b>\",\"phonenumber\":\"<b><span style=\\\"color: #872434;\\\">(866) 683-6440\",\"groupnumber\":\"78800516\"}', '2024-08-23 21:38:46', '2024-10-25 23:09:26');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (4, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Medical   \",\"carrier\":\"<b>Kaiser Permanente\\u2014CA\",\"website\":\"Pre-Enrollment:<br> <b><a href=\'https:\\/\\/select.kaiserpermanente.org\\/owens-and-minor\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">select.kaiserpermanente.org<br>\\/owens-and-minor<\\/span><\\/a><\\/b><br> Post-Enrollment:<br> <b><a href=\'http:\\/\\/www.kp.org\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">www.kp.org<\\/a><\\/b>\",\"phonenumber\":\"<b><span style=\\\"color: #872434;\\\">(800) 324-9208\",\"groupnumber\":\"100138\\/31908\"}', '2024-08-23 21:38:48', '2024-10-09 17:46:31');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (5, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Medical    \",\"carrier\":\"<b>Kaiser Permanente\\u2014CO\",\"website\":\"Pre-Enrollment:<br> <b><a href=\'https:\\/\\/select.kaiserpermanente.org\\/owens-and-minor\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">select.kaiserpermanente.org<br>\\/owens-and-minor<\\/span><\\/a><\\/b><br> Post-Enrollment:<br> <b><a href=\'http:\\/\\/www.kp.org\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">www.kp.org<\\/a><\\/b>\",\"phonenumber\":\"<b><span style=\\\"color: #872434;\\\">(800) 324-9208 \",\"groupnumber\":\"28802\"}', '2024-08-23 21:38:49', '2024-10-09 17:46:48');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (6, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Medical     \",\"carrier\":\"<b>Kaiser Permanente\\u2014GA\",\"website\":\"Pre-Enrollment:<br> <b><a href=\'https:\\/\\/select.kaiserpermanente.org\\/owens-and-minor\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">select.kaiserpermanente.org<br>\\/owens-and-minor<\\/span><\\/a><\\/b><br> Post-Enrollment:<br> <b><a href=\'http:\\/\\/www.kp.org\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">www.kp.org<\\/a><\\/b>\",\"phonenumber\":\"<b><span style=\\\"color: #872434;\\\">(800) 324-9208  \",\"groupnumber\":\"9838\"}', '2024-08-23 21:38:50', '2024-10-09 17:46:59');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (7, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Medical      \",\"carrier\":\"<b>Kaiser Permanente\\u2014MAS\",\"website\":\"Pre-Enrollment:<br> <b><a href=\'https:\\/\\/select.kaiserpermanente.org\\/owens-and-minor\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">select.kaiserpermanente.org<br>\\/owens-and-minor<\\/span><\\/a><\\/b><br> Post-Enrollment:<br> <b><a href=\'http:\\/\\/www.kp.org\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">www.kp.org<\\/a><\\/b>\",\"phonenumber\":\"<b><span style=\\\"color: #872434;\\\">(800) 324-9208   \",\"groupnumber\":\"18803\"}', '2024-08-23 21:38:51', '2024-10-09 17:47:04');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (8, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Medical        \",\"carrier\":\"<b>Kaiser Permanente\\u2014 Northwest\",\"website\":\"Pre-Enrollment:<br> <b><a href=\'https:\\/\\/select.kaiserpermanente.org\\/owens-and-minor\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">select.kaiserpermanente.org<br>\\/owens-and-minor<\\/span><\\/a><\\/b><br> Post-Enrollment:<br> <b><a href=\'http:\\/\\/www.kp.org\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">www.kp.org<\\/a><\\/b>\",\"phonenumber\":\"<b><span style=\\\"color: #872434;\\\">(800) 324-9208    \",\"groupnumber\":\"15033\"}', '2024-08-23 21:38:52', '2024-10-09 17:47:08');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (9, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Medical         \",\"carrier\":\"<b>Kaiser Permanente\\u2014HI\",\"website\":\"Pre-Enrollment:<br> <b><a href=\'https:\\/\\/select.kaiserpermanente.org\\/owens-and-minor\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">select.kaiserpermanente.org<br>\\/owens-and-minor<\\/span><\\/a><\\/b><br> Post-Enrollment:<br> <b><a href=\'http:\\/\\/www.kp.org\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">www.kp.org<\\/a><\\/b>\",\"phonenumber\":\"<b><span style=\\\"color: #872434;\\\">(800) 324-9208     \",\"groupnumber\":\"4551\"}', '2024-08-23 21:38:53', '2024-10-09 17:47:11');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (10, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Medical          \",\"carrier\":\"<b>Kaiser Permanente\\u2014WA\",\"website\":\"Pre-Enrollment:<br> <b><a href=\'https:\\/\\/select.kaiserpermanente.org\\/owens-and-minor\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">select.kaiserpermanente.org<br>\\/owens-and-minor<\\/span><\\/a><\\/b><br> Post-Enrollment:<br> <b><a href=\'http:\\/\\/www.kp.org\' target=\'_blank\' rel=\\\"noreferrer noopener\\\"><span style=\\\"color: #872434;\\\">www.kp.org<\\/a><\\/b>\",\"phonenumber\":\"<b><span style=\\\"color: #872434;\\\">(800) 324-9208      \",\"groupnumber\":\"20078\"}', '2024-08-23 21:38:54', '2024-10-09 17:47:13');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (11, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Prescription Drugs\",\"carrier\":\"<b>Optum Rx\",\"website\":\"<b><span style=\\\"color: #872434;\\\"><a href=\'http:\\/\\/www.optumrx.com\' target=\'_blank\' rel=\\\"noreferrer noopener\\\">www.optumrx.com<\\/a>\",\"phonenumber\":\"UHC:<br> <b><span style=\\\"color: #872434;\\\">(855) 396-4462<\\/b><\\/span><br> Surest:<br> <b><span style=\\\"color: #872434;\\\">(866) 683-6440<\\/b><\\/span>\",\"groupnumber\":\"N\\/A\"}', '2024-08-23 21:38:55', '2024-10-09 17:47:48');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (12, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Health Savings & Flexible Spending Accounts\",\"carrier\":\"<b>HealthEquity\",\"website\":\"<b><span style=\\\"color: #872434;\\\"><a href=\\\"http:\\/\\/www.healthequity.com\\\">www.healthequity.com<\\/b><\\/span><br>\",\"phonenumber\":\"<b><span style=\\\"color: #872434;\\\">(866) 346-5800\",\"groupnumber\":\"N\\/A \"}', '2024-08-23 21:38:56', '2024-10-09 17:48:08');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (13, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Supplemental Medical: Accident, Critical Illness, & Hospital Indemnity Insurance\",\"carrier\":\"<b>Cigna\",\"website\":\"<b><span style=\\\"color: #872434;\\\"><a href=\\\"http:\\/\\/www.cigna.com\\\">www.cigna.com<\\/b><\\/span><br>\",\"phonenumber\":\"<span style=\\\"color: #872434;\\\"><b>(800) 754-3207\",\"groupnumber\":\"AI111284<br> CI111233<br> HC111012\"}', '2024-08-23 21:38:57', '2024-10-27 17:40:07');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (14, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Dental\",\"carrier\":\"<b>Delta Dental of Virginia\",\"website\":\"<b><span style=\\\"color: #872434;\\\"><a href=\\\"http:\\/\\/www.deltadentalva.com\\\">www.deltadentalva.com<\\/a><\\/span><\\/b>\",\"phonenumber\":\"<span style=\\\"color: #872434;\\\"><b>(800) 237-6060\",\"groupnumber\":\"5115\"}', '2024-08-23 21:38:58', '2024-10-25 17:23:33');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (15, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Vision\",\"carrier\":\"<b>UnitedHealthcare\",\"website\":\"Pre-Enrollment:<br> <span style=\\\"color: #872434;\\\"><b><a href=\\\"https:\\/\\/whyuhc.com\\/owensminor\\\">https:\\/\\/whyuhc.com\\/owensminor<\\/a><\\/span><\\/b><br> Post-Enrollment:<br> <span style=\\\"color: #872434;\\\"><b><a href=\\\"https:\\/\\/whyuhc.com\\/owensminor\\\">www.myuhcvision.com<\\/a><\\/span><\\/b>\",\"phonenumber\":\"<span style=\\\"color: #872434;\\\"><b>(800) 638-3120\",\"groupnumber\":\"932303\"}', '2024-08-23 21:38:59', '2024-10-09 17:49:17');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (16, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Life and AD&D Insurance\",\"carrier\":\"<b>New York Life\",\"website\":\"<span style=\\\"color: #872434;\\\"><b><a href=\\\"http:\\/\\/www.mynylgbs.com\\\">www.mynylgbs.com<\\/a>\",\"phonenumber\":\"<span style=\\\"color: #872434;\\\"><b>(888) 842-4462\",\"groupnumber\":\"FLX980485<br>OK980493\"}', '2024-08-23 21:39:00', '2024-10-09 17:49:39');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (17, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Short- & Long-Term Disability\",\"carrier\":\"<b>New York Life \",\"website\":\"<span style=\\\"color: #872434;\\\"><b><a href=\\\"http:\\/\\/www.mynylgbs.com\\\">www.mynylgbs.com<\\/a> \",\"phonenumber\":\"<span style=\\\"color: #872434;\\\"><b>(888) 842-4462 \",\"groupnumber\":\"SHD985445<br>LK980375\"}', '2024-08-23 21:39:01', '2024-10-27 17:40:27');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (18, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Commuter Benefits\",\"carrier\":\"<b>HealthEquity\",\"website\":\"<span style=\\\"color: #872434;\\\"><b><a href=\\\"http:\\/\\/www.healthequity.com\\/wageworks\\\">www.healthequity.com\\/wageworks<\\/b><\\/a><\\/span>\",\"phonenumber\":\"<span style=\\\"color: #872434;\\\"><b>(877) 924-3967\",\"groupnumber\":\"N\\/A\"}', '2024-08-23 21:39:02', '2024-10-09 17:50:00');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (19, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Auto and Home\",\"carrier\":\"<b>Farmers GroupSelect\",\"website\":\"<span style=\\\"color: #872434;\\\"><b><a href=\\\"https:\\/\\/www.farmers.com\\/groupselect\\\">https:\\/\\/www.farmers.com\\/groupselect<\\/b><\\/a><\\/span>\",\"phonenumber\":\"<span style=\\\"color: #872434;\\\"><b>(800) 438-6381\",\"groupnumber\":\"N\\/A \"}', '2024-08-23 21:39:03', '2024-10-27 17:41:41');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (20, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Pet Insurance\",\"carrier\":\"<b>MetLife\",\"website\":\"<span style=\\\"color: #872434;\\\"><b><a href=\\\"http:\\/\\/www.metlife.com\\/getpetquote\\\">www.metlife.com\\/getpetquote<\\/b><\\/a>\",\"phonenumber\":\"<b><span style=\\\"color: #872434;\\\">(800) GET-MET8\",\"groupnumber\":\"N\\/A  \"}', '2024-08-23 21:39:04', '2024-10-09 17:50:18');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (21, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>24-Hour Virtual Visits\",\"carrier\":\"<b>UnitedHealthcare\",\"website\":\"<span style=\\\"color: #872434;\\\"><b><a href=\\\"http:\\/\\/www.myuhc.com\\\">www.myuhc.com<\\/b><\\/a>\",\"phonenumber\":\"<span style=\\\"color: #872434;\\\"><b>(855) 396-4462\",\"groupnumber\":\"932303\"}', '2024-08-23 21:39:05', '2024-10-09 18:06:00');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (22, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Discount Program<\\/b>\",\"carrier\":\"<b>PerkSpot\",\"website\":\"<b><span style=\\\"color: #872434;\\\"><b><a href=\\\"https:\\/\\/owens-minor.perkspot.com\\\">owens-minor.perkspot.com<\\/b><\\/a><br><\\/span><\\/b>(Access Code: OwensMinor)\",\"phonenumber\":\"<span style=\\\"color: #872434;\\\"><b>(866) 606-6057\",\"groupnumber\":\"N\\/A\"}', '2024-08-23 21:39:06', '2024-10-09 17:51:43');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (23, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Teammate Assistance Program (Live and Work Well)\",\"carrier\":\"<b>UnitedHealthcare \",\"website\":\"<span style=\\\"color: #872434;\\\"><b><a href=\\\"http:\\/\\/www.liveandworkwell.com\\\">www.liveandworkwell.com<\\/b><\\/a><br><\\/span> (Access Code: owensminor)\",\"phonenumber\":\"<span style=\\\"color: #872434;\\\"><b>(866) 374-6061\",\"groupnumber\":\"932303 \"}', '2024-08-23 21:39:07', '2024-10-09 17:51:48');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (24, NULL, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Fidelity 401(k)\",\"carrier\":\"<b>Fidelity \",\"website\":\"<span style=\\\"color: #872434;\\\"><b><a href=\\\"http:\\/\\/www.401k.com\\\">www.401k.com<\\/b><\\/a><br><\\/span>\",\"phonenumber\":\"<span style=\\\"color: #872434;\\\"><b>(800) 835-5095\",\"groupnumber\":\"93221\"}', '2024-08-23 21:39:08', '2024-10-09 17:51:53');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (25, 1, 7358, 1, 'value', NULL, '{\"benefit\":\"<b>Fidelity TSPP\",\"carrier\":\"<b>Fidelity   \",\"website\":\"<span style=\\\"color: #872434;\\\"><b><a href=\\\"https:\\/\\/www.netbenefits.com\\\">www.netbenefits.com<\\/b><\\/a><br><\\/span>\",\"phonenumber\":\"<span style=\\\"color: #872434;\\\"><b>(800) 544-9354 \",\"groupnumber\":\"N\\/A  \"}', '2024-08-23 21:40:55', '2024-10-27 17:43:11');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (39, NULL, 7377, 1, 'value', NULL, '{\"benefit\":\"<b>Hospital Admission <\\/b><br> No elimination period. Limited to 1 day, 1 benefit every 90 days. \",\"carrier\":\"$500 per day\",\"website\":\"$1,000 per day\"}', '2024-08-23 21:38:57', '2024-10-28 00:29:17');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (49, NULL, 7377, 1, 'value', NULL, '{\"benefit\":\"<b>Hospital Chronic Condition Admission <\\/b><br> No elimination period. Limited to 1 day, 1 benefit every 90 days.\",\"carrier\":\"$50 per day\",\"website\":\"$100 per day\"}', '2024-08-23 21:39:07', '2024-10-28 00:29:29');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (50, NULL, 7377, 1, 'value', NULL, '{\"benefit\":\"<b>Hospital Stay <\\/b><br> No elimination period. Limited to 30 days, 1 benefit every 90 days. \",\"carrier\":\"$100 per day\",\"website\":\"$200 per day\"}', '2024-08-23 21:39:08', '2024-10-28 00:29:53');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (51, 1, 7377, 1, 'value', NULL, '{\"benefit\":\"<b>Hospital Intensive Care Unit (ICU) Stay <\\/b><br> Day 1 (Additional ICU Admission + Per Day)<br> Day 2\\u201430 (Per Day)\",\"carrier\":\"$700 one time<br> $200 per day\",\"website\":\"$1,400 one time<br> $400 per day\"}', '2024-08-23 21:40:55', '2024-10-27 19:34:16');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (52, 2, 7377, 1, 'value', NULL, '{\"benefit\":\"<b>Hospital Observation Stay <\\/b><br> 24-hour elimination period. Limited to 72 hours. \",\"carrier\":\"$100 per 24-hour period\",\"website\":\"$200 per 24-hour period\"}', '2024-08-23 21:43:20', '2024-10-28 00:29:40');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (58, NULL, 7409, 1, 'value', NULL, '{\"benefit\":\"<b>Weekly Benefit Amount\",\"carrier\":\"60%\"}', '2024-08-23 21:38:57', '2024-10-27 20:20:24');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (59, NULL, 7409, 1, 'value', NULL, '{\"benefit\":\"<b>Maximum Weekly Benefit\",\"carrier\":\"$5,000\"}', '2024-08-23 21:39:09', '2024-10-27 20:20:38');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (60, NULL, 7409, 1, 'value', NULL, '{\"benefit\":\"<b>Benefits Begin After:<\\/b><br>  Accident and sickness\",\"carrier\":\"7 days of disability*\"}', '2024-08-23 21:39:10', '2024-10-27 20:20:45');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (62, 3, 7409, 1, 'value', NULL, '{\"benefit\":\"<b>Maximum Benefit Duration**\",\"carrier\":\"180 days during a consecutive 12-month period, measured from the date the disability began\"}', '2024-08-23 21:43:22', '2024-10-27 20:20:52');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (65, NULL, 7412, 1, 'value', NULL, '{\"benefit\":\"<b>Monthly Benefit Amount\",\"carrier\":\"60%\"}', '2024-08-23 21:38:57', '2024-10-27 20:18:40');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (66, NULL, 7412, 1, 'value', NULL, '{\"benefit\":\"<b>Minimum Monthly Benefit\",\"carrier\":\"$100\"}', '2024-08-23 21:39:07', '2024-10-27 20:18:47');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (67, NULL, 7412, 1, 'value', NULL, '{\"benefit\":\"<b>Maximum Monthly Benefit\",\"carrier\":\"$20,000\"}', '2024-08-23 21:39:08', '2024-10-27 20:18:55');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (68, 1, 7412, 1, 'value', NULL, '{\"benefit\":\"<b>Benefits Begin After:<\\/b><br>Accident and sickness\",\"carrier\":\"180 days of disability\"}', '2024-08-23 21:40:55', '2024-10-27 20:19:16');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (69, 2, 7412, 1, 'value', NULL, '{\"benefit\":\"<b>Maximum Benefit Duration**\",\"carrier\":\"Age 62 or under: The teammate\\u2019s 65th birthday or the date the 42nd monthly benefit is payable, if later\"}', '2024-08-23 21:43:20', '2024-10-27 20:20:10');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (72, NULL, 7431, 1, 'value', NULL, '{\"benefit\":\"<b>Supplemental Teammate Life\",\"carrier\":\"Up to 6 times your salary\\/$1,000,000 maximum.<br>Purchase in $50,000 increments.\"}', '2024-08-23 21:38:57', '2024-10-27 19:58:45');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (73, NULL, 7431, 1, 'value', NULL, '{\"benefit\":\"<b>Supplemental Teammate AD&D\",\"carrier\":\"Up to 6 times your salary\\/$1,000,000 maximum.<br>Purchase in $50,000 increments. \"}', '2024-08-23 21:39:07', '2024-10-27 20:00:26');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (74, NULL, 7431, 1, 'value', NULL, '{\"benefit\":\"<b>Spouse Life Insurance \",\"carrier\":\"$50,000 maximum (not to exceed your coverage amount).<br>Purchase in $10,000 increments.\"}', '2024-08-23 21:39:08', '2024-10-27 20:00:16');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (75, 1, 7431, 1, 'value', NULL, '{\"benefit\":\"<b>Child Life Insurance*\",\"carrier\":\"$10,000 maximum;<br>purchase in $2,500 increments\"}', '2024-08-23 21:40:55', '2024-10-27 19:58:58');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (76, 2, 7431, 1, 'value', NULL, '{\"benefit\":\"<b>Spouse AD&D (Without child)\",\"carrier\":\"50% of your coverage amount\"}', '2024-08-23 21:43:20', '2024-10-27 19:59:57');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (79, 3, 7431, 1, 'value', NULL, '{\"benefit\":\"<b>Child(ren) AD&D* (Without spouse)\",\"carrier\":\"15% of your coverage amount per child\"}', '2024-08-25 23:34:59', '2024-10-27 19:59:07');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (80, 4, 7431, 1, 'value', NULL, '{\"benefit\":\"<b>Spouse and Children AD&D*\",\"carrier\":\"40% of your coverage amount for spouse;<br>10% of your coverage per child\"}', '2024-08-25 23:35:12', '2024-10-27 20:00:06');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (81, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>HSA eligible\",\"uhcppocore\":\"<b>No\",\"uhc32hdhpwoptionalhsa\":\"<b>Yes\",\"surestppo\":\"<b>No\"}', '2024-08-26 02:52:21', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (82, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Company matching contribution to HSA\",\"uhcppocore\":\"N\\/A\",\"uhc32hdhpwoptionalhsa\":\"• $300 (teammate only)<br> • $425 (teammate + spouse\\/domestic partner\\/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\\\"color: #68ace5;\\\">HSA page<\\/b><\\/span> for details<br> You must contribute to your HSA in order to receive the company match\",\"surestppo\":\"Lower deductible\"}', '2024-08-26 02:52:22', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (83, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<center><strong>In-network care: your costs\",\"uhcppocore\":\"#colspan#\",\"uhc32hdhpwoptionalhsa\":\"\",\"surestppo\":\"\"}', '2024-08-26 02:52:23', '2024-08-26 03:03:35');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (84, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<strong>Preventive care\",\"uhcppocore\":\"$0; plan pays 100%\",\"uhc32hdhpwoptionalhsa\":\"$0; plan pays 100%\",\"surestppo\":\"$0; plan pays 100%\"}', '2024-08-26 02:52:24', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (85, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Individual\\/family deductible\",\"uhcppocore\":\"<b>$2,000\\/$4,000\",\"uhc32hdhpwoptionalhsa\":\"<b>$3,200\\/$6,400\",\"surestppo\":\"<b>$0\\/$0\"}', '2024-08-26 02:52:25', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (86, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Individual\\/family out-ofpocket maximum (includes deductible)\",\"uhcppocore\":\"$6,000\\/$12,000\",\"uhc32hdhpwoptionalhsa\":\"$6,550\\/$13,100\",\"surestppo\":\"$6,000\\/$12,000\"}', '2024-08-26 02:52:26', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (87, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Your coinsurance\",\"uhcppocore\":\"<b>20% after deductible\",\"uhc32hdhpwoptionalhsa\":\"<b>30% after deductible\",\"surestppo\":\"<b>N\\/A\"}', '2024-08-26 02:52:27', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (88, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Office visit (primary care\\/ specialist)\",\"uhcppocore\":\"$30 copay\\/$60 copay\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible\",\"surestppo\":\"$40-$140 copay<sup>1<\\/sup>\"}', '2024-08-26 02:52:28', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (89, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Telemedicine visit\",\"uhcppocore\":\"<b>$30\",\"uhc32hdhpwoptionalhsa\":\"<b>30% after deductible30% after deductible\",\"surestppo\":\"<b>$0-$90 copay\"}', '2024-08-26 02:52:29', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (90, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Emergency room visit\",\"uhcppocore\":\"20% after deductible\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible\",\"surestppo\":\"$850 copay<sup>2<\\/sup>\"}', '2024-08-26 02:52:30', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (91, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<center><b>Prescriptions: your costs\",\"uhcppocore\":\"#colspan#\",\"uhc32hdhpwoptionalhsa\":\"\",\"surestppo\":\"\"}', '2024-08-26 02:52:31', '2024-08-26 03:03:30');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (92, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Retail: 30-day supply<\\/b><\\/br> Generic<\\/br> Formulary<\\/br> Non-formulary<\\/br> Specialty\",\"uhcppocore\":\"Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible*\",\"surestppo\":\"Tier 1-$10 copay<br> Tier 2-$90 copay<br> Tier 3-$160<br> Tier1-$440\\/Tier 2-$480\\/<br> Tier 3-$530\"}', '2024-08-26 02:52:32', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (93, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Mail order: 90-day supply<\\/b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty\",\"uhcppocore\":\"Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N\\/A\",\"uhc32hdhpwoptionalhsa\":\"Tier 1—30% after deductible<br> Tier 2—30% after deductible<br> Tier 3—30% after deductible<br> Tier 4: N\\/A\",\"surestppo\":\"Tier1-$25 copay<br> Tier 2-$225 copay<br> Tier 3-$400 copay<br> Not covered\"}', '2024-08-26 02:52:33', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (94, NULL, 7452, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Preventive maintenance drugs are covered at 100% on all three plans.\",\"uhcppocore\":\"#colspan#\",\"uhc32hdhpwoptionalhsa\":\"#colspan#\",\"surestppo\":\"#colspan#\"}', '2024-08-26 02:52:34', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (95, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>HSA eligible\",\"uhcppocore\":\"<b>No\",\"uhc32hdhpwoptionalhsa\":\"<b>Yes\",\"surestppo\":\"<b>No\"}', '2024-08-26 02:52:21', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (96, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Company matching contribution to HSA\",\"uhcppocore\":\"N\\/A\",\"uhc32hdhpwoptionalhsa\":\"• $300 (teammate only)<br> • $425 (teammate + spouse\\/domestic partner\\/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\\\"color: #68ace5;\\\">HSA page<\\/b><\\/span> for details<br> You must contribute to your HSA in order to receive the company match\",\"surestppo\":\"Lower deductible\"}', '2024-08-26 02:52:22', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (97, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<center><strong>In-network care: your costs\",\"uhcppocore\":\"\",\"uhc32hdhpwoptionalhsa\":\"\",\"surestppo\":\"#colspan#\"}', '2024-08-26 02:52:23', '2024-08-26 03:09:11');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (98, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<strong>Preventive care\",\"uhcppocore\":\"$0; plan pays 100%\",\"uhc32hdhpwoptionalhsa\":\"$0; plan pays 100%\",\"surestppo\":\"$0; plan pays 100%\"}', '2024-08-26 02:52:24', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (99, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Individual\\/family deductible\",\"uhcppocore\":\"<b>$2,000\\/$4,000\",\"uhc32hdhpwoptionalhsa\":\"<b>$3,200\\/$6,400\",\"surestppo\":\"<b>$0\\/$0\"}', '2024-08-26 02:52:25', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (100, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Individual\\/family out-ofpocket maximum (includes deductible)\",\"uhcppocore\":\"$6,000\\/$12,000\",\"uhc32hdhpwoptionalhsa\":\"$6,550\\/$13,100\",\"surestppo\":\"$6,000\\/$12,000\"}', '2024-08-26 02:52:26', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (101, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Your coinsurance\",\"uhcppocore\":\"<b>20% after deductible\",\"uhc32hdhpwoptionalhsa\":\"<b>30% after deductible\",\"surestppo\":\"<b>N\\/A\"}', '2024-08-26 02:52:27', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (102, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Office visit (primary care\\/ specialist)\",\"uhcppocore\":\"$30 copay\\/$60 copay\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible\",\"surestppo\":\"$40-$140 copay<sup>1<\\/sup>\"}', '2024-08-26 02:52:28', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (103, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Telemedicine visit\",\"uhcppocore\":\"<b>$30\",\"uhc32hdhpwoptionalhsa\":\"<b>30% after deductible30% after deductible\",\"surestppo\":\"<b>$0-$90 copay\"}', '2024-08-26 02:52:29', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (104, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Emergency room visit\",\"uhcppocore\":\"20% after deductible\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible\",\"surestppo\":\"$850 copay<sup>2<\\/sup>\"}', '2024-08-26 02:52:30', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (105, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<center><b>Prescriptions: your costs\",\"uhcppocore\":\"\",\"uhc32hdhpwoptionalhsa\":\"\",\"surestppo\":\"#colspan#\"}', '2024-08-26 02:52:31', '2024-08-26 03:09:07');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (106, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Retail: 30-day supply<\\/b><\\/br> Generic<\\/br> Formulary<\\/br> Non-formulary<\\/br> Specialty\",\"uhcppocore\":\"Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible*\",\"surestppo\":\"Tier 1-$10 copay<br> Tier 2-$90 copay<br> Tier 3-$160<br> Tier1-$440\\/Tier 2-$480\\/<br> Tier 3-$530\"}', '2024-08-26 02:52:32', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (107, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Mail order: 90-day supply<\\/b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty\",\"uhcppocore\":\"Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N\\/A\",\"uhc32hdhpwoptionalhsa\":\"Tier 1—30% after deductible<br> Tier 2—30% after deductible<br> Tier 3—30% after deductible<br> Tier 4: N\\/A\",\"surestppo\":\"Tier1-$25 copay<br> Tier 2-$225 copay<br> Tier 3-$400 copay<br> Not covered\"}', '2024-08-26 02:52:33', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (108, NULL, 7453, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Preventive maintenance drugs are covered at 100% on all three plans.\",\"uhcppocore\":\"#colspan#\",\"uhc32hdhpwoptionalhsa\":\"#colspan#\",\"surestppo\":\"#colspan#\"}', '2024-08-26 02:52:34', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (110, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>HSA eligible\",\"uhcppocore\":\"<b>No\",\"uhc32hdhpwoptionalhsa\":\"<b>Yes\",\"surestppo\":\"<b>No\"}', '2024-08-26 02:52:21', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (111, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Company matching contribution to HSA\",\"uhcppocore\":\"N\\/A\",\"uhc32hdhpwoptionalhsa\":\"• $300 (teammate only)<br> • $425 (teammate + spouse\\/domestic partner\\/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\\\"color: #68ace5;\\\">HSA page<\\/b><\\/span> for details<br> You must contribute to your HSA in order to receive the company match\",\"surestppo\":\"Lower deductible\"}', '2024-08-26 02:52:22', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (112, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<center><strong>In-network care: your costs\",\"uhcppocore\":\"\",\"uhc32hdhpwoptionalhsa\":\"#colspan#\",\"surestppo\":\"\"}', '2024-08-26 02:52:23', '2024-08-26 03:06:38');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (113, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<strong>Preventive care\",\"uhcppocore\":\"$0; plan pays 100%\",\"uhc32hdhpwoptionalhsa\":\"$0; plan pays 100%\",\"surestppo\":\"$0; plan pays 100%\"}', '2024-08-26 02:52:24', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (114, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Individual\\/family deductible\",\"uhcppocore\":\"<b>$2,000\\/$4,000\",\"uhc32hdhpwoptionalhsa\":\"<b>$3,200\\/$6,400\",\"surestppo\":\"<b>$0\\/$0\"}', '2024-08-26 02:52:25', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (115, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Individual\\/family out-ofpocket maximum (includes deductible)\",\"uhcppocore\":\"$6,000\\/$12,000\",\"uhc32hdhpwoptionalhsa\":\"$6,550\\/$13,100\",\"surestppo\":\"$6,000\\/$12,000\"}', '2024-08-26 02:52:26', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (116, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Your coinsurance\",\"uhcppocore\":\"<b>20% after deductible\",\"uhc32hdhpwoptionalhsa\":\"<b>30% after deductible\",\"surestppo\":\"<b>N\\/A\"}', '2024-08-26 02:52:27', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (117, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Office visit (primary care\\/ specialist)\",\"uhcppocore\":\"$30 copay\\/$60 copay\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible\",\"surestppo\":\"$40-$140 copay<sup>1<\\/sup>\"}', '2024-08-26 02:52:28', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (118, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Telemedicine visit\",\"uhcppocore\":\"<b>$30\",\"uhc32hdhpwoptionalhsa\":\"<b>30% after deductible30% after deductible\",\"surestppo\":\"<b>$0-$90 copay\"}', '2024-08-26 02:52:29', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (119, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Emergency room visit\",\"uhcppocore\":\"20% after deductible\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible\",\"surestppo\":\"$850 copay<sup>2<\\/sup>\"}', '2024-08-26 02:52:30', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (120, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<center><b>Prescriptions: your costs\",\"uhcppocore\":\"\",\"uhc32hdhpwoptionalhsa\":\"#colspan#\",\"surestppo\":\"\"}', '2024-08-26 02:52:31', '2024-08-26 03:06:33');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (121, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Retail: 30-day supply<\\/b><\\/br> Generic<\\/br> Formulary<\\/br> Non-formulary<\\/br> Specialty\",\"uhcppocore\":\"Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible*\",\"surestppo\":\"Tier 1-$10 copay<br> Tier 2-$90 copay<br> Tier 3-$160<br> Tier1-$440\\/Tier 2-$480\\/<br> Tier 3-$530\"}', '2024-08-26 02:52:32', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (122, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Mail order: 90-day supply<\\/b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty\",\"uhcppocore\":\"Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N\\/A\",\"uhc32hdhpwoptionalhsa\":\"Tier 1—30% after deductible<br> Tier 2—30% after deductible<br> Tier 3—30% after deductible<br> Tier 4: N\\/A\",\"surestppo\":\"Tier1-$25 copay<br> Tier 2-$225 copay<br> Tier 3-$400 copay<br> Not covered\"}', '2024-08-26 02:52:33', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (123, NULL, 7454, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Preventive maintenance drugs are covered at 100% on all three plans.\",\"uhcppocore\":\"#colspan#\",\"uhc32hdhpwoptionalhsa\":\"#colspan#\",\"surestppo\":\"#colspan#\"}', '2024-08-26 02:52:34', '2024-08-26 02:52:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (125, NULL, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Annual Deductible<\\/b><br>Single<br>Family<br>Embedded or Aggregate\",\"uhcppocore\":\"<b>No\",\"uhc32hdhpwoptionalhsa\":\"<br>$4,000<br>$8,000<br>Embedded\",\"surestppo\":\"<b>No\"}', '2024-08-26 02:52:21', '2024-08-26 03:25:08');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (126, NULL, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Annual Out-of-Pocket Max<\\/b><br>Single<br>Family<br>Embedded or Aggregate\",\"uhcppocore\":\"N\\/A\",\"uhc32hdhpwoptionalhsa\":\"<br>$6,550<br>$13,100<br>Yes\",\"surestppo\":\"Lower deductible\"}', '2024-08-26 02:52:22', '2024-08-26 03:25:17');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (129, NULL, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Lifetime Max\",\"uhcppocore\":\"<b>$2,000\\/$4,000\",\"uhc32hdhpwoptionalhsa\":\"Unlimited\",\"surestppo\":\"<b>$0\\/$0\"}', '2024-08-26 02:52:25', '2024-08-26 03:18:18');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (130, NULL, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Office Visit\",\"uhcppocore\":\"$6,000\\/$12,000\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible\",\"surestppo\":\"$6,000\\/$12,000\"}', '2024-08-26 02:52:26', '2024-08-26 03:18:34');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (131, NULL, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Preventive Services\",\"uhcppocore\":\"<b>20% after deductible\",\"uhc32hdhpwoptionalhsa\":\"No charge\",\"surestppo\":\"<b>N\\/A\"}', '2024-08-26 02:52:27', '2024-08-26 03:26:23');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (132, NULL, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Chiropractic Care (May require medical necessity)\",\"uhcppocore\":\"$30 copay\\/$60 copay\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible (up to 25 visits combined with acupuncture)\",\"surestppo\":\"$40-$140 copay<sup>1<\\/sup>\"}', '2024-08-26 02:52:28', '2024-08-26 03:19:14');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (133, NULL, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Lab & X-Ray\",\"uhcppocore\":\"<b>$30\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible\",\"surestppo\":\"<b>$0-$90 copay\"}', '2024-08-26 02:52:29', '2024-08-26 03:26:42');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (136, NULL, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Inpatient Hospitalization\",\"uhcppocore\":\"Deductible does not apply:<br> Tier 1\\u2014$15<br> Tier 2\\u2014$60<br> Tier 3\\u2014$75<br> Tier 4\\u201450%<br> Coinsurance up to $125 max*\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible \",\"surestppo\":\"Tier 1-$10 copay<br> Tier 2-$90 copay<br> Tier 3-$160<br> Tier1-$440\\/Tier 2-$480\\/<br> Tier 3-$530\"}', '2024-08-26 02:52:32', '2024-08-26 03:27:06');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (137, NULL, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Outpatient Surgery\",\"uhcppocore\":\"Deductible does not apply:<br> Tier 1\\u2014$38<br> Tier 2\\u2014$125<br> Tier 3\\u2014$188<br> Tier 4\\u2014N\\/A\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible   \",\"surestppo\":\"Tier1-$25 copay<br> Tier 2-$225 copay<br> Tier 3-$400 copay<br> Not covered\"}', '2024-08-26 02:52:33', '2024-08-26 03:27:27');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (138, NULL, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Urgent Care\",\"uhcppocore\":\"#colspan#\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible    \",\"surestppo\":\"#colspan#\"}', '2024-08-26 02:52:34', '2024-08-26 03:27:44');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (140, 1, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Emergency Room\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible     \"}', '2024-08-26 03:21:31', '2024-08-26 03:27:50');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (141, 2, 7457, 1, 'value', 'a:2:{s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";s:6:\"row_bg\";s:18:\"rgba(0, 40, 86, 1)\";}', '{\"ninja_column_1\":\"<center><b>Prescription Drugs\",\"uhc32hdhpwoptionalhsa\":\"<center><b>Generic\\/Brand\"}', '2024-08-26 03:21:43', '2024-08-26 03:33:45');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (142, 3, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Deductible (Single\\/Family)\",\"uhc32hdhpwoptionalhsa\":\"Combined w\\/medical\"}', '2024-08-26 03:32:47', '2024-08-26 03:32:47');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (143, 4, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Retail (30 day supply)\",\"uhc32hdhpwoptionalhsa\":\"30%\\/30% (after deductible)\"}', '2024-08-26 03:32:57', '2024-08-26 03:32:57');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (144, 5, 7457, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Mail Order (90 day supply)\",\"uhc32hdhpwoptionalhsa\":\"30%\\/30% (after deductible) \"}', '2024-08-26 03:33:10', '2024-08-26 03:33:10');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (147, NULL, 7460, 1, 'value', 'a:2:{s:6:\"row_bg\";s:22:\"rgba(104, 172, 229, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"benefit\":\" \",\"carrier\":\"<center><b>In-Network\"}', '2024-08-23 21:39:08', '2024-10-09 20:00:47');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (150, 5, 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Office Visit\",\"carrier\":\"$15 copay\"}', '2024-08-25 23:35:03', '2024-08-26 15:03:55');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (151, 6, 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Preventive Services\",\"carrier\":\"No charge\"}', '2024-08-25 23:35:16', '2024-08-26 15:04:15');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (152, 10, 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Outpatient Surgery\",\"carrier\":\"$15 copay\"}', '2024-08-26 15:05:25', '2024-08-26 15:05:15');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (153, 11, 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Urgent Care\",\"carrier\":\"$15 copay per visit within service area; 20% of applicable charges outside service area\"}', '2024-08-26 15:05:38', '2024-08-26 15:05:28');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (154, 12, 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Emergency Room\",\"carrier\":\"$75 copay per visit (waived if admitted)\"}', '2024-08-26 15:05:51', '2024-08-26 15:05:41');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (155, 13, 7460, 1, 'value', 'a:2:{s:6:\"row_bg\";s:18:\"rgba(0, 40, 86, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"benefit\":\"<b><center>Prescription Drugs\",\"carrier\":\"<b><center>Generic\\/Brand\"}', '2024-08-26 15:06:11', '2024-08-26 15:07:05');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (156, 14, 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Deductible (Single\\/Family)\",\"carrier\":\"Not applicable\"}', '2024-08-26 15:06:28', '2024-08-26 15:06:18');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (157, 15, 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Retail (30-day supply)\",\"carrier\":\"$15 copay\\/$15 copay\"}', '2024-08-26 15:06:41', '2024-10-27 19:01:29');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (158, 16, 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Mail Order (90-day supply)\",\"carrier\":\"$30 copay\\/$30 copay\"}', '2024-08-26 15:06:55', '2024-10-27 19:01:38');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (159, '0', 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Annual Deductible<\\/b><br>Single<br>Family<br>Embedded or Aggregate\",\"carrier\":\"<br>Not applicable<br>Not applicable<br>Not applicable\"}', '2024-08-23 21:39:09', '2024-08-26 15:10:50');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (160, 1, 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Annual Out-of-Pocket Max<\\/b><br>Single<br>Family<br>Embedded or Aggregate\",\"carrier\":\"<br>$2,000<br>$6,000<br>Yes\"}', '2024-08-23 21:39:10', '2024-08-26 15:10:40');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (161, 7, 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Chiropractic Care (May require medical necessity)\",\"carrier\":\"Not covered\"}', '2024-08-25 23:35:17', '2024-08-26 15:11:24');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (162, 8, 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Lab & X-Ray\",\"carrier\":\"10%\"}', '2024-08-25 23:35:18', '2024-08-26 15:11:38');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (163, 9, 7460, 1, 'value', NULL, '{\"benefit\":\"<b>Inpatient Hospitalization\",\"carrier\":\"$75 copay per day\"}', '2024-08-25 23:35:19', '2024-08-26 15:12:52');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (164, NULL, 7462, 1, 'value', 'a:2:{s:6:\"row_bg\";s:22:\"rgba(104, 172, 229, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"benefit\":\" \",\"carrier\":\"<center><b>In-Network\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"<center><b>In-Network \"}', '2024-08-23 21:39:08', '2024-10-09 19:59:15');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (165, 5, 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Office Visit\",\"carrier\":\"30% after deductible\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible*\"}', '2024-08-25 23:35:03', '2024-08-26 15:16:05');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (166, 6, 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Preventive Services\",\"carrier\":\"No charge\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"No charge \"}', '2024-08-25 23:35:16', '2024-08-26 15:16:13');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (167, 10, 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Outpatient Surgery\",\"carrier\":\"30% after deductible  \",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible   \"}', '2024-08-26 15:05:25', '2024-08-26 15:16:56');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (168, 11, 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Urgent Care\",\"carrier\":\"30% after deductible   \",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible    \"}', '2024-08-26 15:05:38', '2024-08-26 15:16:59');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (169, 12, 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Emergency Room\",\"carrier\":\"30% after deductible    \",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible     \"}', '2024-08-26 15:05:51', '2024-08-26 15:17:04');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (170, 13, 7462, 1, 'value', 'a:2:{s:6:\"row_bg\";s:18:\"rgba(0, 40, 86, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"benefit\":\"<b><center>Prescription Drugs\",\"carrier\":\"<b><center>Generic\\/Brand\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"<b><center>Generic\\/Brand \"}', '2024-08-26 15:06:11', '2024-08-26 15:17:09');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (171, 14, 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Deductible (Single\\/Family)\",\"carrier\":\"Combined w\\/medical\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"Combined w\\/medical \"}', '2024-08-26 15:06:28', '2024-08-26 15:17:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (172, 15, 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Retail (30-day supply)\",\"carrier\":\"$15\\/$35 (after deductible)\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"$15\\/$35 (after deductible) \"}', '2024-08-26 15:06:41', '2024-10-27 19:01:01');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (173, 16, 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Mail Order (90-day supply)\",\"carrier\":\"$30\\/$70 (after deductible)\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"$30\\/$70 (after deductible) \"}', '2024-08-26 15:06:55', '2024-10-27 19:01:07');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (174, '0', 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Annual Deductible<\\/b><br>Single<br>Family<br>Embedded or Aggregate\",\"carrier\":\"<br>$3,300<br>$6,600<br>Embedded\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"<br>$3,300<br>$6,600<br>Embedded \"}', '2024-08-23 21:39:09', '2024-10-09 19:58:17');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (175, 1, 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Annual Out-of-Pocket Max<\\/b><br>Single<br>Family<br>Embedded or Aggregate\",\"carrier\":\"<br>$6,000<br>$12,000<br>Yes\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"<br>$6,000<br>$12,000<br>Yes \"}', '2024-08-23 21:39:10', '2024-08-26 15:15:57');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (176, 7, 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Chiropractic Care (May require medical necessity)\",\"carrier\":\"30% after deductible (up to 20 visits per year)\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible (up to 20 visits per year) \"}', '2024-08-25 23:35:17', '2024-08-26 15:16:21');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (177, 8, 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Lab & X-Ray\",\"carrier\":\"30% after deductible\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible \"}', '2024-08-25 23:35:18', '2024-08-26 15:16:46');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (178, 9, 7462, 1, 'value', NULL, '{\"benefit\":\"<b>Inpatient Hospitalization\",\"carrier\":\"30% after deductible \",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible  \"}', '2024-08-25 23:35:19', '2024-08-26 15:16:49');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (179, NULL, 7465, 1, 'value', 'a:2:{s:6:\"row_bg\";s:22:\"rgba(104, 172, 229, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"benefit\":\" \",\"carrier\":\"<center><b>In-Network\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"<center><b>In-Network \",\"kaiser_hdhp_with_optional_hsa_ga\":\"<center><b>In-Network  \"}', '2024-08-23 21:39:08', '2024-10-09 19:57:15');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (180, 5, 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Office Visit\",\"carrier\":\"30% after deductible\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible \",\"kaiser_hdhp_with_optional_hsa_ga\":\"30% after deductible  \"}', '2024-08-25 23:35:03', '2024-08-26 15:28:05');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (181, 6, 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Preventive Services\",\"carrier\":\"No charge\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"No charge \",\"kaiser_hdhp_with_optional_hsa_ga\":\"No charge  \"}', '2024-08-25 23:35:16', '2024-08-26 15:28:10');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (182, 10, 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Outpatient Surgery\",\"carrier\":\"30% after deductible  \",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible   \",\"kaiser_hdhp_with_optional_hsa_ga\":\"30% after deductible        \"}', '2024-08-26 15:05:25', '2024-08-26 15:30:54');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (183, 11, 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Urgent Care\",\"carrier\":\"30% after deductible   \",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible    \",\"kaiser_hdhp_with_optional_hsa_ga\":\"30% after deductible    \"}', '2024-08-26 15:05:38', '2024-08-26 15:28:35');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (184, 12, 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Emergency Room\",\"carrier\":\"30% after deductible    \",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible     \",\"kaiser_hdhp_with_optional_hsa_ga\":\"30% after deductible     \"}', '2024-08-26 15:05:51', '2024-08-26 15:28:40');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (185, 13, 7465, 1, 'value', 'a:2:{s:6:\"row_bg\";s:18:\"rgba(0, 40, 86, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"benefit\":\"<b><center>Prescription Drugs\",\"carrier\":\"<b><center>Generic\\/Brand\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"<b><center>Generic\\/Brand \",\"kaiser_hdhp_with_optional_hsa_ga\":\"<b><center>Generic\\/Brand  \"}', '2024-08-26 15:06:11', '2024-08-26 15:28:44');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (186, 14, 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Deductible (Single\\/Family)\",\"carrier\":\"Combined w\\/medical\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"Combined w\\/medical \",\"kaiser_hdhp_with_optional_hsa_ga\":\"Combined w\\/medical  \"}', '2024-08-26 15:06:28', '2024-08-26 15:28:53');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (187, 15, 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Retail (30-day supply)\",\"carrier\":\"$15\\/$35 (after deductible)\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"$15\\/$35 (after deductible) \",\"kaiser_hdhp_with_optional_hsa_ga\":\"$15\\/$35 (after deductible)  \"}', '2024-08-26 15:06:41', '2024-10-27 19:00:07');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (188, 16, 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Mail Order (90-day supply)\",\"carrier\":\"$30\\/$70 (after deductible)\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"$30\\/$70 (after deductible) \",\"kaiser_hdhp_with_optional_hsa_ga\":\"$30\\/$70 (after deductible)  \"}', '2024-08-26 15:06:55', '2024-10-27 19:00:16');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (189, '0', 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Annual Deductible<\\/b><br>Single<br>Family<br>Embedded or Aggregate\",\"carrier\":\"<br>$3,300<br>$6,600<br>Embedded\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"<br>$3,300<br>$6,600<br>Embedded \",\"kaiser_hdhp_with_optional_hsa_ga\":\"<br>$3,300<br>$6,600<br>Embedded  \"}', '2024-08-23 21:39:09', '2024-10-25 23:48:10');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (190, 1, 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Annual Out-of-Pocket Max<\\/b><br>Single<br>Family<br>Embedded or Aggregate\",\"carrier\":\"<br>$6,000<br>$12,000<br>Yes\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"<br>$6,000<br>$12,000<br>Yes \",\"kaiser_hdhp_with_optional_hsa_ga\":\"<br>$6,000<br>$12,000<br>Yes  \"}', '2024-08-23 21:39:10', '2024-08-26 15:27:52');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (191, 7, 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Chiropractic Care (May require medical necessity)\",\"carrier\":\"30% after deductible (up to 20 visits per year)\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible (up to 20 visits per year) \",\"kaiser_hdhp_with_optional_hsa_ga\":\"30% after deductible (up to 20 visits per year)  \"}', '2024-08-25 23:35:17', '2024-10-09 19:55:12');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (192, 8, 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Lab & X-Ray\",\"carrier\":\"30% after deductible\",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible \",\"kaiser_hdhp_with_optional_hsa_ga\":\"30% after deductible  \"}', '2024-08-25 23:35:18', '2024-08-26 15:28:26');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (193, 9, 7465, 1, 'value', NULL, '{\"benefit\":\"<b>Inpatient Hospitalization\",\"carrier\":\"30% after deductible \",\"kaiser_hdhp_with_optional_hsa_northwest\":\"30% after deductible  \",\"kaiser_hdhp_with_optional_hsa_ga\":\"30% after deductible   \"}', '2024-08-25 23:35:19', '2024-08-26 15:28:31');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (194, 1, 7683, 1, 'value', NULL, '{\"ninja_column_1\":\" \",\"basicplan\":\"<center><b>Basic Plan\",\"colspan\":\"#colspan#\",\"colspan_1\":\"#colspan#\",\"buy_up_plan\":\"<center><b>Buy-up Plan\",\"columnspan\":\"#colspan#\"}', '2024-10-09 17:57:35', '2024-10-26 02:52:07');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (195, 3, 7683, 1, 'value', NULL, '{\"ninja_column_1\":\"\",\"basicplan\":\"<center><b>PPO\",\"colspan\":\"<center><b>Premier\",\"colspan_1\":\"<center><b>Premier\",\"buy_up_plan\":\"<center><b>PPO\",\"columnspan\":\"<center><b>Premier\"}', '2024-10-09 17:57:36', '2024-10-26 02:52:25');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (196, 5, 7683, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>In-network\",\"basicplan\":\"\",\"colspan\":\"\",\"buyupplan\":\"\",\"colspan_1\":\"\"}', '2024-10-09 17:57:37', '2024-10-09 17:57:35');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (197, 6, 7683, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Individual\\/Family Deductible\",\"basicplan\":\"$25\\/$75\",\"colspan\":\"$50\\/$150\",\"buy_up_plan\":\"$25\\/$75\",\"columnspan\":\"$50\\/$150\"}', '2024-10-09 17:57:38', '2024-10-27 19:26:13');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (198, 7, 7683, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Annual Maximum Benefit\",\"basicplan\":\"$750\",\"colspan\":\"$750\",\"buy_up_plan\":\"$1,500\",\"columnspan\":\"$1,500\"}', '2024-10-09 17:57:39', '2024-10-27 19:25:53');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (199, 8, 7683, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Services<\\/b><br><br>  Preventive<br><br>  Basic<br><br><br>  <br>Major<br>\",\"basicplan\":\"<br><br>You pay $0<br><br>  You pay 20%,<br>  plan pays 80%<br><br><br>  Not covered\",\"colspan\":\"<br><br>You pay $0<br><br>  You pay 30%,<br> plan pays 70%<br><br><br>  Not covered\",\"buy_up_plan\":\"<br><br>You pay $0<br><br>  You pay 10%,<br> plan pays 90%<br>  <br>You pay 40%,<br> plan pays 60%\",\"columnspan\":\"<br><br>You pay $0<br><br>  You pay 20%,<br> plan pays 80%<br>  <br>You pay 50%,<br> plan pays 50%\"}', '2024-10-09 17:57:40', '2024-10-28 00:28:03');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (200, 9, 7683, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Orthodontia Coinsurance\\/ Lifetime Maximum (Dependent children up to age 26 only)\",\"basicplan\":\"Not covered\",\"colspan\":\"#colspan#\",\"buy_up_plan\":\"50%\\/$1,500\",\"columnspan\":\"#colspan#\"}', '2024-10-09 17:57:41', '2024-10-27 19:25:35');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (201, 10, 7683, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Out-of-Network:<\\/b> For coverage details refer to the <a href=\\\"https\\/\\/www.owens-minor.mybenefitport.com\\/documents\\\"><span style=\\\"color: #872434;\\\"><b>Documents Library<\\/a>\",\"basicplan\":\"#colspan#\",\"colspan\":\"#colspan#\",\"buy_up_plan\":\"#colspan#\",\"columnspan\":\"#colspan#\"}', '2024-10-09 17:57:42', '2024-10-27 19:26:28');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (205, 4, 7685, 1, 'value', NULL, '{\"ninja_column_1\":\"5\\/15 \\u2013 5\\/30\",\"basicplan\":\"7\\/1 \\u2013 12\\/31\",\"colspan\":\"12\\/31\",\"buyupplan\":\"$2 \\u2013 $2,500 per month\"}', '2024-10-09 17:57:38', '2024-10-27 20:04:48');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (206, 5, 7685, 1, 'value', NULL, '{\"ninja_column_1\":\"11\\/15 \\u2013 11\\/30\",\"basicplan\":\"1\\/1 \\u2013 6\\/30\",\"colspan\":\"6\\/30\",\"buyupplan\":\"$2 \\u2013 $2,500 per month\"}', '2024-10-09 17:57:39', '2024-10-27 20:05:06');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (217, '0', 7409, 1, 'value', NULL, '{\"benefit\":\"<b>Minimum Weekly Benefit\",\"carrier\":\"0\"}', '2024-08-23 21:38:58', '2024-10-27 20:20:31');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (218, NULL, 7739, 1, 'value', 'a:2:{s:6:\"row_bg\";s:22:\"rgba(104, 172, 229, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"ninja_column_1\":\"<b>HSA Eligible\",\"uhcppocore\":\"<b>No\",\"uhc32hdhpwoptionalhsa\":\"<b>Yes\",\"surestppo\":\"<b>No\"}', '2024-10-09 19:35:36', '2024-10-27 18:41:06');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (219, NULL, 7739, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Company Matching Contribution to HSA\",\"uhcppocore\":\"N\\/A\",\"uhc32hdhpwoptionalhsa\":\"\\u2022 $300 (teammate only)<br> \\u2022 $425 (teammate + spouse\\/domestic partner\\/child(ren))<br> \\u2022 $600 (teammate + family)<br> \\u2022 See <b><span style=\\\"color: #68ace5;\\\"><a href=\\u201chttps:\\/\\/owens-minor.mybenefitport.com\\/health-savings-account\\/\\u201d>HSA page<\\/b><\\/a><\\/span> for details<br> You must contribute to your HSA in order to receive the company match\",\"surestppo\":\"N\\/A\"}', '2024-10-09 19:35:37', '2024-10-27 18:41:19');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (220, NULL, 7739, 1, 'value', 'a:2:{s:6:\"row_bg\";s:22:\"rgba(104, 172, 229, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"ninja_column_1\":\"<strong>In-network Care: Your Costs\",\"uhcppocore\":\"\",\"uhc32hdhpwoptionalhsa\":\"\",\"surestppo\":\"\"}', '2024-10-09 19:35:38', '2024-10-27 18:41:31');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (221, NULL, 7739, 1, 'value', NULL, '{\"ninja_column_1\":\"<strong>Preventive Care\",\"uhcppocore\":\"$0; plan pays 100%\",\"uhc32hdhpwoptionalhsa\":\"$0; plan pays 100%\",\"surestppo\":\"$0; plan pays 100%\"}', '2024-10-09 19:35:39', '2024-10-27 18:41:43');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (222, NULL, 7739, 1, 'value', 'a:2:{s:6:\"row_bg\";s:22:\"rgba(104, 172, 229, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"ninja_column_1\":\"<b>Individual\\/Family Deductible\",\"uhcppocore\":\"<b>$2,000\\/$4,000\",\"uhc32hdhpwoptionalhsa\":\"<b>$3,300\\/$6,600\",\"surestppo\":\"<b>$0\\/$0\"}', '2024-10-09 19:35:40', '2024-10-27 18:34:04');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (223, NULL, 7739, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Individual\\/Family Out-of-Pocket Maximum (Includes deductible)\",\"uhcppocore\":\"$6,000\\/$12,000\",\"uhc32hdhpwoptionalhsa\":\"$6,550\\/$13,100\",\"surestppo\":\"$6,000\\/$12,000\"}', '2024-10-09 19:35:41', '2024-10-27 18:35:03');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (224, NULL, 7739, 1, 'value', 'a:2:{s:6:\"row_bg\";s:22:\"rgba(104, 172, 229, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"ninja_column_1\":\"<b>Your Coinsurance\",\"uhcppocore\":\"<b>20% after deductible\",\"uhc32hdhpwoptionalhsa\":\"<b>30% after deductible\",\"surestppo\":\"<b>N\\/A\"}', '2024-10-09 19:35:42', '2024-10-27 18:35:11');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (225, NULL, 7739, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Office Visit (Primary Care\\/ Specialist)\",\"uhcppocore\":\"$30 copay\\/$60 copay\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible\",\"surestppo\":\"$40-$140 copay<sup>1<\\/sup>\"}', '2024-10-09 19:35:43', '2024-10-27 18:35:24');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (226, NULL, 7739, 1, 'value', 'a:2:{s:6:\"row_bg\";s:22:\"rgba(104, 172, 229, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"ninja_column_1\":\"<b>Telemedicine Visit\",\"uhcppocore\":\"<b>$30\",\"uhc32hdhpwoptionalhsa\":\"<b>30% after deductible\",\"surestppo\":\"<b>$0-$160 copay\"}', '2024-10-09 19:35:44', '2024-10-27 18:35:32');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (227, NULL, 7739, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Emergency Room Visit\",\"uhcppocore\":\"20% after deductible\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible\",\"surestppo\":\"$850 copay<sup>2<\\/sup>\"}', '2024-10-09 19:35:45', '2024-10-27 18:35:40');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (228, NULL, 7739, 1, 'value', 'a:2:{s:6:\"row_bg\";s:22:\"rgba(104, 172, 229, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"ninja_column_1\":\"<b>Prescriptions: Your Costs\",\"uhcppocore\":\"\",\"uhc32hdhpwoptionalhsa\":\"\",\"surestppo\":\"\"}', '2024-10-09 19:35:46', '2024-10-27 18:35:49');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (229, NULL, 7739, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Retail: 30-day Supply<\\/b><\\/br> Generic<\\/br> Formulary<\\/br> Non-formulary<\\/br> Specialty\",\"uhcppocore\":\"Deductible does not apply:<br> Tier 1\\u2014$15<br> Tier 2\\u2014$60<br> Tier 3\\u2014$75<br> Tier 4\\u201450%<br> Coinsurance up to $125 max*\",\"uhc32hdhpwoptionalhsa\":\"30% after deductible*\",\"surestppo\":\"Tier 1\\u2014$10 copay<br> Tier 2\\u2014$90 copay<br> Tier 3\\u2014$160<br> Tier1\\u2014$440\\/Tier 2\\u2014$480\\/<br> Tier 3\\u2014$530\"}', '2024-10-09 19:35:47', '2024-10-27 18:54:58');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (230, NULL, 7739, 1, 'value', NULL, '{\"ninja_column_1\":\"<b>Mail order: 90-day Supply<\\/b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty\",\"uhcppocore\":\"Deductible does not apply:<br> Tier 1\\u2014$38<br> Tier 2\\u2014$125<br> Tier 3\\u2014$188<br> Tier 4\\u2014N\\/A\",\"uhc32hdhpwoptionalhsa\":\"Tier 1\\u201430% after deductible<br> Tier 2\\u201430% after deductible<br> Tier 3\\u201430% after deductible<br> Tier 4\\u2014N\\/A\",\"surestppo\":\"Tier 1\\u2014$25 copay<br> Tier 2\\u2014$225 copay<br> Tier 3\\u2014$400 copay<br> Not covered\"}', '2024-10-09 19:35:48', '2024-10-27 18:55:05');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (231, NULL, 7739, 1, 'value', 'a:2:{s:6:\"row_bg\";s:22:\"rgba(104, 172, 229, 1)\";s:10:\"text_color\";s:22:\"rgba(255, 255, 255, 1)\";}', '{\"ninja_column_1\":\"<b>Preventive maintenance drugs are covered at 100% on all three plans.\",\"uhcppocore\":\"#colspan#\",\"uhc32hdhpwoptionalhsa\":\"#colspan#\",\"surestppo\":\"#colspan#\"}', '2024-10-09 19:35:49', '2024-10-27 18:37:08');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (250, NULL, 7957, 1, 'value', NULL, '{\"benefit\":\"<b>Exam\",\"carrier\":\"$15 copay\"}', '2024-08-23 21:38:57', '2024-10-26 03:05:55');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (251, NULL, 7957, 1, 'value', NULL, '{\"benefit\":\"<b>Materials Copay\",\"carrier\":\"None\"}', '2024-08-23 21:39:07', '2024-10-27 19:31:20');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (252, NULL, 7957, 1, 'value', NULL, '{\"benefit\":\"<b>Frequency<\\/b><br>Exams<br>Lenses<br>Frames<br>\",\"carrier\":\"<br>12 months<br>12 months<br>12 months<br>\"}', '2024-08-23 21:39:08', '2024-10-26 03:10:43');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (253, 2, 7957, 1, 'value', NULL, '{\"benefit\":\"<b>Lenses<\\/b><br>Single vision lenses<br>Bifocal lenses<br>Trifocal lenses<br>Lenticular lenses<br>Standard progressive lenses\",\"carrier\":\"<br>$0 copay, then covered in full<br>$0 copay, then covered in full<br>$0 copay, then covered in full<br>$0 copay, then covered in full<br>Tier 1 \\u2014 $55, applicable bifocal copay\"}', '2024-08-23 21:40:57', '2024-10-26 03:14:59');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (257, 3, 7957, 1, 'value', NULL, '{\"benefit\":\"<b>Medically Necessary Contact Lenses<\\/b>\",\"carrier\":\"100%\"}', '2024-08-23 21:40:58', '2024-10-27 19:31:44');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (258, 4, 7957, 1, 'value', NULL, '{\"benefit\":\"<b>Elective Contact Lenses<\\/b>\",\"carrier\":\"$130 allowance\"}', '2024-08-23 21:40:59', '2024-10-27 19:31:54');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (260, 6, 7957, 1, 'value', NULL, '{\"benefit\":\"<b>Out-of-Network:<\\/b> For coverage details refer to the <a href=\\\"https\\/\\/www.owens-minor.mybenefitport.com\\/documents\\\"><span style=\\\"color: #872434;\\\"><b>Documents Library<\\/a>\",\"carrier\":\"#colspan#\"}', '2024-08-23 21:41:02', '2024-10-27 19:32:02');

INSERT IGNORE INTO `wp80_ninja_table_items` (`id`, `position`, `table_id`, `owner_id`, `attribute`, `settings`, `value`, `created_at`, `updated_at`) VALUES (262, '0', 7957, 1, 'value', NULL, '{\"benefit\":\"<b>Frame Retail Allowance\",\"carrier\":\"$130 allowance, then 30% off any remaining balance\"}', '2024-08-23 21:39:09', '2024-10-27 19:31:31');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=165242 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'siteurl', 'https://benefitsmyway.mybenefitport.com', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2, 'home', 'https://benefitsmyway.mybenefitport.com', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3, 'blogname', 'Owens & Minor', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4, 'blogdescription', 'Employee Benefits', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5, 'users_can_register', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6, 'admin_email', 'evlester@lockton.com', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7, 'start_of_week', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8, 'use_balanceTags', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9, 'use_smilies', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10, 'require_name_email', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11, 'comments_notify', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (12, 'posts_per_rss', 10, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (13, 'rss_use_excerpt', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14, 'mailserver_url', 'mail.example.com', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15, 'mailserver_login', 'login@example.com', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (16, 'mailserver_pass', 'password', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (17, 'mailserver_port', 110, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (18, 'default_category', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19, 'default_comment_status', 'open', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (20, 'default_ping_status', 'open', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21, 'default_pingback_flag', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (22, 'posts_per_page', 10, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23, 'date_format', 'F j, Y', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (24, 'time_format', 'g:i a', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (25, 'links_updated_date_format', 'F j, Y g:i a', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (26, 'comment_moderation', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (27, 'moderation_notify', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29, 'rewrite_rules', 'a:444:{s:50:\"index.php/download/([0-9]+)/([^/]*)/(.*)/([^/]*)/?\";s:224:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=$matches[1]&wpfd_category_name=$matches[2]&wpfd_file_id=$matches[3]&wpfd_filename=$matches[4]\";s:40:\"download/([0-9]+)/([^/]*)/(.*)/([^/]*)/?\";s:224:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=$matches[1]&wpfd_category_name=$matches[2]&wpfd_file_id=$matches[3]&wpfd_filename=$matches[4]\";s:45:\"index.php/download/([^/]*)/([0-9]+)/([^/]*)/?\";s:204:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=files.download&wpfd_download_cat=$matches[1]&wpfd_category_id=$matches[2]&wpfd_category_name=$matches[3]\";s:35:\"download/([^/]*)/([0-9]+)/([^/]*)/?\";s:204:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=files.download&wpfd_download_cat=$matches[1]&wpfd_category_id=$matches[2]&wpfd_category_name=$matches[3]\";s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:17:\"^serve-instawp/?$\";s:25:\"index.php?instawp_serve=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:58:\"dipi_cpt_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_cpt_category=$matches[1]&feed=$matches[2]\";s:53:\"dipi_cpt_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_cpt_category=$matches[1]&feed=$matches[2]\";s:34:\"dipi_cpt_category/([^/]+)/embed/?$\";s:50:\"index.php?dipi_cpt_category=$matches[1]&embed=true\";s:46:\"dipi_cpt_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?dipi_cpt_category=$matches[1]&paged=$matches[2]\";s:28:\"dipi_cpt_category/([^/]+)/?$\";s:39:\"index.php?dipi_cpt_category=$matches[1]\";s:60:\"dipi_media_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?dipi_media_category=$matches[1]&feed=$matches[2]\";s:55:\"dipi_media_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?dipi_media_category=$matches[1]&feed=$matches[2]\";s:36:\"dipi_media_category/([^/]+)/embed/?$\";s:52:\"index.php?dipi_media_category=$matches[1]&embed=true\";s:48:\"dipi_media_category/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?dipi_media_category=$matches[1]&paged=$matches[2]\";s:30:\"dipi_media_category/([^/]+)/?$\";s:41:\"index.php?dipi_media_category=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=layout_category&term=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=layout_category&term=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=layout_category&term=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=layout_category&term=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:51:\"index.php?taxonomy=layout_category&term=$matches[1]\";s:51:\"layout_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?taxonomy=layout_tag&term=$matches[1]&feed=$matches[2]\";s:46:\"layout_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?taxonomy=layout_tag&term=$matches[1]&feed=$matches[2]\";s:27:\"layout_tag/([^/]+)/embed/?$\";s:57:\"index.php?taxonomy=layout_tag&term=$matches[1]&embed=true\";s:39:\"layout_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?taxonomy=layout_tag&term=$matches[1]&paged=$matches[2]\";s:21:\"layout_tag/([^/]+)/?$\";s:46:\"index.php?taxonomy=layout_tag&term=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_pack&term=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_pack&term=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=layout_pack&term=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=layout_pack&term=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:47:\"index.php?taxonomy=layout_pack&term=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_type&term=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_type&term=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=layout_type&term=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=layout_type&term=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:47:\"index.php?taxonomy=layout_type&term=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=module_width&term=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=module_width&term=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:59:\"index.php?taxonomy=module_width&term=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?taxonomy=module_width&term=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:48:\"index.php?taxonomy=module_width&term=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?taxonomy=scope&term=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?taxonomy=scope&term=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:52:\"index.php?taxonomy=scope&term=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?taxonomy=scope&term=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:41:\"index.php?taxonomy=scope&term=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"et_tb_item_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=et_tb_item_type&term=$matches[1]&feed=$matches[2]\";s:51:\"et_tb_item_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=et_tb_item_type&term=$matches[1]&feed=$matches[2]\";s:32:\"et_tb_item_type/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=et_tb_item_type&term=$matches[1]&embed=true\";s:44:\"et_tb_item_type/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=et_tb_item_type&term=$matches[1]&paged=$matches[2]\";s:26:\"et_tb_item_type/([^/]+)/?$\";s:51:\"index.php?taxonomy=et_tb_item_type&term=$matches[1]\";s:38:\"et_tb_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"et_tb_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"et_tb_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"et_tb_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"et_tb_item/([^/]+)/embed/?$\";s:58:\"index.php?post_type=et_tb_item&name=$matches[1]&embed=true\";s:31:\"et_tb_item/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=et_tb_item&name=$matches[1]&tb=1\";s:39:\"et_tb_item/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&paged=$matches[2]\";s:46:\"et_tb_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&cpage=$matches[2]\";s:35:\"et_tb_item/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=et_tb_item&name=$matches[1]&page=$matches[2]\";s:27:\"et_tb_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"et_tb_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"et_tb_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"et_tb_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:58:\"dipi_faq_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_faq_category=$matches[1]&feed=$matches[2]\";s:53:\"dipi_faq_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_faq_category=$matches[1]&feed=$matches[2]\";s:34:\"dipi_faq_category/([^/]+)/embed/?$\";s:50:\"index.php?dipi_faq_category=$matches[1]&embed=true\";s:46:\"dipi_faq_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?dipi_faq_category=$matches[1]&paged=$matches[2]\";s:28:\"dipi_faq_category/([^/]+)/?$\";s:39:\"index.php?dipi_faq_category=$matches[1]\";s:44:\"dipi_testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"dipi_testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"dipi_testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"dipi_testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"dipi_testimonial/([^/]+)/embed/?$\";s:49:\"index.php?dipi_testimonial=$matches[1]&embed=true\";s:37:\"dipi_testimonial/([^/]+)/trackback/?$\";s:43:\"index.php?dipi_testimonial=$matches[1]&tb=1\";s:45:\"dipi_testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dipi_testimonial=$matches[1]&paged=$matches[2]\";s:52:\"dipi_testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?dipi_testimonial=$matches[1]&cpage=$matches[2]\";s:41:\"dipi_testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?dipi_testimonial=$matches[1]&page=$matches[2]\";s:33:\"dipi_testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"dipi_testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"dipi_testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"dipi_testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"testimonial_cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_cat=$matches[1]&feed=$matches[2]\";s:51:\"testimonial_cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_cat=$matches[1]&feed=$matches[2]\";s:32:\"testimonial_cat/([^/]+)/embed/?$\";s:48:\"index.php?testimonial_cat=$matches[1]&embed=true\";s:44:\"testimonial_cat/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?testimonial_cat=$matches[1]&paged=$matches[2]\";s:26:\"testimonial_cat/([^/]+)/?$\";s:37:\"index.php?testimonial_cat=$matches[1]\";s:56:\"testimonial_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_tag=$matches[1]&feed=$matches[2]\";s:51:\"testimonial_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_tag=$matches[1]&feed=$matches[2]\";s:32:\"testimonial_tag/([^/]+)/embed/?$\";s:48:\"index.php?testimonial_tag=$matches[1]&embed=true\";s:44:\"testimonial_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?testimonial_tag=$matches[1]&paged=$matches[2]\";s:26:\"testimonial_tag/([^/]+)/?$\";s:37:\"index.php?testimonial_tag=$matches[1]\";s:44:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"dipi_popup_maker/([^/]+)/embed/?$\";s:49:\"index.php?dipi_popup_maker=$matches[1]&embed=true\";s:37:\"dipi_popup_maker/([^/]+)/trackback/?$\";s:43:\"index.php?dipi_popup_maker=$matches[1]&tb=1\";s:45:\"dipi_popup_maker/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dipi_popup_maker=$matches[1]&paged=$matches[2]\";s:52:\"dipi_popup_maker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?dipi_popup_maker=$matches[1]&cpage=$matches[2]\";s:41:\"dipi_popup_maker/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?dipi_popup_maker=$matches[1]&page=$matches[2]\";s:33:\"dipi_popup_maker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"dipi_popup_maker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"dipi_popup_maker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_popup_maker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_popup_maker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"dipi_popup_maker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"ninja-table/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ninja-table/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"ninja-table/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ninja-table/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ninja-table/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"ninja-table/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"ninja-table/([^/]+)/embed/?$\";s:59:\"index.php?post_type=ninja-table&name=$matches[1]&embed=true\";s:32:\"ninja-table/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=ninja-table&name=$matches[1]&tb=1\";s:40:\"ninja-table/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=ninja-table&name=$matches[1]&paged=$matches[2]\";s:47:\"ninja-table/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=ninja-table&name=$matches[1]&cpage=$matches[2]\";s:36:\"ninja-table/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=ninja-table&name=$matches[1]&page=$matches[2]\";s:28:\"ninja-table/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"ninja-table/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"ninja-table/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ninja-table/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ninja-table/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"ninja-table/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"wp-file-download/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?wpfd-category=$matches[1]&feed=$matches[2]\";s:52:\"wp-file-download/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?wpfd-category=$matches[1]&feed=$matches[2]\";s:33:\"wp-file-download/([^/]+)/embed/?$\";s:46:\"index.php?wpfd-category=$matches[1]&embed=true\";s:45:\"wp-file-download/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wpfd-category=$matches[1]&paged=$matches[2]\";s:27:\"wp-file-download/([^/]+)/?$\";s:35:\"index.php?wpfd-category=$matches[1]\";s:37:\"wpfd_file/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"wpfd_file/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"wpfd_file/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wpfd_file/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wpfd_file/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"wpfd_file/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"wpfd_file/([^/]+)/embed/?$\";s:42:\"index.php?wpfd_file=$matches[1]&embed=true\";s:30:\"wpfd_file/([^/]+)/trackback/?$\";s:36:\"index.php?wpfd_file=$matches[1]&tb=1\";s:38:\"wpfd_file/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?wpfd_file=$matches[1]&paged=$matches[2]\";s:45:\"wpfd_file/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?wpfd_file=$matches[1]&cpage=$matches[2]\";s:34:\"wpfd_file/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?wpfd_file=$matches[1]&page=$matches[2]\";s:26:\"wpfd_file/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"wpfd_file/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"wpfd_file/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"wpfd_file/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"wpfd_file/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"wpfd_file/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_options/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_options/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_options/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_options/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_options/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_options&name=$matches[1]&embed=true\";s:37:\"et_theme_options/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_options&name=$matches[1]&tb=1\";s:45:\"et_theme_options/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_options/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_options/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_options&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_options/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_options/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_options/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_options/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"et_code_snippet_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:56:\"et_code_snippet_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:37:\"et_code_snippet_type/([^/]+)/embed/?$\";s:53:\"index.php?et_code_snippet_type=$matches[1]&embed=true\";s:49:\"et_code_snippet_type/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?et_code_snippet_type=$matches[1]&paged=$matches[2]\";s:31:\"et_code_snippet_type/([^/]+)/?$\";s:42:\"index.php?et_code_snippet_type=$matches[1]\";s:43:\"et_code_snippet/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"et_code_snippet/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"et_code_snippet/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"et_code_snippet/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"et_code_snippet/([^/]+)/embed/?$\";s:63:\"index.php?post_type=et_code_snippet&name=$matches[1]&embed=true\";s:36:\"et_code_snippet/([^/]+)/trackback/?$\";s:57:\"index.php?post_type=et_code_snippet&name=$matches[1]&tb=1\";s:44:\"et_code_snippet/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&paged=$matches[2]\";s:51:\"et_code_snippet/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&cpage=$matches[2]\";s:40:\"et_code_snippet/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?post_type=et_code_snippet&name=$matches[1]&page=$matches[2]\";s:32:\"et_code_snippet/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"et_code_snippet/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"et_code_snippet/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"et_code_snippet/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"dipi_faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"dipi_faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"dipi_faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"dipi_faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"dipi_faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"dipi_faq/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"dipi_faq/([^/]+)/embed/?$\";s:41:\"index.php?dipi_faq=$matches[1]&embed=true\";s:29:\"dipi_faq/([^/]+)/trackback/?$\";s:35:\"index.php?dipi_faq=$matches[1]&tb=1\";s:37:\"dipi_faq/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?dipi_faq=$matches[1]&paged=$matches[2]\";s:44:\"dipi_faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?dipi_faq=$matches[1]&cpage=$matches[2]\";s:33:\"dipi_faq/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?dipi_faq=$matches[1]&page=$matches[2]\";s:25:\"dipi_faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"dipi_faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"dipi_faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"dipi_faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"dipi_faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"dipi_faq/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";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=77&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (30, 'hack_file', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (31, 'blog_charset', 'UTF-8', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (32, 'moderation_keys', '', 'no');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33, 'active_plugins', 'a:13:{i:0;s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";i:1;s:29:\"divi-booster/divi-booster.php\";i:2;s:25:\"divi-pixel/divi-pixel.php\";i:3;s:32:\"duplicate-page/duplicatepage.php\";i:4;s:35:\"instawp-connect/instawp-connect.php\";i:5;s:19:\"jetpack/jetpack.php\";i:6;s:25:\"loginpress/loginpress.php\";i:7;s:37:\"ninja-tables-pro/ninja-tables-pro.php\";i:8;s:29:\"ninja-tables/ninja-tables.php\";i:9;s:41:\"password-protected/password-protected.php\";i:10;s:20:\"printfriendly/pf.php\";i:11;s:41:\"wordpress-importer/wordpress-importer.php\";i:12;s:37:\"wp-file-download/wp-file-download.php\";}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (34, 'category_base', '', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (36, 'comment_max_links', 2, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (37, 'gmt_offset', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38, 'default_email_category', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (39, 'recently_edited', '', 'no');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (40, 'template', 'Divi', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (41, 'stylesheet', 'Divi', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (42, 'comment_registration', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (43, 'html_type', 'text/html', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (44, 'use_trackback', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (45, 'default_role', 'subscriber', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (46, 'db_version', 60421, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (47, 'uploads_use_yearmonth_folders', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (48, 'upload_path', '', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (49, 'blog_public', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (50, 'default_link_category', 2, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (51, 'show_on_front', 'page', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (52, 'tag_base', '', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (53, 'show_avatars', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (54, 'avatar_rating', 'G', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (55, 'upload_url_path', '', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (56, 'thumbnail_size_w', 150, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (57, 'thumbnail_size_h', 150, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (58, 'thumbnail_crop', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (59, 'medium_size_w', 300, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (60, 'medium_size_h', 300, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (61, 'avatar_default', 'mystery', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (62, 'large_size_w', 1024, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (63, 'large_size_h', 1024, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (64, 'image_default_link_type', 'none', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (65, 'image_default_size', '', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66, 'image_default_align', '', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67, 'close_comments_for_old_posts', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68, 'close_comments_days_old', 14, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (69, 'thread_comments', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (70, 'thread_comments_depth', 5, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (71, 'page_comments', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (72, 'comments_per_page', 50, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73, 'default_comments_page', 'newest', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (74, 'comment_order', 'asc', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (75, 'sticky_posts', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (79, 'uninstall_plugins', 'a:5:{s:37:\"wp-file-download/wp-file-download.php\";s:14:\"wpfd_uninstall\";s:25:\"loginpress/loginpress.php\";a:2:{i:0;s:16:\"WPBRIGADE_Logger\";i:1;s:18:\"log_uninstallation\";}s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:41:\"better-wp-security/better-wp-security.php\";a:2:{i:0;s:10:\"ITSEC_Core\";i:1;s:16:\"handle_uninstall\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";}', 'no');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (80, 'timezone_string', '', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (81, 'page_for_posts', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (82, 'page_on_front', 77, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (83, 'default_post_format', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (84, 'link_manager_enabled', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (85, 'finished_splitting_shared_terms', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (86, 'site_icon', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (87, 'medium_large_size_w', 768, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (88, 'medium_large_size_h', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (89, 'wp_page_for_privacy_policy', 3, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (90, 'show_comments_cookies_opt_in', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (91, 'admin_email_lifespan', 1768228850, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (92, 'disallowed_keys', '', 'no');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (93, 'comment_previously_approved', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (95, 'auto_update_core_dev', 'enabled', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (96, 'auto_update_core_minor', 'enabled', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (97, 'auto_update_core_major', 'enabled', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (99, 'wp_attachment_pages_enabled', '0', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (100, 'initial_db_version', 57155, 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (101, 'wp80_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:90:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;s:20:\"wpfd_create_category\";b:1;s:18:\"wpfd_edit_category\";b:1;s:22:\"wpfd_edit_own_category\";b:1;s:20:\"wpfd_delete_category\";b:1;s:16:\"wpfd_manage_file\";b:1;s:20:\"wpfd_edit_permission\";b:1;s:19:\"wpfd_download_files\";b:1;s:18:\"wpfd_preview_files\";b:1;s:9:\"read_post\";b:1;s:24:\"read_private_sgpb_popups\";b:1;s:15:\"edit_sgpb_popup\";b:1;s:16:\"edit_sgpb_popups\";b:1;s:23:\"edit_others_sgpb_popups\";b:1;s:26:\"edit_published_sgpb_popups\";b:1;s:19:\"publish_sgpb_popups\";b:1;s:18:\"delete_sgpb_popups\";b:1;s:25:\"delete_others_sgpb_popups\";b:1;s:26:\"delete_private_sgpb_popups\";b:1;s:25:\"delete_private_sgpb_popup\";b:1;s:28:\"delete_published_sgpb_popups\";b:1;s:19:\"sgpb_manage_options\";b:1;s:18:\"manage_popup_terms\";b:1;s:29:\"manage_popup_categories_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:40:{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: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:20:\"wpfd_create_category\";b:1;s:18:\"wpfd_edit_category\";b:1;s:22:\"wpfd_edit_own_category\";b:1;s:20:\"wpfd_delete_category\";b:1;s:16:\"wpfd_manage_file\";b:1;s:19:\"wpfd_download_files\";b:1;s:18:\"wpfd_preview_files\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:11:{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:19:\"wpfd_download_files\";b:1;s:18:\"wpfd_preview_files\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:7:{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:19:\"wpfd_download_files\";b:1;s:18:\"wpfd_preview_files\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:4:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:19:\"wpfd_download_files\";b:1;s:18:\"wpfd_preview_files\";b:1;}}}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (102, 'fresh_site', '0', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (103, 'user_count', 2, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (104, 'widget_block', 'a:7:{i:7;a:1:{s:7:\"content\";s:834:\"<script>var pfHeaderImgUrl = \'\';var pfHeaderTagline = \'\';var pfdisableClickToDel = 1;var pfHideImages = 0;var pfImageDisplayStyle = \'block\';var pfDisablePDF = 0;var pfDisableEmail = 0;var pfDisablePrint = 0;var pfCustomCSS = \'\';var pfEncodeImages = 0;var pfShowHiddenContent = 0;var pfBtVersion=\'2\';(function(){var js,pf;pf=document.createElement(\'script\');pf.type=\'text/javascript\';pf.src=\'//cdn.printfriendly.com/printfriendly.js\';document.getElementsByTagName(\'head\')[0].appendChild(pf)})();</script><a href=\"https://www.printfriendly.com\" style=\"color:#6D9F00;text-decoration:none;\" class=\"printfriendly\" onclick=\"window.print();return false;\" title=\"Printer Friendly and PDF\"><img style=\"border:none;-webkit-box-shadow:none;box-shadow:none;\" src=\"//cdn.printfriendly.com/buttons/print-button-nobg.png\" alt=\"Print This Page\"/></a>\";}i:8;a:1:{s:7:\"content\";s:131:\"<!-- wp:spacer {\"height\":\"18px\"} -->\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\";}i:9;a:1:{s:7:\"content\";s:60:\"<!-- wp:search {\"label\":\"Search\",\"buttonText\":\"Search\"} /-->\";}i:10;a:1:{s:7:\"content\";s:131:\"<!-- wp:spacer {\"height\":\"18px\"} -->\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\";}i:11;a:1:{s:7:\"content\";s:823:\"<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\",\"textColor\":\"white\",\"width\":100,\"className\":\"sg-popup-id-7920 is-style-fill\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"border\":{\"radius\":\"20px\"},\"color\":{\"gradient\":\"linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\";}i:12;a:1:{s:7:\"content\";s:337:\"<!-- wp:image {\"id\":7917,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OM-contact-popup.png\" alt=\"Contact an O&amp;M Benefits Solutions Counselor at (800) 463-03819\" class=\"wp-image-7917\"/></figure>\n<!-- /wp:image -->\";}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (105, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-7\";i:1;s:8:\"block-12\";}s:9:\"sidebar-1\";a:4:{i:0;s:7:\"block-8\";i:1;s:7:\"block-9\";i:2;s:8:\"block-10\";i:3;s:8:\"block-11\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:13:\"array_version\";i:3;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (106, 'cron', 'a:23:{i:1756046720;a:1:{s:33:\"wpfd_generate_preview_queue_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:36:\"wpfd_generate_preview_queue_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1756046725;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1756046736;a:1:{s:18:\"nfd_data_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:8:\"minutely\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1756046754;a:2:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1756047507;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:1756048834;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1756056838;a:1:{s:16:\"dipi_clear_cache\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1756069106;a:4:{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;}}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:1756069119;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1756069262;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1756069405;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1756069569;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1756069809;a:3:{s:36:\"dipi_refresh_instagram_access_tokens\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:39:\"dipi_testimonial_google_review_callback\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:41:\"dipi_testimonial_facebook_review_callback\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1756069823;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:1756072220;a:2:{s:37:\"check_plugin_updates-wp-file-download\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:23:\"wpfd_remove_junks_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"wpfd_clean_junks\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1756072443;a:1:{s:40:\"monsterinsights_feature_feedback_checkin\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1756110112;a:1:{s:24:\"wpb_data_sync_loginpress\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1756241909;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1756328306;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1756328316;a:1:{s:13:\"nfd_data_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1756418043;a:1:{s:46:\"monsterinsights_feature_feedback_clear_expired\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1757452209;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (115, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (116, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (118, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (119, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (120, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (121, 'recovery_keys', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (122, 'theme_mods_twentytwentyfour', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1721164208;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (123, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:3:\"6.6\";s:5:\"files\";a:500:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:27:\"post-content/editor-rtl.css\";i:281;s:31:\"post-content/editor-rtl.min.css\";i:282;s:23:\"post-content/editor.css\";i:283;s:27:\"post-content/editor.min.css\";i:284;s:23:\"post-date/style-rtl.css\";i:285;s:27:\"post-date/style-rtl.min.css\";i:286;s:19:\"post-date/style.css\";i:287;s:23:\"post-date/style.min.css\";i:288;s:27:\"post-excerpt/editor-rtl.css\";i:289;s:31:\"post-excerpt/editor-rtl.min.css\";i:290;s:23:\"post-excerpt/editor.css\";i:291;s:27:\"post-excerpt/editor.min.css\";i:292;s:26:\"post-excerpt/style-rtl.css\";i:293;s:30:\"post-excerpt/style-rtl.min.css\";i:294;s:22:\"post-excerpt/style.css\";i:295;s:26:\"post-excerpt/style.min.css\";i:296;s:34:\"post-featured-image/editor-rtl.css\";i:297;s:38:\"post-featured-image/editor-rtl.min.css\";i:298;s:30:\"post-featured-image/editor.css\";i:299;s:34:\"post-featured-image/editor.min.css\";i:300;s:33:\"post-featured-image/style-rtl.css\";i:301;s:37:\"post-featured-image/style-rtl.min.css\";i:302;s:29:\"post-featured-image/style.css\";i:303;s:33:\"post-featured-image/style.min.css\";i:304;s:34:\"post-navigation-link/style-rtl.css\";i:305;s:38:\"post-navigation-link/style-rtl.min.css\";i:306;s:30:\"post-navigation-link/style.css\";i:307;s:34:\"post-navigation-link/style.min.css\";i:308;s:28:\"post-template/editor-rtl.css\";i:309;s:32:\"post-template/editor-rtl.min.css\";i:310;s:24:\"post-template/editor.css\";i:311;s:28:\"post-template/editor.min.css\";i:312;s:27:\"post-template/style-rtl.css\";i:313;s:31:\"post-template/style-rtl.min.css\";i:314;s:23:\"post-template/style.css\";i:315;s:27:\"post-template/style.min.css\";i:316;s:24:\"post-terms/style-rtl.css\";i:317;s:28:\"post-terms/style-rtl.min.css\";i:318;s:20:\"post-terms/style.css\";i:319;s:24:\"post-terms/style.min.css\";i:320;s:24:\"post-title/style-rtl.css\";i:321;s:28:\"post-title/style-rtl.min.css\";i:322;s:20:\"post-title/style.css\";i:323;s:24:\"post-title/style.min.css\";i:324;s:26:\"preformatted/style-rtl.css\";i:325;s:30:\"preformatted/style-rtl.min.css\";i:326;s:22:\"preformatted/style.css\";i:327;s:26:\"preformatted/style.min.css\";i:328;s:24:\"pullquote/editor-rtl.css\";i:329;s:28:\"pullquote/editor-rtl.min.css\";i:330;s:20:\"pullquote/editor.css\";i:331;s:24:\"pullquote/editor.min.css\";i:332;s:23:\"pullquote/style-rtl.css\";i:333;s:27:\"pullquote/style-rtl.min.css\";i:334;s:19:\"pullquote/style.css\";i:335;s:23:\"pullquote/style.min.css\";i:336;s:23:\"pullquote/theme-rtl.css\";i:337;s:27:\"pullquote/theme-rtl.min.css\";i:338;s:19:\"pullquote/theme.css\";i:339;s:23:\"pullquote/theme.min.css\";i:340;s:39:\"query-pagination-numbers/editor-rtl.css\";i:341;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:342;s:35:\"query-pagination-numbers/editor.css\";i:343;s:39:\"query-pagination-numbers/editor.min.css\";i:344;s:31:\"query-pagination/editor-rtl.css\";i:345;s:35:\"query-pagination/editor-rtl.min.css\";i:346;s:27:\"query-pagination/editor.css\";i:347;s:31:\"query-pagination/editor.min.css\";i:348;s:30:\"query-pagination/style-rtl.css\";i:349;s:34:\"query-pagination/style-rtl.min.css\";i:350;s:26:\"query-pagination/style.css\";i:351;s:30:\"query-pagination/style.min.css\";i:352;s:25:\"query-title/style-rtl.css\";i:353;s:29:\"query-title/style-rtl.min.css\";i:354;s:21:\"query-title/style.css\";i:355;s:25:\"query-title/style.min.css\";i:356;s:20:\"query/editor-rtl.css\";i:357;s:24:\"query/editor-rtl.min.css\";i:358;s:16:\"query/editor.css\";i:359;s:20:\"query/editor.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (139, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"evlester@lockton.com\";s:7:\"version\";s:5:\"6.8.2\";s:9:\"timestamp\";i:1752613620;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (140, 'nfd_coming_soon_module_version', '2.1.0', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (141, 'nfd_coming_soon', '', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (142, 'mm_coming_soon', '', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (143, 'nfd_module_activation_fresh_install', '', 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (144, 'ce4wp_hide_banner:get_started', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (145, 'optin_monster_api_activation_redirect_disabled', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (146, 'wpforms_activation_redirect', 1, 'yes');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (158, 'newfold_features', 'a:5:{s:8:\"patterns\";b:1;s:11:\"performance\";b:1;s:10:\"helpCenter\";b:1;s:7:\"staging\";b:1;s:11:\"my-products\";b:1;}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (159, 'newfold_active_modules', 'a:18:{s:4:\"data\";b:1;s:13:\"wp-module-pls\";b:1;s:9:\"installer\";b:1;s:2:\"ai\";b:1;s:16:\"wp-module-survey\";b:1;s:8:\"facebook\";b:1;s:9:\"migration\";b:1;s:11:\"coming-soon\";b:1;s:9:\"ecommerce\";b:1;s:10:\"global-ctb\";b:1;s:17:\"wp-module-hosting\";b:1;s:11:\"marketplace\";b:1;s:10:\"next-steps\";b:1;s:13:\"notifications\";b:1;s:10:\"onboarding\";b:1;s:16:\"secure-passwords\";b:1;s:19:\"wp-module-solutions\";b:1;s:3:\"sso\";b:1;}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165, 'auto_update_plugins', 'a:14:{i:0;s:23:\"appmysite/appmysite.php\";i:1;s:29:\"divi-booster/divi-booster.php\";i:2;s:25:\"divi-pixel/divi-pixel.php\";i:3;s:32:\"duplicate-page/duplicatepage.php\";i:4;s:35:\"instawp-connect/instawp-connect.php\";i:5;s:19:\"jetpack/jetpack.php\";i:6;s:25:\"loginpress/loginpress.php\";i:7;s:29:\"ninja-tables/ninja-tables.php\";i:8;s:37:\"ninja-tables-pro/ninja-tables-pro.php\";i:9;s:41:\"password-protected/password-protected.php\";i:10;s:20:\"printfriendly/pf.php\";i:11;s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";i:12;s:41:\"wordpress-importer/wordpress-importer.php\";i:13;s:37:\"wp-file-download/wp-file-download.php\";}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (167, 'jetpack_activated', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (170, 'jetpack_activation_source', 'a:2:{i:0;s:4:\"list\";i:1;N;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (172, 'jetpack_options', 'a:12:{s:11:\"old_version\";s:15:\"14.9:1754427645\";s:14:\"last_heartbeat\";i:1755982859;s:7:\"version\";s:17:\"14.9.1:1754564695\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:235178995;s:6:\"public\";i:1;s:27:\"recommendations_conditional\";a:5:{i:0;s:11:\"backup-plan\";i:1;s:7:\"protect\";i:2;s:5:\"boost\";i:3;s:9:\"publicize\";i:4;s:10:\"videopress\";}s:27:\"historically_active_modules\";a:5:{i:0;s:7:\"creator\";i:1;s:6:\"extras\";i:2;s:5:\"stats\";i:3;s:7:\"protect\";i:4;s:10:\"jetpack-ai\";}s:24:\"dismissed_welcome_banner\";b:1;s:16:\"first_admin_view\";b:1;s:11:\"master_user\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (175, '_transient_jetpack_autoloader_plugin_paths', 'a:1:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (178, 'jetpack_available_modules', 'a:1:{s:6:\"14.9.1\";a:43:{s:18:\"account-protection\";s:4:\"14.5\";s:5:\"blaze\";s:4:\"12.3\";s:6:\"blocks\";s:8:\"13.9-a.8\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:9:\"post-list\";s:4:\"11.3\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:3:\"waf\";s:4:\"10.9\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (182, 'omapi_review', 'a:2:{s:4:\"time\";i:1721163522;s:9:\"dismissed\";b:0;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (188, 'widget_optin-monster-api', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (196, 'wpforms_version', '1.8.9.6', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (197, 'wpforms_version_lite', '1.8.9.6', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (198, 'wpforms_activated', 'a:1:{s:4:\"lite\";i:1721163528;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (205, 'wpforms_versions_lite', 'a:12:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:5:\"1.7.7\";i:0;s:5:\"1.8.2\";i:0;s:5:\"1.8.3\";i:0;s:5:\"1.8.4\";i:0;s:5:\"1.8.6\";i:0;s:5:\"1.8.7\";i:0;s:7:\"1.8.9.6\";i:1721163529;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (206, 'widget_wpforms-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (207, 'wpforms_settings', 'a:3:{s:13:\"modern-markup\";s:1:\"1\";s:20:\"modern-markup-is-set\";b:1;s:26:\"modern-markup-hide-setting\";b:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (208, 'endurance_cache_level', 2, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (210, 'nfd_ecommerce_module_version', '1.8.1', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (212, 'jetpack_affiliate_code', 86241, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (213, 'auto_update_themes', 'a:2:{i:0;s:4:\"Divi\";i:1;s:16:\"twentytwentyfive\";}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (214, 'bluehost_plugin_version', '4.5.1', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (303, 'action_scheduler_lock_async-request-runner', '68ab242bcf9bf3.76986875|1756046439', 'no');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (305, 'jetpack_connection_active_plugins', 'a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (309, 'om_notifications', 'a:4:{s:7:\"updated\";i:1721163576;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (310, 'optinmonster_upgrade_completed', '2.16.4', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (316, '_wpforms_transient_wpforms_htaccess_file', 'a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1721163654;s:5:\"ctime\";i:1721163654;}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (317, 'wpforms_email_summaries_fetch_info_blocks_last_run', 1721163654, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (318, 'wpforms_process_forms_locator_status', 'completed', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (328, 'mm_install_date', 'Jul 16, 2024', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (329, 'mm_cron', 'a:1:{s:6:\"hourly\";a:1:{s:9:\"installed\";a:5:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:13:\"plugin_status\";s:2:\"ea\";s:9:\"installed\";s:2:\"el\";s:26:\"Install date: Jul 16, 2024\";s:4:\"keep\";b:0;}}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (330, 'bluehost_plugin_install_date', 1721163663, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (331, 'do_activate', '0', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (336, 'wpforms_admin_notices', 'a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1721163663;s:9:\"dismissed\";b:0;}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (337, 'nfd_module_survey_queue', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (338, 'nfd_module_onboarding_flow', 'a:20:{s:7:\"version\";s:5:\"2.0.6\";s:8:\"isViewed\";a:0:{}s:10:\"isComplete\";i:0;s:9:\"hasExited\";i:0;s:9:\"isSkipped\";a:0:{}s:11:\"currentStep\";s:26:\"/step/wp-setup/get-started\";s:9:\"createdAt\";i:1721163663;s:9:\"updatedAt\";i:0;s:4:\"data\";a:18:{s:8:\"siteType\";a:3:{s:7:\"referTo\";s:4:\"site\";s:7:\"primary\";a:2:{s:6:\"refers\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:9:\"secondary\";a:2:{s:6:\"refers\";s:0:\"\";s:5:\"value\";s:0:\"\";}}s:14:\"wpComfortLevel\";s:1:\"0\";s:11:\"topPriority\";a:1:{s:9:\"priority1\";s:0:\"\";}s:8:\"blogName\";s:0:\"\";s:15:\"blogDescription\";s:0:\"\";s:8:\"siteLogo\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:8:\"accounts\";a:0:{}s:5:\"theme\";a:3:{s:8:\"template\";s:0:\"\";s:10:\"stylesheet\";s:0:\"\";s:9:\"variation\";s:0:\"\";}s:12:\"customDesign\";b:0;s:10:\"colorStyle\";s:0:\"\";s:9:\"fontStyle\";s:0:\"\";s:10:\"partHeader\";s:0:\"\";s:10:\"partFooter\";s:0:\"\";s:9:\"sitePages\";a:2:{s:8:\"homepage\";s:0:\"\";s:5:\"other\";a:0:{}}s:12:\"siteFeatures\";a:0:{}s:8:\"chapters\";a:0:{}s:10:\"comingSoon\";b:0;s:19:\"siteOverrideConsent\";b:0;}s:10:\"activeFlow\";s:0:\"\";s:12:\"currentFlows\";a:0:{}s:20:\"isFirstNFDOnboarding\";b:1;s:8:\"siteType\";s:4:\"blog\";s:9:\"ownerType\";s:8:\"personal\";s:15:\"isEcommercePlan\";b:0;s:12:\"doesCommerce\";b:0;s:12:\"storeDetails\";a:1:{s:11:\"productInfo\";a:2:{s:13:\"product_count\";s:0:\"\";s:13:\"product_types\";a:0:{}}}s:7:\"sitegen\";a:9:{s:11:\"siteDetails\";a:7:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:0:\"\";s:5:\"style\";s:0:\"\";s:6:\"prompt\";s:0:\"\";s:19:\"uniqueAboutBusiness\";s:0:\"\";s:12:\"minCharLimit\";i:34;s:4:\"mode\";s:6:\"simple\";}s:8:\"siteLogo\";a:4:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";s:8:\"fileName\";s:0:\"\";s:8:\"fileSize\";i:0;}s:10:\"experience\";a:1:{s:5:\"level\";i:0;}s:17:\"siteGenMetaStatus\";a:2:{s:13:\"currentStatus\";i:0;s:10:\"totalCount\";i:9;}s:9:\"homepages\";a:2:{s:6:\"active\";a:0:{}s:4:\"data\";a:0:{}}s:9:\"skipCache\";b:1;s:21:\"sitemapPagesGenerated\";b:0;s:12:\"customDesign\";b:0;s:16:\"siteGenErrorMeta\";a:3:{s:6:\"status\";b:0;s:10:\"retryCount\";i:0;s:13:\"maxRetryCount\";i:3;}}s:17:\"continueWithoutAi\";b:0;s:16:\"sitegenThemeMode\";s:0:\"\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (341, 'nfd_module_installer_plugin_install_queue', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (342, 'nfd_module_installer_plugin_activation_queue', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (343, 'nfd_module_installer_plugin_deactivation_queue', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (345, 'nfd_module_installer_plugins_init_status', 'completed', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (346, 'wpforms_notifications', 'a:4:{s:4:\"feed\";a:0:{}s:6:\"events\";a:5:{s:15:\"welcome-message\";a:6:{s:2:\"id\";s:15:\"welcome-message\";s:5:\"title\";s:19:\"Welcome to WPForms!\";s:7:\"content\";s:234:\"We’re grateful that you chose WPForms for your website! Now that you’ve installed the plugin, you’re less than 5 minutes away from publishing your first form. To make it easy, we’ve got 1800+ form templates to get you started!\";s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:79:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=wpforms-builder\";s:4:\"text\";s:14:\"Start Building\";}s:3:\"alt\";a:2:{s:3:\"url\";s:163:\"https://wpforms.com/docs/creating-first-form/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Welcome%20Read%20the%20Guide\";s:4:\"text\";s:14:\"Read the Guide\";}}s:4:\"type\";a:7:{i:0;s:4:\"lite\";i:1;s:5:\"basic\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:6:\"agency\";i:5;s:5:\"elite\";i:6;s:8:\"ultimate\";}s:5:\"start\";s:19:\"2024-07-16 20:58:49\";}s:22:\"wp-mail-smtp-education\";a:5:{s:2:\"id\";s:22:\"wp-mail-smtp-education\";s:5:\"title\";s:43:\"Don’t Miss Your Form Notification Emails!\";s:7:\"content\";s:260:\"Did you know that many WordPress sites are not properly configured to send emails? With the free WP Mail SMTP plugin, you can easily optimize your site to send emails, avoid the spam folder, and make sure your emails land in the recipient’s inbox every time.\";s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:76:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=wpforms-smtp\";s:4:\"text\";s:11:\"Install Now\";}s:3:\"alt\";a:2:{s:3:\"url\";s:195:\"https://wpforms.com/docs/how-to-set-up-smtp-using-the-wp-mail-smtp-plugin/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=WP%20Mail%20SMTP%20Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2024-07-19 20:58:49\";}s:15:\"join-vip-circle\";a:5:{s:2:\"id\";s:15:\"join-vip-circle\";s:5:\"title\";s:27:\"Want to Be a VIP? Join Now!\";s:7:\"content\";s:326:\"Running a WordPress site can be challenging. But help is just around the corner! Our Facebook group contains tons of tips and help to get your business growing! When you join our VIP Circle, you’ll get instant access to tips, tricks, and answers from a community of loyal WPForms users. Best of all, membership is 100% free!\";s:4:\"btns\";a:1:{s:4:\"main\";a:2:{s:3:\"url\";s:43:\"https://www.facebook.com/groups/wpformsvip/\";s:4:\"text\";s:8:\"Join Now\";}}s:5:\"start\";s:19:\"2024-08-15 20:58:49\";}s:14:\"survey-reports\";a:5:{s:2:\"id\";s:14:\"survey-reports\";s:5:\"title\";s:46:\"Want to Know What Your Customers Really Think?\";s:7:\"content\";s:334:\"Nothing beats real feedback from your customers and visitors. That’s why many small businesses love our awesome Surveys and Polls addon. Instantly unlock full survey reporting right in your WordPress dashboard. And don’t forget: building a survey is easy with our pre-made templates, so you could get started within a few minutes!\";s:4:\"btns\";a:2:{s:4:\"main\";a:1:{s:7:\"license\";a:5:{s:4:\"lite\";a:2:{s:3:\"url\";s:178:\"https://wpforms.com/lite-upgrade/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Lite&utm_locale=en_US\";s:4:\"text\";s:11:\"Upgrade Now\";}s:5:\"basic\";a:2:{s:3:\"url\";s:166:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:4:\"plus\";a:2:{s:3:\"url\";s:166:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:3:\"pro\";a:2:{s:3:\"url\";s:78:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install Now\";}s:5:\"elite\";a:2:{s:3:\"url\";s:78:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install Now\";}}}s:3:\"alt\";a:2:{s:3:\"url\";s:202:\"https://wpforms.com/docs/how-to-install-and-use-the-surveys-and-polls-addon/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Surveys%20and%20Polls%20Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2024-08-30 20:58:49\";}s:16:\"form-abandonment\";a:5:{s:2:\"id\";s:16:\"form-abandonment\";s:5:\"title\";s:31:\"Get More Leads From Your Forms!\";s:7:\"content\";s:363:\"Are your forms converting fewer visitors than you hoped? Often, visitors quit forms partway through. That can prevent you from getting all the leads you deserve to capture. With our Form Abandonment addon, you can capture partial entries even if your visitor didn’t hit Submit! From there, it’s easy to follow up with leads and turn them into loyal customers.\";s:4:\"btns\";a:2:{s:4:\"main\";a:1:{s:7:\"license\";a:5:{s:4:\"lite\";a:2:{s:3:\"url\";s:175:\"https://wpforms.com/lite-upgrade/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Upgrade%20Lite&utm_locale=en_US\";s:4:\"text\";s:11:\"Upgrade Now\";}s:5:\"basic\";a:2:{s:3:\"url\";s:163:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:4:\"plus\";a:2:{s:3:\"url\";s:163:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Upgrade%20Basic\";s:4:\"text\";s:11:\"Upgrade Now\";}s:3:\"pro\";a:2:{s:3:\"url\";s:78:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install Now\";}s:5:\"elite\";a:2:{s:3:\"url\";s:78:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=wpforms-addons\";s:4:\"text\";s:11:\"Install Now\";}}}s:3:\"alt\";a:2:{s:3:\"url\";s:201:\"https://wpforms.com/docs/how-to-install-and-use-form-abandonment-with-wpforms/?utm_source=WordPress&utm_medium=Event%20Notification&utm_campaign=liteplugin&utm_content=Form%20Abandonment%20Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2024-09-14 20:58:49\";}}s:9:\"dismissed\";a:0:{}s:6:\"update\";i:1721163663;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (380, 'ce4wp_ignore_review_notice', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (381, 'onboarding_experience_level', 3, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (396, 'finished_updating_comment_type', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (400, 'ce4wp_activation_redirect', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (401, 'ce4wp_handshake_token', 'B340EDEE-5EB5-4755-935B-F39085D35CAF', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (402, 'ce4wp_handshake_expiration', 1733794297, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (403, 'ce4wp_instance_uuid', '6696dfe14b9a3', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (412, 'widget_monsterinsights-popular-posts-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (413, 'monsterinsights_settings', 'a:45:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:20:\"evlester@lockton.com\";}}s:31:\"exception_alert_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:20:\"evlester@lockton.com\";}}s:17:\"automatic_updates\";s:3:\"all\";s:14:\"anonymous_data\";i:0;s:18:\"verified_automatic\";i:0;s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:19:\"verified_appearance\";s:5:\"light\";s:17:\"verified_position\";s:6:\"center\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (414, 'monsterinsights_over_time', 'a:4:{s:17:\"installed_version\";s:6:\"8.28.0\";s:14:\"installed_date\";i:1721163747;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1721163747;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (416, 'monsterinsights_current_version', '8.28.0', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (420, 'ce4wp_contacts_db_version', 1.0, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (421, 'monsterinsights_sitenotes_installed', 1721163754, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (423, 'nfd_fb_hash_hiive_token', '6f00a46c673148577d2e40b9d03bb85d', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (428, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"24.0\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (429, 'nfd_coming_soon_last_changed', 1721163761, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (430, 'wpseo', 'a:108:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:20:\"taxonomy_made_public\";s:29:\"indexables_indexing_completed\";b:0;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"23.0\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1721163758;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:36:\"/%year%/%monthnum%/%day%/%postname%/\";s:8:\"home_url\";s:39:\"https://benefitsmyway.mybenefitport.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:1;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";b:0;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:6:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:7:\"project\";i:3;s:16:\"dipi_testimonial\";i:4;s:16:\"dipi_popup_maker\";i:5;s:8:\"dipi_faq\";}s:28:\"last_known_public_taxonomies\";a:10:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:17:\"dipi_cpt_category\";i:4;s:19:\"dipi_media_category\";i:5;s:16:\"project_category\";i:6;s:11:\"project_tag\";i:7;s:17:\"dipi_faq_category\";i:8;s:15:\"testimonial_cat\";i:9;s:15:\"testimonial_tag\";}s:23:\"last_known_no_unindexed\";a:1:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1721163806;}s:14:\"new_post_types\";a:4:{i:2;s:7:\"project\";i:3;s:16:\"dipi_testimonial\";i:4;s:16:\"dipi_popup_maker\";i:5;s:8:\"dipi_faq\";}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (431, 'wpseo_titles', 'a:129:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (432, 'wpseo_social', 'a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (450, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (451, 'recently_activated', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (472, 'edd_sl_9481ed44b0b7ba0701d45beb14f3f72f', 'a:2:{s:7:\"timeout\";i:1721174737;s:5:\"value\";s:158804:\"{\"new_version\":\"2.29.4\",\"stable_version\":\"2.29.4\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2024-07-09 15:00:32\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" collapsed=\\\"on\\\" global_colors_info=\\\"{}\\\"][et_pb_row column_structure=\\\"1_2,1_2\\\" admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"1_2\\\" _builder_version=\\\"4.20.4\\\" _module_preset=\\\"default\\\" global_colors_info=\\\"{}\\\"][\\/et_pb_column][et_pb_column type=\\\"1_2\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\",\"changelog\":\"<p><strong>2.29.4 July 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed not working Reveal module in the first tab of Advanced Tabs<\\/li>\\n<li>Fixed Dual Heading issue font size when \\u201cem\\u201d unit is used<\\/li>\\n<li>Fixed Hover Box border issue in Divi Builder<\\/li>\\n<li>Fixed Expanding CTA issue when used in the Balloon mega menu<\\/li>\\n<li>Fixed the Blurb module link not working in the Balloon mega menu<\\/li>\\n<li>Fixed Gravity Forms Styler spacing issue not working in the builder<\\/li>\\n<li>Fixed Gravity Forms Styler province and state filed styling<\\/li>\\n<li>Fixed Image Slider navigation issue when the loop option is enabled<\\/li>\\n<li>Fixed the TOC module spacing issue not working in the builder<\\/li>\\n<li>Fixed text style issue on the login page<\\/li>\\n<li>Fixed Popup Maker issue with responsive settings for Scroll Offset and On Scroll event<\\/li>\\n<li>Fixed Pricing Table suffix placement issue<\\/li>\\n<li>Fixed Parallax Image module height issue when the \\u201cActivate on Container\\u201d option is enabled<\\/li>\\n<li>Fixed the Testimonial Slider popup issue in the Safari browser<\\/li>\\n<li>Fixed the Popup Maker broken close button styling in the Safari browser<\\/li>\\n<li>Fixed Typing Text issue with responsive text alignment settings<\\/li>\\n<li>Added CSS ID &amp; Classes to Floating Images child items<\\/li>\\n<li>Added Toggle Selector to Content Toggle module<\\/li>\\n<li>Added \\u201cAllow Touch Move\\u201d option to the Carousel module<\\/li>\\n<li>Added Menu Order meta box to the FAQ custom post type<\\/li>\\n<li>Improved Popup Maker exit event on mobiles<\\/li>\\n<li>Improved the Before &amp; After Slider functionality when labels are clicked<\\/li>\\n<li>Minor stability improvements<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.3 April 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Improved Image Hotspot tooltip animations<\\/li>\\n<li>Improved Advanced Tabs Tab Selector<\\/li>\\n<li>Improved alignment settings in the Table Maker module<\\/li>\\n<li>Added translatable author prefix to the Blog Slider<\\/li>\\n<li>Added touch lens offset settings to the Image Magnifier module<\\/li>\\n<li>Added H tags control in Filterable Grid and Filterable Gallery<\\/li>\\n<li>Added default position to the Reading Progress Bar<\\/li>\\n<li>Added Link Target option to the Blog Slider module<\\/li>\\n<li>Added responsive settings for the Content Slider labels<\\/li>\\n<li>Added new sort options to the Filterable Gallery module<\\/li>\\n<li>Added responsive settings for the Content Toggle labels<\\/li>\\n<li>Added View Box size settings to the Image Mask module<\\/li>\\n<li>Added H tag control to the Start Rating title field<\\/li>\\n<li>Fixed not clickable logo on mobile devices<\\/li>\\n<li>Fixed Timeline mixed layout not working on mobiles on front-end<\\/li>\\n<li>Fixed Image Showcase image not showing in the Advanced Tabs module<\\/li>\\n<li>Fixed extra space issue in the Testimonial Slider module<\\/li>\\n<li>Fixed Advanced Tabs tab margins not calculated correctly on mobiles<\\/li>\\n<li>Fixed not working Vertical Offset option in the Reveal module<\\/li>\\n<li>Fixed PHP 8.2 compatibility issues<\\/li>\\n<li>Fixed Balloon mega menu not working on touch devices<\\/li>\\n<li>Fixed not working border, background and box-shadow in the Timeline child modules<\\/li>\\n<li>Fixed Hover Box background video size issue<\\/li>\\n<li>Fixed Popup Maker layout issue when more than one section is added<\\/li>\\n<li>Fixed collapsed mobile menu not working with the WPML plugin<\\/li>\\n<li>Fixed Before &amp; After Slider not displayed in Content Slider module<\\/li>\\n<li>Fixed border settings in the Carousel module<\\/li>\\n<li>Fixed Image Showcase not working in the Content Slider module<\\/li>\\n<li>Fixed Image Slider navigation position issue on mobile<\\/li>\\n<li>Fixed Info Circle border issue displayed on CPT pages<\\/li>\\n<li>Fixed Info Circle default values<\\/li>\\n<li>Fixed spacing issue in the Table Of Contents module<\\/li>\\n<li>Fixed clickable mobile menu when the full-screen option is used<\\/li>\\n<li>Fixed Expanding CTA responsive issue when Custom Mobile Breakpoint is used<\\/li>\\n<li>Fixed Counter animation viewport issue<\\/li>\\n<li>Updated wpml-config.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.29.2 December 21st 2023<\\/p>\\n<ul>\\n<li>Fixed Dual Heading border issue<\\/li>\\n<li>Fixed Divi 4.23.2 compatibility issue<\\/li>\\n<li>Fixed Tripadvisor social icon issue<\\/li>\\n<li>Fixed Table Maker depraciated PHP: automatic conversion of false to array<\\/li>\\n<li>Fixed Flip Box module showing back side<\\/li>\\n<li>Fixed Popup Maker position issue when content is having single tags<\\/li>\\n<li>Fixed Filterable Gallery JS error when Conditional Display is used<\\/li>\\n<li>Improved Blog Slider data attribute format<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.1 December 15th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed parent mobile menu item link issue<\\/li>\\n<li>Fixed Jetpack captcha field width on login screen<\\/li>\\n<li>Fixed not saving Divi Pixel Category and link in Media Library<\\/li>\\n<li>Fixed not showing Read More button for arabic string in Blog Slider<\\/li>\\n<li>Fixed Dual Heading background text stroke color issue<\\/li>\\n<li>Fixed JS error when responsive text settings for TOC module title are used<\\/li>\\n<li>Fixed Gravity Forms Styler border issue when Orbital theme is used<\\/li>\\n<li>Added delay option to the Typing Text module<\\/li>\\n<li>Added archive page styling for search results page<\\/li>\\n<li>Added option to hide Homepage in the Breadcrumbs module<\\/li>\\n<li>Added option to remove Html for empty field in Testimonial Slider<\\/li>\\n<li>Added pagination and load more settings to the Masonry Gallery module<\\/li>\\n<li>Added option to show\\/hide Clear Divi Cache option in the WP toolbar<\\/li>\\n<li>Improved Fix Lazy Loading Image in Filterable Grid and Filterable Gallery<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.0 November 24th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table Maker module<\\/li>\\n<li>Added margin, padding and custom CSS filed for Advanced Tabs tab image<\\/li>\\n<li>Added Divider module to WPML config file<\\/li>\\n<li>Added custom CSS field to Advanced Tabs button<\\/li>\\n<li>Added shortcode support to Blog Slider, Parallax Image and Pricing Table modules<\\/li>\\n<li>Added title tag control for the Pricing Table Feature<\\/li>\\n<li>Added ability to translate DIPI category taxonomy<\\/li>\\n<li>Added support of Gravity Forms Styler to different themes<\\/li>\\n<li>Added Link toggle to Tile Scroll child modules<\\/li>\\n<li>Added \\u201cClickable Card\\u201d option to the Blog Slider module<\\/li>\\n<li>Added mobile option for the Ripple Effect Style 2 in the Image Hotspot module<\\/li>\\n<li>Added alt text for image in the Expanding CTA module<\\/li>\\n<li>Fixed Reveal module expanded height issue<\\/li>\\n<li>Fixed Panorama responsive issue<\\/li>\\n<li>Fixed menu hover animation when translation is used<\\/li>\\n<li>Fixed Reveal height in Advanced Tabs, Content Slider and Content Toggle<\\/li>\\n<li>Fixed Flip Box dynamic link issue<\\/li>\\n<li>Fixed not working page exclusion option in the TOC module<\\/li>\\n<li>Fixed not working Carousel link in older Safari browsers<\\/li>\\n<li>Improved Image Hotspot tooltip position on mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.28.0 October 11th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divider module<\\/li>\\n<li>Fixed Accordion Image rendering issue when used in Theme Builder template<\\/li>\\n<li>Fixed WPML-config.xml file conflict with Polylang plugin<\\/li>\\n<li>Fixed Reveal issue when used in the Content Slider module<\\/li>\\n<li>Fixed Image Slider thumbs navigation not working when Theme Builder is used<\\/li>\\n<li>Fixed Filterable Grid taxonomy select field issue with the Polylang plugin<\\/li>\\n<li>Fixed not working FAQ module order not working in the builder<\\/li>\\n<li>Fixed incorrect image count displayed in the Image Slider lightbox<\\/li>\\n<li>Fixed Gravity Forms Styler unique ID field not showing in the editor<\\/li>\\n<li>Fixed Gravity Forms Styler dropdown arrow position issue<\\/li>\\n<li>Added Custom CSS fields for Hover Gallery images and content icons<\\/li>\\n<li>Added Yelp and Spotify social media icons<\\/li>\\n<li>Added Popup Maker width settings<\\/li>\\n<li>Added Custom CSS ID &amp; Classes to the Timeline child items<\\/li>\\n<li>Updated WPML configuration file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.27.0 September 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Reveal module<\\/li>\\n<li>Added Box Shadow and Border settings to the Typing Text module<\\/li>\\n<li>Added Alt Text for images in the Info Circle module<\\/li>\\n<li>Added option to use icons with links in the Floating Images module<\\/li>\\n<li>Added Load More, Pagination, and Infinite Scroll options to the Masonry Gallery module<\\/li>\\n<li>Added Carousel Image Height control<\\/li>\\n<li>Added responsive settings for Show Table Title in the TOC module<\\/li>\\n<li>Added ACF support to the Price List module<\\/li>\\n<li>Added author prefix &amp; link target setting to the Filterable Grid module<\\/li>\\n<li>Fixed Testimonial Slider issue when content includes unicode symbols<\\/li>\\n<li>Fixed Table of Content issue when the Generate for Whole Page option is enabled<\\/li>\\n<li>Fixed Table of Contents issue when special characters are used in the title<\\/li>\\n<li>Fixed not working CTA button settings in the footer menu<\\/li>\\n<li>Fixed not a clickable logo in the header when the centered header is used<\\/li>\\n<li>Fixed CTA Menu Button styles not applying to the secondary menu<\\/li>\\n<li>Apply mobile menu styles only for the header menu, not for the footer<\\/li>\\n<li>Enabled Divi Pixel taxonomy for all CPT<\\/li>\\n<li>Updated Twitter icon<\\/li>\\n<li>Updated WPML config file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.26.0 August 9th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table of Contents module added<\\/li>\\n<li><strong>NEW:<\\/strong> Clear Divi Cache functionality added to the WP dashboard toolbar<\\/li>\\n<li>Fixed Float Thumbs Over Main Image responsive issues in the Image Slider module<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue when placed at the end of a row<\\/li>\\n<li>Fixed Image Hotspot warning in the child module<\\/li>\\n<li>Fixed Image Rotator preloader issue when the image is bigger than the viewport height<\\/li>\\n<li>Fixed not clickable logo on mobile when centered header style is used<\\/li>\\n<li>Fixed not working border for the menu CTA button<\\/li>\\n<li>Added Popup Maker WPML support<\\/li>\\n<li>Added Tripadvisor, Twitch, and Yelp social media icons<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.1 July 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added preloader to the Image Rotator module<\\/li>\\n<li>Fixed WPML config file to fix the Pricing Table text field translation issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.0 July 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Image Rotate module added<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed Filterable Grid Sticky Filter issue<\\/li>\\n<li>Fixed submenu not opening in some devices when \\u2018Collapse Submenu Items on Mobiles\\u2019 is enabled<\\/li>\\n<li>Fixed rendering issue of Image Gallery in Content Slider<\\/li>\\n<li>Fixed Image Accordion background image not working when the image is not selected in the child module<\\/li>\\n<li>Fixed PHP warning in Expanding CTA module<\\/li>\\n<li>Fixed missing styling of Submit button container in the Gravity Forms Styler module<\\/li>\\n<li>Fixed not working \\u2018Hide Close Button\\u2019\\u00a0 in Popup Maker after PHP 8.0<\\/li>\\n<li>Fixed not working image animation in the Filterable Grid module<\\/li>\\n<li>Fixed archive\\/categories pages excerpt font color issue<\\/li>\\n<li>Fixed Image Hotspot ripple effect issue in Firefox browser<\\/li>\\n<li>Fixed dynamic text not rendering in the Visual Builder in the Text Highlighter module<\\/li>\\n<li>Added option to hide content by default in the Advanced Tabs module<\\/li>\\n<li>Added scroll bar to Filterable Gallery when image caption in lightbox goes out of the screen<\\/li>\\n<li>Added stronger selector to Button Grid for default margin-bottom of child module<\\/li>\\n<li>Added Slide Selector to the Content Slider module<\\/li>\\n<li>Added navigation settings to the Content Slider module<\\/li>\\n<li>Added \\u201cContent as Raw HTML\\u201d to the Blog Slider module<\\/li>\\n<li>Added tab index and field values setting to the Gravity Forms Styler module<\\/li>\\n<li>Added Show More button functionality to the Filterable Grid module<\\/li>\\n<li>Added publishing date, categories, and author to the Filterable Grid module<\\/li>\\n<li>Added filters to the Filterable Grid module<\\/li>\\n<li>Improved Filterable Grid title\\/content hover color functionality<\\/li>\\n<li>Improved \\u201cApply Hover Style to Active Menu Item\\u201d function<\\/li>\\n<li>Improved speed using async images in Blog Slider<\\/li>\\n<li>Improved image link function in the Advanced Tabs module<\\/li>\\n<li>Improved Popup Maker to allow users to trigger popups using a keyboard<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.24.0 June 7th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added full WPML compatibility<\\/li>\\n<li>Fixed not working autoplay speed in the Hover Gallery module<\\/li>\\n<li>Fixed Image Magnifier rendering issue in Divi Builder<\\/li>\\n<li>Fixed the preloader displayed on the blog page when only the homepage setting is enabled<\\/li>\\n<li>Fixed Timeline module displaying issue on front-end of CPT<\\/li>\\n<li>Fixed Timeline responsive issue in Theme Builder<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed not working Filterable Grid image animation<\\/li>\\n<li>Fixed Advanced Tabs scroll to content on mobiles issue<\\/li>\\n<li>Fixed Advanced Tabs sticky tabs with slider navigation issue<\\/li>\\n<li>Fixed truncated caption in the Filterable Gallery lightbox when an apostrophe is used<\\/li>\\n<li>Added link option for the content image in the Advanced Tabs module<\\/li>\\n<li>Added Image Slider lightbox option for main carousel images<\\/li>\\n<li>Added icon spacing settings to the Tilt Image module<\\/li>\\n<li>Added vertical scroll functionality to the Image Showcase module<\\/li>\\n<li>Added simple FadeIn animation to the Hover Gallery module<\\/li>\\n<li>Added \\u201cMenu Order\\u201d into Filterable Grid Order By settings<\\/li>\\n<li>Disabled popups displaying in the builder<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.23.1 May 23rd, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed conditional fields issue in the Gravity Forms Styler module<\\/li>\\n<li>Fixed Gravity Forms Styler files loaded when the module is hidden<\\/li>\\n<li>Fixed the z-index of the meta box in the Popup Maker user interface<\\/li>\\n<li>Fixed the wrapping text issue in the last tab in the Content Slider module<\\/li>\\n<li>Fixed Content Slider reloading when Advanced Tabs is used on the same page<\\/li>\\n<li>Fixed Popup Maker issue causing broken website styles on the front-end<\\/li>\\n<li>Added ID tag to FAQ module schema output<\\/li>\\n<li>Added Ajax feature to Gravity Forms Styler module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<br \\/>\\n<strong>2.23.0 May 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Gravity Forms Styler for Divi<\\/li>\\n<li>Fixed issue with the mouse pointer on archive pages when the popup Closing CSS Selector is empty<\\/li>\\n<li>Fixed Theme Customizer issue when the Divi Torque plugin is used<\\/li>\\n<li>Fixed Scroll Image not working in the Carousel module<\\/li>\\n<li>Fixed the select field in the Divi Pixel dashboard<\\/li>\\n<li>Fixed conflict with FluentCRM where the unsubscribe function didn\\u2019t work<\\/li>\\n<li>Fixed Content Slider Move by Pin not working on mobiles<\\/li>\\n<li>Fixed Filterable Grid broken image issue when the featured image is not set and image overlay used<\\/li>\\n<li>Fixed Filterable Grid cursor pointer issue when using post link without lightbox option enabled<\\/li>\\n<li>Fixed conflict with the FluentCRM plugin<\\/li>\\n<li>Fixed the Horizontal Timeline issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed Balloon module background issue<\\/li>\\n<li>Fixed Horizontal Timeline icons displaying issue<\\/li>\\n<li>Fixed Image Mask custom SVG mask not displayed on the front-end on a specific server<\\/li>\\n<li>Fixed Footer Stick to the Bottom not working on tablets and mobiles<\\/li>\\n<li>Fixed Testimonial Slider Read More function not working with non-latin contents<\\/li>\\n<li>Fixed Advanced Tabs Content Vertical Align option not working correctly<\\/li>\\n<li>Added Content Image width settings to the Advanced Tabs module<\\/li>\\n<li>Improved Blog Style 5 layout on tablets<\\/li>\\n<li>Improved Filterable Grid content length when excerpt text is empty<\\/li>\\n<li>Improved Force Footer to the Bottom feature<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.22.0 April 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Slider module added<\\/li>\\n<li>Added z-index setting in the Balloon module<\\/li>\\n<li>Added z-index setting for the Image Hotspot tooltip<\\/li>\\n<li>Added option to fix anchor link offset issue when Fixed Mobile Header is used<\\/li>\\n<li>Added Quora social media network<\\/li>\\n<li>Added Lazyload images to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Offset setting to the Blog Slider module<\\/li>\\n<li>Fixed Pricing Table not working spacing setting when used in Theme Builder<\\/li>\\n<li>Fixed the issue with adding a new module below the Image Slider<\\/li>\\n<li>Fixed Popup Maker not triggering from the mobile menu item<\\/li>\\n<li>Improved the Filterable Grid performance<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.1 March 29th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed duplicated mobile menu hamburger icon issue<\\/li>\\n<li>Fixed mobile menu hamburger icon animation issue<\\/li>\\n<li>Fixed space added when the reveal footer effect is used<\\/li>\\n<li>Fixed Filled Background menu hover effect styles issues<\\/li>\\n<li>Fixed dropdown menu item animation and styling issues<\\/li>\\n<li>Fixed mobile menu CTA button text color issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.0 March 28th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Hover Gallery module added<\\/li>\\n<li>Fixed Filterable Grid link target not working properly<\\/li>\\n<li>Fixed heading level issue in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Fixed issue with the Author Box sizing<\\/li>\\n<li>Fixed Info Circle issue when button and content links are used at the same time<\\/li>\\n<li>Fixed an issue with the responsive icon selector in the Timeline module<\\/li>\\n<li>Fixed Carousel not displaying when the max-width property is used in the child module<\\/li>\\n<li>Fixed Timeline Font Awesome icons not displayed<\\/li>\\n<li>Fixed PHP warning when the option to display popup on specific pages is enabled, but pages not defined<\\/li>\\n<li>Added sticky filter bar options to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Status option to the Filterable Grid module<\\/li>\\n<li>Added option to display raw HTML in the Filterable Grid module<\\/li>\\n<li>Added displaying order options to the Filterable Grid module<\\/li>\\n<li>Added pagination translation settings for the Filterable Gallery and Filterable Grid<\\/li>\\n<li>Added option to show title and caption in the Carousel image lightbox<\\/li>\\n<li>Added options to display animation in the viewport and only once in the Fancy Text module<\\/li>\\n<li>Added hooks to the Blog Slider module<\\/li>\\n<li>Improved Popup Maker CSS when the Video module is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"msg\":\"No license key has been provided.\",\"description\":[\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" collapsed=\\\"on\\\" global_colors_info=\\\"{}\\\"][et_pb_row column_structure=\\\"1_2,1_2\\\" admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"1_2\\\" _builder_version=\\\"4.20.4\\\" _module_preset=\\\"default\\\" global_colors_info=\\\"{}\\\"][\\/et_pb_column][et_pb_column type=\\\"1_2\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.29.4 July 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed not working Reveal module in the first tab of Advanced Tabs<\\/li>\\n<li>Fixed Dual Heading issue font size when \\u201cem\\u201d unit is used<\\/li>\\n<li>Fixed Hover Box border issue in Divi Builder<\\/li>\\n<li>Fixed Expanding CTA issue when used in the Balloon mega menu<\\/li>\\n<li>Fixed the Blurb module link not working in the Balloon mega menu<\\/li>\\n<li>Fixed Gravity Forms Styler spacing issue not working in the builder<\\/li>\\n<li>Fixed Gravity Forms Styler province and state filed styling<\\/li>\\n<li>Fixed Image Slider navigation issue when the loop option is enabled<\\/li>\\n<li>Fixed the TOC module spacing issue not working in the builder<\\/li>\\n<li>Fixed text style issue on the login page<\\/li>\\n<li>Fixed Popup Maker issue with responsive settings for Scroll Offset and On Scroll event<\\/li>\\n<li>Fixed Pricing Table suffix placement issue<\\/li>\\n<li>Fixed Parallax Image module height issue when the \\u201cActivate on Container\\u201d option is enabled<\\/li>\\n<li>Fixed the Testimonial Slider popup issue in the Safari browser<\\/li>\\n<li>Fixed the Popup Maker broken close button styling in the Safari browser<\\/li>\\n<li>Fixed Typing Text issue with responsive text alignment settings<\\/li>\\n<li>Added CSS ID &amp; Classes to Floating Images child items<\\/li>\\n<li>Added Toggle Selector to Content Toggle module<\\/li>\\n<li>Added \\u201cAllow Touch Move\\u201d option to the Carousel module<\\/li>\\n<li>Added Menu Order meta box to the FAQ custom post type<\\/li>\\n<li>Improved Popup Maker exit event on mobiles<\\/li>\\n<li>Improved the Before &amp; After Slider functionality when labels are clicked<\\/li>\\n<li>Minor stability improvements<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.3 April 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Improved Image Hotspot tooltip animations<\\/li>\\n<li>Improved Advanced Tabs Tab Selector<\\/li>\\n<li>Improved alignment settings in the Table Maker module<\\/li>\\n<li>Added translatable author prefix to the Blog Slider<\\/li>\\n<li>Added touch lens offset settings to the Image Magnifier module<\\/li>\\n<li>Added H tags control in Filterable Grid and Filterable Gallery<\\/li>\\n<li>Added default position to the Reading Progress Bar<\\/li>\\n<li>Added Link Target option to the Blog Slider module<\\/li>\\n<li>Added responsive settings for the Content Slider labels<\\/li>\\n<li>Added new sort options to the Filterable Gallery module<\\/li>\\n<li>Added responsive settings for the Content Toggle labels<\\/li>\\n<li>Added View Box size settings to the Image Mask module<\\/li>\\n<li>Added H tag control to the Start Rating title field<\\/li>\\n<li>Fixed not clickable logo on mobile devices<\\/li>\\n<li>Fixed Timeline mixed layout not working on mobiles on front-end<\\/li>\\n<li>Fixed Image Showcase image not showing in the Advanced Tabs module<\\/li>\\n<li>Fixed extra space issue in the Testimonial Slider module<\\/li>\\n<li>Fixed Advanced Tabs tab margins not calculated correctly on mobiles<\\/li>\\n<li>Fixed not working Vertical Offset option in the Reveal module<\\/li>\\n<li>Fixed PHP 8.2 compatibility issues<\\/li>\\n<li>Fixed Balloon mega menu not working on touch devices<\\/li>\\n<li>Fixed not working border, background and box-shadow in the Timeline child modules<\\/li>\\n<li>Fixed Hover Box background video size issue<\\/li>\\n<li>Fixed Popup Maker layout issue when more than one section is added<\\/li>\\n<li>Fixed collapsed mobile menu not working with the WPML plugin<\\/li>\\n<li>Fixed Before &amp; After Slider not displayed in Content Slider module<\\/li>\\n<li>Fixed border settings in the Carousel module<\\/li>\\n<li>Fixed Image Showcase not working in the Content Slider module<\\/li>\\n<li>Fixed Image Slider navigation position issue on mobile<\\/li>\\n<li>Fixed Info Circle border issue displayed on CPT pages<\\/li>\\n<li>Fixed Info Circle default values<\\/li>\\n<li>Fixed spacing issue in the Table Of Contents module<\\/li>\\n<li>Fixed clickable mobile menu when the full-screen option is used<\\/li>\\n<li>Fixed Expanding CTA responsive issue when Custom Mobile Breakpoint is used<\\/li>\\n<li>Fixed Counter animation viewport issue<\\/li>\\n<li>Updated wpml-config.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.29.2 December 21st 2023<\\/p>\\n<ul>\\n<li>Fixed Dual Heading border issue<\\/li>\\n<li>Fixed Divi 4.23.2 compatibility issue<\\/li>\\n<li>Fixed Tripadvisor social icon issue<\\/li>\\n<li>Fixed Table Maker depraciated PHP: automatic conversion of false to array<\\/li>\\n<li>Fixed Flip Box module showing back side<\\/li>\\n<li>Fixed Popup Maker position issue when content is having single tags<\\/li>\\n<li>Fixed Filterable Gallery JS error when Conditional Display is used<\\/li>\\n<li>Improved Blog Slider data attribute format<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.1 December 15th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed parent mobile menu item link issue<\\/li>\\n<li>Fixed Jetpack captcha field width on login screen<\\/li>\\n<li>Fixed not saving Divi Pixel Category and link in Media Library<\\/li>\\n<li>Fixed not showing Read More button for arabic string in Blog Slider<\\/li>\\n<li>Fixed Dual Heading background text stroke color issue<\\/li>\\n<li>Fixed JS error when responsive text settings for TOC module title are used<\\/li>\\n<li>Fixed Gravity Forms Styler border issue when Orbital theme is used<\\/li>\\n<li>Added delay option to the Typing Text module<\\/li>\\n<li>Added archive page styling for search results page<\\/li>\\n<li>Added option to hide Homepage in the Breadcrumbs module<\\/li>\\n<li>Added option to remove Html for empty field in Testimonial Slider<\\/li>\\n<li>Added pagination and load more settings to the Masonry Gallery module<\\/li>\\n<li>Added option to show\\/hide Clear Divi Cache option in the WP toolbar<\\/li>\\n<li>Improved Fix Lazy Loading Image in Filterable Grid and Filterable Gallery<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.0 November 24th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table Maker module<\\/li>\\n<li>Added margin, padding and custom CSS filed for Advanced Tabs tab image<\\/li>\\n<li>Added Divider module to WPML config file<\\/li>\\n<li>Added custom CSS field to Advanced Tabs button<\\/li>\\n<li>Added shortcode support to Blog Slider, Parallax Image and Pricing Table modules<\\/li>\\n<li>Added title tag control for the Pricing Table Feature<\\/li>\\n<li>Added ability to translate DIPI category taxonomy<\\/li>\\n<li>Added support of Gravity Forms Styler to different themes<\\/li>\\n<li>Added Link toggle to Tile Scroll child modules<\\/li>\\n<li>Added \\u201cClickable Card\\u201d option to the Blog Slider module<\\/li>\\n<li>Added mobile option for the Ripple Effect Style 2 in the Image Hotspot module<\\/li>\\n<li>Added alt text for image in the Expanding CTA module<\\/li>\\n<li>Fixed Reveal module expanded height issue<\\/li>\\n<li>Fixed Panorama responsive issue<\\/li>\\n<li>Fixed menu hover animation when translation is used<\\/li>\\n<li>Fixed Reveal height in Advanced Tabs, Content Slider and Content Toggle<\\/li>\\n<li>Fixed Flip Box dynamic link issue<\\/li>\\n<li>Fixed not working page exclusion option in the TOC module<\\/li>\\n<li>Fixed not working Carousel link in older Safari browsers<\\/li>\\n<li>Improved Image Hotspot tooltip position on mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.28.0 October 11th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divider module<\\/li>\\n<li>Fixed Accordion Image rendering issue when used in Theme Builder template<\\/li>\\n<li>Fixed WPML-config.xml file conflict with Polylang plugin<\\/li>\\n<li>Fixed Reveal issue when used in the Content Slider module<\\/li>\\n<li>Fixed Image Slider thumbs navigation not working when Theme Builder is used<\\/li>\\n<li>Fixed Filterable Grid taxonomy select field issue with the Polylang plugin<\\/li>\\n<li>Fixed not working FAQ module order not working in the builder<\\/li>\\n<li>Fixed incorrect image count displayed in the Image Slider lightbox<\\/li>\\n<li>Fixed Gravity Forms Styler unique ID field not showing in the editor<\\/li>\\n<li>Fixed Gravity Forms Styler dropdown arrow position issue<\\/li>\\n<li>Added Custom CSS fields for Hover Gallery images and content icons<\\/li>\\n<li>Added Yelp and Spotify social media icons<\\/li>\\n<li>Added Popup Maker width settings<\\/li>\\n<li>Added Custom CSS ID &amp; Classes to the Timeline child items<\\/li>\\n<li>Updated WPML configuration file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.27.0 September 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Reveal module<\\/li>\\n<li>Added Box Shadow and Border settings to the Typing Text module<\\/li>\\n<li>Added Alt Text for images in the Info Circle module<\\/li>\\n<li>Added option to use icons with links in the Floating Images module<\\/li>\\n<li>Added Load More, Pagination, and Infinite Scroll options to the Masonry Gallery module<\\/li>\\n<li>Added Carousel Image Height control<\\/li>\\n<li>Added responsive settings for Show Table Title in the TOC module<\\/li>\\n<li>Added ACF support to the Price List module<\\/li>\\n<li>Added author prefix &amp; link target setting to the Filterable Grid module<\\/li>\\n<li>Fixed Testimonial Slider issue when content includes unicode symbols<\\/li>\\n<li>Fixed Table of Content issue when the Generate for Whole Page option is enabled<\\/li>\\n<li>Fixed Table of Contents issue when special characters are used in the title<\\/li>\\n<li>Fixed not working CTA button settings in the footer menu<\\/li>\\n<li>Fixed not a clickable logo in the header when the centered header is used<\\/li>\\n<li>Fixed CTA Menu Button styles not applying to the secondary menu<\\/li>\\n<li>Apply mobile menu styles only for the header menu, not for the footer<\\/li>\\n<li>Enabled Divi Pixel taxonomy for all CPT<\\/li>\\n<li>Updated Twitter icon<\\/li>\\n<li>Updated WPML config file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.26.0 August 9th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table of Contents module added<\\/li>\\n<li><strong>NEW:<\\/strong> Clear Divi Cache functionality added to the WP dashboard toolbar<\\/li>\\n<li>Fixed Float Thumbs Over Main Image responsive issues in the Image Slider module<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue when placed at the end of a row<\\/li>\\n<li>Fixed Image Hotspot warning in the child module<\\/li>\\n<li>Fixed Image Rotator preloader issue when the image is bigger than the viewport height<\\/li>\\n<li>Fixed not clickable logo on mobile when centered header style is used<\\/li>\\n<li>Fixed not working border for the menu CTA button<\\/li>\\n<li>Added Popup Maker WPML support<\\/li>\\n<li>Added Tripadvisor, Twitch, and Yelp social media icons<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.1 July 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added preloader to the Image Rotator module<\\/li>\\n<li>Fixed WPML config file to fix the Pricing Table text field translation issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.0 July 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Image Rotate module added<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed Filterable Grid Sticky Filter issue<\\/li>\\n<li>Fixed submenu not opening in some devices when \\u2018Collapse Submenu Items on Mobiles\\u2019 is enabled<\\/li>\\n<li>Fixed rendering issue of Image Gallery in Content Slider<\\/li>\\n<li>Fixed Image Accordion background image not working when the image is not selected in the child module<\\/li>\\n<li>Fixed PHP warning in Expanding CTA module<\\/li>\\n<li>Fixed missing styling of Submit button container in the Gravity Forms Styler module<\\/li>\\n<li>Fixed not working \\u2018Hide Close Button\\u2019\\u00a0 in Popup Maker after PHP 8.0<\\/li>\\n<li>Fixed not working image animation in the Filterable Grid module<\\/li>\\n<li>Fixed archive\\/categories pages excerpt font color issue<\\/li>\\n<li>Fixed Image Hotspot ripple effect issue in Firefox browser<\\/li>\\n<li>Fixed dynamic text not rendering in the Visual Builder in the Text Highlighter module<\\/li>\\n<li>Added option to hide content by default in the Advanced Tabs module<\\/li>\\n<li>Added scroll bar to Filterable Gallery when image caption in lightbox goes out of the screen<\\/li>\\n<li>Added stronger selector to Button Grid for default margin-bottom of child module<\\/li>\\n<li>Added Slide Selector to the Content Slider module<\\/li>\\n<li>Added navigation settings to the Content Slider module<\\/li>\\n<li>Added \\u201cContent as Raw HTML\\u201d to the Blog Slider module<\\/li>\\n<li>Added tab index and field values setting to the Gravity Forms Styler module<\\/li>\\n<li>Added Show More button functionality to the Filterable Grid module<\\/li>\\n<li>Added publishing date, categories, and author to the Filterable Grid module<\\/li>\\n<li>Added filters to the Filterable Grid module<\\/li>\\n<li>Improved Filterable Grid title\\/content hover color functionality<\\/li>\\n<li>Improved \\u201cApply Hover Style to Active Menu Item\\u201d function<\\/li>\\n<li>Improved speed using async images in Blog Slider<\\/li>\\n<li>Improved image link function in the Advanced Tabs module<\\/li>\\n<li>Improved Popup Maker to allow users to trigger popups using a keyboard<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.24.0 June 7th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added full WPML compatibility<\\/li>\\n<li>Fixed not working autoplay speed in the Hover Gallery module<\\/li>\\n<li>Fixed Image Magnifier rendering issue in Divi Builder<\\/li>\\n<li>Fixed the preloader displayed on the blog page when only the homepage setting is enabled<\\/li>\\n<li>Fixed Timeline module displaying issue on front-end of CPT<\\/li>\\n<li>Fixed Timeline responsive issue in Theme Builder<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed not working Filterable Grid image animation<\\/li>\\n<li>Fixed Advanced Tabs scroll to content on mobiles issue<\\/li>\\n<li>Fixed Advanced Tabs sticky tabs with slider navigation issue<\\/li>\\n<li>Fixed truncated caption in the Filterable Gallery lightbox when an apostrophe is used<\\/li>\\n<li>Added link option for the content image in the Advanced Tabs module<\\/li>\\n<li>Added Image Slider lightbox option for main carousel images<\\/li>\\n<li>Added icon spacing settings to the Tilt Image module<\\/li>\\n<li>Added vertical scroll functionality to the Image Showcase module<\\/li>\\n<li>Added simple FadeIn animation to the Hover Gallery module<\\/li>\\n<li>Added \\u201cMenu Order\\u201d into Filterable Grid Order By settings<\\/li>\\n<li>Disabled popups displaying in the builder<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.23.1 May 23rd, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed conditional fields issue in the Gravity Forms Styler module<\\/li>\\n<li>Fixed Gravity Forms Styler files loaded when the module is hidden<\\/li>\\n<li>Fixed the z-index of the meta box in the Popup Maker user interface<\\/li>\\n<li>Fixed the wrapping text issue in the last tab in the Content Slider module<\\/li>\\n<li>Fixed Content Slider reloading when Advanced Tabs is used on the same page<\\/li>\\n<li>Fixed Popup Maker issue causing broken website styles on the front-end<\\/li>\\n<li>Added ID tag to FAQ module schema output<\\/li>\\n<li>Added Ajax feature to Gravity Forms Styler module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<br \\/>\\n<strong>2.23.0 May 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Gravity Forms Styler for Divi<\\/li>\\n<li>Fixed issue with the mouse pointer on archive pages when the popup Closing CSS Selector is empty<\\/li>\\n<li>Fixed Theme Customizer issue when the Divi Torque plugin is used<\\/li>\\n<li>Fixed Scroll Image not working in the Carousel module<\\/li>\\n<li>Fixed the select field in the Divi Pixel dashboard<\\/li>\\n<li>Fixed conflict with FluentCRM where the unsubscribe function didn\\u2019t work<\\/li>\\n<li>Fixed Content Slider Move by Pin not working on mobiles<\\/li>\\n<li>Fixed Filterable Grid broken image issue when the featured image is not set and image overlay used<\\/li>\\n<li>Fixed Filterable Grid cursor pointer issue when using post link without lightbox option enabled<\\/li>\\n<li>Fixed conflict with the FluentCRM plugin<\\/li>\\n<li>Fixed the Horizontal Timeline issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed Balloon module background issue<\\/li>\\n<li>Fixed Horizontal Timeline icons displaying issue<\\/li>\\n<li>Fixed Image Mask custom SVG mask not displayed on the front-end on a specific server<\\/li>\\n<li>Fixed Footer Stick to the Bottom not working on tablets and mobiles<\\/li>\\n<li>Fixed Testimonial Slider Read More function not working with non-latin contents<\\/li>\\n<li>Fixed Advanced Tabs Content Vertical Align option not working correctly<\\/li>\\n<li>Added Content Image width settings to the Advanced Tabs module<\\/li>\\n<li>Improved Blog Style 5 layout on tablets<\\/li>\\n<li>Improved Filterable Grid content length when excerpt text is empty<\\/li>\\n<li>Improved Force Footer to the Bottom feature<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.22.0 April 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Slider module added<\\/li>\\n<li>Added z-index setting in the Balloon module<\\/li>\\n<li>Added z-index setting for the Image Hotspot tooltip<\\/li>\\n<li>Added option to fix anchor link offset issue when Fixed Mobile Header is used<\\/li>\\n<li>Added Quora social media network<\\/li>\\n<li>Added Lazyload images to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Offset setting to the Blog Slider module<\\/li>\\n<li>Fixed Pricing Table not working spacing setting when used in Theme Builder<\\/li>\\n<li>Fixed the issue with adding a new module below the Image Slider<\\/li>\\n<li>Fixed Popup Maker not triggering from the mobile menu item<\\/li>\\n<li>Improved the Filterable Grid performance<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.1 March 29th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed duplicated mobile menu hamburger icon issue<\\/li>\\n<li>Fixed mobile menu hamburger icon animation issue<\\/li>\\n<li>Fixed space added when the reveal footer effect is used<\\/li>\\n<li>Fixed Filled Background menu hover effect styles issues<\\/li>\\n<li>Fixed dropdown menu item animation and styling issues<\\/li>\\n<li>Fixed mobile menu CTA button text color issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.0 March 28th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Hover Gallery module added<\\/li>\\n<li>Fixed Filterable Grid link target not working properly<\\/li>\\n<li>Fixed heading level issue in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Fixed issue with the Author Box sizing<\\/li>\\n<li>Fixed Info Circle issue when button and content links are used at the same time<\\/li>\\n<li>Fixed an issue with the responsive icon selector in the Timeline module<\\/li>\\n<li>Fixed Carousel not displaying when the max-width property is used in the child module<\\/li>\\n<li>Fixed Timeline Font Awesome icons not displayed<\\/li>\\n<li>Fixed PHP warning when the option to display popup on specific pages is enabled, but pages not defined<\\/li>\\n<li>Added sticky filter bar options to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Status option to the Filterable Grid module<\\/li>\\n<li>Added option to display raw HTML in the Filterable Grid module<\\/li>\\n<li>Added displaying order options to the Filterable Grid module<\\/li>\\n<li>Added pagination translation settings for the Filterable Gallery and Filterable Grid<\\/li>\\n<li>Added option to show title and caption in the Carousel image lightbox<\\/li>\\n<li>Added options to display animation in the viewport and only once in the Fancy Text module<\\/li>\\n<li>Added hooks to the Blog Slider module<\\/li>\\n<li>Improved Popup Maker CSS when the Video module is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"],\"plugin\":\"divi-pixel\\/divi-pixel.php\",\"id\":\"divi-pixel\\/divi-pixel.php\"}\";}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (476, 'duplicate_page_options', 'a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (479, 'jetpack_sync_settings_disable', '0', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (483, 'jetpack_tos_agreed', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (484, 'jetpack_secrets', 'a:2:{s:19:\"jetpack_authorize_2\";a:3:{s:8:\"secret_1\";s:32:\"mHSV3N8RBMDbM5l8XxtX4hTdyehBOZdv\";s:8:\"secret_2\";s:32:\"nFalE7G1LHa4OwrgBZ4yFZEVVTwuedNe\";s:3:\"exp\";i:1730147986;}s:19:\"jetpack_authorize_1\";a:3:{s:8:\"secret_1\";s:32:\"Z3L71FVOo3gVaFA6BOcvSWd16f0jwQHO\";s:8:\"secret_2\";s:32:\"RP4eQxJ1el6Gtgg19Kna5RPOErXsZof5\";s:3:\"exp\";i:1744838214;}}', 'no');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (485, 'jetpack_sync_https_history_site_url', 'a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (486, 'jetpack_sync_https_history_home_url', 'a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (487, '_transient_jetpack_assumed_site_creation_date', '2024-07-16 20:58:26', 'on');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (488, 'jetpack_active_modules', 'a:11:{i:0;s:5:\"blaze\";i:1;s:12:\"contact-form\";i:2;s:8:\"json-api\";i:3;s:7:\"protect\";i:4;s:5:\"stats\";i:5;s:21:\"woocommerce-analytics\";i:6;s:6:\"photon\";i:7;s:3:\"sso\";i:8;s:6:\"blocks\";i:9;s:5:\"notes\";i:10;s:18:\"account-protection\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (491, 'jetpack_package_versions', 'a:6:{s:6:\"backup\";s:6:\"4.2.14\";s:10:\"connection\";s:6:\"6.17.0\";s:4:\"sync\";s:6:\"4.17.0\";s:6:\"search\";s:7:\"0.52.10\";s:10:\"videopress\";s:6:\"0.31.0\";s:5:\"stats\";s:6:\"0.17.2\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (492, 'jetpack_private_options', 'a:3:{s:10:\"blog_token\";s:65:\"5!V9TVVJQMLti#qGH^PdznsQT57Z**qe.UMsqVQqa2Xxfs2pBE@zdqn7MYicZN&j8\";s:14:\"purchase_token\";s:12:\"qnjXBnBHrdnD\";s:11:\"user_tokens\";a:1:{i:1;s:67:\"#QO4aau4rdo&AdjFXtDOQM1yU&ViWJKr.ytWMxEKw(4t6eNi$Kh^Bv&uC9DqALTG9.1\";}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (495, 'jetpack_protect_key', '7279bc50ec4699510e6e2e5e9f1c6b6656cac682', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (496, 'jetpack_search_plan_info', 'a:3:{s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (504, 'jetpack_sync_settings_dedicated_sync_enabled', 1, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (505, 'jetpack_sync_settings_sync_via_cron', 1, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (506, 'jetpack_sync_settings_custom_queue_table_enabled', 1, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (507, 'jetpack_sync_settings_max_queue_size', 5000, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (508, 'jetpack_sync_settings_max_queue_lag', 7200, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (518, 'jetpack_testimonial', '0', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (522, 'jetpack_sync_settings_dequeue_max_bytes', 500000, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (523, 'jetpack_sync_settings_upload_max_bytes', 600000, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (524, 'jetpack_sync_settings_upload_max_rows', 500, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (525, 'jetpack_sync_settings_sync_wait_time', 10, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (526, 'jetpack_sync_settings_sync_wait_threshold', 10, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (527, 'jetpack_sync_settings_enqueue_wait_time', 1, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (528, 'jetpack_sync_settings_queue_max_writes_sec', 100, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (529, 'jetpack_sync_settings_post_types_blacklist', 'a:39:{i:0;s:10:\"_term_meta\";i:1;s:11:\"ai1ec_event\";i:2;s:6:\"ai_log\";i:3;s:17:\"amp_validated_url\";i:4;s:9:\"bwg_album\";i:5;s:11:\"bwg_gallery\";i:6;s:19:\"customize_changeset\";i:7;s:12:\"dn_wp_yt_log\";i:8;s:16:\"flamingo_contact\";i:9;s:16:\"flamingo_inbound\";i:10;s:17:\"flamingo_outbound\";i:11;s:4:\"http\";i:12;s:8:\"idx_page\";i:13;s:19:\"jetpack_inspect_log\";i:14;s:17:\"jetpack_migration\";i:15;s:14:\"jp_img_sitemap\";i:16;s:20:\"jp_img_sitemap_index\";i:17;s:10:\"jp_sitemap\";i:18;s:16:\"jp_sitemap_index\";i:19;s:17:\"jp_sitemap_master\";i:20;s:14:\"jp_vid_sitemap\";i:21;s:20:\"jp_vid_sitemap_index\";i:22;s:11:\"msm_sitemap\";i:23;s:17:\"postman_sent_mail\";i:24;s:10:\"rssap-feed\";i:25;s:15:\"rssmi_feed_item\";i:26;s:16:\"scheduled-action\";i:27;s:20:\"secupress_log_action\";i:28;s:17:\"sg_optimizer_jobs\";i:29;s:14:\"sl-insta-media\";i:30;s:6:\"snitch\";i:31;s:19:\"vip-legacy-redirect\";i:32;s:15:\"wp-rest-api-log\";i:33;s:12:\"wp_automatic\";i:34;s:6:\"wp_log\";i:35;s:17:\"wpephpcompat_jobs\";i:36;s:15:\"wprss_feed_item\";i:37;s:18:\"memberships_coupon\";i:38;s:16:\"memberships_gift\";}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (531, 'jetpack_sync_settings_taxonomies_blacklist', 'a:149:{i:0;s:9:\"ancestors\";i:1;s:13:\"archives_link\";i:2;s:13:\"attached_file\";i:3;s:14:\"attached_media\";i:4;s:19:\"attached_media_args\";i:5;s:10:\"attachment\";i:6;s:19:\"available_languages\";i:7;s:6:\"avatar\";i:8;s:20:\"avatar_comment_types\";i:9;s:11:\"avatar_data\";i:10;s:10:\"avatar_url\";i:11;s:12:\"bloginfo_rss\";i:12;s:13:\"blogs_of_user\";i:13;s:13:\"bookmark_link\";i:14;s:9:\"bookmarks\";i:15;s:8:\"calendar\";i:16;s:13:\"canonical_url\";i:17;s:19:\"categories_per_page\";i:18;s:19:\"categories_taxonomy\";i:19;s:13:\"category_form\";i:20;s:20:\"category_form_fields\";i:21;s:17:\"category_form_pre\";i:22;s:7:\"comment\";i:23;s:10:\"comment_ID\";i:24;s:14:\"comment_author\";i:25;s:17:\"comment_author_IP\";i:26;s:20:\"comment_author_email\";i:27;s:19:\"comment_author_link\";i:28;s:18:\"comment_author_url\";i:29;s:23:\"comment_author_url_link\";i:30;s:12:\"comment_date\";i:31;s:15:\"comment_excerpt\";i:32;s:12:\"comment_link\";i:33;s:20:\"comment_misc_actions\";i:34;s:12:\"comment_text\";i:35;s:12:\"comment_time\";i:36;s:12:\"comment_type\";i:37;s:13:\"comments_link\";i:38;s:15:\"comments_number\";i:39;s:21:\"comments_pagenum_link\";i:40;s:11:\"custom_logo\";i:41;s:8:\"date_sql\";i:42;s:22:\"default_comment_status\";i:43;s:16:\"delete_post_link\";i:44;s:18:\"edit_bookmark_link\";i:45;s:17:\"edit_comment_link\";i:46;s:14:\"edit_post_link\";i:47;s:13:\"edit_tag_link\";i:48;s:14:\"edit_term_link\";i:49;s:14:\"edit_user_link\";i:50;s:8:\"enclosed\";i:51;s:15:\"feed_build_date\";i:52;s:13:\"form_advanced\";i:53;s:17:\"form_after_editor\";i:54;s:16:\"form_after_title\";i:55;s:21:\"form_before_permalink\";i:56;s:8:\"form_top\";i:57;s:18:\"handle_product_cat\";i:58;s:16:\"header_image_tag\";i:59;s:16:\"header_video_url\";i:60;s:9:\"image_tag\";i:61;s:15:\"image_tag_class\";i:62;s:12:\"lastpostdate\";i:63;s:16:\"lastpostmodified\";i:64;s:4:\"link\";i:65;s:18:\"link_category_form\";i:66;s:25:\"link_category_form_fields\";i:67;s:22:\"link_category_form_pre\";i:68;s:15:\"main_network_id\";i:69;s:5:\"media\";i:70;s:15:\"media_item_args\";i:71;s:7:\"ms_user\";i:72;s:7:\"network\";i:73;s:12:\"object_terms\";i:74;s:6:\"option\";i:75;s:4:\"page\";i:76;s:9:\"page_form\";i:77;s:15:\"page_of_comment\";i:78;s:8:\"page_uri\";i:79;s:12:\"pagenum_link\";i:80;s:5:\"pages\";i:81;s:6:\"plugin\";i:82;s:4:\"post\";i:83;s:14:\"post_galleries\";i:84;s:12:\"post_gallery\";i:85;s:9:\"post_link\";i:86;s:18:\"post_modified_time\";i:87;s:11:\"post_status\";i:88;s:9:\"post_time\";i:89;s:8:\"postmeta\";i:90;s:14:\"posts_per_page\";i:91;s:19:\"product_search_form\";i:92;s:11:\"profile_url\";i:93;s:4:\"pung\";i:94;s:9:\"role_list\";i:95;s:16:\"sample_permalink\";i:96;s:21:\"sample_permalink_html\";i:97;s:8:\"schedule\";i:98;s:11:\"search_form\";i:99;s:12:\"search_query\";i:100;s:9:\"shortlink\";i:101;s:4:\"site\";i:102;s:18:\"site_email_content\";i:103;s:13:\"site_icon_url\";i:104;s:11:\"site_option\";i:105;s:13:\"space_allowed\";i:106;s:3:\"tag\";i:107;s:8:\"tag_form\";i:108;s:15:\"tag_form_fields\";i:109;s:12:\"tag_form_pre\";i:110;s:8:\"tag_link\";i:111;s:4:\"tags\";i:112;s:13:\"tags_per_page\";i:113;s:4:\"term\";i:114;s:9:\"term_link\";i:115;s:18:\"term_relationships\";i:116;s:15:\"term_taxonomies\";i:117;s:13:\"term_taxonomy\";i:118;s:5:\"terms\";i:119;s:10:\"terms_args\";i:120;s:14:\"terms_defaults\";i:121;s:12:\"terms_fields\";i:122;s:13:\"terms_orderby\";i:123;s:23:\"the_archive_description\";i:124;s:17:\"the_archive_title\";i:125;s:14:\"the_categories\";i:126;s:8:\"the_date\";i:127;s:11:\"the_excerpt\";i:128;s:8:\"the_guid\";i:129;s:17:\"the_modified_date\";i:130;s:17:\"the_modified_time\";i:131;s:25:\"the_post_type_description\";i:132;s:8:\"the_tags\";i:133;s:9:\"the_terms\";i:134;s:8:\"the_time\";i:135;s:21:\"theme_starter_content\";i:136;s:7:\"to_ping\";i:137;s:4:\"user\";i:138;s:17:\"user_created_user\";i:139;s:9:\"user_form\";i:140;s:12:\"user_profile\";i:141;s:19:\"user_profile_update\";i:142;s:8:\"usermeta\";i:143;s:12:\"usernumposts\";i:144;s:12:\"users_drafts\";i:145;s:7:\"webhook\";i:146;s:6:\"widget\";i:147;s:19:\"woocommerce_archive\";i:148;s:12:\"wp_title_rss\";}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (534, 'jetpack_sync_settings_render_filtered_content', '0', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (535, 'jetpack_sync_settings_post_meta_whitelist', 'a:60:{i:0;s:24:\"_feedback_akismet_values\";i:1;s:15:\"_feedback_email\";i:2;s:22:\"_feedback_extra_fields\";i:3;s:21:\"_g_feedback_shortcode\";i:4;s:23:\"_jetpack_post_thumbnail\";i:5;s:25:\"_last_editor_used_jetpack\";i:6;s:18:\"_menu_item_classes\";i:7;s:27:\"_menu_item_menu_item_parent\";i:8;s:17:\"_menu_item_object\";i:9;s:20:\"_menu_item_object_id\";i:10;s:19:\"_menu_item_orphaned\";i:11;s:15:\"_menu_item_type\";i:12;s:14:\"_menu_item_xfn\";i:13;s:24:\"_publicize_facebook_user\";i:14;s:23:\"_publicize_twitter_user\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:27:\"_wp_attachment_backup_sizes\";i:18;s:22:\"_wp_attachment_context\";i:19;s:24:\"_wp_attachment_image_alt\";i:20;s:35:\"_wp_attachment_is_custom_background\";i:21;s:31:\"_wp_attachment_is_custom_header\";i:22;s:23:\"_wp_attachment_metadata\";i:23;s:17:\"_wp_page_template\";i:24;s:30:\"_wp_trash_meta_comments_status\";i:25;s:21:\"_wpas_feature_enabled\";i:26;s:10:\"_wpas_mess\";i:27;s:13:\"_wpas_options\";i:28;s:24:\"advanced_seo_description\";i:29;s:13:\"content_width\";i:30;s:14:\"custom_css_add\";i:31;s:23:\"custom_css_preprocessor\";i:32;s:9:\"enclosure\";i:33;s:9:\"imagedata\";i:34;s:10:\"nova_price\";i:35;s:17:\"publicize_results\";i:36;s:16:\"sharing_disabled\";i:37;s:18:\"switch_like_status\";i:38;s:15:\"videopress_guid\";i:39;s:18:\"vimeo_poster_image\";i:40;s:28:\"_jetpack_blogging_prompt_key\";i:41;s:42:\"_jetpack_memberships_contains_paid_content\";i:42;s:25:\"jetpack_memberships_price\";i:43;s:28:\"jetpack_memberships_currency\";i:44;s:35:\"jetpack_memberships_site_subscriber\";i:45;s:30:\"jetpack_memberships_product_id\";i:46;s:24:\"jetpack_memberships_tier\";i:47;s:30:\"jetpack_memberships_is_deleted\";i:48;s:32:\"jetpack_memberships_is_sandboxed\";i:49;s:14:\"spay_paypal_id\";i:50;s:11:\"spay_status\";i:51;s:15:\"spay_product_id\";i:52;s:13:\"spay_quantity\";i:53;s:10:\"spay_price\";i:54;s:19:\"spay_customer_email\";i:55;s:13:\"spay_currency\";i:56;s:8:\"spay_cta\";i:57;s:10:\"spay_email\";i:58;s:13:\"spay_multiple\";i:59;s:20:\"spay_formatted_price\";}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (538, 'jetpack_sync_settings_comment_meta_whitelist', 'a:4:{i:0;s:9:\"hc_avatar\";i:1;s:18:\"hc_foreign_user_id\";i:2;s:10:\"hc_post_as\";i:3;s:15:\"hc_wpcom_id_sig\";}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (540, 'jetpack_sync_settings_max_enqueue_full_sync', 100, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (541, 'jetpack_sync_settings_max_queue_size_full_sync', 1000, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (543, 'jetpack_sync_settings_cron_sync_time_limit', 240, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (545, 'jetpack_sync_settings_known_importers', 'a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (547, 'jetpack_sync_settings_term_relationships_full_sync_item_size', 100, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (550, 'jetpack_sync_settings_sync_sender_enabled', 1, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (552, 'jetpack_sync_settings_full_sync_sender_enabled', 1, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (555, 'jetpack_sync_settings_full_sync_send_duration', 9, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (557, 'jetpack_sync_settings_full_sync_limits', 'a:5:{s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:1;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (559, 'jetpack_sync_settings_checksum_disable', '0', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (561, 'jetpack_sync_settings_wpcom_rest_api_enabled', 1, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (581, 'jetpack_unique_registrations', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (594, 'jetpack_plugin_api_action_links', 'a:5:{s:29:\"divi-booster/divi-booster.php\";a:1:{s:8:\"Settings\";s:80:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=wtfdivi_settings\";}s:32:\"duplicate-page/duplicatepage.php\";a:2:{s:8:\"Settings\";s:97:\"https://benefitsmyway.mybenefitport.com/wp-admin/options-general.php?page=duplicate_page_settings\";s:6:\"Donate\";s:54:\"https://www.webdesi9.com/donate/?plugin=duplicate-page\";}s:19:\"jetpack/jetpack.php\";a:1:{s:10:\"My Jetpack\";s:74:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=my-jetpack\";}s:25:\"loginpress/loginpress.php\";a:2:{s:10:\" Settings \";s:83:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=loginpress-settings\";s:15:\"  Upgrade Pro  \";s:123:\"https://loginpress.pro/lite/?utm_source=loginpress-lite&utm_medium=plugins&utm_campaign=pro-upgrade&utm_content=Upgrade+Pro\";}s:29:\"ninja-tables/ninja-tables.php\";a:1:{s:10:\"All Tables\";s:78:\"https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=ninja_tables#/\";}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (596, 'jetpack_persistent_blog_id', 235178995, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (601, 'jetpack_constants_sync_checksum', 'a:21:{s:7:\"ABSPATH\";i:1184750339;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:16:\"ATOMIC_CLIENT_ID\";i:634125391;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:9:\"FS_METHOD\";i:634125391;s:12:\"IS_PRESSABLE\";i:634125391;s:16:\"JETPACK__VERSION\";i:2645711597;s:11:\"PHP_VERSION\";i:67204194;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:14:\"WP_CONTENT_DIR\";i:1276892036;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:8:\"WP_DEBUG\";i:734881840;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1839787262;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:17:\"WP_POST_REVISIONS\";i:4261170317;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (602, 'jetpack_sync_https_history_main_network_site_url', 'a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (606, 'jpsq_sync_checkout', '0:0', 'no');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (608, 'jetpack_next_sync_time_sync', 1753539661, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (610, 'jp_sync_lock_full_sync', '', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (613, 'jetpack_next_sync_time_full-sync-enqueue', 1736374843, 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (622, 'trusted_ip_header', 'O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (625, 'jp_sync_last_success_sync', 1756046249.1956, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (662, 'jetpack_callables_sync_checksum', 'a:42:{s:21:\"get_loaded_extensions\";i:1016670539;s:11:\"get_plugins\";i:245574031;s:10:\"get_themes\";i:2751307557;s:24:\"get_plugins_action_links\";i:2101981490;s:28:\"has_file_system_write_access\";i:4261170317;s:8:\"home_url\";i:660739063;s:16:\"hosting_provider\";i:769900095;s:12:\"is_fse_theme\";i:734881840;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:21:\"is_version_controlled\";i:734881840;s:6:\"locale\";i:110763218;s:17:\"main_network_site\";i:660739063;s:26:\"main_network_site_wpcom_id\";i:2380453319;s:14:\"paused_plugins\";i:223132457;s:13:\"paused_themes\";i:223132457;s:18:\"post_type_features\";i:329051411;s:10:\"post_types\";i:2347926689;s:27:\"rest_api_allowed_post_types\";i:1765992367;s:32:\"rest_api_allowed_public_metadata\";i:3610467939;s:5:\"roles\";i:2800550096;s:10:\"shortcodes\";i:1003843538;s:13:\"site_icon_url\";i:734881840;s:8:\"site_url\";i:660739063;s:10:\"taxonomies\";i:2024435565;s:13:\"theme_support\";i:3934714375;s:8:\"timezone\";i:3808505409;s:23:\"wp_get_environment_type\";i:1138987844;s:18:\"wp_max_upload_size\";i:1819132959;s:10:\"wp_version\";i:1455434799;s:14:\"active_modules\";i:1826486238;s:33:\"jetpack_connection_active_plugins\";i:1117076940;s:27:\"jetpack_sync_active_modules\";i:3829104773;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:2903718415;s:24:\"available_jetpack_blocks\";i:3263576611;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:24:\"jetpack_package_versions\";i:2642324226;}', 'no');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (666, 'jp_sync_last_success_immediate-send', 1736374842.1291, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (703, '_transient_timeout_dirsize_cache', 2071406569, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (704, '_transient_dirsize_cache', 'a:5830:{s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/2024/07\";i:13655033;s:69:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/2024\";i:13655033;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpforms/cache\";i:21659;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpforms\";i:22396;s:64:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads\";i:13677429;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/wp-file-download/category-watermark\";i:147;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/wp-file-download/icons/svg\";i:27498;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/wp-file-download/icons/png\";i:14945;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/wp-file-download/icons\";i:42443;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/wp-file-download/logs\";i:147;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/wp-file-download/previews\";i:147;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/wp-file-download/thumbnails\";i:147;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/wp-file-download\";i:43031;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/jetpack-waf/rules\";i:178;s:68:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/jetpack-waf\";i:797;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/upgrade-temp-backup/plugins\";i:0;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/upgrade-temp-backup\";i:0;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/endurance-page-cache\";i:189290;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/global\";i:14132;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/5971\";i:160681;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7157\";i:152974;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7163\";i:146582;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7195\";i:146413;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7170\";i:146571;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/6798\";i:153791;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/6807\";i:150285;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/5959\";i:163997;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7189\";i:149907;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7183\";i:150459;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7421\";i:149891;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/6882\";i:146986;s:68:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/77\";i:124213;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7287\";i:156077;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7208\";i:146407;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7227\";i:160700;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7239\";i:146678;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7202\";i:146410;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/6938\";i:153917;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/5751\";i:145860;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7260\";i:146608;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/en_US\";i:0;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7233\";i:160701;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7221\";i:146402;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7140\";i:163890;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7151\";i:164762;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7215\";i:146411;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/7132\";i:146653;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache/6771\";i:150726;s:65:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/et-cache\";i:4239084;s:64:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/upgrade\";i:0;s:67:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/mu-plugins\";i:48691;s:56:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content\";i:18198350;s:61:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/images\";i:426821;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/css/colors/coffee\";i:75892;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/css/colors/ocean\";i:75229;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/css/colors/ectoplasm\";i:77742;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/css/colors/sunrise\";i:78407;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/css/colors/light\";i:78474;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/css/colors/modern\";i:77989;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/css/colors/midnight\";i:78486;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/css/colors/blue\";i:77778;s:65:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/css/colors\";i:643556;s:58:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/css\";i:2542173;s:62:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/network\";i:125999;s:65:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/js/widgets\";i:139432;s:57:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/js\";i:1971224;s:60:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/maint\";i:7592;s:63:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/includes\";i:3068919;s:59:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin/user\";i:3685;s:54:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-admin\";i:9270649;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Text/Diff/Renderer\";i:5528;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Text/Diff/Engine\";i:31802;s:67:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Text/Diff\";i:44136;s:62:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Text\";i:57049;s:65:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/widgets\";i:158524;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/images/crystal\";i:15541;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/images/smilies\";i:10082;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/images/media\";i:5263;s:64:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/images\";i:102178;s:68:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/php-compat\";i:1253;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/block-bindings\";i:3610;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/interactivity-api\";i:55221;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/block-patterns\";i:8843;s:66:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/html-api\";i:330488;s:61:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/ID3\";i:1160011;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/SimplePie/HTTP\";i:11487;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/SimplePie/Parse\";i:20551;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/SimplePie/Cache\";i:39607;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/SimplePie/Decode/HTML\";i:17241;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/SimplePie/Decode\";i:17241;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/SimplePie/XML/Declaration\";i:7098;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/SimplePie/XML\";i:7098;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/SimplePie/Content/Type\";i:8015;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/SimplePie/Content\";i:8015;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/SimplePie/Net\";i:7493;s:67:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/SimplePie\";i:458625;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core\";i:452743;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/PHP52\";i:4116;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src/Core32\";i:437041;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/src\";i:1207254;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/namespaced\";i:2698;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat/lib\";i:87360;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sodium_compat\";i:1303525;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Requests/library\";i:261;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Requests/src/Proxy\";i:4217;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Requests/src/Utility\";i:7176;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Requests/src/Response\";i:3101;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Requests/src/Transport\";i:35470;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Requests/src/Auth\";i:2541;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Requests/src/Cookie\";i:4363;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Requests/src/Exception/Http\";i:16715;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Requests/src/Exception/Transport\";i:1397;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Requests/src/Exception\";i:22464;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Requests/src\";i:214849;s:66:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/Requests\";i:215110;s:63:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/fonts\";i:326266;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/edit-post\";i:52240;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/list-reusable-blocks\";i:17928;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/widgets\";i:23740;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/reusable-blocks\";i:2290;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/components\";i:357993;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/editor\";i:249100;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/edit-widgets\";i:95440;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/customize-widgets\";i:23886;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/block-editor\";i:617115;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/format-library\";i:5556;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/patterns\";i:7442;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/nux\";i:11624;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/block-library\";i:805380;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/block-directory\";i:15116;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/edit-site\";i:337302;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/preferences\";i:8474;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist/commands\";i:13442;s:66:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css/dist\";i:2644068;s:61:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/css\";i:3289825;s:62:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/l10n\";i:30499;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/style-engine\";i:47528;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/imgareaselect\";i:49553;s:66:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/jcrop\";i:24976;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/mediaelement/renderers\";i:18880;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/mediaelement\";i:721307;s:65:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/crop\";i:20004;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/codemirror\";i:1287141;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/dist/vendor\";i:2753435;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/dist/development\";i:179848;s:65:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/dist\";i:21234878;s:69:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/thickbox\";i:31323;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/swfupload\";i:8715;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/jquery/ui\";i:787634;s:67:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/jquery\";i:1305370;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/langs\";i:15529;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/skins\";i:233085;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/themes/inlite\";i:452642;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/themes/modern\";i:446221;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/themes\";i:898863;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/hr\";i:1347;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/link\";i:32949;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/wplink\";i:26816;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/image\";i:55874;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/media\";i:57914;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/paste\";i:113193;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins/lists\";i:97383;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/plugins\";i:607301;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce/utils\";i:18826;s:68:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/tinymce\";i:2854127;s:69:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js/plupload\";i:490468;s:60:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/js\";i:30443441;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sitemaps/providers\";i:17593;s:66:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/sitemaps\";i:47491;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/certificates\";i:233231;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/theme-compat\";i:15656;s:64:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/assets\";i:24990;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/social-links\";i:58808;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/legacy-widget\";i:556;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/freeform\";i:41824;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/comment-date\";i:1112;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/post-navigation-link\";i:4010;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/query-title\";i:1392;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/post-content\";i:1389;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/post-featured-image\";i:29684;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/footnotes\";i:2642;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/comments-pagination-next\";i:1011;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/comments-pagination\";i:8628;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/query-pagination-numbers\";i:1942;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/comment-content\";i:1369;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/navigation\";i:132149;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/post-title\";i:1823;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/post-comments-form\";i:9737;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/text-columns\";i:3034;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/categories\";i:2825;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/site-logo\";i:17033;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/buttons\";i:11183;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/comment-author-name\";i:1192;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/nextpage\";i:3039;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/query-pagination-previous\";i:1051;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/widget-group\";i:400;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/embed\";i:11232;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/post-author-name\";i:1118;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/comment-reply-link\";i:1001;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/term-description\";i:1751;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/avatar\";i:2296;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/page-list\";i:7663;s:69:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/list\";i:2173;s:69:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/code\";i:2638;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/social-link\";i:3474;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/video\";i:11619;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/pullquote\";i:8267;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/post-date\";i:1377;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/post-template\";i:8072;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/cover\";i:83346;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/list-item\";i:1137;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/navigation-link\";i:11752;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/column\";i:1597;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/home-link\";i:1130;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/details\";i:2030;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/comments\";i:28882;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/missing\";i:617;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/group\";i:9055;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/comment-template\";i:2910;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/query\";i:14007;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/page-list-item\";i:1109;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/calendar\";i:3804;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/spacer\";i:4737;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/read-more\";i:2526;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/gallery\";i:80571;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/query-pagination-next\";i:1039;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/separator\";i:5038;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/heading\";i:5731;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/latest-comments\";i:6657;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/image\";i:64157;s:68:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/rss\";i:4491;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/audio\";i:3660;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/comments-title\";i:1701;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/post-author-biography\";i:971;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/site-title\";i:2289;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/post-author\";i:2895;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/comment-edit-link\";i:1213;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/media-text\";i:14445;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/paragraph\";i:6904;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/button\";i:14416;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/post-terms\";i:1715;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/loginout\";i:1026;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/navigation-submenu\";i:5842;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/block\";i:587;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/quote\";i:6526;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/query-no-results\";i:899;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/search\";i:19592;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/post-excerpt\";i:2925;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/shortcode\";i:2918;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/pattern\";i:411;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/site-tagline\";i:1625;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/preformatted\";i:1696;s:69:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/file\";i:11514;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/table\";i:27351;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/comments-pagination-previous\";i:1023;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/tag-cloud\";i:3616;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/archives\";i:1725;s:69:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/html\";i:3770;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/template-part\";i:7986;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/query-pagination\";i:9403;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/columns\";i:9193;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/latest-posts\";i:11776;s:69:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/more\";i:3770;s:70:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks/verse\";i:1860;s:64:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/blocks\";i:1503913;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/rest-api/fields\";i:22510;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/rest-api/endpoints\";i:848388;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/rest-api/search\";i:16749;s:66:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/rest-api\";i:977234;s:67:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/customize\";i:177349;s:67:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/PHPMailer\";i:233227;s:61:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/IXR\";i:33915;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/block-supports\";i:130165;s:62:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes/pomo\";i:57146;s:57:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-includes\";i:48794197;s:68:\"/home3/mybenef9/owens-minor.mybenefitport.com/.well-known/local-http\";i:189;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/.well-known/acme-challenge\";i:0;s:57:\"/home3/mybenef9/owens-minor.mybenefitport.com/.well-known\";i:189;s:53:\"/home3/mybenef9/owens-minor.mybenefitport.com/cgi-bin\";i:0;s:45:\"/home3/mybenef9/owens-minor.mybenefitport.com\";i:76459869;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/ai-app/images/animated/ai\";i:369578;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/ai-app/images/animated\";i:369578;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/ai-app/images\";i:369578;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/ai-app/i18n\";i:29945;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/ai-app/build\";i:2452278;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/ai-app\";i:2869639;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/images\";i:2434;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/onboarding/images/offer\";i:184821;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/onboarding/images\";i:220011;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/onboarding/i18n\";i:23359;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/onboarding/build\";i:1675666;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/onboarding\";i:1958423;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/css/dynamic-assets\";i:194460;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/css/tinymce-skin/img\";i:2856;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/css/tinymce-skin/fonts\";i:131989;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/css/tinymce-skin\";i:211353;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/css\";i:451032;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/psd\";i:57197;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/images\";i:92754;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/i18n\";i:846;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/build\";i:822727;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/theme-options-library/post/type\";i:2723;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/theme-options-library/post\";i:2723;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/theme-options-library/theme-options-library-local\";i:5865;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/theme-options-library/app/store/theme-options-library\";i:14016;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/theme-options-library/app/store\";i:14146;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/theme-options-library/app/lib\";i:3535;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/theme-options-library/app\";i:19590;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/theme-options-library\";i:46169;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/css\";i:44500;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/js\";i:48721;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/google-fonts/images\";i:131966;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/google-fonts\";i:144106;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/shortcodes/images\";i:18431;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/shortcodes/css\";i:39931;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/shortcodes/js\";i:17705;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel/shortcodes\";i:120260;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/epanel\";i:1439359;s:71:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/js\";i:1473058;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/i18n\";i:1685;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/components/post\";i:15440;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/components/cache\";i:9175;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/components/data\";i:41004;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/components/api/social\";i:814;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/components/api/spam\";i:18092;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/components/api/email\";i:187341;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/components/api\";i:236551;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/components/lib\";i:30659;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/components/mu-plugins\";i:4814;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/components\";i:766932;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/build\";i:1392296;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/json-data\";i:186942;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/code-snippets/post/taxonomy\";i:1379;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/code-snippets/post/type\";i:2761;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/code-snippets/post\";i:4140;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/code-snippets/app/store/edit\";i:4338;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/code-snippets/app/store/code-snippets-library\";i:16206;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/code-snippets/app/store\";i:20674;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/code-snippets/app/lib\";i:3191;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/code-snippets/app\";i:26498;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/code-snippets/code-snippets-library-local\";i:6495;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/code-snippets\";i:65773;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin/images/svg\";i:13931;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin/images/epanel\";i:22958;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin/images\";i:74939;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin/fonts/modules/social\";i:61869;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin/fonts/modules/all\";i:575453;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin/fonts/modules/base\";i:35318;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin/fonts/modules\";i:672640;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin/fonts/fontawesome\";i:2946412;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin/fonts/epanel\";i:4615;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin/fonts\";i:3796570;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin/css\";i:86011;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin/js\";i:156636;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/admin\";i:4114156;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core/item-library-local\";i:11421;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/core\";i:6636459;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/et-pagebuilder\";i:13215;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/widgets\";i:30020;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/functions\";i:25978;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/helpers/motion\";i:11631;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/helpers\";i:340091;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/settings/migration\";i:243030;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/settings\";i:257161;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/woocommerce\";i:491703;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/field/display-conditions\";i:62119;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/field/template/border\";i:3026;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/field/template\";i:7109;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/field/attribute/composite/type\";i:1806;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/field/attribute/composite\";i:2433;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/field/attribute\";i:2433;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/field\";i:311725;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module/type\";i:32305;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/module\";i:2874073;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/scripts/stores\";i:58884;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/scripts/utils\";i:20725;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/scripts/ext\";i:409025;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/scripts\";i:968278;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/plugin-compat/scripts\";i:1878;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/plugin-compat/styles\";i:294;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/plugin-compat\";i:147199;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/post/taxonomy\";i:8231;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/post/query\";i:1785;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/post/type\";i:6606;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/post\";i:19748;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/images\";i:468352;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/icon-manager\";i:351315;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/ajax-data\";i:12544;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/global-presets\";i:47070;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/display-conditions\";i:19954;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/css\";i:1529511;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js\";i:418989;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets\";i:1948500;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets\";i:2049109;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/gutenberg/utils\";i:14266;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/gutenberg/blocks\";i:31652;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/gutenberg\";i:70016;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/background-masks/mask\";i:1901192;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/background-masks/pattern\";i:122429;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/background-masks\";i:2073244;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/global\";i:7489;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/checkout\";i:13532;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/cart\";i:14160;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates\";i:35181;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/woocommerce/placeholder\";i:4168;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/woocommerce\";i:39349;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/content-retriever/retrievers\";i:3345;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature/content-retriever\";i:4301;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/feature\";i:4996609;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/languages\";i:12776734;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/i18n\";i:55609;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/build\";i:9155546;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/taxonomy\";i:4144;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/query\";i:761;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/type\";i:4145;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post\";i:9050;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/theme-builder-library-local\";i:15212;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder\";i:301664;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/img\";i:7212;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts/src\";i:1420;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts\";i:3469;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/langs\";i:151;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/img\";i:2856;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/fonts\";i:160384;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray\";i:243046;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins\";i:243046;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/inlite\";i:131875;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/modern\";i:130746;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/mobile\";i:164139;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes\";i:426760;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/charmap\";i:8601;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/importcss\";i:3131;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/advlist\";i:2226;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/pagebreak\";i:1436;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/preview\";i:2044;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/hr\";i:428;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/colorpicker\";i:1349;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/save\";i:1426;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textcolor\";i:4927;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/searchreplace\";i:7352;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/template\";i:5191;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/contextmenu\";i:1824;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/directionality\";i:857;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullscreen\";i:2184;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/toc\";i:2941;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/code\";i:1024;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/noneditable\";i:1540;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/link\";i:8940;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons/img\";i:5390;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons\";i:6461;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/anchor\";i:1446;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autolink\";i:2127;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autosave\";i:2856;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/legacyoutput\";i:3402;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/insertdatetime\";i:2633;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/bbcode\";i:2850;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/tabfocus\";i:1614;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autoresize\";i:2074;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/image\";i:15852;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/spellchecker\";i:10308;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/print\";i:465;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/media\";i:16576;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/paste\";i:30837;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help/img\";i:13208;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help\";i:21387;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks/css\";i:5473;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks\";i:7164;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/nonbreaking\";i:1012;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wordcount\";i:12035;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/imagetools\";i:32354;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/table\";i:118578;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wpview\";i:2635;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample/css\";i:2334;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample\";i:21684;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullpage\";i:7168;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textpattern\";i:7405;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualchars\";i:5321;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/lists\";i:26968;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins\";i:420633;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/img\";i:2856;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/fonts\";i:131989;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin\";i:211353;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors\";i:1667770;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/block-editor\";i:151207;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/mediaelement-images\";i:28464;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css\";i:283914;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/backports\";i:21913;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets\";i:1984278;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/frontend-builder\";i:11697618;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/theme-compat\";i:937;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/compat\";i:8707;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/templates\";i:3008;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/styles/images\";i:47225;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/styles\";i:416027;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/tests/codeception/wpunit\";i:897;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/tests/codeception\";i:897;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/tests\";i:897;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/api/rest\";i:7776;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder/api\";i:19028;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/builder\";i:36557330;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes/module-customizer\";i:14381;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/includes\";i:36635630;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/common/scripts\";i:137960;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/common/images\";i:3401;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/common/i18n\";i:4909;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/common/constants\";i:1070;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/common/stories/controls/input\";i:2349;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/common/stories/controls/ripple\";i:180;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/common/stories/controls\";i:21115;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/common/stories/branded-modal\";i:3049;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/common/stories\";i:24164;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/common/utils/color\";i:12264;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/common/utils\";i:17736;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/common\";i:198133;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/cloud/images\";i:455;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/cloud/i18n/library\";i:18455;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/cloud/i18n\";i:43315;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/cloud/build\";i:1749028;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/cloud/fonts\";i:4828;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/cloud\";i:1812156;s:73:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi/lang\";i:4959073;s:68:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/Divi\";i:64823209;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour/patterns\";i:158957;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour/templates\";i:12953;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour/assets/images\";i:1152100;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour/assets/fonts\";i:1023558;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour/assets/css\";i:357;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour/assets\";i:2176015;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour/styles\";i:33892;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour/parts\";i:1473;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes/twentytwentyfour\";i:3137090;s:63:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/themes\";i:67960327;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/hooks\";i:8587;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/Theme\";i:8853;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/DebugBar\";i:13954;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/Plugin\";i:37870;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/Vcs-old\";i:51438;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10\";i:192960;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4\";i:159;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc\";i:193119;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker/css\";i:1334;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker/examples\";i:1788;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker/languages\";i:77601;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker/js\";i:1624;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker/vendor\";i:52199;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugin-update-checker\";i:347753;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/img\";i:15215;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/classes\";i:31041;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/icons/socicon/fonts\";i:736594;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/icons/socicon\";i:764446;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/icons/divi-booster-icons/svg\";i:41732;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/icons/divi-booster-icons/icomoon/fonts\";i:50641;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/icons/divi-booster-icons/icomoon\";i:87612;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/icons/divi-booster-icons\";i:133044;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/icons\";i:937468;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/helpers/dynamic-assets\";i:3025;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/helpers\";i:3180;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio/tab_order\";i:4690;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio/project_order\";i:7441;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio/active_tab\";i:1983;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio\";i:14312;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/module_options/et_pb_accordion\";i:7026;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/module_options/et_pb_fullwidth_slider\";i:4080;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/module_options/et_pb_slide\";i:11093;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/module_options/et_pb_menu\";i:12146;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/module_options\";i:70929;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/divi5\";i:306;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/NO_EDIT_shared\";i:53133;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/divi\";i:3466;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/features/contactFormEmailBlacklist\";i:43229;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/features/slider-module-random-order\";i:2952;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/features/slider-module-link-slide-title\";i:3134;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/features/dbdb-posttitle-tags\";i:3547;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/features/contact-form-confirmation-email\";i:7529;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/features/socialmediafollownetworks\";i:12938;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/features/email-option-button-animation\";i:2509;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/features/dbdb-blogmodule-tags\";i:3590;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/features/blog-module-author-filter\";i:1887;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/features/login-module-custom-redirect-url\";i:1853;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/features\";i:85289;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/dot-navigation-styles\";i:8187;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-close-button-styles\";i:2166;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-image-bg-color\";i:2694;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/slider-hide-dots\";i:2680;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-hide-title\";i:2127;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-arrow-styles\";i:2160;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-hide-image-count\";i:2166;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/disable-grid-slide-in-effect\";i:2950;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-background-color\";i:2644;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-image-count\";i:1848;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/arrow-styles\";i:1464;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/order\";i:5710;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/grid-image-sizes\";i:18607;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/arrow-icons\";i:3356;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-title\";i:1855;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/image-count\";i:7292;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/disable-lightbox\";i:2669;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/cursor-arrows\";i:8183;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster/slider-hide-arrows\";i:2691;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins/gallery-booster\";i:88358;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/plugins\";i:88449;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/076-disable-slider-image-slide-in\";i:629;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/023-hide-the-search-icon-on-mobiles\";i:560;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/075-set-header-menu-font-size\";i:646;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/096-remove-featured-post-height-restriction\";i:759;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/011-custom-css-media-queries/Mobile-Detect-2.8.11\";i:77560;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/011-custom-css-media-queries\";i:92372;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/058-stop-header-from-shrinking-on-scroll\";i:856;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/049-right-align-email-and-phone-number\";i:561;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/069-hide-the-search-icon-completely\";i:452;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/060-greyscale-maps\";i:955;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/062-hide-header-completely\";i:706;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/063-hide-header-links\";i:669;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/109-hollow-slider-controls\";i:583;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/001-hide-logo\";i:482;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/155-add-logo-link-aria-label\";i:1115;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/037-view-generated-css\";i:383;s:151:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/080-fix-simple-security-firewall-comment-button-responsiveness\";i:697;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/127-change-centered-header-select-page-text\";i:901;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/010-custom-css-all-screen-sizes\";i:898;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/088-fix-pageloader-by-bonfire-issues\";i:799;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/144-dont-enqueue-map-scripts-in-excerpts\";i:1669;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/115-set-minimum-cta-button-width\";i:782;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/012-add-floating-widget-area\";i:1771;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/032-make-accordions-start-closed\";i:841;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/137-distraction-free-edd-checkout\";i:1099;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/117-disable-gallery-image-slide-in\";i:665;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/040-view-generated-js\";i:392;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/018-box-layout-in-front-of-header\";i:2179;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/015-adjust-phone-and-email-size\";i:1783;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/097-dont-stretch-featured-images\";i:705;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/129-visual-builder-module-borders\";i:702;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/152-footer-menu-padding\";i:915;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/029-use-menu-button-on-large-displays\";i:2268;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/039-disable-js-minification\";i:441;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/104-countdown-module-remove-day-trailing-zero\";i:1157;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/111-square-post-slider-controls\";i:537;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/087-change-space-between-menu-items\";i:1331;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/091-hide-woo-commerce-cart-icon\";i:514;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/053-view-generated-htaccess\";i:403;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/100-fullwidth-portfolio-grid-add-spacing\";i:1194;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/006-sidebar-background-color\";i:2318;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/072-filterable-portfolio-module-image-sizes\";i:3931;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/050-view-generated-footer-html\";i:403;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/065-set-background-color\";i:668;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/042-genos-pricing-table-style\";i:1697;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/057-hide-header-bottom-border\";i:516;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/022-app-style-menu-on-mobiles\";i:779;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/098-split-top-header-icons\";i:849;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/045-pricing-table-strikethrough\";i:449;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/154-fix-gallery-module-content-layout-bug\";i:704;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/135-set-mobile-content-width\";i:3299;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/156-hide-divi-cloud\";i:1863;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/007-hide-dividing-line\";i:706;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/083-open-social-media-icons-in-new-tab\";i:481;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/043-genos-pricing-table-corners\";i:3326;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/105-mobile-menu-exclude-secondary-menu-items\";i:1077;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/108-square-slider-controls\";i:552;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/102-woocommerce-four-column-layout\";i:1013;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/112-hollow-post-slider-controls\";i:568;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/046-slider-text-transparent-background\";i:2965;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/033-export-settings\";i:947;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/139-show-module-settings-mobile-icon-on-hover\";i:1130;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/008-center-header-menus\";i:1321;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/052-change-logo-height\";i:1825;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/067-edit-footer-html\";i:4770;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/074-set-header-menu-hover-color\";i:746;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/090-remove-box-layout-shadow\";i:610;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/054-full-width-featured-images\";i:1128;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/027-fix-slide-formatting-issue\";i:811;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/009-fix-team-member-margin-bug\";i:914;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/094-full-screen-page-builder-settings\";i:2245;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/145-mobile-menu-button-color\";i:875;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/005-adjust-slider-height\";i:1270;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/014-add-new-icons\";i:17068;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/048-increase-text-module-bullet-list-spacing\";i:690;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/116-add-text-to-top-header\";i:1746;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/153-hide-top-header-on-fixed-nav\";i:1037;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/086-fix-sub-menu-link-colors-on-single-page-nav\";i:633;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/147-enable-zooming\";i:848;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/013-add-page-builder-to-other-post-types\";i:12747;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/132-visual-builder-hide\";i:814;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/099-enable-divi-builder-on-custom-post-types\";i:4391;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/020-fix-submenu-overflow-bug\";i:508;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/031-fix-pricing-table-excluded-space-bug\";i:683;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/133-header-title-and-tagline/layout\";i:9838;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/133-header-title-and-tagline\";i:34294;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/110-clickable-slider-image\";i:1033;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/151-footer-info-padding\";i:894;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/038-js-in-external-file\";i:382;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/085-make-secondary-menu-text-bold\";i:597;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/150-footer-bottom-padding\";i:901;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/056-no-gallery-image-distortion\";i:753;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/101-fullwidth-portfolio-grid-dont-crop-images\";i:1000;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/125-swap-post-navigation-next-and-previous\";i:742;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/103-set-mobile-menu-font-size\";i:677;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/017-gallery-module-image-border\";i:714;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/148-footer-menu-alignment\";i:841;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/078-adjust-page-builder-row-spacing\";i:755;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/064-set-body-font-size\";i:650;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/114-make-scroll-down-icon-bounce\";i:817;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/089-make-left-aligned-icons-bigger\";i:617;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/066-change-header-height\";i:990;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/143-collapsible-sidebar\";i:2321;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/141-add-main-menu-separators\";i:1911;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/121-search-icon-hover-color\";i:664;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/128-add-page-layout-option-to-builder\";i:7713;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/146-stop-search-box-overlapping-logo-on-mobile\";i:773;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/149-project-cpt-custom-name\";i:2678;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/030-remove-bullets-in-pricing-table\";i:548;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/124-fix-divi-anchor-link-scrolling\";i:1505;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/082-filterable-portfolio-module-center-and-fill-image\";i:1177;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/107-clickable-post-slider-image\";i:831;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/126-customizer-social-icons/templates\";i:3031;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/126-customizer-social-icons\";i:18319;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/019-sidebar-width\";i:1405;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/044-genos-pricing-table-bullets\";i:3016;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/140-open-image-links-in-lightbox\";i:1725;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/092-enable-gzip-compression\";i:736;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/003-add-widget-area-to-header\";i:2248;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/073-add-social-icons\";i:2632;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/081-portfolio-module-center-and-fill-image\";i:1049;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/055-swap-slider-image-and-text-position\";i:486;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/028-add-text-to-mobile-menu-button\";i:1429;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/016-gallery-module-image-sizes\";i:3757;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/036-disable-minification\";i:435;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/034-import-settings\";i:2418;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/106-make-accordions-closable\";i:1249;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/071-submenu-hover-background-color\";i:666;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/068-portfolio-module-image-sizes\";i:4498;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/024-scroll-further-before-shrinking-header\";i:1711;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/084-set-bottom-footer-color\";i:582;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/142-mobile-menu-select-page-bg-col\";i:783;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/047-change-map-marker-icon\";i:1570;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/051-genos-subscribe-module-style\";i:2005;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/004-add-image-before-header\";i:4308;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/021-fix-header-menu-width-issue\";i:974;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/095-secondary-nav-hover-color\";i:2205;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/035-css-in-external-file\";i:377;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/120-better-fullscreen-headers-in-ie\";i:1203;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/025-set-mobile-menu-bar-color\";i:664;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/119-make-phone-number-clickable\";i:1364;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/061-open-slider-button-links-in-new-tab\";i:532;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/002-center-theme-info-links\";i:645;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/093-show-secondary-nav-social-icons-on-mobile\";i:998;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/118-hide-gallery-titles\";i:641;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/138-set-footer-content-width\";i:909;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/077-adjust-page-builder-section-spacing\";i:986;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/136-enable-divi-builder-by-default\";i:2879;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/026-hide-header-until-scrolling\";i:1403;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/070-fix-divi-simple-lightbox\";i:605;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/134-visual-builder-save-and-publish-to-left\";i:1250;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes/113-change-logo-link\";i:1014;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/fixes\";i:356746;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/compat/wpml\";i:23236;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/compat/supreme-modules-for-divi\";i:1007;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/compat/divi-icon-king\";i:1681;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/compat/wp-optimize\";i:267;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/compat/wp-rocket\";i:1719;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/compat/the-events-calendar\";i:499;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/compat/munder-difflin\";i:557;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/compat/post-types-order\";i:490;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/compat\";i:29987;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/deprecated/deprecated-icons\";i:1256;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/deprecated\";i:1256;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/admin/settings/field_types\";i:8120;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/admin/settings\";i:8120;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/admin/plugins\";i:326;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/admin\";i:19887;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core/libs\";i:22963;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster/core\";i:2117341;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-booster\";i:2174658;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Exceptions\";i:368;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Exceptions\";i:533;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Handlers\";i:72827;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Managers\";i:968;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Services\";i:8690;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Models\";i:7765;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Processors\";i:2546;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts\";i:93329;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce/Emails\";i:814;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce/Models\";i:4024;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce\";i:4838;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Blog/Models\";i:2812;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Blog\";i:2812;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api/Models\";i:1523;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api/Processes\";i:1685;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api\";i:3208;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Modules\";i:110603;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Helpers\";i:18713;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Managers/Logs\";i:7806;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Managers\";i:148872;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Clients\";i:4082;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Integrations\";i:4561;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Constants\";i:164;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/blocks/subscribe/deprecated\";i:5519;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/blocks/subscribe\";i:30971;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/blocks\";i:31803;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/views/admin-dashboard-widget\";i:9260;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/views/admin-feedback-notice\";i:4051;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/views\";i:62418;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src/Models\";i:17816;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/src\";i:404541;s:149:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/classes\";i:21301;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/bin\";i:6004;s:151:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/.circleci\";i:1950;s:156:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/tests/fixtures\";i:61;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/tests\";i:26886;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing\";i:167893;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich\";i:167893;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Processor\";i:22191;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Attribute\";i:1529;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Formatter\";i:61449;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/Slack\";i:10688;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:1895;s:151:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:2168;s:156:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4282;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler\";i:281506;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Test\";i:2414;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog\";i:423803;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src\";i:423803;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog\";i:475405;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog\";i:475405;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr/Log/Test\";i:9427;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr/Log\";i:20898;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr\";i:20898;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log\";i:23891;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr\";i:23891;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/bin\";i:3393;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/src/Exception\";i:594;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/src\";i:88645;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/bin\";i:298;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/dist\";i:8579;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/docs/classes\";i:44946;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/docs\";i:72666;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption\";i:177669;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse\";i:177669;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/dist\";i:703;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/other\";i:1633;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/lib\";i:1327;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat\";i:6592;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie\";i:6592;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/composer\";i:110326;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase/php-jwt/src\";i:29864;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase/php-jwt\";i:42900;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase\";i:42900;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/vendor\";i:1008840;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/assets/images/admin-dashboard-widget\";i:131206;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/assets/images/woocommerce-banners\";i:53216;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/assets/images\";i:597790;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/assets/css\";i:27011;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/assets/js/checkout\";i:3554;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/assets/js/block\";i:24576;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/assets/js/subscribe\";i:2742;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/assets/js\";i:76792;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact/assets\";i:701593;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/creative-mail-by-constant-contact\";i:2169729;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/akismet/views\";i:40033;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/akismet/_inc/img\";i:17892;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/akismet/_inc/fonts\";i:2193;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/akismet/_inc/rtl\";i:20221;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/akismet/_inc\";i:85324;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/akismet\";i:337727;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite/vendor/wp-cli/wp-config-transformer/src\";i:10745;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite/vendor/wp-cli/wp-config-transformer\";i:21542;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite/vendor/wp-cli\";i:21542;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite/vendor/composer\";i:39247;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite/vendor\";i:61216;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite/assets/images\";i:577081;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite/assets/fonts\";i:91756;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite/assets/css\";i:30597;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite/assets/js\";i:16708;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite/assets\";i:716142;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite/includes/views\";i:34927;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite/includes\";i:152243;s:74:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/appmysite\";i:955315;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/emails/summaries\";i:60977;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/emails\";i:60977;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img\";i:110417;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img\";i:5957951;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts\";i:433004;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css\";i:1263011;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunks\";i:6155603;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js\";i:8512835;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue\";i:16218527;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/assets\";i:16328944;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes/emails/templates\";i:70047;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes/emails\";i:89793;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes/popular-posts\";i:44058;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes/gutenberg/blocks\";i:2920;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes/gutenberg\";i:3014;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports\";i:8090;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/providers\";i:16912;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets/img\";i:118441;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets/css\";i:9819;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets\";i:128260;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey\";i:148847;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin\";i:232115;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite/includes\";i:374942;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/lite\";i:16703951;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/languages\";i:661092;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/images/plugins\";i:328218;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell\";i:55151;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/images\";i:562873;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/fonts\";i:266568;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/css/frontend\";i:13383;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/css/images\";i:47602;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/css\";i:154161;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend\";i:1071171;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/js\";i:1160805;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg/css\";i:158173;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg/js\";i:1287603;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg\";i:1445776;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/lib/pandora\";i:9702;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets/lib\";i:9767;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/assets\";i:3600015;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/verified-badge\";i:3643;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events\";i:3477;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking\";i:18035;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/frontend\";i:42979;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/emails/templates\";i:11222;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/emails\";i:27142;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/popular-posts\";i:40232;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/examples\";i:893;s:167:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight/dictionaries\";i:349614;s:159:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight/data\";i:551035;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight\";i:913052;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib\";i:913142;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight\";i:916177;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool\";i:960806;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates/scorecard\";i:18540;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates/graph\";i:18968;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates\";i:41023;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights\";i:41023;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg\";i:1010928;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/admin/notifications\";i:49482;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports\";i:31815;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing\";i:59709;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/admin/feature-feedback\";i:5195;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/admin/site-notes\";i:31484;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages\";i:37734;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes/admin\";i:515149;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress/includes\";i:1835018;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/google-analytics-for-wordpress\";i:22848330;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/duplicate-page/inc\";i:6276;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/duplicate-page/css\";i:2327;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/duplicate-page/languages\";i:49912;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/duplicate-page/js\";i:1860;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/duplicate-page\";i:85112;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/boot\";i:37368;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/language\";i:286300;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Traits\";i:5451;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Hooks/Handlers\";i:61998;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Hooks\";i:67088;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/CPT\";i:1852;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Views/admin/preview\";i:3685;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Views/admin\";i:9695;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Views/public\";i:21129;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Views\";i:30824;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Modules/Lead\";i:12545;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Modules/DataProviders\";i:57188;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Modules/DragAndDrop\";i:4876;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Modules\";i:545038;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Library/Csv/Plugin\";i:3950;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Library/Csv/Modifier\";i:27236;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Library/Csv/Config\";i:13318;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Library/Csv/Exception\";i:1445;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Library/Csv\";i:69680;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Library\";i:69680;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Http/Controllers\";i:46562;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Http/Requests\";i:660;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Http/Routes\";i:4849;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Http/Policies\";i:455;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Http\";i:52526;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Services\";i:6455;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app/Models\";i:16706;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/app\";i:797128;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/config/table-builder\";i:33716;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/config\";i:34023;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/database/Migrations\";i:14652;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/database\";i:14998;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/league/csv/src/Plugin\";i:0;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/league/csv/src/Modifier\";i:0;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/league/csv/src/Config\";i:0;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/league/csv/src/Exception\";i:0;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/league/csv/src\";i:0;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/league/csv\";i:0;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/league\";i:0;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/bin\";i:0;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Foundation\";i:69255;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations\";i:108507;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Orm\";i:266615;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Query\";i:118797;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database\";i:396334;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Validator/Contracts\";i:611;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Validator\";i:36300;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Pagination\";i:22896;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/View\";i:2446;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Http\";i:13652;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Response\";i:647;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Support\";i:83253;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Request\";i:92728;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent\";i:717511;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src\";i:717511;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent/framework\";i:718028;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/wpfluent\";i:718028;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor/composer\";i:85990;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/vendor\";i:804789;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/img\";i:970125;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/images\";i:4451;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui/lib/theme-chalk\";i:84156;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui/lib\";i:84156;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/fonts/vendor/element-ui\";i:84156;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/fonts/vendor\";i:84156;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/fonts\";i:84156;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/css\";i:789612;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/js\";i:1787811;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/libs/icons\";i:5148;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/libs/footable/css\";i:62150;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/libs/footable/js\";i:358598;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/libs/footable\";i:420748;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/libs/ace\";i:1868432;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/libs/moment\";i:232788;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets/libs\";i:2527116;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables/assets\";i:6163271;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables\";i:8187963;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/boot\";i:3013;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/language\";i:6961;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Traits\";i:75436;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Hooks/Handlers\";i:51448;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Hooks\";i:56671;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Views\";i:16134;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Modules/DataProviders\";i:67405;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Modules\";i:67405;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Library/updater\";i:36211;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/builders\";i:341177;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/processors\";i:289928;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/lexer\";i:16756;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/positions\";i:12561;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/utils\";i:26612;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/exceptions\";i:11033;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser\";i:709207;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Library\";i:745867;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Http/Controllers\";i:8605;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Http/Routes\";i:937;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Http/Policies\";i:445;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Http\";i:9987;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app/Models\";i:340;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/app\";i:972614;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/assets/css\";i:10185;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/assets/js\";i:54887;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/assets/libs/formula\";i:578573;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/assets/libs/icons\";i:617405;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/assets/libs/lity\";i:32041;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/assets/libs/stickyheaders\";i:16626;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/assets/libs/datepicker/css\";i:4709;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/assets/libs/datepicker/js\";i:65988;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/assets/libs/datepicker\";i:70697;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/assets/libs/sumoselect\";i:50468;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/assets/libs\";i:1365810;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro/assets\";i:1430882;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/ninja-tables-pro\";i:2446316;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/scripts\";i:3787206;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/divi5\";i:862106;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/PriceListItem/PriceListItemTraits\";i:9251;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/PriceListItem/visual-builder\";i:4064;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/PriceListItem\";i:14110;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/HoverBox/visual-builder\";i:15246;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/HoverBox/HoverBoxTraits\";i:23377;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/HoverBox\";i:39441;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/BeforeAfterSlider/BeforeAfterSliderTraits\";i:29112;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/BeforeAfterSlider/visual-builder\";i:13476;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/BeforeAfterSlider\";i:43461;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/ContentToggle/ContentToggleTraits\";i:17589;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/ContentToggle/visual-builder\";i:8117;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/ContentToggle\";i:31063;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/Breadcrumbs/BreadcrumbsTraits\";i:35719;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/Breadcrumbs/visual-builder\";i:11882;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/Breadcrumbs\";i:53704;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/PricingTableItem/PricingTableItemTraits\";i:16699;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/PricingTableItem/visual-builder\";i:9428;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/PricingTableItem\";i:26978;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/FlipBox/visual-builder\";i:13464;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/FlipBox/FlipBoxTraits\";i:30262;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/FlipBox\";i:44538;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/BaseTraits\";i:8971;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/utils\";i:7131;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/Divider/DividerTraits\";i:31432;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/Divider/visual-builder\";i:18031;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/Divider\";i:50274;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/ButtonGrid/ButtonGridTraits\";i:6921;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/ButtonGrid/visual-builder\";i:3307;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/ButtonGrid\";i:11016;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/ButtonGridItem/visual-builder\";i:3616;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/ButtonGridItem/ButtonGridItemTraits\";i:7154;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/ButtonGridItem\";i:11613;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/Counter/CounterTraits\";i:20258;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/Counter/visual-builder\";i:7456;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/Counter\";i:28525;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/PricingTable/visual-builder\";i:785;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/PricingTable/PricingTableTraits\";i:5432;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/PricingTable\";i:7015;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/HoverGallery/visual-builder\";i:5210;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/HoverGallery/HoverGalleryTraits\";i:11743;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/HoverGallery\";i:17789;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/HoverGalleryItem/HoverGalleryItemTraits\";i:11839;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/HoverGalleryItem/visual-builder\";i:6731;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/HoverGalleryItem\";i:19382;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/TiltImage/TiltImageTraits\";i:15592;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/TiltImage/visual-builder\";i:8977;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/TiltImage\";i:25393;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/PriceList/PriceListTraits\";i:9595;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/PriceList/visual-builder\";i:7528;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/PriceList\";i:17947;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/LottieIcon/LottieIconTraits\";i:16376;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/LottieIcon/visual-builder\";i:4192;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules/LottieIcon\";i:21381;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/modules\";i:481681;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/fonts\";i:66309;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/vendor/css\";i:360407;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/vendor/js\";i:2106217;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/vendor\";i:2466624;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/admin/edd\";i:20337;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/admin/css\";i:91376;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/admin/js\";i:22504;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/admin\";i:134217;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/public/css\";i:128582;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/public/js\";i:212698;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/public\";i:341280;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/composer/composer\";i:37154;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist/composer\";i:37925;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/dist\";i:4390142;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/languages\";i:0;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/media\";i:66309;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/fields/MultiSelect\";i:778;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/fields/ImageSelect\";i:2839;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/fields\";i:3796;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageMagnifier\";i:13474;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/PriceListItem\";i:14927;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/TableMakerChild\";i:43064;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/HoverBox\";i:66473;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/TypingText\";i:27189;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/TileScrollItem\";i:7690;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/BeforeAfterSlider\";i:61033;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/TableOfContent\";i:52827;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ButtonGridChild\";i:9857;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageShowcase/mockups\";i:1428716;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageShowcase\";i:1464687;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Carousel\";i:77132;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ParallaxImages\";i:6804;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageAccordion\";i:23437;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/StarRating\";i:16452;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ReadingProgressBar\";i:8834;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/FilterableGallery\";i:158690;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ContentToggle\";i:33659;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/TableMaker\";i:100052;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/FloatingMultiImagesChild\";i:23136;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ContentSlider\";i:72396;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Breadcrumbs\";i:50681;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Timeline\";i:77006;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Countdown\";i:45290;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Balloon\";i:49447;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/FancyTextChild\";i:2434;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/MasonryGallery\";i:98346;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageGalleryChild\";i:40984;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/PopupMaker/includes/metabox/partials/popup_locations\";i:11112;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/PopupMaker/includes/metabox/partials/trigger_settings\";i:32793;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/PopupMaker/includes/metabox/partials/customization\";i:32703;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/PopupMaker/includes/metabox/partials\";i:76608;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/PopupMaker/includes/metabox\";i:77556;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/PopupMaker/includes/library\";i:78633;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/PopupMaker/includes\";i:241670;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/PopupMaker\";i:241670;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/AdvancedTabsItem\";i:113249;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/PricingTableItem\";i:52272;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ScrollImage\";i:37114;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/FlipBox\";i:80736;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ContentSliderChild\";i:28880;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageHotspotChild\";i:79374;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ExpandingCTA\";i:73198;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/FilterableGrid\";i:206543;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Testimonial\";i:134290;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/TimelineItem\";i:134839;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/TileScroll\";i:60479;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageShowcaseChild\";i:4362;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ParallaxImagesItem\";i:16940;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Base\";i:94644;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/HorizontalTimeline\";i:117927;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Divider\";i:60751;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageHotspot\";i:20701;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/FancyText\";i:20702;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/FloatingMultiImages\";i:5242;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/GravityFormsStyler\";i:129911;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageGallery\";i:97877;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Panorama/VideoPanorama\";i:1842;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Panorama/Image2D\";i:342;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Panorama\";i:40618;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ButtonGrid\";i:8677;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/InfoCircleItem\";i:66002;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/DualHeading\";i:70979;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/SVGAnimator\";i:21486;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageAccordionChild\";i:37537;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageMask/masks\";i:0;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageMask/assets\";i:507858;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageMask\";i:1321716;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/FAQ\";i:58682;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/AdvancedTabs\";i:127804;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Counter\";i:58770;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/CarouselChild\";i:37356;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/BlogSlider/templates\";i:13155;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/BlogSlider\";i:126337;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/HorizontalTimelineItem\";i:116031;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/Reveal\";i:27954;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/ImageRotator\";i:45321;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/PricingTable\";i:9568;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/HoverGallery\";i:45757;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/HoverGalleryItem\";i:49368;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/TiltImage\";i:45904;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/PriceList\";i:32133;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/LottieIcon\";i:30033;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/InfoCircle\";i:65270;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules/TextHighlighter\";i:42654;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/modules\";i:6950141;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/options/partials\";i:20271;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/options\";i:645890;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/partials\";i:13497;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/utils/migrations\";i:41073;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/utils\";i:42382;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/assets/svg-loaders\";i:20528;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes/assets\";i:20528;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/includes\";i:7703597;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/styles\";i:729155;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/admin/metabox/css\";i:613;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/admin/metabox\";i:17249;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/admin/partials\";i:28424;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/admin/customizer/css\";i:12810;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/admin/customizer/js\";i:5430;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/admin/customizer\";i:50006;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/admin/features\";i:5579;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/admin/assets\";i:110149;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/admin\";i:316426;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/public/partials/mobile-menu\";i:67723;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/public/partials\";i:411037;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/public/assets\";i:30592;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel/public\";i:493735;s:75:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/divi-pixel\";i:17538145;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/classic-editor/js\";i:624;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/classic-editor\";i:63801;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/queue/assets\";i:5544;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/queue\";i:53922;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/jutranslation/assets/images\";i:13869;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/jutranslation/assets/css\";i:11434;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/jutranslation/assets/js\";i:42488;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/jutranslation/assets\";i:67791;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/jutranslation\";i:97734;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/classes/packages/composer\";i:19317;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/classes/packages/zordius/lightncandy/src\";i:193842;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/classes/packages/zordius/lightncandy\";i:249319;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/classes/packages/zordius\";i:249319;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/classes/packages\";i:268814;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/classes\";i:271301;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/helpers\";i:296593;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default/css\";i:41657;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default/js\";i:68603;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default/scss\";i:13673;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default\";i:147186;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table/css\";i:50518;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table/js\";i:102743;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table/scss\";i:17372;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table\";i:230170;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree/css\";i:59299;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree/js\";i:78785;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree/scss\";i:21371;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree\";i:193248;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview/css\";i:41942;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview/js\";i:76163;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview/scss\";i:21488;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview\";i:181262;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd/css\";i:39610;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd/js\";i:72272;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd/scss\";i:18397;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd\";i:165412;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes/templates\";i:216691;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/themes\";i:1136104;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/models\";i:180015;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/images/icons\";i:18230;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/small\";i:155706;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme\";i:601920;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/images/jao\";i:5574;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/images\";i:730437;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/icons/svg\";i:213597;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/icons/png\";i:763685;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/icons/svgicons/svgs\";i:333016;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/icons/svgicons\";i:416396;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/icons\";i:1393678;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons\";i:40524;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/fonts\";i:1187929;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/css/font\";i:22335;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/css\";i:378494;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/js\";i:1188555;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets/scss\";i:157408;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/assets\";i:5036501;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/views/files\";i:22387;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/views/categories\";i:4400;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/views/frontviewer/tpl\";i:3877;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/views/frontviewer\";i:6731;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/views/category\";i:703;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/views/search/tpl\";i:8243;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/views/search\";i:20268;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/views/file\";i:5470;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/views\";i:59959;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site/controllers\";i:116443;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/site\";i:7206271;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/languages\";i:89005;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/avada/templates\";i:4877;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/avada/assets/images\";i:37398;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/avada/assets/css\";i:8688;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/avada/assets/js\";i:12272;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/avada/assets/scss\";i:6048;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/avada/assets\";i:64406;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/avada\";i:106860;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/scripts\";i:85889;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/languages\";i:0;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/media\";i:4277;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/includes/fields/WpfdCategoryButton\";i:42365;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/includes/fields/WpfdFile\";i:86699;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/includes/fields\";i:129240;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/includes/images\";i:16771;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules/Search\";i:14942;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules/File\";i:7862;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules/Category\";i:7152;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules\";i:30125;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/includes\";i:177810;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi/styles\";i:31185;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/divi\";i:1371185;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/elementor/assets/images\";i:87124;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/elementor/assets/css\";i:11968;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/elementor/assets/js\";i:7451;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/elementor/assets/scss\";i:9002;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/elementor/assets\";i:115545;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/elementor\";i:137558;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/wpbakery/params/category\";i:1850;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/wpbakery/params/file\";i:1999;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/wpbakery/params\";i:3849;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/images\";i:26507;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/css\";i:6516;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/js\";i:8841;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/scss\";i:5266;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets\";i:47130;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes/wpbakery\";i:81635;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/includes\";i:1697238;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/import/parsers\";i:31926;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/import\";i:91946;s:153:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony/polyfill-mbstring/Resources/unidata\";i:55556;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony/polyfill-mbstring/Resources\";i:55556;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony/polyfill-mbstring\";i:102998;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony\";i:102998;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/RawData\";i:48237;s:156:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Encoding\";i:57422;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Font\";i:7174;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/XObject\";i:2914;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Element\";i:28695;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser\";i:249168;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot\";i:249168;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src\";i:249168;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/.github/workflows\";i:5754;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/.github\";i:5754;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser\";i:268816;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot\";i:268816;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/composer\";i:22696;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser\";i:399251;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/install-wizard/content/done\";i:1047217;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/install-wizard/content\";i:1482221;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes/install-wizard\";i:1499497;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/classes\";i:2162777;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/helpers\";i:58939;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/functions\";i:72701;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/models\";i:298630;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/images/upload\";i:12577;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/images/types\";i:285367;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/images/jao\";i:23623;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/images\";i:514298;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/ui/images\";i:52664;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/ui/fonts/wpfd-icons\";i:41277;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/ui/fonts\";i:727901;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/ui/css\";i:574800;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/ui/js\";i:858046;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/ui/scss/components\";i:136665;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/ui/scss\";i:292655;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/ui\";i:2509538;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/css/ui-lightness/images\";i:27486;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/css/ui-lightness\";i:92313;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/css\";i:855968;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/js\";i:933806;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/blocks/category\";i:26990;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/blocks/search\";i:13299;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/blocks/file\";i:35556;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/blocks\";i:288952;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets/scss\";i:23344;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/assets\";i:5125938;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/files/tpl\";i:20088;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/files\";i:33202;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/iconsbuilder/tpl/iconssets\";i:34714;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/iconsbuilder/tpl\";i:80660;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/iconsbuilder\";i:89583;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/statistics/tpl\";i:18772;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/statistics\";i:28218;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/category/tpl\";i:33496;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/category\";i:42818;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/config/tpl\";i:10023;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/config\";i:21093;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/file/tpl\";i:3178;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/file\";i:8581;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/wpfd/tpl/menu/submenu\";i:5526;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/wpfd/tpl/menu\";i:32457;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/wpfd/tpl\";i:74301;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/wpfd\";i:77500;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/user/tpl\";i:10218;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views/user\";i:10461;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/views\";i:311456;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/controllers\";i:482230;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/forms/fields_v2\";i:171296;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/forms/fields\";i:89318;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin/forms\";i:356710;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app/admin\";i:8915311;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/app\";i:18095721;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/languages\";i:0;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/juupdater/js\";i:13611;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/juupdater\";i:75179;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/framework/ju-libraries/WPFramework/v1_0_6/Fields\";i:11826;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/framework/ju-libraries/WPFramework/v1_0_6\";i:47673;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/framework/ju-libraries/WPFramework\";i:47673;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/framework/ju-libraries\";i:47673;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download/framework\";i:49160;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wp-file-download\";i:18436771;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/migrate/templates/ajax\";i:3384;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/migrate/templates/debug\";i:8049;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/migrate/templates\";i:110539;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/migrate/assets/images\";i:75482;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/migrate/assets/css\";i:16693;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/migrate/assets\";i:92175;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/migrate\";i:207369;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/languages\";i:24560;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:8681;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits\";i:789;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common\";i:789;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:17982;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System\";i:17982;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps\";i:95188;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1\";i:96030;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File\";i:319559;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:13774;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:892;s:159:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:9556;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:14058;s:156:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:36631;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:44772;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:192927;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:192927;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1024;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common\";i:1399;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10389;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math\";i:249263;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16242;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common\";i:16242;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:21285;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net\";i:335380;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:47788;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:47788;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:79444;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:83608;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:5718;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:89326;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:59042;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:94479;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:258522;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:6054;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:6054;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:9601;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:23390;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:3675;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:27065;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:35082;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2776;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:59936;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1291;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:61227;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:211311;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:1015219;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Exception\";i:6572;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib\";i:1961062;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib\";i:1963167;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/phpseclib\";i:1963167;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers/src\";i:66676;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers\";i:67803;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/instawp\";i:67803;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding/src\";i:61964;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding\";i:64369;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/dist\";i:703;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/other\";i:1633;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/lib\";i:1327;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat\";i:5722;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/paragonie\";i:70091;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer/src\";i:11053;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer\";i:13693;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/wp-cli\";i:13693;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/migration\";i:25745;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/abstracts\";i:84088;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schedules\";i:10785;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:24231;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schema\";i:7801;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/data-stores\";i:101983;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/actions\";i:4315;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes\";i:356104;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/deprecated\";i:13295;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29942;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib\";i:33750;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler\";i:478001;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/woocommerce\";i:478001;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor/composer\";i:154824;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/vendor\";i:2748350;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/assets/images\";i:3445;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/assets/src\";i:2902;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/assets/css\";i:59311;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/assets/js\";i:69914;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/assets\";i:135572;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/includes/sync\";i:145075;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/includes/database-manager\";i:2548;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/includes/activity-log\";i:26017;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/includes/apis\";i:86251;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/includes\";i:470026;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/admin/images\";i:5983;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/admin/css\";i:69150;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/admin/js\";i:90522;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect/admin\";i:172021;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/instawp-connect\";i:3850399;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/printfriendly/.vscode\";i:110;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/printfriendly/languages\";i:10417;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/printfriendly/assets/images\";i:1295;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/printfriendly/assets/css/lib\";i:272242;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/printfriendly/assets/css\";i:277770;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/printfriendly/assets/js/lib\";i:81380;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/printfriendly/assets/js\";i:98978;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/printfriendly/assets\";i:378043;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/printfriendly/views\";i:56991;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/printfriendly\";i:570967;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect\";i:1232;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite/templates/education/builder\";i:4849;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect\";i:2551;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings\";i:1357;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite/templates/education/admin\";i:8814;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite/templates/education\";i:16443;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite/templates/builder\";i:4146;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/single\";i:19649;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview\";i:16001;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite/templates/admin/entries\";i:36448;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite/templates/admin\";i:39933;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite/templates\";i:60522;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/lite\";i:96748;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Emails/Templates\";i:16502;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Emails\";i:115701;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Traits\";i:22984;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax\";i:8923;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/Facades\";i:7945;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/DataObjects\";i:197;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table\";i:8142;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Forms\";i:106200;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Traits\";i:8145;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview\";i:107086;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Coupons\";i:4449;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views\";i:147131;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Payments\";i:158157;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Helpers\";i:18743;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Dashboard\";i:8468;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views\";i:60524;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers\";i:57668;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Tools\";i:123335;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/Facades\";i:1595;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/DataObjects\";i:2159;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables\";i:3754;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Base\";i:3754;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Pages\";i:44624;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax\";i:2902;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications/Advanced\";i:5455;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications\";i:5455;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Builder/Settings\";i:4713;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Builder\";i:126808;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Splash\";i:23619;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Notifications\";i:39110;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Addons\";i:14031;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings\";i:6458;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin\";i:12284;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers\";i:13773;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder\";i:21739;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Education\";i:75081;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha\";i:21133;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin/Settings\";i:54738;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Admin\";i:887117;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Requirements\";i:31183;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Frontend\";i:122808;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentMultiple\";i:15243;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSingle\";i:23312;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Forms/Fields/Helpers\";i:6896;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSelect\";i:17537;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentTotal\";i:20516;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Forms/Fields/Base\";i:699;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentCheckbox\";i:16397;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Forms/Fields\";i:100600;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Forms\";i:200205;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag\";i:38001;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/SmartTags\";i:49541;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings\";i:28437;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Providers/Provider\";i:38187;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Providers\";i:39894;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Helpers\";i:75438;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Tasks/Actions\";i:49542;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Tasks\";i:67833;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Db/Payments\";i:41416;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Db\";i:41416;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect\";i:27723;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/Elementor\";i:29599;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/Traits\";i:10103;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields\";i:31836;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Payments\";i:5490;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Traits\";i:16870;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder\";i:26698;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin\";i:67597;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks\";i:18437;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api\";i:76565;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/Stripe\";i:254506;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes\";i:5768;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/SMTP\";i:9455;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent\";i:1569;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/WooCommerce\";i:5291;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/WPCode\";i:6034;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/Divi\";i:11132;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP\";i:5536;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg\";i:45682;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/WPorg\";i:3717;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking\";i:27705;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator\";i:5173;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Integrations\";i:441866;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Lite/Emails\";i:6434;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages\";i:2491;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin\";i:7181;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder\";i:10415;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education\";i:29243;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings\";i:8385;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Lite/Admin\";i:67042;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Lite/Reports\";i:5435;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect\";i:11299;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg\";i:2441;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Lite/Integrations\";i:13740;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Lite\";i:92651;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Migrations\";i:29554;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Logger\";i:32614;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src/Access\";i:1373;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/src\";i:2263188;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset\";i:1520367;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources\";i:1520367;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv\";i:1548170;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:55556;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources\";i:56387;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring\";i:92924;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/symfony\";i:1641094;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration\";i:25745;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts\";i:84088;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules\";i:10785;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:24231;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema\";i:7801;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores\";i:101983;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions\";i:4315;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes\";i:356104;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated\";i:13295;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29942;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib\";i:33750;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler\";i:460336;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/woocommerce\";i:460336;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor/composer\";i:171663;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor\";i:2273271;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/fields/total\";i:3035;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/fields/number-slider\";i:2714;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/fields/internal-information\";i:2010;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/fields/content\";i:2206;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/fields\";i:9965;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/education/admin/edit-post\";i:1162;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/education/admin/payments\";i:1175;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/education/admin/settings\";i:1144;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/education/admin\";i:6490;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/education\";i:6490;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/emails\";i:48462;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/builder/notifications\";i:2938;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/builder/payment/recurring\";i:911;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/builder/payment\";i:2054;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/builder/revisions\";i:4401;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/builder/antispam\";i:1203;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/builder/fullscreen\";i:3658;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/builder\";i:30751;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/payments/single\";i:16363;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/payments\";i:23289;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/components\";i:4550;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/splash\";i:3524;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard\";i:5913;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/settings\";i:5445;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments\";i:3141;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/empty-states\";i:5886;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/challenge\";i:11463;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/forms\";i:2360;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget\";i:3625;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/dashboard\";i:3625;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin/pages\";i:6671;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/admin\";i:79371;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/integrations/elementor\";i:2050;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/integrations/wpcode\";i:4642;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates/integrations\";i:6692;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/templates\";i:184035;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/anti-spam\";i:14012;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/lite-connect\";i:6519;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/analytics\";i:161340;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/payments/single\";i:10173;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/payments/status\";i:5202;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/payments\";i:21777;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/stripe\";i:4303;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/splash\";i:7422;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/about\";i:671740;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/builder\";i:103961;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/geolocation-education\";i:418254;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/gutenberg\";i:128506;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/smtp\";i:109842;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access\";i:415352;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/email\";i:11105;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments\";i:125520;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/empty-states\";i:305806;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu\";i:8689;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/community\";i:23081;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/challenge\";i:115111;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/coupons-education\";i:218083;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/integrations/stripe\";i:3157;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/integrations/divi\";i:692;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font\";i:18380;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor\";i:18833;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg\";i:3779;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/integrations/woocommerce\";i:10601;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/integrations\";i:37062;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images/constant-contact\";i:395931;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/images\";i:3716745;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite/images/sample\";i:1529221;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite/images\";i:1529221;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries\";i:116373;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite/css/admin\";i:116373;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite/css\";i:403202;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education\";i:22741;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder\";i:2196;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries\";i:6258;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite/js/admin\";i:47608;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg\";i:699577;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite/js/integrations\";i:699577;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite/js\";i:747185;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lite\";i:2679608;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/fonts\";i:16607;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/css/frontend/modern\";i:890141;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/css/frontend/classic\";i:612040;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/css/frontend\";i:1506024;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/css/emails/partials\";i:34364;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/css/emails\";i:280503;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/css/builder\";i:1513684;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/css/admin\";i:206654;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe\";i:127464;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/css/integrations/divi\";i:3975077;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce\";i:6942;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/css/integrations\";i:4109483;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/css\";i:10229975;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/languages\";i:346890;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/frontend/fields\";i:40361;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/frontend\";i:228319;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin/payments\";i:44398;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers\";i:3040;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin/education\";i:80743;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin/splash\";i:4040;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields\";i:22341;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin/builder\";i:666814;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin/logger\";i:3687;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin/email\";i:21949;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin/challenge\";i:53946;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin/forms\";i:43637;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin/pages\";i:26149;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin/share\";i:90971;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/admin\";i:1185452;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe\";i:103634;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/integrations/divi\";i:229165;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor\";i:44328;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/modules\";i:0;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg\";i:71167;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce\";i:1962;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode\";i:4796;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/integrations\";i:455052;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js/share\";i:7295;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/js\";i:1876118;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm\";i:41024;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts\";i:950853;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lib/font-awesome\";i:983257;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker\";i:16638;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lib/lity\";i:8371;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster\";i:46842;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect\";i:15590;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lib/flatpickr\";i:65803;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors\";i:23788;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets/lib\";i:1661057;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/assets\";i:20527000;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/includes/fields\";i:299885;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/includes/providers\";i:57691;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/includes/functions\";i:151930;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/includes/emails/templates\";i:23429;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/includes/emails\";i:44759;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/includes/templates\";i:11198;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/includes/admin/builder/panels\";i:60444;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/includes/admin/builder\";i:130112;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/includes/admin\";i:341180;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/includes\";i:1059808;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception\";i:682;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src\";i:11338;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode\";i:12396;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/true\";i:12396;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut\";i:6000;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler\";i:11418;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer\";i:7697;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser\";i:47401;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node\";i:20546;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception\";i:4415;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension\";i:32044;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath\";i:44625;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector\";i:120086;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony\";i:120086;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property\";i:4795;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule\";i:6555;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css\";i:13274;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src\";i:20598;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles\";i:20598;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen\";i:20598;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/data\";i:215352;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient\";i:25810;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TestHelpers\";i:4463;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing\";i:11617;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util\";i:34665;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity\";i:12869;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing\";i:49131;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax\";i:20438;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal\";i:19130;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements\";i:6783;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections\";i:15037;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Forwarding\";i:4286;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting\";i:7707;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury\";i:52234;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Checkout\";i:14052;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Apps\";i:4326;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Sigma\";i:2861;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing\";i:11496;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal\";i:1595;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury\";i:11615;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers\";i:31470;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing\";i:6224;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity\";i:8070;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing\";i:22500;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax\";i:8673;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal\";i:13406;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements\";i:4395;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections\";i:8344;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding\";i:2365;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting\";i:4105;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury\";i:22046;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout\";i:3787;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps\";i:2745;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma\";i:1982;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate\";i:6851;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar\";i:8206;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal\";i:4089;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service\";i:387297;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate\";i:11692;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar\";i:13272;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal\";i:8500;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth\";i:2743;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception\";i:15622;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations\";i:15889;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib\";i:1372195;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php\";i:1607543;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe\";i:1607543;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite/vendor_prefixed\";i:1760623;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wpforms-lite\";i:28335026;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/languages\";i:782872;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/templates/connect\";i:4437;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/templates/plugin-info\";i:6653;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/templates/partials\";i:5007;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/templates/account/partials\";i:50868;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/templates/account\";i:66162;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/templates/js\";i:25512;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/templates/forms/deactivation\";i:28068;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/templates/forms\";i:171409;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/templates/debug\";i:14061;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/templates\";i:520726;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/assets/img\";i:45279;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/assets/css/admin\";i:54377;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/assets/css\";i:57225;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/assets/js\";i:5241;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/assets\";i:107832;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/includes/sdk/Exceptions\";i:3037;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/includes/sdk\";i:50808;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/includes/entities\";i:48277;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/includes/supplements\";i:3710;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/includes/customizer\";i:7941;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/includes/managers\";i:185313;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/includes/debug\";i:3094;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius/includes\";i:1634092;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/freemius\";i:3130782;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/.tx\";i:228;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/languages\";i:450460;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/templates/emails\";i:15094;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/templates\";i:15094;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/assets/images\";i:2532149;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/assets/src\";i:198822;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/assets/css\";i:13519;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/assets/js\";i:29958;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/assets\";i:2851885;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/theme\";i:8083;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/includes/activity-report-email\";i:16266;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/includes\";i:19757;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected/admin\";i:98256;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/password-protected\";i:6653465;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/images/plans\";i:10938;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/images/apps\";i:13814;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/images/rss\";i:31336;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/images/odyssey-upgrade\";i:406625;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/images/recommendations\";i:10950591;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/images/products\";i:820493;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/images\";i:13346367;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/json-endpoints/jetpack\";i:223497;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/json-endpoints\";i:923207;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/seo-tools\";i:26875;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/videopress/css\";i:5713;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/videopress/js\";i:35358;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/videopress\";i:158770;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/carousel\";i:377069;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css\";i:23640;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js\";i:142732;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors\";i:95887;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/custom-css/custom-css\";i:264267;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/custom-css/csstidy\";i:169603;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/custom-css\";i:476504;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law\";i:17370;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl\";i:1309;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/goodreads/css\";i:2553;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/goodreads\";i:2553;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/instagram\";i:968;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/social-icons\";i:7282;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/milestone\";i:29111;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/image-widget\";i:210;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/flickr\";i:4236;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/migrate-to-core\";i:14295;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl\";i:262;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/gallery/css\";i:981;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/gallery/js\";i:6887;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/gallery/templates\";i:3558;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/gallery\";i:11426;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/top-posts\";i:1696;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/my-community\";i:655;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget\";i:32941;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/authors\";i:432;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/facebook-likebox\";i:48;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/simple-payments\";i:28333;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/contact-info\";i:1786;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/social-media-icons\";i:1221;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/google-translate\";i:846;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets/internet-defense-league\";i:66410;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widgets\";i:531855;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes\";i:37066;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/infinite-scroll\";i:141719;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/cloudflare-analytics\";i:702;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/comment-likes\";i:2001;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/woocommerce-analytics/classes\";i:53228;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/woocommerce-analytics\";i:57457;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/wordads/php/networks\";i:77;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/wordads/php\";i:42783;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/wordads/css\";i:1508;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/wordads/js\";i:12427;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/wordads\";i:83667;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/gravatar\";i:47;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/theme-tools/social-menu\";i:78647;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/theme-tools/content-options\";i:52008;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc\";i:18442;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo/js\";i:768;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo\";i:19210;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/theme-tools/js\";i:210;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/theme-tools/compat\";i:127874;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos\";i:2342;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/theme-tools\";i:329540;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/site-icon\";i:1415;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/likes\";i:50929;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/comments/subscription-modal-on-comment\";i:12688;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/comments\";i:63591;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/verification-tools\";i:4812;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/tiled-gallery/math\";i:3311;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl\";i:2456;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials\";i:3908;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates\";i:7605;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery\";i:53942;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/tiled-gallery\";i:68057;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/markdown\";i:30530;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/wpcom-tos\";i:928;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/sitemaps\";i:142452;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/photon-cdn\";i:27613;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/masterbar/inline-help\";i:5308;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/masterbar/admin-color-schemes\";i:3116;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/masterbar/profile-edit\";i:7343;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/masterbar/wp-posts-list\";i:5622;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu\";i:99995;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/css\";i:262;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/js\";i:1207;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css\";i:8809;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/masterbar/nudges\";i:11011;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/masterbar/masterbar\";i:26013;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/masterbar\";i:158408;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/scan\";i:15223;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/memberships\";i:30033;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/post-by-email\";i:12204;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/sharedaddy/images\";i:75254;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/sharedaddy/services\";i:11648;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/sharedaddy\";i:353937;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/subscriptions/subscribe-overlay\";i:10875;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/subscriptions/subscribe-modal\";i:14129;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/subscriptions\";i:73267;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/simple-payments\";i:33029;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/plugin-search\";i:32677;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/google-fonts/current\";i:13938;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/google-fonts\";i:14861;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/related-posts/rtl\";i:4565;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/related-posts\";i:109826;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/stats\";i:18697;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl\";i:2485;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions\";i:28638;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/widget-visibility\";i:73015;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/custom-post-types/css\";i:10649;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/custom-post-types/js\";i:5446;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/custom-post-types\";i:134663;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/shortcodes/img\";i:16144;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/shortcodes/images\";i:8886;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/shortcodes/css\";i:25001;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/shortcodes/js\";i:135066;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/shortcodes\";i:506587;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/geo-location\";i:12611;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules/sso\";i:39196;s:80:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/modules\";i:4530687;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/src\";i:17517;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/css\";i:532009;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/shared/components/ai-model-selector-control\";i:2140;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/shared/components\";i:2140;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/shared/external-media/store\";i:1905;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/shared/external-media/media-service\";i:7965;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/shared/external-media\";i:9870;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/shared/use-plan-type\";i:675;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/shared\";i:14112;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/store/wordpress-com\";i:17971;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/store\";i:17971;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/extended-blocks/core-video\";i:530;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/extended-blocks/core-site-logo/components\";i:926;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/extended-blocks/core-site-logo\";i:6773;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/extended-blocks/premium-content-container\";i:605;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/extended-blocks/videopress-video\";i:1132;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/extended-blocks/core-audio\";i:530;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/extended-blocks/core-cover\";i:530;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/extended-blocks\";i:10100;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/seo\";i:486;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/launchpad-save-modal\";i:2228;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/social-previews\";i:618;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/payments\";i:611;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/publicize\";i:1845;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/likes\";i:1015;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/sharing\";i:1394;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel\";i:601;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens/components/ai-excerpt-control\";i:3338;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens/components\";i:3338;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens/extend/ai-post-excerpt\";i:8963;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens/extend\";i:8963;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens\";i:13700;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/hooks\";i:2881;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/ai-icon\";i:1199;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/store\";i:8448;s:151:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/features/complex-words\";i:6896;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/features/long-sentences\";i:1277;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/features/unconfident-words\";i:1170;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/features\";i:14035;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/utils\";i:4238;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/highlight\";i:11945;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve\";i:41459;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/ai-image/hooks\";i:6165;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/ai-image/components\";i:11151;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/ai-image\";i:36026;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/modal\";i:1576;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/feedback\";i:3302;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/title-optimization\";i:7097;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/usage-bar\";i:3739;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/usage-panel/stories\";i:634;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/usage-panel\";i:8048;s:150:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/ai-assistant-plugin-sidebar\";i:9323;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components\";i:111769;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin\";i:116125;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/plugins\";i:138623;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/videopress/video-chapters/utils\";i:3835;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/videopress/video-chapters\";i:3835;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/videopress\";i:4867;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/google-calendar\";i:2193;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/sharing-buttons\";i:969;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/donations\";i:7647;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/pinterest\";i:9039;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/mailchimp\";i:8106;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/repeat-visitor\";i:1520;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/blog-stats\";i:3833;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/paywall\";i:1484;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/instagram-gallery\";i:4542;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/calendly\";i:8263;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-image\";i:1275;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/recurring-payments\";i:383;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/goodreads\";i:1160;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/recipe\";i:3633;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/wordads\";i:3669;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/business-hours\";i:4017;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates\";i:6934;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/podcast-player\";i:15773;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/google-docs-embed\";i:4403;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/payments-intro\";i:495;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/voice-to-content/hooks/use-transcription-creator\";i:3107;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/voice-to-content/hooks/use-transcription-inserter\";i:3221;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/voice-to-content/hooks\";i:6328;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/voice-to-content/components\";i:6564;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/voice-to-content\";i:22002;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/eventbrite\";i:7948;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/like\";i:5967;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/gif\";i:2285;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/tiled-gallery\";i:5388;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/markdown\";i:437;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/top-posts\";i:3736;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-paragraph\";i:1295;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/buttons\";i:947;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/subscriber-view\";i:1706;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/logged-out-view\";i:2031;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/login-button\";i:3041;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service\";i:51069;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc\";i:58674;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/premium-content\";i:71089;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/map\";i:7384;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/image-compare\";i:2289;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/nextdoor\";i:1545;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/opentable\";i:6415;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/story\";i:15654;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/subscriber-login\";i:6831;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button\";i:1007;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/send-a-message\";i:1970;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/sharing-button/components\";i:57611;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/sharing-button\";i:107554;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/button\";i:9308;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/subscriptions\";i:59363;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/simple-payments\";i:2981;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/cookie-consent\";i:4095;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/contact-info\";i:4820;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/payment-buttons\";i:1634;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/related-posts\";i:1703;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/slideshow\";i:7046;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/blogging-prompt\";i:1055;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/rating-star\";i:6590;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/contact-form\";i:314;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/blogroll/blogroll-item\";i:5661;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/blogroll\";i:8714;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-ai-feature\";i:1590;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-analytics\";i:649;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-auto-scroll\";i:4623;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-ai-product-page\";i:1108;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-selected-blocks\";i:1119;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-ai-checkout\";i:1933;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks/use-transform-to-assistant\";i:4489;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/hooks\";i:15511;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/supports\";i:885;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/ai-assistant-toolbar-dropdown\";i:13543;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/i18n-dropdown-control\";i:4131;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/message\";i:3716;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/feedback-control\";i:770;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/connect-prompt\";i:999;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/prompt-templates-control\";i:5524;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/improve-dropdown-control\";i:3244;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/tone-dropdown-control\";i:3640;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components/upgrade-prompt\";i:7087;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/components\";i:42654;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form/ui-handler\";i:10350;s:174:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form/components/ai-assistant-toolbar-button\";i:3934;s:163:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form/components/ai-assistant-bar\";i:8503;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form/components\";i:12437;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions/jetpack-contact-form\";i:32110;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions/ai-assistant\";i:6923;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/extensions\";i:39033;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/inline-extensions/jetpack-form\";i:5838;s:162:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/inline-extensions/components/ai-assistant-toolbar-dropdown\";i:5655;s:151:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/inline-extensions/components/ai-assistant-input\";i:5203;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/inline-extensions/components\";i:10858;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/inline-extensions/list\";i:188;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/inline-extensions/list-item\";i:224;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/inline-extensions/heading\";i:710;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/inline-extensions/paragraph\";i:650;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/inline-extensions/lib\";i:1434;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/inline-extensions\";i:43707;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/lib/prompt\";i:10793;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/lib/utils\";i:4225;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/lib/connection\";i:1310;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/lib\";i:16328;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant/transforms\";i:2236;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-assistant\";i:165724;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/ai-chat\";i:3122;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks/tock\";i:1832;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions/blocks\";i:635361;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/extensions\";i:816943;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader\";i:51761;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Formatter\";i:15966;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Util\";i:1389;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Node\";i:22051;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Compiler\";i:2519;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Base\";i:871;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/SourceMap\";i:19512;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Logger\";i:2853;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Block\";i:6209;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Exception\";i:3317;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src\";i:545216;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp/bin\";i:6014;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp\";i:559686;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/scssphp\";i:559686;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench\";i:3460;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src\";i:9749;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick\";i:26294;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/wikimedia\";i:26294;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src\";i:460;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy\";i:331;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection\";i:791;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src\";i:145;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles\";i:145;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src\";i:597;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync\";i:597;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans/src\";i:11902;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans\";i:38116;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/src\";i:156;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup\";i:156;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/automattic\";i:39805;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor/composer\";i:404501;s:79:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/vendor\";i:1083173;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/featured-content\";i:210;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/social-menu\";i:78537;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/compat\";i:2982;s:149:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/responsive-videos\";i:2342;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src\";i:129787;s:149:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/featured-content\";i:242;s:150:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/responsive-videos\";i:1609;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist\";i:1851;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/_inc/lib\";i:29713;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/_inc\";i:29713;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper\";i:186172;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build\";i:7284;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js\";i:2281;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src\";i:35104;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets\";i:83069;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src\";i:33861;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker\";i:59605;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src/endpoints\";i:47858;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src\";i:50352;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import\";i:74998;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks\";i:6554;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/_inc\";i:2116;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis\";i:45720;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/sso\";i:113495;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src\";i:462283;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist\";i:82512;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy\";i:86764;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection\";i:704567;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin/src\";i:61859;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin\";i:89107;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src\";i:3465;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants\";i:31119;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats/src\";i:38056;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats\";i:66072;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics/src\";i:55190;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics\";i:78010;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src\";i:2606;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect\";i:31301;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard\";i:148490;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build\";i:148490;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/initializers\";i:3407;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors\";i:1753;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/test\";i:1691;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer\";i:2879;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/test\";i:1195;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions\";i:3535;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store\";i:10045;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control\";i:6405;s:156:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/test\";i:808;s:151:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle\";i:6390;s:160:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store\";i:2275;s:159:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/test\";i:528;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices\";i:5520;s:151:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/test\";i:900;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice\";i:8862;s:151:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/test\";i:700;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button\";i:5531;s:149:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/test\";i:326;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card\";i:5159;s:149:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard\";i:3204;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components\";i:41071;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions\";i:1882;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss\";i:29561;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard\";i:87884;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src\";i:96861;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools\";i:2822;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads\";i:284560;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src\";i:50948;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status\";i:87947;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-models/src\";i:6163;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-models\";i:27397;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score/src\";i:27258;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score\";i:51684;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib\";i:108201;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat\";i:134877;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images\";i:2557111;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build\";i:3241325;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products\";i:137986;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src\";i:212295;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack\";i:3555166;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src\";i:65405;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection\";i:94587;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection\";i:46358;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/exceptions\";i:1243;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src\";i:204545;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf\";i:240212;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/images\";i:24109;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build\";i:46275;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/images\";i:24109;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src\";i:56076;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm\";i:151812;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src\";i:1863;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles\";i:29147;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src/compatibility\";i:4088;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src\";i:77989;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn\";i:103366;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src\";i:271;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error\";i:26520;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src\";i:4364;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats\";i:30662;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/build\";i:11821;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/src/client\";i:5427;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/src\";i:9025;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat\";i:44039;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src\";i:11418;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config\";i:40502;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src\";i:6234;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo\";i:33956;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src\";i:6809;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui\";i:33684;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/images\";i:70635;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/extensions\";i:81;s:149:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video\";i:194548;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks\";i:194548;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor\";i:207779;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/divi-editor\";i:1800;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/admin\";i:412158;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/lib\";i:18643;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build\";i:711015;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi\";i:5906;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/tus\";i:40888;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src\";i:243269;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress\";i:1049685;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src\";i:40310;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager\";i:62898;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/build\";i:5900;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator\";i:18936;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/auto-conversion-settings\";i:5750;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/js\";i:8845;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/jetpack-social-settings\";i:12452;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src\";i:219354;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize\";i:274582;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore\";i:44744;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules\";i:362671;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/sync-queue\";i:30016;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src\";i:756275;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync\";i:831091;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/src\";i:13997;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/tests/php\";i:16850;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/tests\";i:16850;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list\";i:56107;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src\";i:13669;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks\";i:41991;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src\";i:21743;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing\";i:53322;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/build\";i:36913;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/src\";i:56071;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze\";i:131883;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-status/src\";i:34581;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-status\";i:55869;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/service\";i:10118;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form\";i:6910;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks\";i:6910;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/images\";i:6449;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/css\";i:63338;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/js\";i:86245;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/templates\";i:701;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form\";i:443140;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard\";i:14046;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src\";i:488916;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks\";i:203269;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css\";i:90846;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/js\";i:39509;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form\";i:130355;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/dashboard\";i:261103;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist\";i:594727;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets/images\";i:488685;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets\";i:488685;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms\";i:1621044;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images\";i:374128;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build\";i:660572;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/assets\";i:347455;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/test\";i:3776;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks\";i:362098;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/test\";i:17926;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors\";i:20529;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/test\";i:8503;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers\";i:12888;s:159:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-video-section/images\";i:77169;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-video-section\";i:81075;s:173:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-help-popover\";i:5149;s:180:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-addon-upsell-prompt\";i:7303;s:166:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-meter\";i:2283;s:174:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-usage-details\";i:4610;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space\";i:25209;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Admin\";i:23398;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons\";i:12040;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-promotion\";i:1240;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request/stories\";i:539;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request\";i:2587;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/back-up-now\";i:4236;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/why-i-need-vp-backup\";i:3681;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead\";i:11604;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components\";i:182279;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/actions/test\";i:7458;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/actions\";i:10673;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js\";i:589587;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src\";i:640715;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup\";i:1353476;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip/src\";i:6747;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip\";i:29438;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src\";i:11181;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer\";i:35571;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/contracts\";i:760;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/lib\";i:15769;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src\";i:16529;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core\";i:39879;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg\";i:256728;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search\";i:234050;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard\";i:372994;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build\";i:863772;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg\";i:4854;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css\";i:3775;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js\";i:13173;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets\";i:57038;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search\";i:25083;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search\";i:57074;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes\";i:28862;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls\";i:8307;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer\";i:18011;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers\";i:7136;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard\";i:13067;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src\";i:283410;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility\";i:3663;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search\";i:1212363;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/inline-help\";i:4077;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/admin-color-schemes\";i:7216;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/profile-edit\";i:10211;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/wp-posts-list\";i:4738;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/admin-menu\";i:149116;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/nudges/additional-css\";i:6882;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/nudges\";i:8324;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/masterbar\";i:28248;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src\";i:213514;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/inline-help\";i:3319;s:158:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/nightfall\";i:34225;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/coffee\";i:11942;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/fresh\";i:12069;s:163:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-bright\";i:33856;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sakura\";i:34446;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/ocean\";i:11917;s:156:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/aquatic\";i:34225;s:158:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/ectoplasm\";i:11915;s:157:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/contrast\";i:34169;s:156:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sunrise\";i:11943;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/light\";i:12092;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/modern\";i:11942;s:161:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-blue\";i:34237;s:160:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/powder-snow\";i:34249;s:157:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/midnight\";i:11914;s:153:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/blue\";i:11944;s:161:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-dark\";i:34212;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sunset\";i:34226;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors\";i:415523;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes\";i:415523;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/wp-posts-list\";i:1113;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-menu\";i:25053;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/nudges/additional-css\";i:1228;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/nudges\";i:1228;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/masterbar\";i:14826;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist\";i:461062;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar\";i:698935;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor/automattic\";i:13922272;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/jetpack_vendor\";i:13926681;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/views/admin\";i:5162;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/views\";i:5162;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/3rd-party/debug-bar\";i:7110;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/3rd-party\";i:70115;s:76:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/sal\";i:134491;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/genericons/genericons/rtl\";i:28350;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/genericons/genericons\";i:192146;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/genericons\";i:222446;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/social-logos\";i:56800;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/videopress/js\";i:16321;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/videopress\";i:16321;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/carousel\";i:125063;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js\";i:2457;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css\";i:2457;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/custom-css\";i:2457;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law\";i:2391;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/widgets/social-icons\";i:2421;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/widgets/milestone\";i:1268;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js\";i:2783;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/widgets/gallery\";i:2783;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/widgets/simple-payments\";i:8611;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/widgets/contact-info\";i:903;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/widgets/google-translate\";i:880;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/widgets\";i:22379;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/images\";i:1070969;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/infinite-scroll\";i:13232;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/comment-likes\";i:637;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/wordads/js\";i:5757;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/wordads\";i:5757;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/theme-tools/responsive-videos\";i:1609;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/theme-tools\";i:1609;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/likes\";i:8800;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery\";i:3119;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/tiled-gallery\";i:3119;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/nightfall\";i:34207;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/coffee\";i:11935;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/fresh\";i:12062;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-bright\";i:33832;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sakura\";i:34424;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ocean\";i:11907;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/aquatic\";i:34206;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ectoplasm\";i:11907;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/contrast\";i:34145;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunrise\";i:11935;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/light\";i:12085;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/modern\";i:11935;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-blue\";i:34216;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/powder-snow\";i:34228;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/midnight\";i:11907;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/blue\";i:11935;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-dark\";i:34193;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunset\";i:34206;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors\";i:415265;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes\";i:415265;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-menu\";i:2781;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js\";i:746;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css\";i:746;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/nudges\";i:746;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar/masterbar\";i:4518;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/masterbar\";i:423310;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/scan\";i:747;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/sharedaddy\";i:16550;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/related-posts\";i:6190;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor\";i:37414;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions\";i:4952;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/widget-visibility\";i:42366;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js\";i:3472;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/custom-post-types\";i:3472;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js\";i:51206;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build/shortcodes\";i:51206;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/build\";i:3728051;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/fonts/automatticons\";i:49737;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/fonts\";i:49737;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/google-calendar\";i:3761;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/sharing-buttons\";i:7740;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/donations\";i:31751;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/pinterest\";i:1645;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/mailchimp\";i:14404;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor\";i:4853;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/images\";i:1839468;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/blog-stats\";i:1357;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/paywall\";i:2522;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery\";i:8824;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/calendly\";i:4244;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/ai-image\";i:1342;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/recurring-payments\";i:9165;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/goodreads\";i:7285;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/recipe\";i:8647;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/wordads\";i:1311;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/business-hours\";i:6332;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/podcast-player\";i:111334;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/google-docs-embed\";i:11512;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/payments-intro\";i:1639;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/voice-to-content\";i:1083;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/eventbrite\";i:5258;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/like\";i:1327;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/editor-assets\";i:801961;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/gif\";i:4025;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery\";i:43018;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/markdown\";i:1386;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/top-posts\";i:7203;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/ai-paragraph\";i:1486;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/premium-content\";i:5474;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/map\";i:16642;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/image-compare\";i:20456;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/nextdoor\";i:3363;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/opentable\";i:7820;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/story\";i:96524;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/subscriber-login\";i:1905;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/send-a-message\";i:10898;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/sharing-button\";i:8031;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/button\";i:1383;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/subscriptions\";i:25905;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/simple-payments\";i:3250;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/cookie-consent\";i:7665;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/contact-info\";i:3288;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/payment-buttons\";i:3900;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/related-posts\";i:2192;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/slideshow\";i:42506;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/blogging-prompt\";i:7745;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/rating-star\";i:5411;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/blogroll\";i:14159;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/ai-assistant\";i:2208;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/ai-chat\";i:39012;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks/tock\";i:2636;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/blocks\";i:12035843;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/lib/debugger\";i:74529;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/lib/admin-pages\";i:84843;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/lib/markdown\";i:105402;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields\";i:15155;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints\";i:188416;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/lib/core-api\";i:294473;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc/lib\";i:998256;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack/_inc\";i:17129276;s:72:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/jetpack\";i:53944736;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/OMAPI/Shortcodes\";i:6116;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/OMAPI/Elementor\";i:19566;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/OMAPI/WPForms\";i:3670;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/OMAPI/MemberPress\";i:17124;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/OMAPI/WooCommerce\";i:21534;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/OMAPI/Rules\";i:4119;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/OMAPI/EasyDigitalDownloads\";i:16193;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/OMAPI/Integrations\";i:1819;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/OMAPI/Promos\";i:8809;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/OMAPI/Plugins\";i:6131;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/OMAPI\";i:505812;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/vue/dist/img\";i:3977443;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/vue/dist/fonts\";i:84156;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/vue/dist/css\";i:414516;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/vue/dist/js\";i:169611;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/vue/dist\";i:18865214;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/vue\";i:18865214;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/images/icons\";i:4117;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/images/metabox\";i:28882;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/images/about\";i:202253;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/images/memberpress\";i:43308;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/images\";i:317073;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/fonts\";i:3573125;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/dist/css\";i:29728;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/dist/js\";i:92056;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/dist\";i:134865;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/css/images/icons\";i:29112;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/css/images\";i:1094281;s:88:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/css\";i:1125280;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/js/Utils\";i:3105;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/js/Elementor\";i:6428;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets/js\";i:41253;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/assets\";i:5191596;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster/views\";i:96805;s:77:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/optinmonster\";i:24767043;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi\";i:8707;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/inc/alt-experience\";i:24035;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades\";i:5316;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/inc\";i:83472;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/build/3.14.7/images\";i:1653;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/build/3.14.7\";i:3226459;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/build\";i:3226459;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/languages\";i:9892;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/docs/en\";i:6555;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/docs\";i:6555;s:153:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish\";i:3871;s:161:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal\";i:2978;s:153:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish\";i:3028;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French\";i:3716;s:153:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English\";i:19173;s:156:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese\";i:7749;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules\";i:46331;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector\";i:65721;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector\";i:9896;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common\";i:9896;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine\";i:75617;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib\";i:75617;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector\";i:85821;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine\";i:85821;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src\";i:58303;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers\";i:60179;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp\";i:60179;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options/includes\";i:2645;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options\";i:4378;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-upgrade-handler/includes\";i:3151;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-upgrade-handler\";i:5673;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes\";i:24703;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers\";i:25642;s:117:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/collection\";i:17767;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager/includes\";i:8542;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager\";i:8974;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes\";i:16175;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler\";i:51250;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent/includes\";i:3938;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent\";i:8000;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces\";i:725;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src\";i:46470;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder\";i:53839;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge\";i:175523;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar/url\";i:7690;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar\";i:7690;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer/src\";i:11053;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer\";i:22020;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli\";i:22020;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes\";i:16486;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso\";i:17810;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/includes\";i:3749;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker\";i:4544;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers\";i:29863;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi\";i:14075;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data\";i:9958;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks\";i:10389;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services\";i:22732;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Models\";i:381;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes\";i:88456;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer\";i:89104;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-atomic\";i:2970;s:149:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners\";i:5747;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes\";i:7820;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation\";i:8082;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/scripts\";i:0;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/includes\";i:2697;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime\";i:3604;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/staging\";i:16143;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/productionSite\";i:1929;s:151:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components/stagingSite\";i:5500;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/components\";i:23572;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes\";i:26558;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/lib\";i:11883;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging\";i:62259;s:151:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11/images\";i:1720753;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/2.3.11\";i:3337547;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build\";i:3337547;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/languages\";i:159099;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes\";i:32769;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi\";i:86088;s:159:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache/Templates\";i:277;s:149:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache\";i:978;s:149:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services\";i:21998;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Models\";i:2007;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility\";i:21177;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes\";i:151067;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding\";i:3650200;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets/css\";i:659;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets/js\";i:4010;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets\";i:4669;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes\";i:14241;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords\";i:30234;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes\";i:2046;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context\";i:3013;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues\";i:3727;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue\";i:6698;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/API\";i:8072;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Data/Static\";i:73106;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Data\";i:73106;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners\";i:45636;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers\";i:11434;s:156:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests\";i:3647;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks\";i:6019;s:153:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification\";i:9149;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes\";i:189074;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades\";i:775;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data\";i:193539;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/languages\";i:29777;s:160:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Upgrades\";i:596;s:151:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows\";i:10057;s:164:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache/Templates\";i:277;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache\";i:983;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services\";i:73213;s:159:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/assets/images\";i:361901;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/assets\";i:361901;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes\";i:17934;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes\";i:545409;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data\";i:575186;s:137:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/scripts\";i:0;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/build\";i:135;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/RestApi\";i:4776;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services\";i:12081;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors\";i:1555;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes\";i:19215;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook\";i:20401;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/static/js\";i:2483;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/static\";i:2483;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes\";i:26378;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features\";i:28861;s:169:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notifications\";i:6795;s:168:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notification\";i:4505;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components\";i:11300;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js\";i:22923;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets\";i:22923;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes\";i:29750;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications\";i:54318;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/build\";i:392201;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/Data\";i:2227;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes\";i:17582;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center\";i:410257;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/clearCache\";i:1112;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/performance\";i:4217;s:157:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components/cacheSettings\";i:3332;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/components\";i:8661;s:150:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Concerns\";i:340;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/CacheTypes\";i:23087;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes\";i:50451;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance\";i:59398;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/static\";i:14726;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/includes\";i:3237;s:131:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb\";i:18494;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/css\";i:6064;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/js\";i:14232;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static\";i:20296;s:149:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Events\";i:2166;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes\";i:8596;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation\";i:29159;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Utils\";i:8188;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/RestApi\";i:7196;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/SiteGen\";i:22086;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes\";i:44047;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai\";i:45003;s:159:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceList\";i:2848;s:159:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceLite\";i:4832;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplace\";i:6007;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage\";i:5987;s:161:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSubnav\";i:749;s:164:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading\";i:3253;s:159:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceItem\";i:6578;s:163:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSkeleton\";i:1218;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components\";i:31962;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/img\";i:9833;s:152:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/css\";i:2570;s:151:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/js\";i:8524;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets\";i:20927;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes\";i:40412;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace\";i:72922;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/scripts\";i:1059;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/build\";i:213;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/languages\";i:193193;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi\";i:8744;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data\";i:8935;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials\";i:10293;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes\";i:68263;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce\";i:268983;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.1\";i:42237;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build\";i:42237;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Data\";i:1811;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners\";i:2913;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin\";i:3345;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Models\";i:2022;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes\";i:9239;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey\";i:52281;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/static/js\";i:2343;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/static\";i:2343;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build/1.2.5\";i:5319;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build\";i:5319;s:150:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/template\";i:6081;s:145:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/API\";i:3262;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes\";i:27532;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/upgrades\";i:788;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon\";i:38079;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/scripts\";i:0;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/build\";i:118;s:140:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates\";i:25677;s:147:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/RestApi\";i:1379;s:149:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Listeners\";i:1073;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services\";i:5530;s:139:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes\";i:16632;s:130:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration\";i:43811;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes\";i:11643;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container\";i:11643;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes\";i:8184;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader\";i:8316;s:156:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/slider\";i:1483;s:157:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/borders\";i:139;s:157:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/shadows\";i:516;s:158:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/dividers\";i:4195;s:157:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/buttons\";i:5901;s:157:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/spacing\";i:8483;s:160:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/animations\";i:6718;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/mask\";i:274;s:161:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/backgrounds\";i:2686;s:156:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/colors\";i:11018;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/form\";i:972;s:160:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/typography\";i:4435;s:159:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/container\";i:2481;s:161:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/woocommerce\";i:2204;s:156:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/radius\";i:2146;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/blog\";i:1294;s:155:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts/lists\";i:470;s:149:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities/parts\";i:60249;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/css-utilities\";i:60967;s:148:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.3.0/blocks\";i:435;s:141:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.3.0\";i:213600;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build\";i:213600;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/scripts\";i:5460;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/build\";i:58214;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/styles\";i:70256;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets\";i:133930;s:144:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Admin\";i:2253;s:143:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Data\";i:1392;s:146:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library\";i:19163;s:154:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers\";i:10294;s:142:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api\";i:15453;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes\";i:50572;s:129:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns\";i:459919;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs\";i:6262390;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Source\";i:1936;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Cache\";i:7050;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Loader\";i:16516;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Logger\";i:8751;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache/Exception\";i:5036;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src/Mustache\";i:136927;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/src\";i:136927;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/bin\";i:5435;s:127:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/vendor/spec\";i:0;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache/vendor\";i:0;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache/mustache\";i:146380;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/mustache\";i:146380;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer\";i:264892;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/vendor\";i:7025666;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/assets/images\";i:142867;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/assets/svg\";i:67080;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/assets/styles\";i:5622;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin/assets\";i:215569;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/bluehost-wordpress-plugin\";i:10590487;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/images/support\";i:44545;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/images/academy\";i:124283;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/images\";i:677769;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/inc/options\";i:140851;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/inc/sitemaps\";i:105750;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/inc/exceptions\";i:402;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/inc\";i:551548;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/packages/js/images\";i:207631;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/packages/js\";i:207631;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/packages\";i:207631;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface\";i:4362;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/content-type-visibility/application\";i:10556;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/content-type-visibility\";i:14918;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/loggers\";i:1071;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/user-meta/user-interface\";i:6459;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/user-meta/infrastructure\";i:1332;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/user-meta/application\";i:5964;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/user-meta/domain\";i:908;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods\";i:7164;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta\";i:5645;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/user-meta/framework\";i:12809;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/user-meta\";i:27472;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/wordpress\";i:1474;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/application/seo\";i:2637;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/application/site\";i:1530;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/application/integrations\";i:1067;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/application/analysis-features\";i:1600;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/application\";i:6834;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/domain/seo\";i:7196;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/domain/integrations\";i:878;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features\";i:3446;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/domain\";i:11520;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms\";i:8577;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts\";i:11917;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/framework/seo\";i:22610;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/framework/site\";i:12914;s:113:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/framework/integrations\";i:10188;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors/framework\";i:55419;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/editors\";i:73773;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/surfaces/values\";i:12180;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/surfaces\";i:37245;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/analytics/user-interface\";i:1602;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/analytics/application\";i:6565;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/analytics/domain\";i:4482;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/analytics\";i:12649;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/helpers/twitter\";i:1226;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/helpers/schema\";i:14200;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/helpers/open-graph\";i:5731;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/helpers\";i:194411;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/routes\";i:61714;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/generators/schema\";i:45715;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/generators\";i:87079;s:121:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface\";i:2264;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/user-profiles-additions\";i:2264;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/builders\";i:96953;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/config/migrations\";i:36131;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/config\";i:78083;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/wrappers\";i:3076;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/memoizers\";i:7573;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/initializers\";i:13794;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/models\";i:9035;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/promotions/application\";i:2243;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/promotions/domain\";i:3438;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/promotions\";i:5681;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster\";i:2983;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/presenters/twitter\";i:6011;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph\";i:14736;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/presenters/admin\";i:44935;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/presenters/debug\";i:2463;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/presenters/slack\";i:2190;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/presenters\";i:101703;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend\";i:10987;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers\";i:2609;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated/src/config\";i:4083;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated/src/introductions/application\";i:2792;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated/src/introductions\";i:2792;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party\";i:1756;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals\";i:1756;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin\";i:2817;s:122:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party\";i:11024;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations\";i:13841;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated/src\";i:25081;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated/admin\";i:1366;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/deprecated\";i:37472;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens\";i:1343;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth\";i:2079;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation\";i:948;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/exceptions/importing\";i:427;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable\";i:6494;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/exceptions\";i:11823;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/introductions/user-interface\";i:12585;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/introductions/infrastructure\";i:5426;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/introductions/application\";i:7916;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/introductions/domain\";i:3269;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/introductions\";i:30990;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/conditionals/traits\";i:475;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/conditionals/admin\";i:6351;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party\";i:5942;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/conditionals\";i:39914;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/actions/indexing\";i:38010;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/actions/addon-installation\";i:6340;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/actions/indexables\";i:3855;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/actions/semrush\";i:4616;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo\";i:66904;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/actions/importing\";i:79845;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/actions/wincher\";i:13656;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/actions/configuration\";i:8807;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/actions\";i:161901;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/presentations\";i:53362;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/values/oauth\";i:3219;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/values/robots\";i:4147;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/values/twitter\";i:976;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/values/indexables\";i:1414;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/values/open-graph\";i:1178;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/values\";i:13766;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/generated/assets\";i:19485;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/generated\";i:559810;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/integrations/alerts\";i:3216;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/integrations/watchers\";i:111843;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/integrations/blocks\";i:19638;s:120:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation\";i:9582;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/integrations/admin\";i:157749;s:107:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/integrations/third-party\";i:63151;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/integrations/front-end\";i:69315;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/integrations\";i:507926;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/services/indexables\";i:2336;s:104:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/services/health-check\";i:31378;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo\";i:11468;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/services/importing\";i:17273;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/services\";i:50987;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/context\";i:19708;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/repositories\";i:54088;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src/commands\";i:15867;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/src\";i:2397206;s:87:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/css/dist\";i:719267;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/css\";i:723438;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/js/dist/languages\";i:2002063;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/js/dist/externals\";i:2094701;s:86:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/js/dist\";i:6215199;s:81:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/js\";i:6215199;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor/composer\";i:331669;s:109:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages\";i:8218;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions\";i:2163;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Facades\";i:1689;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces\";i:1939;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs\";i:180;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Presenters\";i:2621;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src\";i:37088;s:96:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor/yoast/whip\";i:42683;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor/yoast\";i:42683;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor\";i:374530;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs\";i:559;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks\";i:559;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq\";i:958;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to\";i:1551;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/blocks/structured-data-blocks\";i:2509;s:85:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/blocks\";i:3068;s:99:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/import/plugins\";i:60086;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/import\";i:68080;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/listeners\";i:304;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/filters\";i:9206;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/ajax\";i:7095;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/formatter\";i:13704;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/taxonomy\";i:40658;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/statistics\";i:7972;s:92:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/metabox\";i:66774;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/watchers\";i:7699;s:97:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/capabilities\";i:15810;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/endpoints\";i:3887;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/notifiers\";i:3612;s:89:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/menu\";i:26557;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/views/form\";i:1101;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network\";i:11917;s:100:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool\";i:7554;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard\";i:1719;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/views/tabs\";i:21190;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/views\";i:103607;s:95:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/exceptions\";i:1090;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/roles\";i:6680;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/tracking\";i:24854;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/google_search_console/views\";i:3369;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/google_search_console\";i:3811;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/services\";i:2475;s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin/pages\";i:5421;s:84:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/admin\";i:791471;s:103:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/lib/dependency-injection\";i:2127;s:93:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/lib/migrations\";i:42193;s:82:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/lib\";i:140949;s:134:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider\";i:3990;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool\";i:15110;s:138:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception\";i:1211;s:128:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider\";i:36498;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token\";i:8698;s:135:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception\";i:804;s:125:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant\";i:10346;s:119:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src\";i:74642;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client\";i:74642;s:101:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league\";i:74642;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts\";i:1008;s:132:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument\";i:907;s:136:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag\";i:18515;s:133:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception\";i:7089;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection\";i:50999;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony\";i:52007;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log\";i:12052;s:106:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr\";i:12052;s:102:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log\";i:12052;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src\";i:48512;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message\";i:48512;s:115:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src\";i:5187;s:111:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory\";i:5187;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src\";i:1680;s:108:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container\";i:1680;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src\";i:2245;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client\";i:2245;s:98:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr\";i:69676;s:118:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src\";i:48748;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises\";i:48748;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler\";i:71064;s:123:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie\";i:31917;s:126:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception\";i:9175;s:116:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src\";i:229024;s:112:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle\";i:229024;s:124:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception\";i:261;s:114:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src\";i:207564;s:110:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7\";i:207564;s:105:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp\";i:485336;s:94:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo/vendor_prefixed\";i:681661;s:78:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-seo\";i:12840336;s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-importer/parsers\";i:28272;s:83:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins/wordpress-importer\";i:89411;s:64:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/plugins\";i:216888343;s:93:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/js/widgets\";i:139432;s:85:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/js\";i:1996678;s:88:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/maint\";i:7611;s:91:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/includes\";i:3089012;s:99:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/css/colors/ocean\";i:79467;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/css/colors/midnight\";i:84671;s:99:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/css/colors/light\";i:83275;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/css/colors/blue\";i:82449;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/css/colors/modern\";i:83520;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/css/colors/coffee\";i:80361;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/css/colors/sunrise\";i:86121;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/css/colors/ectoplasm\";i:83892;s:93:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/css/colors\";i:689979;s:86:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/css\";i:2623520;s:89:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/images\";i:427294;s:90:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/network\";i:126233;s:87:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin/user\";i:3758;s:82:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-admin\";i:9217669;s:96:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/.well-known/local-http\";i:203;s:85:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/.well-known\";i:203;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/wp-file-download/category-watermark\";i:161;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/wp-file-download/logs\";i:161;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/wp-file-download/previews\";i:161;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/wp-file-download/thumbnails\";i:161;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/wp-file-download/renderer\";i:29533;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/wp-file-download/icons/svg\";i:27512;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/wp-file-download/icons/png\";i:14959;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/wp-file-download/icons\";i:42471;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/wp-file-download\";i:72648;s:92:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/upgrade\";i:0;s:99:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/mu-plugins-iwp\";i:49843;s:93:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/et-cache\";i:0;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/jetpack-waf/rules\";i:178;s:96:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/jetpack-waf\";i:852;s:84:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content\";i:123371;s:90:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/pomo\";i:57146;s:91:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/fonts\";i:327011;s:89:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/IXR\";i:33910;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/theme-compat\";i:15656;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/rest-api/search\";i:16916;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/rest-api/fields\";i:22750;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/rest-api/endpoints\";i:870211;s:94:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/rest-api\";i:1001440;s:95:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/PHPMailer\";i:233633;s:96:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/php-compat\";i:1253;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/block-patterns\";i:8951;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/certificates\";i:226307;s:95:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/customize\";i:178173;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sitemaps/providers\";i:17599;s:94:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sitemaps\";i:47547;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/jquery/ui\";i:787634;s:95:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/jquery\";i:1304968;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/imgareaselect\";i:49553;s:99:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/codemirror\";i:1287141;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/thickbox\";i:31323;s:93:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/crop\";i:20004;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/plupload\";i:490754;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/swfupload\";i:8715;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wordpress\";i:50553;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wplink\";i:26786;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/link\";i:32949;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/image\";i:55874;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37709;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/media\";i:57914;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/plugins\";i:607194;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/langs\";i:15529;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/themes/modern\";i:446221;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/themes\";i:898863;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/utils\";i:18826;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/skins/wordpress/images\";i:16653;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/skins/wordpress\";i:25413;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce/skins\";i:235667;s:96:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/tinymce\";i:2856553;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/mediaelement/renderers\";i:18880;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/mediaelement\";i:721307;s:94:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/jcrop\";i:24976;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/vendor\";i:2701413;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/script-modules/interactivity\";i:312802;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/query\";i:6276;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/search\";i:5460;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/navigation\";i:11881;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/file\";i:3826;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/image\";i:22849;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/form\";i:2559;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library\";i:52851;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/script-modules/interactivity-router\";i:21116;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/script-modules/a11y\";i:5613;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/script-modules\";i:392382;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist/development\";i:179848;s:93:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js/dist\";i:22295514;s:88:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/js\";i:31513410;s:94:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/html-api\";i:536362;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/latest-posts\";i:11447;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/comment-author-name\";i:1677;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/page-list\";i:8293;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/comment-reply-link\";i:1447;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/query\";i:12952;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/query-total\";i:1520;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/list-item\";i:1471;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/site-title\";i:3051;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/post-navigation-link\";i:4010;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/text-columns\";i:3054;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/heading\";i:5866;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/comments-pagination-previous\";i:1023;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/buttons\";i:11544;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/block\";i:587;s:99:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/search\";i:19632;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/page-list-item\";i:1109;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/social-link\";i:3510;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/post-author-biography\";i:1507;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/tag-cloud\";i:4274;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/preformatted\";i:1907;s:99:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/column\";i:1636;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/site-logo\";i:15709;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/post-date\";i:1665;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/comments\";i:29695;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/archives\";i:2233;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/query-title\";i:1721;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/footnotes\";i:2642;s:99:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/spacer\";i:4737;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/freeform\";i:41624;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/embed\";i:11420;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/navigation\";i:131175;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/site-tagline\";i:2149;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/categories\";i:4020;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/quote\";i:7166;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/home-link\";i:1130;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/comment-content\";i:1838;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/more\";i:3770;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/shortcode\";i:2918;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/post-comments-form\";i:10059;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/comment-date\";i:1562;s:96:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/rss\";i:4900;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/pattern\";i:411;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/code\";i:2828;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/comments-pagination-next\";i:1011;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/list\";i:2338;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/post-excerpt\";i:3285;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/post-title\";i:2849;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/post-template\";i:7967;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/comment-edit-link\";i:1654;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/term-description\";i:2070;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/query-pagination\";i:5775;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/post-terms\";i:1981;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/post-content\";i:1778;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/query-pagination-previous\";i:1051;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/read-more\";i:2428;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/group\";i:8051;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/loginout\";i:1474;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/navigation-link\";i:10406;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/columns\";i:9193;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/file\";i:11820;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/query-no-results\";i:901;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/separator\";i:5126;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/comment-template\";i:3037;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/image\";i:66363;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/post-author\";i:3959;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/widget-group\";i:400;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/post-featured-image\";i:29843;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/missing\";i:617;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/audio\";i:3675;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/navigation-submenu\";i:6204;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/latest-comments\";i:6816;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/details\";i:2260;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/query-pagination-numbers\";i:1942;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/calendar\";i:3804;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/verse\";i:2144;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/video\";i:8844;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/media-text\";i:16904;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/html\";i:3770;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/comments-title\";i:1745;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/gallery\";i:78452;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/query-pagination-next\";i:1039;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/paragraph\";i:7421;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/comments-pagination\";i:8917;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/nextpage\";i:3039;s:99:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/button\";i:14327;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/pullquote\";i:8859;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/post-author-name\";i:1673;s:99:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/avatar\";i:2296;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/table\";i:27384;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/legacy-widget\";i:556;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/social-links\";i:60255;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/cover\";i:87729;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks/template-part\";i:6686;s:92:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/blocks\";i:1535843;s:89:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/ID3\";i:1160011;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/block-supports\";i:132630;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/lib\";i:99005;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/AES\";i:12651;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:10572;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Curve25519\";i:124336;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Base64\";i:15456;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/AEGIS\";i:14759;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core\";i:499975;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/PHP52\";i:4116;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32\";i:437041;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/src\";i:1268866;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced\";i:2698;s:99:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/sodium_compat\";i:1377044;s:92:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/assets\";i:28376;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/block-editor\";i:620037;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/list-reusable-blocks\";i:17852;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/edit-post\";i:61540;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/edit-site\";i:590018;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/components\";i:366079;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/block-library\";i:804012;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/edit-widgets\";i:90952;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/nux\";i:11874;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/reusable-blocks\";i:2290;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/customize-widgets\";i:25296;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/format-library\";i:5024;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/commands\";i:13442;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/editor\";i:243084;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/widgets\";i:23740;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/preferences\";i:6314;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/block-directory\";i:15464;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist/patterns\";i:7442;s:94:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css/dist\";i:2904460;s:89:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/css\";i:3551277;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Text/Diff/Renderer\";i:5528;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Text/Diff/Engine\";i:31802;s:95:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Text/Diff\";i:44136;s:90:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Text\";i:57248;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Requests/library\";i:261;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Requests/src/Utility\";i:7176;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Requests/src/Transport\";i:35470;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Requests/src/Proxy\";i:4217;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Requests/src/Response\";i:3101;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Requests/src/Cookie\";i:4363;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Requests/src/Exception/Transport\";i:1397;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Requests/src/Exception/Http\";i:16715;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Requests/src/Exception\";i:22464;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Requests/src/Auth\";i:2541;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Requests/src\";i:214849;s:94:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/Requests\";i:215110;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/interactivity-api\";i:57534;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/images/smilies\";i:10082;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/images/crystal\";i:15541;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/images/media\";i:5263;s:92:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/images\";i:102178;s:90:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/l10n\";i:31237;s:98:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/style-engine\";i:48119;s:93:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/widgets\";i:158198;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML\";i:23828;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Decode\";i:23828;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Parse\";i:2419;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Net\";i:2407;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/HTTP\";i:2427;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Cache\";i:15217;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/XML/Declaration\";i:2493;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/XML\";i:2493;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type\";i:2482;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Content\";i:2482;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie\";i:101578;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/library\";i:118803;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/src/Decode/HTML\";i:17241;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/src/Decode\";i:17241;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/src/Parse\";i:26853;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/src/Net\";i:8737;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/src/HTTP\";i:14907;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/src/Cache\";i:68936;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/src/XML/Declaration\";i:9451;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/src/XML\";i:9451;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/src/Content/Type\";i:9290;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/src/Content\";i:9290;s:99:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie/src\";i:716234;s:95:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/SimplePie\";i:839047;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes/block-bindings\";i:3610;s:85:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-includes\";i:50939900;s:73:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html\";i:70224040;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/onboarding/i18n\";i:23359;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/onboarding/images/offer\";i:184821;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/onboarding/images\";i:220011;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/onboarding/build\";i:1685107;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/onboarding\";i:1969986;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/common/scripts\";i:137960;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/common/stories/controls/input\";i:2349;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/common/stories/controls/ripple\";i:180;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/common/stories/controls\";i:21115;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/common/stories/branded-modal\";i:3049;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/common/stories\";i:24164;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/common/i18n\";i:4909;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/common/utils/color\";i:12264;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/common/utils\";i:17736;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/common/images\";i:3401;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/common/constants\";i:1070;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/common\";i:198133;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/cloud/fonts\";i:4828;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/cloud/i18n/library\";i:18455;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/cloud/i18n\";i:43315;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/cloud/images\";i:455;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/cloud/build\";i:1749177;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/cloud\";i:1812305;s:99:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/js\";i:1471692;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/google-fonts/images\";i:131966;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/google-fonts\";i:144106;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/shortcodes/js\";i:17705;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/shortcodes/css\";i:39931;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/shortcodes/images\";i:18431;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/shortcodes\";i:120260;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/js\";i:48721;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/post/type\";i:2723;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/post\";i:2723;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/theme-options-library-local\";i:5865;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/app/store/theme-options-library\";i:14016;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/app/store\";i:14146;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/app/lib\";i:3535;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/app\";i:19590;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library\";i:46169;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/i18n\";i:846;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/css\";i:44500;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/images\";i:92754;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel/build\";i:822770;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/epanel\";i:1439402;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/psd\";i:57197;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/theme-compat\";i:937;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/scripts/ext\";i:409025;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/scripts/stores\";i:58884;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/scripts/utils\";i:20725;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/scripts\";i:968287;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/query\";i:761;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/taxonomy\";i:4144;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/type\";i:4145;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post\";i:9050;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/theme-builder-library-local\";i:15212;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder\";i:301664;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/i18n\";i:55609;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/backports\";i:21913;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts/src\";i:1420;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts\";i:3469;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/block-editor\";i:151543;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/mediaelement-images\";i:28464;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css\";i:284578;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/img\";i:7212;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons/img\";i:5390;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons\";i:6461;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/contextmenu\";i:1824;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/bbcode\";i:2850;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/insertdatetime\";i:2633;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/directionality\";i:857;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/anchor\";i:1446;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/tabfocus\";i:1614;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullscreen\";i:2184;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/template\";i:5191;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullpage\";i:7168;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/print\";i:465;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/toc\";i:2941;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autolink\";i:2127;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/code\";i:1024;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks/css\";i:5473;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks\";i:7164;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample/css\";i:2334;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample\";i:21684;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/advlist\";i:2226;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/lists\";i:26968;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualchars\";i:5321;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/hr\";i:428;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/link\";i:8940;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/charmap\";i:8601;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/noneditable\";i:1540;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/colorpicker\";i:1349;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/searchreplace\";i:7352;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help/img\";i:13208;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help\";i:21387;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/spellchecker\";i:10308;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autoresize\";i:2074;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/image\";i:15852;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wordcount\";i:12035;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/legacyoutput\";i:3402;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/save\";i:1426;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/pagebreak\";i:1436;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textpattern\";i:7405;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wpview\";i:2635;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textcolor\";i:4927;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/preview\";i:2044;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/importcss\";i:3131;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/paste\";i:30837;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/nonbreaking\";i:1012;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/media\";i:16576;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autosave\";i:2856;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/imagetools\";i:32354;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/table\";i:118578;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins\";i:420633;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/langs\";i:151;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/mobile\";i:164139;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/modern\";i:130746;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/inlite\";i:131875;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes\";i:426760;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/fonts\";i:160384;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/img\";i:2856;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray\";i:243046;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins\";i:243046;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/fonts\";i:131989;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/img\";i:2856;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin\";i:211353;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors\";i:1667770;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets\";i:1984942;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/build\";i:9157959;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder\";i:11700695;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/templates\";i:3008;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/post/query\";i:1785;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/post/taxonomy\";i:8231;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/post/type\";i:6606;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/post\";i:19748;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/plugin-compat/scripts\";i:1878;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/plugin-compat/styles\";i:294;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/plugin-compat\";i:147199;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/api/rest\";i:7776;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/api\";i:19028;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/languages\";i:12790345;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/icon-manager\";i:351315;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/ajax-data\";i:12544;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/gutenberg/blocks\";i:31652;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/gutenberg/utils\";i:14266;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/gutenberg\";i:70065;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/global-presets\";i:47070;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/background-masks/pattern\";i:122429;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/background-masks/mask\";i:1901192;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/background-masks\";i:2073244;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/display-conditions\";i:19954;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js\";i:421300;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/css\";i:1529511;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets\";i:1950811;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets\";i:2051420;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/content-retriever/retrievers\";i:3345;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/content-retriever\";i:4301;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/placeholder\";i:4168;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/cart\";i:14160;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/checkout\";i:13532;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/global\";i:7489;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates\";i:35181;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce\";i:39349;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature\";i:4998969;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/images\";i:468352;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/compat\";i:8707;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/styles/images\";i:47225;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/styles\";i:416102;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/attribute/composite/type\";i:1806;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/attribute/composite\";i:2433;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/attribute\";i:2433;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/template/border\";i:3026;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/template\";i:7109;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/display-conditions\";i:62119;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field\";i:311725;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/settings/migration\";i:243030;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/settings\";i:257161;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/helpers/motion\";i:11631;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/helpers\";i:340091;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/type\";i:32305;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/woocommerce\";i:491703;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module\";i:2875449;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/tests/codeception/wpunit\";i:897;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/tests/codeception\";i:897;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/tests\";i:897;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder\";i:36578590;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/module-customizer\";i:14381;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/widgets\";i:30020;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes/functions\";i:25978;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/includes\";i:36657221;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/css/dynamic-assets\";i:194460;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/css/tinymce-skin/fonts\";i:131989;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/css/tinymce-skin/img\";i:2856;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/css/tinymce-skin\";i:211353;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/css\";i:451032;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/components/mu-plugins\";i:4814;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/components/post\";i:15440;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/components/api/social\";i:814;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/components/api/spam\";i:18092;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/components/api/email\";i:187341;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/components/api\";i:236551;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/components/lib\";i:30659;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/components/data\";i:41004;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/components/cache\";i:9175;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/components\";i:766932;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/code-snippets-library-local\";i:6495;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/post/taxonomy\";i:1379;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/post/type\";i:2761;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/post\";i:4140;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app/store/edit\";i:4338;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app/store/code-snippets-library\";i:16206;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app/store\";i:20674;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app/lib\";i:3191;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app\";i:26498;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets\";i:65773;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/json-data\";i:186942;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/i18n\";i:1685;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/epanel\";i:4615;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/modules/social\";i:61869;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/modules/all\";i:575453;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/modules/base\";i:35318;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/modules\";i:672640;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/fontawesome\";i:2946412;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts\";i:3796570;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/js\";i:156636;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/css\";i:86011;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/images/svg\";i:13931;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/images/epanel\";i:22958;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/images\";i:74939;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/admin\";i:4114156;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/build\";i:1392339;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core/item-library-local\";i:11421;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core\";i:6636744;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/images\";i:2434;s:101:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/lang\";i:4959073;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/et-pagebuilder\";i:13215;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/i18n\";i:29945;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/images/animated/ai\";i:369578;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/images/animated\";i:369578;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/images\";i:369578;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/build\";i:2452577;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/ai-app\";i:2869938;s:96:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi\";i:63876018;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/templates\";i:5339;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/parts\";i:440;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab\";i:115804;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi\";i:142896;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-code\";i:106112;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/manrope\";i:53600;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans\";i:2778636;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn\";i:357316;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata\";i:1698956;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office\";i:299520;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/beiruti\";i:176048;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts\";i:5728888;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/css\";i:157;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/images\";i:1945719;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets\";i:7674764;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/blocks\";i:1977;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/typography\";i:38357;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/sections\";i:10657;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/colors\";i:25175;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles\";i:140995;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/patterns\";i:346754;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/twentytwentyfive\";i:8415501;s:91:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes\";i:72291547;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/juupdater/js\";i:11688;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/juupdater\";i:76832;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/queue/assets\";i:5544;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/queue\";i:54330;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/jutranslation/assets/js\";i:42120;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/jutranslation/assets/css\";i:11434;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/jutranslation/assets/images\";i:13869;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/jutranslation/assets\";i:67423;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/jutranslation\";i:96988;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/languages\";i:97479;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada/templates\";i:4877;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada/assets/scss\";i:6050;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada/assets/js\";i:12272;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada/assets/css\";i:8690;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada/assets/images\";i:37398;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada/assets\";i:64410;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/avada\";i:106719;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/acf\";i:2468;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/elementor/assets/scss\";i:9002;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/elementor/assets/js\";i:7526;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/elementor/assets/css\";i:11968;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/elementor/assets/images\";i:87124;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/elementor/assets\";i:115620;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/elementor\";i:137633;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/scripts\";i:87623;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/languages\";i:0;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/fields/WpfdCategoryButton\";i:43414;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/fields/WpfdFile\";i:87708;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/fields\";i:131298;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules/Search\";i:14942;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules/Category\";i:7152;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules/File\";i:7862;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/modules\";i:30125;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes/images\";i:16771;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/includes\";i:179868;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/styles\";i:31185;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi/media\";i:4277;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/divi\";i:1374977;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/params/file\";i:1999;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/params/category\";i:1850;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/params\";i:3849;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/scss\";i:5267;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/js\";i:8841;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/css\";i:6518;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets/images\";i:26507;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery/assets\";i:47133;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes/wpbakery\";i:81638;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/includes\";i:1703435;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/models\";i:309149;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/forms/fields\";i:89318;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/forms/fields_v2\";i:202781;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/forms\";i:391898;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/helpers\";i:60047;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/scss\";i:25176;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/fonts/sidebar/icon_builders\";i:13211;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/fonts/sidebar\";i:37755;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/fonts/wpfd-icons\";i:45240;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/fonts\";i:795412;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/scss/components\";i:147900;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/scss\";i:438792;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/js\";i:898794;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/css\";i:903445;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui/images\";i:68958;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/ui\";i:3108873;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/codemirror\";i:987579;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/js\";i:976950;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/blocks/search\";i:13299;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/blocks/file\";i:35741;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/blocks/category\";i:27172;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/blocks\";i:290261;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/css/ui-lightness/images\";i:27486;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/css/ui-lightness\";i:92313;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/css\";i:861479;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/images/upload\";i:12577;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/images/jao\";i:23623;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/images/types\";i:285367;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets/images\";i:514298;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/assets\";i:6764648;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/composer\";i:44546;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/.github/ISSUE_TEMPLATE\";i:571;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/.github/workflows\";i:6684;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/.github\";i:9799;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/XObject\";i:2819;s:184:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Encoding\";i:65901;s:180:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Font\";i:7210;s:185:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Exception\";i:101;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/Element\";i:28115;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser/RawData\";i:54130;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot/PdfParser\";i:317831;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src/Smalot\";i:317831;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/src\";i:317831;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser/doc\";i:11884;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot/pdfparser\";i:354718;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/smalot\";i:354718;s:181:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony/polyfill-mbstring/Resources/unidata\";i:59463;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony/polyfill-mbstring/Resources\";i:59463;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony/polyfill-mbstring\";i:116518;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser/symfony\";i:116518;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/pdfparser\";i:521223;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/import/parsers\";i:32270;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/import\";i:92495;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/install-wizard/content/done\";i:1047217;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/install-wizard/content\";i:1484422;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes/install-wizard\";i:1502236;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/classes\";i:2289488;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/functions\";i:76287;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/config/tpl\";i:10559;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/config\";i:22794;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/iconsbuilder/tpl/iconssets\";i:35357;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/iconsbuilder/tpl\";i:81918;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/iconsbuilder\";i:92475;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/statistics/tpl\";i:18671;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/statistics\";i:28117;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/files/tpl\";i:20174;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/files\";i:33288;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/file/tpl\";i:3223;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/file\";i:9361;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/category/tpl\";i:43592;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/category\";i:56860;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/wpfd/tpl/menu/submenu\";i:5526;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/wpfd/tpl/menu\";i:34184;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/wpfd/tpl\";i:116712;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/wpfd\";i:126073;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/user/tpl\";i:10218;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views/user\";i:10461;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/views\";i:379429;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin/controllers\";i:533040;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/admin\";i:10883433;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/models\";i:216813;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/helpers\";i:307380;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview/scss\";i:22240;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview/js\";i:80280;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview/css\";i:42978;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-preview\";i:187876;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/templates\";i:227179;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table/scss\";i:17485;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table/js\";i:109001;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table/css\";i:50696;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-table\";i:242822;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default/scss\";i:13675;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default/js\";i:74958;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default/css\";i:41797;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-default\";i:154314;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd/scss\";i:18386;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd/js\";i:76377;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd/css\";i:35618;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-ggd\";i:166213;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree/scss\";i:21856;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree/js\";i:84201;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree/css\";i:59209;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-tree\";i:200543;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/themes\";i:1181082;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons\";i:43579;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/fonts\";i:1190984;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/scss\";i:160267;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/js\";i:1203443;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/icons/svg\";i:213597;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/icons/png\";i:763685;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/icons/svgicons/svgs\";i:333016;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/icons/svgicons\";i:416396;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/icons\";i:1393678;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/css/font\";i:22335;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/css\";i:381812;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/images/theme/small\";i:155706;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/images/theme\";i:601931;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/images/icons\";i:18230;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/images/jao\";i:5574;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets/images\";i:730448;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/assets\";i:5060632;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/classes/packages/zordius/lightncandy/src\";i:193842;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/classes/packages/zordius/lightncandy\";i:249319;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/classes/packages/zordius\";i:249319;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/classes/packages/composer\";i:19317;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/classes/packages\";i:268814;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/classes\";i:271301;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/search/tpl\";i:8243;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/search\";i:20263;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/categories\";i:4400;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/frontviewer/tpl\";i:3877;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/frontviewer\";i:6731;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/files\";i:23299;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/file\";i:5615;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views/category\";i:703;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/views\";i:61011;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site/controllers\";i:132782;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app/site\";i:7344955;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/app\";i:20238993;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/languages\";i:0;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/framework/ju-libraries/WPFramework/v1_0_6/Fields\";i:11826;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/framework/ju-libraries/WPFramework/v1_0_6\";i:47673;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/framework/ju-libraries/WPFramework\";i:47673;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/framework/ju-libraries\";i:47673;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download/framework\";i:49160;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wp-file-download\";i:20585169;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/json-endpoints/jetpack\";i:228328;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/json-endpoints\";i:940259;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src\";i:9749;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench\";i:3460;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick\";i:26294;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/wikimedia\";i:26294;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/jetpack-autoloader\";i:56266;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Util\";i:1389;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Block\";i:6209;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/SourceMap\";i:19512;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Node\";i:22051;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Logger\";i:2853;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Compiler\";i:2519;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Base\";i:871;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Exception\";i:3317;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Formatter\";i:15966;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src\";i:545216;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/bin\";i:6014;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp\";i:559686;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp\";i:559686;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans/src\";i:14172;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans\";i:43439;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy\";i:331;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src\";i:460;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection\";i:791;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src\";i:597;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync\";i:597;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/src\";i:156;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup\";i:156;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src\";i:145;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles\";i:145;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic\";i:45128;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/composer\";i:457063;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor\";i:1145567;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/sal\";i:136944;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib\";i:108201;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat\";i:135185;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src\";i:51170;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status\";i:92809;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection/src/js\";i:11117;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection/src/css\";i:5231;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection/src\";i:69650;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection\";i:92875;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src/compatibility\";i:4079;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src\";i:81457;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn\";i:111006;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search\";i:57254;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/inline-search/js\";i:613;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/inline-search/styles\";i:1734;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/inline-search\";i:34361;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard\";i:13036;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes\";i:29042;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls\";i:8297;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer\";i:18047;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js\";i:13173;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css\";i:3781;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets\";i:57144;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers\";i:7146;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg\";i:4854;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search\";i:25373;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src\";i:320471;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/inline-search\";i:8749;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard\";i:315844;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg\";i:258877;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search\";i:237880;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build\";i:821350;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility\";i:3663;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search\";i:1219139;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/src\";i:3650;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/build\";i:16748;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat\";i:50694;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src\";i:11641;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config\";i:41331;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jwt/src\";i:13868;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jwt\";i:35398;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics/src\";i:60326;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics\";i:86393;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-models/src\";i:16868;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-models\";i:40582;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip/src\";i:17878;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip\";i:42445;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src\";i:2606;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect\";i:33039;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi\";i:6236;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/tus\";i:40899;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src\";i:248102;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video\";i:226407;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks\";i:226407;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/extensions\";i:81;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor\";i:239286;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/divi-editor\";i:1831;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/lib\";i:18652;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/admin\";i:497885;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/images\";i:59608;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build\";i:817262;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress\";i:1170109;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/media-service\";i:9340;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/store\";i:2885;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared\";i:12225;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/features/admin\";i:5109;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/features\";i:5109;s:196:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/jetpack-external-media-import-button\";i:11403;s:189:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/jetpack-external-media-editor\";i:414568;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/images\";i:84343;s:194:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/jetpack-external-media-import-page\";i:406102;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build\";i:916416;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src\";i:937459;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media\";i:966638;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src\";i:21107;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing\";i:55540;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-status/src\";i:34115;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-status\";i:60508;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/_inc/lib\";i:29713;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/_inc\";i:29713;s:180:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/js\";i:7786;s:181:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/css\";i:10453;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types\";i:149345;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/responsive-videos\";i:2343;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/social-menu\";i:76842;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/content-options\";i:56519;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/compat\";i:6286;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/featured-content\";i:217;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src\";i:356664;s:181:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/custom-post-types/js\";i:4200;s:178:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/custom-post-types\";i:4200;s:178:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/responsive-videos\";i:1628;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/content-options\";i:2383;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/featured-content\";i:242;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist\";i:8453;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper\";i:432358;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products\";i:191068;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src\";i:286530;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images\";i:2755751;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build\";i:5045993;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack\";i:5453676;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets/images\";i:2495380;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets\";i:2495380;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/service\";i:16897;s:219:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/components/jetpack-integrations-modal/integration-card\";i:9196;s:208:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/components/jetpack-integrations-modal/hooks\";i:4872;s:202:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/components/jetpack-integrations-modal\";i:43030;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/components\";i:43030;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form\";i:63216;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks\";i:63216;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/store\";i:3813;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/icons\";i:36788;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/slider-field\";i:1383;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/file-field\";i:12613;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/form-step-navigation\";i:2208;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/form\";i:14186;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/form-step\";i:468;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/form-progress-indicator\";i:643;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules\";i:31501;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/logo\";i:5481;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/empty-spam-button\";i:4517;s:187:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/copy-clipboard-button\";i:1579;s:187:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/actions-dropdown-menu\";i:1681;s:188:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/export-responses-modal\";i:1196;s:184:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/empty-trash-button\";i:4521;s:185:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/inbox-status-toggle\";i:2767;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/layout\";i:4013;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/details\";i:585;s:184:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/create-form-button\";i:1540;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components/gravatar\";i:2537;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/components\";i:30417;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/admin-migrate-page\";i:3430;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/hooks\";i:10966;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/about/svg\";i:9315;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/about\";i:20666;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/inbox/export-responses\";i:8848;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/inbox\";i:8848;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/icons\";i:864;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard/integrations\";i:22589;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard\";i:120303;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/templates\";i:5483;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/js\";i:61312;s:178:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/libs/date-picker/lib\";i:6606;s:179:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/libs/date-picker/mode\";i:11076;s:180:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/libs/date-picker/views\";i:11769;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/libs/date-picker\";i:45401;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/libs\";i:45401;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/css\";i:88758;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/images/file-icons\";i:24763;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/images\";i:30308;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form\";i:710492;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/util\";i:320;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/types\";i:4904;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src\";i:991481;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks/field-rating\";i:3127;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks/form-step-navigation\";i:3360;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks/form-progress-indicator\";i:1449;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks\";i:476163;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/slider-field\";i:1076;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/file-field\";i:5702;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/form-step-navigation\";i:8356;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/form\";i:23215;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/form-step\";i:849;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/form-progress-indicator\";i:880;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules\";i:40078;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/dashboard/images\";i:24763;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/dashboard\";i:2458415;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/js\";i:57886;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css\";i:133258;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form\";i:191144;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist\";i:3165800;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms\";i:6735099;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/rest-api\";i:77778;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator\";i:20412;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/js\";i:9408;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/jetpack-social-settings\";i:12991;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src\";i:299767;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/build/images\";i:863577;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/build\";i:2572251;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize\";i:2941372;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src\";i:17782;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks\";i:48353;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/src\";i:59313;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/build\";i:24166;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze\";i:131904;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/exceptions\";i:1243;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection\";i:18100;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src\";i:223617;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf\";i:265076;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/src/block/deprecated/v1\";i:895;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/src/block/deprecated/v2\";i:23198;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/src/block/deprecated\";i:24093;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/src/block\";i:62351;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/src/legacy\";i:37022;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/src/paypal-payment-buttons\";i:22263;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/src/widget/simple-payments\";i:31472;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/src/widget\";i:53563;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/src\";i:175418;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/dist/block\";i:77169;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/dist/images\";i:14259;s:178:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/dist/paypal-payment-buttons\";i:33033;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments/dist\";i:130464;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-paypal-payments\";i:329312;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src\";i:3465;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants\";i:32728;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/lib\";i:17348;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/contracts\";i:760;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src\";i:18108;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core\";i:44694;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src/endpoints\";i:48975;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src\";i:51469;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import\";i:78330;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats/src\";i:43727;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats\";i:75587;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src\";i:4539;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats\";i:32224;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src\";i:6234;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo\";i:35090;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/images\";i:23766;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src\";i:59233;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/images\";i:23766;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build\";i:47038;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm\";i:165037;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/block-delimiter/src\";i:60518;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/block-delimiter\";i:82668;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js\";i:2335;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src\";i:41259;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build\";i:8175;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets\";i:99661;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/admin-menu\";i:131073;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/inline-help\";i:4123;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/admin-color-schemes\";i:6883;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/profile-edit\";i:10213;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/wp-posts-list\";i:4738;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/nudges/additional-css\";i:7521;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/nudges\";i:8963;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src\";i:167751;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-menu\";i:16415;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/inline-help\";i:3447;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/ocean\";i:278;s:185:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/midnight\";i:278;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/light\";i:278;s:185:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/contrast\";i:31642;s:184:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/aquatic\";i:31685;s:189:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-blue\";i:31702;s:188:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/powder-snow\";i:34514;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sakura\";i:31738;s:191:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-bright\";i:34637;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/fresh\";i:394;s:189:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-dark\";i:31667;s:181:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/blue\";i:278;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/modern\";i:278;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sunset\";i:31673;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/coffee\";i:278;s:184:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sunrise\";i:278;s:186:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/ectoplasm\";i:278;s:186:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/nightfall\";i:31683;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors\";i:293559;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes\";i:293559;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/wp-posts-list\";i:1113;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/nudges/additional-css\";i:1228;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/nudges\";i:1228;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist\";i:315762;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar\";i:520711;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/src\";i:15913;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/build\";i:1008;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list\";i:47461;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src\";i:40310;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager\";i:64633;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src\";i:33861;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker\";i:61283;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score/src\";i:27410;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score\";i:54073;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy\";i:86984;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/sso\";i:113014;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks\";i:6677;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/traits\";i:5106;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/_inc\";i:1523;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis\";i:45497;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src\";i:498467;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/images\";i:80641;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist\";i:353172;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection\";i:1029622;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/sync-queue\";i:30016;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules\";i:393261;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore\";i:45149;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src\";i:788317;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync\";i:875006;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src\";i:11163;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer\";i:37298;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src\";i:52355;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images\";i:298995;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build\";i:583756;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup\";i:698690;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/_inc/test\";i:432;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/_inc\";i:432;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/src\";i:2926;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/build\";i:977;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard\";i:30153;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src\";i:7319;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui\";i:36709;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin/src\";i:76176;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin\";i:106251;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src\";i:271;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error\";i:27662;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src\";i:66105;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection\";i:97374;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src\";i:1863;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles\";i:30712;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic\";i:24934498;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor\";i:24939612;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/fonts/automatticons\";i:49737;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/fonts\";i:49737;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/image-compare\";i:20558;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/subscriber-login\";i:1905;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/business-hours\";i:6418;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/story\";i:82948;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/sharing-button\";i:7941;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/send-a-message\";i:10984;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/mailchimp\";i:14088;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/payments-intro\";i:1639;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/calendly\";i:5254;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/goodreads\";i:7353;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery\";i:8910;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/eventbrite\";i:6292;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/ai-assistant\";i:2309;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/google-docs-embed\";i:11611;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/wordads\";i:1311;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/tock\";i:2676;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/recurring-payments\";i:9410;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/markdown\";i:1386;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/nextdoor\";i:3462;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/pinterest\";i:1645;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/recipe\";i:8746;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/top-posts\";i:7289;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/cookie-consent\";i:7885;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/donations\";i:31866;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/sharing-buttons\";i:7817;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/related-posts\";i:2192;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery\";i:43229;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/map\";i:16535;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/paywall\";i:2522;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/editor-assets\";i:801961;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/gif\";i:4111;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/opentable\";i:7906;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/images\";i:1186511;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/podcast-player\";i:91413;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/rating-star\";i:5389;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/payment-buttons\";i:3986;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/blogging-prompt\";i:7834;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/like\";i:1456;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/subscriptions\";i:26387;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/ai-chat\";i:19772;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/slideshow\";i:42272;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/google-calendar\";i:3847;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/contact-info\";i:3374;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/voice-to-content\";i:1083;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/premium-content\";i:6007;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/blog-stats\";i:1357;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/button\";i:3313;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/blogroll\";i:14258;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor\";i:5571;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks\";i:9953043;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints\";i:202767;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/core-api\";i:287324;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/markdown\";i:105540;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/debugger\";i:74401;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/admin-pages\";i:84077;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib\";i:969448;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/custom-post-types/js\";i:4288;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/custom-post-types\";i:4288;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/theme-tools/responsive-videos\";i:1628;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/theme-tools\";i:1628;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/videopress/js\";i:16477;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/videopress\";i:16477;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions\";i:4965;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor\";i:26021;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility\";i:30986;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/shortcodes/js\";i:51463;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/shortcodes\";i:51463;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/infinite-scroll\";i:13162;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/wordads/js\";i:6051;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/wordads\";i:6051;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/carousel\";i:24624;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/sharedaddy\";i:16567;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/likes\";i:7883;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/related-posts\";i:6200;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/scan\";i:750;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery\";i:3119;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/tiled-gallery\";i:3119;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/images\";i:323262;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/comment-likes\";i:650;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/social-icons\";i:2434;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/google-translate\";i:882;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law\";i:2406;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/contact-info\";i:916;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js\";i:2796;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/gallery\";i:2796;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/milestone\";i:1281;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets\";i:13860;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/subscriptions\";i:622;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build\";i:2942921;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/social-logos\";i:56664;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/genericons/genericons/rtl\";i:28027;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/genericons/genericons\";i:191451;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/genericons\";i:221750;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc\";i:14233709;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/publicize\";i:2243;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin\";i:1216;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/payments\";i:619;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/likes\";i:1417;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel\";i:609;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/sharing\";i:1779;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/seo\";i:1393;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens\";i:1133;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins\";i:10409;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/image-compare\";i:2289;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/subscriber-login\";i:6861;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/business-hours\";i:4064;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/story\";i:16323;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/sharing-button/components\";i:55969;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/sharing-button\";i:106358;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button\";i:1007;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/send-a-message\";i:1970;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/mailchimp\";i:8106;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/payments-intro\";i:495;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/calendly\";i:8263;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/goodreads\";i:1238;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/instagram-gallery\";i:4542;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/videopress\";i:1564;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/eventbrite\";i:7948;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/ai-assistant\";i:3453;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/google-docs-embed\";i:4403;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/wordads\";i:5290;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/tock\";i:1832;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/recurring-payments\";i:383;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/markdown\";i:437;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/nextdoor\";i:1545;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/pinterest\";i:9079;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/recipe\";i:3680;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/top-posts\";i:4375;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/cookie-consent\";i:4139;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/donations\";i:8814;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/sharing-buttons\";i:1010;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/related-posts\";i:2075;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/tiled-gallery\";i:6730;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/map\";i:7497;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/paywall\";i:1484;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/gif\";i:2285;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/opentable\";i:6415;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates\";i:6981;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/podcast-player\";i:15982;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/contact-form\";i:545;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/rating-star\";i:6605;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/payment-buttons\";i:1519;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/blogging-prompt\";i:1055;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/like\";i:5074;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/subscriptions\";i:62814;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/paypal-payment-buttons\";i:594;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/ai-chat\";i:3126;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/slideshow\";i:7911;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/google-calendar\";i:2193;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/contact-info\";i:5145;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/voice-to-content\";i:1616;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/logged-out-view\";i:1839;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/buttons\";i:947;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/subscriber-view\";i:1514;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/login-button\";i:3041;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service\";i:51069;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc\";i:58674;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content\";i:70682;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/blog-stats\";i:3656;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/button\";i:11933;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/simple-payments\";i:676;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/blogroll/blogroll-item\";i:5707;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/blogroll\";i:8800;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/repeat-visitor\";i:1520;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks\";i:456393;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-audio\";i:538;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/premium-content-container\";i:613;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/videopress-video\";i:1132;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-video\";i:538;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-cover\";i:538;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks\";i:3359;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions\";i:470161;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/css\";i:311424;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/external-media\";i:511;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/google-fonts/current\";i:15637;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/google-fonts\";i:16610;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/custom-post-types/js\";i:7612;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/custom-post-types/css\";i:10450;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/custom-post-types\";i:63280;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos\";i:2343;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/social-menu\";i:76959;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo/js\";i:768;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc\";i:18601;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo\";i:19369;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/content-options\";i:56572;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/js\";i:210;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/compat\";i:122810;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools\";i:323464;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/videopress/js\";i:35313;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/videopress/css\";i:5724;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/videopress\";i:158855;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl\";i:2485;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions\";i:28825;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widget-visibility\";i:73701;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/woocommerce-analytics/classes\";i:53248;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/woocommerce-analytics\";i:57482;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes/js\";i:135478;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes/css\";i:24234;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes/images\";i:8886;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes/img\";i:16144;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes\";i:513996;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/infinite-scroll/themes\";i:37573;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/infinite-scroll\";i:140717;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads/js\";i:12858;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads/css\";i:1512;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads/php/networks\";i:77;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads/php\";i:49154;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads\";i:95660;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/carousel\";i:151644;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/comments/subscription-modal-on-comment\";i:12850;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/comments\";i:65650;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/markdown\";i:31067;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wpcom-tos\";i:975;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/sitemaps\";i:164662;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/sharedaddy/images\";i:74145;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/sharedaddy/services\";i:11651;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/sharedaddy\";i:346688;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/stats\";i:18689;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/photon-cdn\";i:21559;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/likes\";i:49135;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/related-posts/rtl\";i:4565;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/related-posts\";i:110273;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/scan\";i:15202;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/math\";i:3311;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials\";i:3908;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates\";i:7605;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl\";i:2456;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery\";i:53937;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery\";i:68111;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/seo-tools\";i:28383;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/site-icon\";i:1415;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/comment-likes\";i:1916;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/verification-tools\";i:4812;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl\";i:1309;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads/css\";i:2570;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads\";i:2570;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/social-icons\";i:7224;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/internet-defense-league\";i:66410;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/image-widget\";i:214;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/my-community\";i:656;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/authors\";i:407;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/google-translate\";i:838;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/top-posts\";i:1707;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget\";i:32941;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law\";i:17331;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/instagram\";i:974;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/social-media-icons\";i:1124;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/facebook-likebox\";i:48;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/flickr\";i:4236;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/contact-info\";i:1790;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/templates\";i:3558;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/js\";i:6877;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl\";i:262;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/css\";i:982;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery\";i:11417;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/milestone\";i:29103;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets\";i:467210;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/newsletter-widget\";i:5630;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/subscribe-floating-button\";i:6254;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/subscribe-modal\";i:14640;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/subscribe-overlay\";i:11449;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions\";i:87044;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/post-by-email\";i:12204;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/memberships\";i:34131;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/gravatar\";i:47;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/plugin-search\";i:30482;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/simple-payments\";i:18214;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/modules\";i:3491137;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/3rd-party/debug-bar\";i:7134;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/3rd-party\";i:65341;s:104:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/src\";i:20298;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/images/products\";i:799329;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/images/rss\";i:31323;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/images/recommendations\";i:10951626;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/images/plans\";i:10938;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/images/apps\";i:13814;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/images/odyssey-upgrade\";i:406625;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/images\";i:13315865;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/views/admin\";i:5162;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack/views\";i:5162;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/jetpack\";i:60616311;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Hooks/Handlers\";i:55252;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Hooks\";i:57248;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Http/Controllers\";i:8810;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Http/Routes\";i:937;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Http/Policies\";i:445;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Http\";i:16340;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Modules/DataProviders\";i:68660;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Modules\";i:68660;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Models\";i:340;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/lexer\";i:16756;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/builders\";i:341177;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/positions\";i:12561;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/processors\";i:289928;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/utils\";i:26612;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser/exceptions\";i:11033;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/PHPSQLParser\";i:709207;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library/updater\";i:36162;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Library\";i:751966;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Traits\";i:75145;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app/Views\";i:16142;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/app\";i:992763;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/language\";i:6961;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/js\";i:54551;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/stickyheaders\";i:16626;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/formula\";i:578573;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/icons\";i:617405;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/lity\";i:32041;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/datepicker/js\";i:65988;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/datepicker/css\";i:4709;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/datepicker\";i:70697;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs/sumoselect\";i:51028;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/libs\";i:1372518;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets/css\";i:10185;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/assets\";i:1502075;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro/boot\";i:3013;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables-pro\";i:2554292;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/.tx\";i:228;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/theme\";i:8125;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/templates/emails\";i:15094;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/templates\";i:15094;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/languages\";i:450460;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/includes/activity-report-email\";i:16266;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/includes\";i:21941;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/assets/js\";i:36441;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/assets/css\";i:14384;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/assets/src\";i:198822;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/assets/images\";i:2532149;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/assets\";i:2859233;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/admin\";i:185190;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/templates/checkout\";i:12873;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/templates/forms/deactivation\";i:28068;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/templates/forms\";i:171164;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/templates/js\";i:25512;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/templates/debug\";i:14061;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/templates/account/partials\";i:50868;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/templates/account\";i:66162;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/templates/connect\";i:4437;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/templates/plugin-info\";i:6653;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/templates/partials\";i:5007;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/templates\";i:520335;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/languages\";i:783290;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/includes/debug\";i:3094;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/includes/entities\";i:49999;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/includes/customizer\";i:7941;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/includes/sdk/Exceptions\";i:3037;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/includes/sdk\";i:50808;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/includes/supplements\";i:3710;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/includes/managers\";i:212035;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/includes\";i:1658952;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/assets/js/pricing\";i:564953;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/assets/js\";i:570681;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/assets/css/admin\";i:54202;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/assets/css\";i:57050;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/assets/img\";i:45279;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius/assets\";i:673097;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected/freemius\";i:3724628;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/password-protected\";i:7345650;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wordpress-importer/parsers\";i:28427;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/wordpress-importer\";i:90586;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite/vendor/composer\";i:39247;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite/vendor/wp-cli/wp-config-transformer/src\";i:10745;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite/vendor/wp-cli/wp-config-transformer\";i:21542;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite/vendor/wp-cli\";i:21542;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite/vendor\";i:61216;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite/includes/views\";i:34927;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite/includes\";i:160446;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite/assets/fonts\";i:91756;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite/assets/js\";i:17716;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite/assets/css\";i:30597;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite/assets/images\";i:577081;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite/assets\";i:717150;s:102:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/appmysite\";i:965387;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/iwp-dest\";i:17820;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/iwp-serve\";i:23961;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:82874;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:5692;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:88566;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:58699;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:94479;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:258295;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:47955;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:47955;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:79373;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:61885;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1257;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:63142;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2776;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:213004;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:5951;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:5951;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:9495;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:22656;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:3607;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:26263;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:34362;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:1030136;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:9007;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits\";i:789;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common\";i:789;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:18802;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System\";i:18802;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:21505;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net\";i:349840;s:184:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:37717;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:45858;s:187:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:9881;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:14383;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:892;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:194460;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:194460;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:13774;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10681;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1024;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common\";i:1399;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math\";i:251269;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16354;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common\";i:16354;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Exception\";i:6721;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps\";i:95182;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1\";i:96002;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File\";i:320949;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib\";i:1994916;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib\";i:1997069;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib\";i:1997069;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers/src\";i:81264;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers\";i:82782;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/instawp\";i:82782;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/other\";i:1633;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/lib\";i:1327;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/dist\";i:703;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat\";i:5722;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding/src\";i:61964;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding\";i:64369;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie\";i:70091;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/composer\";i:156543;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer/src\";i:11259;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer\";i:13899;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli\";i:13899;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib\";i:33661;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/data-stores\";i:104898;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91364;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schema\";i:8117;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25877;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66335;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes\";i:423469;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler\";i:548498;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce\";i:548498;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor\";i:2869630;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/languages\";i:28675;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/templates/debug\";i:8049;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/templates/ajax\";i:13990;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/templates\";i:142815;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/assets/css\";i:16977;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/assets/images\";i:78992;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/assets\";i:95969;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate\";i:243479;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/updates\";i:4116;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/database-manager\";i:2582;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/activity-log\";i:30427;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/apis\";i:96873;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/sync\";i:223735;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes\";i:659689;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/js\";i:89199;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/css\";i:46294;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/src\";i:5658;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/images\";i:5541;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets\";i:146692;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin/js\";i:90522;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin/css\";i:69228;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin/images\";i:5983;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin\";i:172066;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/instawp-connect\";i:4210821;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/printfriendly/languages\";i:10417;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/printfriendly/.vscode\";i:110;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/printfriendly/assets/js/lib\";i:81380;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/printfriendly/assets/js\";i:98978;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/printfriendly/assets/css/lib\";i:272242;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/printfriendly/assets/css\";i:277770;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/printfriendly/assets/images\";i:1295;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/printfriendly/assets\";i:378043;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/printfriendly/views\";i:56991;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/printfriendly\";i:571118;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/duplicate-page/js\";i:1860;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/duplicate-page/inc\";i:6276;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/duplicate-page/languages\";i:49912;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/duplicate-page/css\";i:2327;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/duplicate-page\";i:85175;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/database/Migrations\";i:14772;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/database\";i:15118;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/config/table-builder\";i:33620;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/config\";i:33927;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/composer\";i:125304;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Pagination\";i:58196;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns\";i:48752;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations\";i:207528;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts\";i:11555;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns\";i:155854;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Orm\";i:537251;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Query/Grammars\";i:73979;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Query/Processors\";i:10269;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Query\";i:238400;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Events\";i:1191;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database/Concerns\";i:31849;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Database\";i:844520;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Http/Middleware\";i:4143;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Http/Request\";i:57830;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Http/Response\";i:9037;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Http\";i:152295;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Encryption\";i:12217;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr\";i:1478;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Container/Contracts\";i:7338;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Container\";i:61863;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Foundation/Concerns\";i:23854;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Foundation\";i:65977;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Randomizer\";i:5396;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Cache\";i:8438;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Events\";i:18077;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Validator/Rules\";i:14321;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Validator/Contracts\";i:611;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Validator\";i:86341;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/Support\";i:470858;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent/View\";i:4254;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src/WPFluent\";i:1788432;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework/src\";i:1788432;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent/framework\";i:1789002;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/wpfluent\";i:1789002;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor/bin\";i:0;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/vendor\";i:1915054;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Hooks/Handlers\";i:70406;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Hooks\";i:75483;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/CPT\";i:1852;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Http/Controllers\";i:48472;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Http/Requests\";i:660;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Http/Routes\";i:5071;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Http/Policies\";i:455;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Http\";i:54658;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Modules/Lead\";i:12545;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Modules/DragAndDrop\";i:4866;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Modules/Gutenberg\";i:4125;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Modules/DataTables\";i:0;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Modules/DataProviders\";i:60296;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Modules\";i:551879;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Models/Casts\";i:805;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Models\";i:17880;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Library/Csv/Modifier\";i:27236;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Library/Csv/Config\";i:13318;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Library/Csv/Plugin\";i:3950;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Library/Csv/Exception\";i:1445;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Library/Csv\";i:69680;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Library\";i:69680;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Services\";i:6455;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Traits\";i:5451;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Views/admin/preview\";i:3949;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Views/admin\";i:11238;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Views/public\";i:23247;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app/Views\";i:34485;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/app\";i:819331;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/language\";i:286840;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/js/datatables\";i:5743;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/js\";i:4072384;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/blocks/table-block/block\";i:147001;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/blocks/table-block\";i:209302;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/blocks\";i:209302;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs/moment\";i:232788;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs/footable/js\";i:358598;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs/footable/css\";i:62150;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs/footable\";i:420748;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs/icons\";i:5148;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs/ace\";i:1871165;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/libs\";i:2529849;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/icons\";i:129420;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/css\";i:729199;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/images\";i:4451;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets/img\";i:1009515;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/assets\";i:8684120;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables/boot\";i:38687;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/ninja-tables\";i:11854613;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/scripts\";i:4697579;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/vendor/js\";i:2259208;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/vendor/css\";i:365415;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/vendor/composer\";i:38578;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/vendor\";i:2663949;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/edd\";i:22015;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/options\";i:419912;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/assets/fonts\";i:70017;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/assets/svg-loaders\";i:20528;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/assets\";i:90545;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/utils/migrations\";i:39635;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/utils\";i:39635;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/InfoCircle\";i:57336;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageRotator\";i:43961;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/PriceListItem\";i:14785;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/AdvancedTabs\";i:122322;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FloatingMultiImagesChild\";i:18798;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/PriceList\";i:32133;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TileScrollItem\";i:7414;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TableMaker\";i:85785;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ButtonGrid\";i:8535;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/HoverGalleryItem\";i:50801;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/HoverBox\";i:57448;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Counter\";i:57669;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ContentToggle\";i:31863;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageMagnifier\";i:13352;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ExpandingCTA\";i:69969;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/MasonryGallery\";i:92630;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/BeforeAfterSlider\";i:51961;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FloatingMultiImages\";i:5188;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/LottieIcon\";i:29353;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/DualHeading\";i:67181;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/HorizontalTimelineItem\";i:90165;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/AdvancedTabsItem\";i:113250;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ContentSliderChild\";i:28880;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Timeline\";i:43525;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FancyTextChild\";i:2434;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ContentSlider\";i:67882;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FAQ\";i:57587;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Countdown\";i:38533;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageMask/assets\";i:507858;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageMask\";i:1321988;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageGallery\";i:91109;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TiltImage\";i:43382;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/PricingTableItem\";i:53969;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ButtonGridChild\";i:9053;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TableOfContent\";i:52172;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/PricingTable\";i:10319;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TableMakerChild\";i:43064;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/BlogSlider/templates\";i:15177;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/BlogSlider\";i:122718;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FancyText\";i:20245;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Reveal\";i:26381;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Divider\";i:59571;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageHotspotChild\";i:73038;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageHotspot\";i:12315;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageAccordion\";i:18807;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageGalleryChild\";i:41445;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/HoverGallery\";i:38406;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageAccordionChild\";i:38004;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Base/migrations\";i:41073;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Base\";i:138459;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageShowcaseChild\";i:4364;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TypingText\";i:26964;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TextHighlighter\";i:42061;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Testimonial\";i:129295;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FilterableGrid\";i:232437;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ScrollImage\";i:31903;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TileScroll\";i:59530;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Carousel\";i:76872;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ParallaxImagesItem\";i:17435;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/SVGAnimator\";i:21395;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/HorizontalTimeline\";i:85680;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/CarouselChild\";i:41007;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Balloon\";i:43333;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FilterableGallery\";i:150971;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/GravityFormsStyler\";i:128153;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FlipBox\";i:65736;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/StarRating\";i:15407;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ParallaxImages\";i:5919;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Breadcrumbs\";i:49496;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TimelineItem\";i:116593;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Panorama\";i:32907;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/InfoCircleItem\";i:65670;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ReadingProgressBar\";i:7609;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageShowcase/mockups\";i:1428716;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageShowcase\";i:1447254;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules\";i:6473176;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/partials\";i:13497;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes\";i:7063976;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/utils/settings/partials\";i:20513;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/utils/settings\";i:242427;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/utils/logging\";i:1309;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/utils/misc\";i:1393;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/utils\";i:245129;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/PopupMaker/admin/partials/customization\";i:37126;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/PopupMaker/admin/partials/trigger_settings\";i:34143;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/PopupMaker/admin/partials/popup_locations\";i:11112;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/PopupMaker/admin/partials\";i:82381;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/PopupMaker/admin\";i:83329;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/PopupMaker\";i:284186;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/MobileMenu/styles\";i:60236;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/MobileMenu\";i:67372;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/ClearDiviCache\";i:5823;s:112:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features\";i:357381;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/metabox/css\";i:613;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/metabox\";i:17249;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/assets\";i:110149;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/features\";i:3049;s:123:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/customizer/js\";i:5430;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/customizer/css\";i:13821;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/customizer\";i:51357;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/partials\";i:29042;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin\";i:316187;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/public/assets\";i:30592;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/public/partials\";i:345285;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/public\";i:427909;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/styles\";i:1215809;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist/admin/js\";i:23309;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist/admin/css\";i:91150;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist/admin\";i:114459;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist/public/js\";i:227974;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist/public/css\";i:119653;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist/public\";i:347627;s:108:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist\";i:462086;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/traits\";i:9349;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/utils\";i:9572;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/InfoCircle\";i:25683;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ImageRotator\";i:46757;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/PriceListItem\";i:13786;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/FloatingMultiImagesChild\";i:20135;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/PriceList\";i:18411;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/TileScrollItem\";i:11110;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ButtonGrid\";i:13698;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/HoverGalleryItem\";i:29674;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/HoverBox\";i:53203;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Counter\";i:28330;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ContentToggle\";i:30410;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ImageMagnifier\";i:18322;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ExpandingCTA\";i:49960;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/MasonryGallery\";i:74141;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ButtonGridItem\";i:16402;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/BeforeAfterSlider\";i:42924;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/FloatingMultiImages\";i:14298;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/LottieIcon\";i:27305;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ContentSliderChild\";i:26286;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/CarouselItem\";i:38225;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Timeline\";i:49139;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/FancyTextChild\";i:10708;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ContentSlider\";i:56261;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ImageAccordionItem\";i:32852;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/FAQ\";i:53509;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Countdown\";i:30413;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ImageMask/php_utils\";i:784468;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ImageMask/assets\";i:507858;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ImageMask\";i:1322418;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/TiltImage\";i:25670;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/PricingTableItem\";i:30151;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/PricingTable\";i:7289;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/BlogSlider/templates\";i:15013;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/BlogSlider\";i:84760;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/FancyText\";i:18179;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Reveal\";i:27247;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Divider\";i:61929;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ImageHotspotChild\";i:59872;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ImageHotspot\";i:18675;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ImageAccordion\";i:25113;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/HoverGallery\";i:24798;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Base/Swiper\";i:24664;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Base\";i:24664;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ImageShowcaseChild\";i:12368;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/TypingText\";i:25620;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/TextHighlighter\";i:38303;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Testimonial\";i:71180;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/FilterableGrid\";i:171245;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ScrollImage\";i:28088;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/TileScroll\";i:34553;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Carousel\";i:31094;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ParallaxImagesItem\";i:19507;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/SVGAnimator\";i:26857;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/FilterableGallery\";i:122708;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/GravityFormsStyler\";i:101082;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/FlipBox\";i:52879;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/StarRating\";i:21447;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ParallaxImages\";i:10504;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Breadcrumbs\";i:54791;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/TimelineItem\";i:61746;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Panorama\";i:30421;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/InfoCircleItem\";i:47291;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ReadingProgressBar\";i:14795;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ImageShowcase/mockups\";i:1428716;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ImageShowcase\";i:1449553;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules\";i:4995332;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5\";i:8693058;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-pixel\";i:26218356;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/typesense/typesense-php/examples\";i:12026;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/typesense/typesense-php/src/lib\";i:5911;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/typesense/typesense-php/src/Exceptions\";i:2933;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/typesense/typesense-php/src\";i:43300;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/typesense/typesense-php\";i:68101;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/typesense\";i:68101;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-client/src\";i:1915;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-client\";i:4781;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-message/docs\";i:15040;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-message/src\";i:47392;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-message\";i:65727;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-factory/src\";i:4843;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr/http-factory\";i:7262;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/psr\";i:77770;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers/src\";i:81307;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp/connect-helpers\";i:83519;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/instawp\";i:83519;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src/Interfaces\";i:725;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder/src\";i:46393;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-query-builder\";i:53762;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-upgrade-handler/includes\";i:3151;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-upgrade-handler\";i:5673;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager/includes\";i:8839;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-htaccess-manager\";i:9271;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers/includes\";i:24703;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/helpers\";i:25642;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/collection\";i:17767;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options/includes\";i:2645;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-options\";i:4378;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler/includes\";i:16175;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/wp-update-handler\";i:51250;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent/includes\";i:3938;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge/fluent\";i:8000;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-forge\";i:175743;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/docs/en\";i:6555;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/docs\";i:6555;s:181:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish\";i:3871;s:180:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French\";i:3716;s:184:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese\";i:7749;s:181:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English\";i:19173;s:189:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal\";i:2978;s:181:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish\";i:3028;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules\";i:46331;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Inflector\";i:65721;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector\";i:9896;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine/Common\";i:9896;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib/Doctrine\";i:75617;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector/lib\";i:75617;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine/inflector\";i:85821;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/doctrine\";i:85821;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/guzzle/src/Handler\";i:73079;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/guzzle/src/Cookie\";i:31642;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/guzzle/src/Exception\";i:7672;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/guzzle/src\";i:224500;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/guzzle\";i:376397;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/psr7/src/Exception\";i:245;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/psr7/src\";i:214341;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/psr7\";i:259430;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/promises/src\";i:46493;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp/promises\";i:69705;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/guzzlehttp\";i:705532;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/composer\";i:431762;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/ralouphie/getallheaders/src\";i:1640;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/ralouphie/getallheaders\";i:4273;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/ralouphie\";i:4273;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/symfony/deprecation-contracts\";i:4278;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/symfony\";i:4278;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer/src\";i:11259;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/wp-config-transformer\";i:22318;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src/Mustache/Logger\";i:8751;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src/Mustache/Cache\";i:7050;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src/Mustache/Loader\";i:16516;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src/Mustache/Exception\";i:4996;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src/Mustache/Source\";i:1936;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src/Mustache\";i:145068;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/src\";i:145068;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache/bin\";i:5430;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli/mustache\";i:154414;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wp-cli\";i:176732;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/includes\";i:14241;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets/js\";i:4010;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets/css\";i:659;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords/assets\";i:4669;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-secure-passwords\";i:31483;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-link-tracker/languages\";i:479;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-link-tracker/includes\";i:4155;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-link-tracker/build\";i:1160;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-link-tracker\";i:6603;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/scripts\";i:1054;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/languages\";i:1299039;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi\";i:11244;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Partials\";i:10702;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes/Data\";i:10822;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/includes\";i:76198;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/assets\";i:223;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/build/quick-add-product\";i:225933;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/build/images\";i:9682;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce/build\";i:1895912;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ecommerce\";i:3279205;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/languages\";i:61715;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/Utils\";i:8300;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/SiteGen\";i:29568;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes/RestApi\";i:7244;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai/includes\";i:56041;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-ai\";i:119525;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/upgrades\";i:775;s:180:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues\";i:6386;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/EventQueue\";i:9366;s:181:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/SiteClassification\";i:9142;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/API\";i:11975;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Helpers\";i:14845;s:184:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests\";i:3647;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/WonderBlocks\";i:6019;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Data/Static\";i:188568;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Data\";i:188568;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes/Listeners\";i:49641;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/includes\";i:325126;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data/assets\";i:2175;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data\";i:331512;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/static/js\";i:2656;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/static\";i:2656;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/languages\";i:53236;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features/includes\";i:27378;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-features\";i:83798;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime/includes\";i:2700;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-runtime\";i:3607;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/languages\";i:498051;s:187:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache/Templates\";i:277;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Mustache\";i:978;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility\";i:21177;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes\";i:16638;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/RestApi\";i:96187;s:181:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/TaskManagers\";i:4751;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Models\";i:2007;s:198:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/Ai/ContentGeneration\";i:13587;s:180:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/Ai\";i:13587;s:187:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services/SiteTypes\";i:6261;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Services\";i:83335;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Types\";i:23329;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes/Tasks\";i:2036;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/includes\";i:268102;s:178:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/3.1.1/images\";i:7439;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build/3.1.1\";i:802584;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding/build\";i:802584;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding\";i:1572272;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context/includes\";i:2046;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-context\";i:3013;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes/Partners\";i:8256;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation/includes\";i:10863;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-activation\";i:11125;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/languages\";i:690939;s:180:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Cloudflare\";i:4458;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/HealthChecks\";i:15930;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/RestApi\";i:13149;s:188:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/LinkPrefetch/WPCLI\";i:7346;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/LinkPrefetch\";i:12300;s:185:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/BurstSafetyMode\";i:7443;s:187:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Cache/Types/WPCLI\";i:3881;s:181:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Cache/Types\";i:26362;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Cache\";i:45554;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/JetpackBoost\";i:3464;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Fonts\";i:6041;s:184:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Images/RestApi\";i:4219;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Images/WPCLI\";i:7103;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Images\";i:69152;s:178:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Services\";i:5062;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Data\";i:1783;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes/Skip404\";i:4698;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/includes\";i:214874;s:190:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/assets/image-optimized-marker\";i:1365;s:188:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/assets/image-bulk-optimizer\";i:8910;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/assets\";i:16298;s:196:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/build/assets/image-optimized-marker\";i:8179;s:194:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/build/assets/image-bulk-optimizer\";i:5069;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/build/assets\";i:16627;s:178:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/build/performance\";i:566216;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/build\";i:582843;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance/webpack\";i:7935;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-performance\";i:1516217;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/static\";i:24332;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb/includes\";i:3598;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-global-ctb\";i:28461;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container/includes\";i:11643;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/container\";i:11643;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/components/entitlements\";i:17400;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/components\";i:17400;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/languages\";i:244842;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/includes/js\";i:5712;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/includes/css\";i:1470;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/includes\";i:24391;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/build/addnew\";i:293146;s:179:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/build/solutions-page\";i:1380472;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions/build\";i:1673618;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-solutions\";i:1961591;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/languages\";i:328119;s:192:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache/Templates\";i:277;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache\";i:983;s:180:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes\";i:18544;s:187:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/assets/images\";i:361901;s:180:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/assets\";i:361901;s:188:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Upgrades\";i:596;s:179:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows\";i:10249;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes/Services\";i:98420;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data/includes\";i:584415;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-onboarding-data\";i:913076;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/languages\";i:27858;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso/includes\";i:16635;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-sso\";i:46574;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/languages\";i:35267;s:181:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes/RestApi/Controllers\";i:4559;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes/RestApi\";i:5378;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes/WPCLI/Handlers\";i:2345;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes/WPCLI\";i:2757;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes/Utilities\";i:18580;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes/Data\";i:3276;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls/includes\";i:32953;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-pls\";i:69341;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/languages\";i:105900;s:185:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/WPAdmin/Listeners\";i:5078;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/WPAdmin\";i:5417;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/RestApi\";i:15766;s:180:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/TaskManagers\";i:29853;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Models\";i:381;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/WPCLI/Handlers\";i:4311;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/WPCLI\";i:4759;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Services\";i:33502;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Tasks\";i:10387;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes/Data\";i:14038;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/includes\";i:115349;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/build/1.6.5\";i:48972;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer/build\";i:48972;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-installer\";i:271471;s:189:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSubnav\";i:3612;s:187:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceBody\";i:5410;s:192:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading\";i:3253;s:191:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSkeleton\";i:1229;s:189:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceHeader\";i:419;s:187:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceItem\";i:7107;s:187:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceLite\";i:4832;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/productPage\";i:6263;s:187:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplaceList\";i:3025;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components/marketplace\";i:1325;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/components\";i:36965;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/languages\";i:78339;s:179:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/js\";i:8524;s:180:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/css\";i:2570;s:180:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets/img\";i:9833;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes/assets\";i:20927;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/includes\";i:43683;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/assets/js\";i:222;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace/assets\";i:222;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-marketplace\";i:160389;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/upgrades\";i:788;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/static/js\";i:4605;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/static\";i:4605;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/languages\";i:107024;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/API\";i:3383;s:178:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes/template\";i:11596;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/includes\";i:53507;s:184:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build/sitePreviewPortal\";i:15262;s:184:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build/prePublishWarning\";i:2882;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon/build\";i:18144;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-coming-soon\";i:186671;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/scripts\";i:1050;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/languages\";i:239486;s:198:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/HostingPanel/RestApi/Controllers\";i:3445;s:186:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/HostingPanel/RestApi\";i:4672;s:178:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/HostingPanel\";i:13812;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/SSHInfo\";i:1715;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/Helpers\";i:3526;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/ObjectCache\";i:4199;s:178:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/MalwareCheck\";i:2808;s:186:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/PlanInfo/Data/Static\";i:12570;s:179:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/PlanInfo/Data\";i:12570;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/PlanInfo\";i:16061;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/Services\";i:2143;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/Data\";i:807;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/Nameservers\";i:1158;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/PHPVersion\";i:542;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes/CDNInfo\";i:1022;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/includes\";i:49059;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/build/hosting\";i:486649;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/build\";i:486649;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting/webpack\";i:631;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-hosting\";i:777500;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/languages\";i:95981;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/store\";i:4853;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes/Data\";i:2016;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/includes\";i:23284;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center/build\";i:1891655;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-help-center\";i:2016781;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/templates\";i:25677;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/languages\";i:56781;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/RestApi\";i:3819;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Reports\";i:2720;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Helpers\";i:1601;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Steps\";i:14862;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Services\";i:18952;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Data\";i:2538;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes/Listeners\";i:8269;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration/includes\";i:65177;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-migration\";i:148736;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-next-steps/languages\";i:394635;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-next-steps/includes/DTOs\";i:24314;s:179:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-next-steps/includes/data/plans\";i:7459;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-next-steps/includes/data\";i:7459;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-next-steps/includes/views\";i:2142;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-next-steps/includes\";i:131931;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-next-steps/build/next-steps-widget\";i:45926;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-next-steps/build/next-steps-portal\";i:205713;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-next-steps/build\";i:251639;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-next-steps\";i:779434;s:173:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker/includes\";i:3871;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-install-checker\";i:4666;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/includes\";i:29888;s:197:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notifications\";i:6795;s:196:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components/notification\";i:5099;s:183:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js/components\";i:11894;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets/js\";i:25702;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications/assets\";i:25702;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-notifications\";i:57251;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/languages\";i:270707;s:165:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/includes\";i:30936;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/lib\";i:14061;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/build/staging\";i:546477;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/build\";i:546477;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging/webpack\";i:2857;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-staging\";i:865892;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-atomic\";i:2970;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/languages\";i:488335;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers\";i:19009;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Api\";i:25180;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Admin\";i:8698;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Library\";i:21923;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Services\";i:6924;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes/Data\";i:13190;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/includes\";i:89704;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/build\";i:63092;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets\";i:63092;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.10.2/blocks\";i:435;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build/2.10.2\";i:291514;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/build\";i:291514;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns\";i:934022;s:182:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners\";i:2913;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/WPAdmin\";i:3345;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Models\";i:2022;s:169:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes/Data\";i:1811;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/includes\";i:9239;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build/1.0.2\";i:42237;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey/build\";i:42237;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-survey\";i:52281;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader/includes\";i:8320;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-loader\";i:8452;s:167:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/languages\";i:13755;s:174:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/RestApi\";i:4776;s:176:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Accessors\";i:1555;s:175:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes/Services\";i:12081;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/includes\";i:21512;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/assets\";i:222;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook/build\";i:8604;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-facebook\";i:46803;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/js\";i:15496;s:172:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static/css\";i:6064;s:168:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/static\";i:21560;s:171:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/languages\";i:58785;s:177:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes/Events\";i:2166;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation/includes\";i:9299;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-deactivation\";i:90550;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs\";i:16392915;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar/url/tests\";i:15389;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar/url\";i:30566;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor/wpscholar\";i:30566;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/vendor\";i:18237760;s:131:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades\";i:5324;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc/RestApi\";i:7180;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc/alt-experience\";i:53697;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc/widgets/views\";i:34339;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc/widgets\";i:40580;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc\";i:160656;s:128:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/languages\";i:525704;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/assets/svg\";i:67411;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/assets/images\";i:141214;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/assets/styles\";i:7025;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/assets\";i:215650;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/build/4.5.1\";i:2344642;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin/build\";i:2344642;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin\";i:21515346;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/include\";i:161887;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/js/controls\";i:2048;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/js\";i:171736;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/languages\";i:1253985;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/css/controls\";i:12825;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/css/themes\";i:21863;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/css\";i:213021;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/lib/wpb-sdk/includes\";i:20871;s:126:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/lib/wpb-sdk/assets/css\";i:8332;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/lib/wpb-sdk/assets\";i:8332;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/lib/wpb-sdk/views\";i:32073;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/lib/wpb-sdk\";i:63804;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/lib\";i:63804;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/loginpressfonts\";i:10538;s:120:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/classes/controls\";i:15212;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/classes\";i:266028;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/img/thumbnail\";i:469659;s:113:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/img/promo\";i:40505;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/img/addons\";i:49250;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/img/gallery\";i:2116127;s:107:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress/img\";i:3193195;s:103:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/loginpress\";i:5486593;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-image-bg-color\";i:2694;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-image-count\";i:1848;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/disable-lightbox\";i:2669;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-title\";i:1855;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/disable-grid-slide-in-effect\";i:2950;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-background-color\";i:2644;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/image-count\";i:7292;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-arrow-styles\";i:2160;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/arrow-styles\";i:1464;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/order\";i:5710;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/slider-hide-arrows\";i:2691;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/cursor-arrows\";i:8183;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/grid-image-sizes\";i:18607;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-hide-title\";i:2127;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/dot-navigation-styles\";i:8187;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-hide-image-count\";i:2166;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/arrow-icons\";i:3356;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/slider-hide-dots\";i:2680;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-close-button-styles\";i:2166;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster\";i:88358;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins\";i:88449;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/054-full-width-featured-images\";i:1128;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/101-fullwidth-portfolio-grid-dont-crop-images\";i:1000;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/063-hide-header-links\";i:669;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/108-square-slider-controls\";i:552;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/066-change-header-height\";i:990;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/155-add-logo-link-aria-label\";i:1115;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/074-set-header-menu-hover-color\";i:746;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/120-better-fullscreen-headers-in-ie\";i:1203;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/128-add-page-layout-option-to-builder\";i:7713;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/099-enable-divi-builder-on-custom-post-types\";i:4391;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/055-swap-slider-image-and-text-position\";i:486;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/070-fix-divi-simple-lightbox\";i:605;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/056-no-gallery-image-distortion\";i:753;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/058-stop-header-from-shrinking-on-scroll\";i:856;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/037-view-generated-css\";i:383;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/071-submenu-hover-background-color\";i:666;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/022-app-style-menu-on-mobiles\";i:779;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/095-secondary-nav-hover-color\";i:2205;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/029-use-menu-button-on-large-displays\";i:2268;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/026-hide-header-until-scrolling\";i:1403;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/116-add-text-to-top-header\";i:1746;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/017-gallery-module-image-border\";i:714;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/141-add-main-menu-separators\";i:1911;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/077-adjust-page-builder-section-spacing\";i:986;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/140-open-image-links-in-lightbox\";i:1725;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/014-add-new-icons\";i:17068;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/139-show-module-settings-mobile-icon-on-hover\";i:1130;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/104-countdown-module-remove-day-trailing-zero\";i:1157;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/038-js-in-external-file\";i:382;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/075-set-header-menu-font-size\";i:646;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/144-dont-enqueue-map-scripts-in-excerpts\";i:1669;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/009-fix-team-member-margin-bug\";i:914;s:162:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/093-show-secondary-nav-social-icons-on-mobile\";i:998;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/006-sidebar-background-color\";i:2318;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/015-adjust-phone-and-email-size\";i:1783;s:158:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/154-fix-gallery-module-content-layout-bug\";i:704;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/035-css-in-external-file\";i:377;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/076-disable-slider-image-slide-in\";i:629;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/115-set-minimum-cta-button-width\";i:782;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/156-hide-divi-cloud\";i:1863;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/050-view-generated-footer-html\";i:403;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/042-genos-pricing-table-style\";i:1697;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/125-swap-post-navigation-next-and-previous\";i:742;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/046-slider-text-transparent-background\";i:2965;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/121-search-icon-hover-color\";i:664;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/023-hide-the-search-icon-on-mobiles\";i:560;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/135-set-mobile-content-width\";i:3299;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/143-collapsible-sidebar\";i:2321;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/149-project-cpt-custom-name\";i:2678;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/133-header-title-and-tagline/layout\";i:9838;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/133-header-title-and-tagline\";i:34294;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/105-mobile-menu-exclude-secondary-menu-items\";i:1077;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/005-adjust-slider-height\";i:1270;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/031-fix-pricing-table-excluded-space-bug\";i:683;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/106-make-accordions-closable\";i:1249;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/013-add-page-builder-to-other-post-types\";i:12747;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/019-sidebar-width\";i:1405;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/007-hide-dividing-line\";i:706;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/129-visual-builder-module-borders\";i:702;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/043-genos-pricing-table-corners\";i:3326;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/090-remove-box-layout-shadow\";i:610;s:153:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/088-fix-pageloader-by-bonfire-issues\";i:799;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/030-remove-bullets-in-pricing-table\";i:548;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/024-scroll-further-before-shrinking-header\";i:1711;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/107-clickable-post-slider-image\";i:831;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/089-make-left-aligned-icons-bigger\";i:617;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/028-add-text-to-mobile-menu-button\";i:1429;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/087-change-space-between-menu-items\";i:1331;s:179:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/080-fix-simple-security-firewall-comment-button-responsiveness\";i:697;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/073-add-social-icons\";i:2632;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/001-hide-logo\";i:482;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/021-fix-header-menu-width-issue\";i:974;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/052-change-logo-height\";i:1825;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/148-footer-menu-alignment\";i:841;s:156:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/061-open-slider-button-links-in-new-tab\";i:532;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/078-adjust-page-builder-row-spacing\";i:755;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/018-box-layout-in-front-of-header\";i:2179;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/092-enable-gzip-compression\";i:736;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/068-portfolio-module-image-sizes\";i:4498;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/150-footer-bottom-padding\";i:901;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/138-set-footer-content-width\";i:909;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/136-enable-divi-builder-by-default\";i:2879;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/072-filterable-portfolio-module-image-sizes\";i:3931;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/147-enable-zooming\";i:848;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/126-customizer-social-icons/templates\";i:3031;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/126-customizer-social-icons\";i:18319;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/151-footer-info-padding\";i:894;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/102-woocommerce-four-column-layout\";i:1013;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/039-disable-js-minification\";i:441;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/109-hollow-slider-controls\";i:583;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/036-disable-minification\";i:435;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/114-make-scroll-down-icon-bounce\";i:817;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/113-change-logo-link\";i:1014;s:154:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/094-full-screen-page-builder-settings\";i:2245;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/047-change-map-marker-icon\";i:1570;s:166:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/011-custom-css-media-queries/Mobile-Detect-2.8.11\";i:77560;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/011-custom-css-media-queries\";i:92372;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/008-center-header-menus\";i:1321;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/127-change-centered-header-select-page-text\";i:901;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/142-mobile-menu-select-page-bg-col\";i:783;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/083-open-social-media-icons-in-new-tab\";i:481;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/065-set-background-color\";i:668;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/045-pricing-table-strikethrough\";i:449;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/034-import-settings\";i:2418;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/032-make-accordions-start-closed\";i:841;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/137-distraction-free-edd-checkout\";i:1099;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/012-add-floating-widget-area\";i:1771;s:164:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/086-fix-sub-menu-link-colors-on-single-page-nav\";i:633;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/010-custom-css-all-screen-sizes\";i:898;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/134-visual-builder-save-and-publish-to-left\";i:1250;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/020-fix-submenu-overflow-bug\";i:508;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/119-make-phone-number-clickable\";i:1364;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/025-set-mobile-menu-bar-color\";i:664;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/067-edit-footer-html\";i:4770;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/027-fix-slide-formatting-issue\";i:811;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/044-genos-pricing-table-bullets\";i:3016;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/057-hide-header-bottom-border\";i:516;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/145-mobile-menu-button-color\";i:875;s:159:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/081-portfolio-module-center-and-fill-image\";i:1049;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/040-view-generated-js\";i:392;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/098-split-top-header-icons\";i:849;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/051-genos-subscribe-module-style\";i:2005;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/003-add-widget-area-to-header\";i:2248;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/033-export-settings\";i:947;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/124-fix-divi-anchor-link-scrolling\";i:1505;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/097-dont-stretch-featured-images\";i:705;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/117-disable-gallery-image-slide-in\";i:665;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/062-hide-header-completely\";i:706;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/118-hide-gallery-titles\";i:641;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/111-square-post-slider-controls\";i:537;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/053-view-generated-htaccess\";i:403;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/132-visual-builder-hide\";i:814;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/064-set-body-font-size\";i:650;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/084-set-bottom-footer-color\";i:582;s:163:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/146-stop-search-box-overlapping-logo-on-mobile\";i:773;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/152-footer-menu-padding\";i:915;s:160:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/096-remove-featured-post-height-restriction\";i:759;s:170:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/082-filterable-portfolio-module-center-and-fill-image\";i:1177;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/153-hide-top-header-on-fixed-nav\";i:1037;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/112-hollow-post-slider-controls\";i:568;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/103-set-mobile-menu-font-size\";i:677;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/049-right-align-email-and-phone-number\";i:561;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/069-hide-the-search-icon-completely\";i:452;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/110-clickable-slider-image\";i:1033;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/085-make-secondary-menu-text-bold\";i:597;s:147:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/016-gallery-module-image-sizes\";i:3757;s:161:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/048-increase-text-module-bullet-list-spacing\";i:690;s:157:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/100-fullwidth-portfolio-grid-add-spacing\";i:1194;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/060-greyscale-maps\";i:955;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/091-hide-woo-commerce-cart-icon\";i:514;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/004-add-image-before-header\";i:4308;s:144:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/002-center-theme-info-links\";i:645;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes\";i:356746;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/hooks\";i:8587;s:133:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/helpers/dynamic-assets\";i:3025;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/helpers\";i:3180;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/libs\";i:22963;s:130:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/socicon/fonts\";i:736608;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/socicon\";i:764460;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/divi-booster-icons/svg\";i:41732;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/divi-booster-icons/icomoon/fonts\";i:50641;s:143:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/divi-booster-icons/icomoon\";i:87612;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/divi-booster-icons\";i:133044;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons\";i:937482;s:115:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/divi\";i:3466;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/dbdb-posttitle-tags\";i:3547;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/socialmediafollownetworks\";i:12938;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/email-option-button-animation\";i:2509;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/blog-module-author-filter\";i:1887;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/login-module-custom-redirect-url\";i:1853;s:140:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/dbdb-blogmodule-tags\";i:3590;s:146:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/slider-module-random-order\";i:2952;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/slider-module-link-slide-title\";i:3134;s:145:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/contactFormEmailBlacklist\";i:43229;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/contact-form-confirmation-email\";i:7529;s:119:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features\";i:85289;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_slide\";i:11093;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_accordion\";i:7026;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio/tab_order\";i:4690;s:152:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio/active_tab\";i:1983;s:155:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio/project_order\";i:7441;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio\";i:14312;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_fullwidth_slider\";i:4080;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_menu\";i:12146;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options\";i:70929;s:124:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/admin/plugins\";i:326;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/admin/settings/field_types\";i:8120;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/admin/settings\";i:8120;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/admin\";i:19887;s:118:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/classes\";i:31041;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/vendor\";i:52199;s:135:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/js\";i:1624;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/languages\";i:77601;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/css\";i:1334;s:141:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/examples\";i:1788;s:151:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/DebugBar\";i:13954;s:149:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/Plugin\";i:37870;s:150:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/Vcs-old\";i:51438;s:148:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/Theme\";i:8853;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10\";i:192960;s:139:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4\";i:159;s:136:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc\";i:193119;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker\";i:347753;s:125:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/NO_EDIT_shared\";i:53133;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/divi-icon-king\";i:1681;s:122:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/wpml\";i:23236;s:142:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/supreme-modules-for-divi\";i:1007;s:127:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/wp-rocket\";i:1719;s:129:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/wp-optimize\";i:267;s:134:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/post-types-order\";i:490;s:137:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/the-events-calendar\";i:499;s:132:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/munder-difflin\";i:557;s:117:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat\";i:29987;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/img\";i:15215;s:138:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/deprecated/deprecated-icons\";i:1256;s:121:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/deprecated\";i:1256;s:116:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/divi5\";i:306;s:110:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster/core\";i:2117355;s:105:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins/divi-booster\";i:2174672;s:92:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/plugins\";i:164274117;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2025/07\";i:4017080;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2025/01\";i:19756683;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2025/08\";i:0;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2025/03\";i:1521891;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2025\";i:25295654;s:114:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/ithemes-security/logs\";i:27;s:109:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/ithemes-security\";i:27;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2024/10\";i:119856871;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2024/07\";i:24866026;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2024/09\";i:118969747;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2024/08\";i:192049319;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2024\";i:455741963;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2017/10\";i:10024966;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2017/12\";i:78426;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2017\";i:10103392;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2021/02\";i:3766877;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2021/08\";i:19957015;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2021\";i:23723892;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2014/10\";i:12778;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2014/11\";i:537186;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2014/09\";i:11964788;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2014\";i:12514752;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wtfdivi\";i:932;s:106:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpforms/cache\";i:21659;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpforms\";i:22410;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2018/10\";i:33558013;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2018/09\";i:3951562;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2018\";i:37509575;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2020/12\";i:19780329;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/2020\";i:19780329;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/53\";i:444655;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/38\";i:4395141;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/26\";i:161;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/35\";i:2505829;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/30\";i:3244838;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/21\";i:6763534;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/41\";i:1799509;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/55\";i:861749;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/62\";i:3788622;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/22\";i:1675780;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/39\";i:255676;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/51\";i:2016870;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/56\";i:660462;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/42\";i:1964294;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/50\";i:1931698;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/59\";i:10999536;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/32\";i:7283357;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/23\";i:1364398;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/58\";i:1831136;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/25\";i:2969926;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/61\";i:210136;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/49\";i:1733779;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/47\";i:634211;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/45\";i:608357;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/36\";i:1810229;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/28\";i:7658543;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/34\";i:32358761;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/37\";i:3704225;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/40\";i:442197;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/60\";i:1114163;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/46\";i:628767;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/29\";i:7534838;s:111:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/preview_files\";i:7518453;s:100:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd/33\";i:1137925;s:97:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads/wpfd\";i:123851755;s:92:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/uploads\";i:708544738;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (708, 'jetpack_updates_sync_checksum', 'a:3:{s:14:\"update_plugins\";i:642920160;s:13:\"update_themes\";i:1423240465;s:11:\"update_core\";i:3503934594;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (718, '_ninja_tables_settings_migration', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (719, '_ninja_tables_sorting_migration', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (761, '_ninja_tables_plugin_suggest_dismiss', 1720818408, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (762, '_ninjatables_pro_license_status', 'valid', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (763, '_ninjatables_pro_license_key', 'e6c644e1f0d7875dbbc27bbc50938f78', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (788, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:27:\"password-protected/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"2.11.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1756046567;s:11:\"plugin_path\";s:41:\"password-protected/password-protected.php\";}}s:7:\"abspath\";s:74:\"/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:41:\"password-protected/password-protected.php\";s:8:\"sdk_path\";s:27:\"password-protected/freemius\";s:7:\"version\";s:6:\"2.11.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1756046567;}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (789, 'fs_debug_mode', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (790, 'fs_accounts', 'a:15:{s:21:\"id_slug_type_path_map\";a:1:{i:12503;a:3:{s:4:\"slug\";s:23:\"password-protected-free\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:41:\"password-protected/password-protected.php\";}}s:11:\"plugin_data\";a:1:{s:23:\"password-protected-free\";a:18:{s:19:\"last_load_timestamp\";i:1756002116;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:41:\"password-protected/password-protected.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1721164070;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.9.0\";s:11:\"sdk_version\";s:6:\"2.11.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"2.7.8\";s:14:\"plugin_version\";s:5:\"2.7.9\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:29:\"owens-minor.mybenefitport.com\";s:9:\"server_ip\";s:15:\"162.241.252.140\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1725979264;s:7:\"version\";s:5:\"2.7.3\";}s:15:\"prev_is_premium\";b:0;s:21:\"is_pending_activation\";b:1;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"15\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}}s:13:\"file_slug_map\";a:1:{s:41:\"password-protected/password-protected.php\";s:23:\"password-protected-free\";}s:7:\"plugins\";a:1:{s:23:\"password-protected-free\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:5:\"12503\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_e9210517721d27b5112fa7773a600\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:18:\"Password Protected\";s:4:\"slug\";s:23:\"password-protected-free\";s:12:\"premium_slug\";s:34:\"password-protected-premium-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:41:\"password-protected/password-protected.php\";s:7:\"version\";s:5:\"2.7.9\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:9:\"unique_id\";s:32:\"f1e505b65a5de1e4257eeaa5b45dc087\";s:13:\"admin_notices\";a:1:{s:23:\"password-protected-free\";a:0:{}}s:5:\"plans\";a:0:{}s:14:\"active_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1725979026;s:3:\"md5\";s:32:\"837b82e6e98e9d8552058bac19ca9e6a\";s:7:\"plugins\";a:15:{s:23:\"appmysite/appmysite.php\";a:5:{s:4:\"slug\";s:9:\"appmysite\";s:7:\"version\";s:6:\"3.12.0\";s:5:\"title\";s:9:\"AppMySite\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"classic-editor/classic-editor.php\";a:5:{s:4:\"slug\";s:14:\"classic-editor\";s:7:\"version\";s:5:\"1.6.4\";s:5:\"title\";s:14:\"Classic Editor\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";a:5:{s:4:\"slug\";s:33:\"creative-mail-by-constant-contact\";s:7:\"version\";s:5:\"1.6.9\";s:5:\"title\";s:32:\"Creative Mail by Newfold Digital\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:29:\"divi-booster/divi-booster.php\";a:5:{s:4:\"slug\";s:12:\"divi-booster\";s:7:\"version\";s:5:\"4.6.1\";s:5:\"title\";s:12:\"Divi Booster\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:25:\"divi-pixel/divi-pixel.php\";a:5:{s:4:\"slug\";s:10:\"divi-pixel\";s:7:\"version\";s:6:\"2.30.0\";s:5:\"title\";s:10:\"Divi Pixel\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:32:\"duplicate-page/duplicatepage.php\";a:5:{s:4:\"slug\";s:14:\"duplicate-page\";s:7:\"version\";s:5:\"4.5.4\";s:5:\"title\";s:14:\"Duplicate Page\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:35:\"instawp-connect/instawp-connect.php\";a:5:{s:4:\"slug\";s:15:\"instawp-connect\";s:7:\"version\";s:8:\"0.1.0.54\";s:5:\"title\";s:15:\"InstaWP Connect\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:19:\"jetpack/jetpack.php\";a:5:{s:4:\"slug\";s:7:\"jetpack\";s:7:\"version\";s:4:\"13.8\";s:5:\"title\";s:7:\"Jetpack\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"login-designer/login-designer.php\";a:5:{s:4:\"slug\";s:14:\"login-designer\";s:7:\"version\";s:5:\"1.6.4\";s:5:\"title\";s:14:\"Login Designer\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:29:\"ninja-tables/ninja-tables.php\";a:5:{s:4:\"slug\";s:12:\"ninja-tables\";s:7:\"version\";s:6:\"5.0.13\";s:5:\"title\";s:12:\"Ninja Tables\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:37:\"ninja-tables-pro/ninja-tables-pro.php\";a:5:{s:4:\"slug\";s:16:\"ninja-tables-pro\";s:7:\"version\";s:6:\"5.0.13\";s:5:\"title\";s:16:\"Ninja Tables Pro\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:20:\"printfriendly/pf.php\";a:5:{s:4:\"slug\";s:13:\"printfriendly\";s:7:\"version\";s:5:\"5.5.5\";s:5:\"title\";s:35:\"Print, PDF & Email by PrintFriendly\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";a:5:{s:4:\"slug\";s:25:\"bluehost-wordpress-plugin\";s:7:\"version\";s:6:\"3.14.8\";s:5:\"title\";s:19:\"The Bluehost Plugin\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:41:\"wordpress-importer/wordpress-importer.php\";a:5:{s:4:\"slug\";s:18:\"wordpress-importer\";s:7:\"version\";s:5:\"0.8.2\";s:5:\"title\";s:18:\"WordPress Importer\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:37:\"wp-file-download/wp-file-download.php\";a:5:{s:4:\"slug\";s:16:\"wp-file-download\";s:7:\"version\";s:5:\"6.1.3\";s:5:\"title\";s:16:\"WP File Download\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}}}s:11:\"all_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1725979026;s:3:\"md5\";s:32:\"5a248d8659a4a40aa20f6f9ccc776298\";s:7:\"plugins\";a:22:{s:19:\"akismet/akismet.php\";a:5:{s:4:\"slug\";s:7:\"akismet\";s:7:\"version\";s:5:\"5.3.3\";s:5:\"title\";s:34:\"Akismet Anti-spam: Spam Protection\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:23:\"appmysite/appmysite.php\";a:5:{s:4:\"slug\";s:9:\"appmysite\";s:7:\"version\";s:6:\"3.12.0\";s:5:\"title\";s:9:\"AppMySite\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:33:\"classic-editor/classic-editor.php\";a:5:{s:4:\"slug\";s:14:\"classic-editor\";s:7:\"version\";s:5:\"1.6.4\";s:5:\"title\";s:14:\"Classic Editor\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";a:5:{s:4:\"slug\";s:33:\"creative-mail-by-constant-contact\";s:7:\"version\";s:5:\"1.6.9\";s:5:\"title\";s:32:\"Creative Mail by Newfold Digital\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:29:\"divi-booster/divi-booster.php\";a:5:{s:4:\"slug\";s:12:\"divi-booster\";s:7:\"version\";s:5:\"4.6.1\";s:5:\"title\";s:12:\"Divi Booster\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:25:\"divi-pixel/divi-pixel.php\";a:5:{s:4:\"slug\";s:10:\"divi-pixel\";s:7:\"version\";s:6:\"2.30.0\";s:5:\"title\";s:10:\"Divi Pixel\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:32:\"duplicate-page/duplicatepage.php\";a:5:{s:4:\"slug\";s:14:\"duplicate-page\";s:7:\"version\";s:5:\"4.5.4\";s:5:\"title\";s:14:\"Duplicate Page\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";a:5:{s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:7:\"version\";s:5:\"9.0.1\";s:5:\"title\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:9:\"hello.php\";a:5:{s:4:\"slug\";s:11:\"hello-dolly\";s:7:\"version\";s:5:\"1.7.2\";s:5:\"title\";s:11:\"Hello Dolly\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:35:\"instawp-connect/instawp-connect.php\";a:5:{s:4:\"slug\";s:15:\"instawp-connect\";s:7:\"version\";s:8:\"0.1.0.54\";s:5:\"title\";s:15:\"InstaWP Connect\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:19:\"jetpack/jetpack.php\";a:5:{s:4:\"slug\";s:7:\"jetpack\";s:7:\"version\";s:4:\"13.8\";s:5:\"title\";s:7:\"Jetpack\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:33:\"login-designer/login-designer.php\";a:5:{s:4:\"slug\";s:14:\"login-designer\";s:7:\"version\";s:5:\"1.6.4\";s:5:\"title\";s:14:\"Login Designer\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:29:\"ninja-tables/ninja-tables.php\";a:5:{s:4:\"slug\";s:12:\"ninja-tables\";s:7:\"version\";s:6:\"5.0.13\";s:5:\"title\";s:12:\"Ninja Tables\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:37:\"ninja-tables-pro/ninja-tables-pro.php\";a:5:{s:4:\"slug\";s:16:\"ninja-tables-pro\";s:7:\"version\";s:6:\"5.0.13\";s:5:\"title\";s:16:\"Ninja Tables Pro\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:37:\"optinmonster/optin-monster-wp-api.php\";a:5:{s:4:\"slug\";s:12:\"optinmonster\";s:7:\"version\";s:6:\"2.16.4\";s:5:\"title\";s:12:\"OptinMonster\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:41:\"password-protected/password-protected.php\";a:5:{s:4:\"slug\";s:18:\"password-protected\";s:7:\"version\";s:5:\"2.7.3\";s:5:\"title\";s:18:\"Password Protected\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:20:\"printfriendly/pf.php\";a:5:{s:4:\"slug\";s:13:\"printfriendly\";s:7:\"version\";s:5:\"5.5.5\";s:5:\"title\";s:35:\"Print, PDF & Email by PrintFriendly\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";a:5:{s:4:\"slug\";s:25:\"bluehost-wordpress-plugin\";s:7:\"version\";s:6:\"3.14.8\";s:5:\"title\";s:19:\"The Bluehost Plugin\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:41:\"wordpress-importer/wordpress-importer.php\";a:5:{s:4:\"slug\";s:18:\"wordpress-importer\";s:7:\"version\";s:5:\"0.8.2\";s:5:\"title\";s:18:\"WordPress Importer\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:37:\"wp-file-download/wp-file-download.php\";a:5:{s:4:\"slug\";s:16:\"wp-file-download\";s:7:\"version\";s:5:\"6.1.3\";s:5:\"title\";s:16:\"WP File Download\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:24:\"wpforms-lite/wpforms.php\";a:5:{s:4:\"slug\";s:12:\"wpforms-lite\";s:7:\"version\";s:7:\"1.9.0.4\";s:5:\"title\";s:12:\"WPForms Lite\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:24:\"wordpress-seo/wp-seo.php\";a:5:{s:4:\"slug\";s:13:\"wordpress-seo\";s:7:\"version\";s:4:\"23.4\";s:5:\"title\";s:9:\"Yoast SEO\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:10:\"all_themes\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1725979026;s:3:\"md5\";s:32:\"ce051468016c1ab6cb9bf6e462b09d46\";s:6:\"themes\";a:2:{s:4:\"Divi\";a:5:{s:4:\"slug\";s:4:\"Divi\";s:7:\"version\";s:6:\"4.27.1\";s:5:\"title\";s:4:\"Divi\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:16:\"twentytwentyfour\";a:5:{s:4:\"slug\";s:16:\"twentytwentyfour\";s:7:\"version\";s:3:\"1.2\";s:5:\"title\";s:18:\"Twenty Twenty-Four\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:5:\"sites\";a:0:{}s:5:\"users\";a:0:{}s:23:\"user_id_license_ids_map\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (791, 'fs_api_cache', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (794, 'password_protected_version', '2.7.5', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (803, 'password_protected_1.5_update_database', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (827, 'printfriendly_option', 'a:38:{s:9:\"pro_email\";s:20:\"evlester@lockton.com\";s:10:\"pro_domain\";s:29:\"owens-minor.mybenefitport.com\";s:14:\"license_status\";s:4:\"none\";s:12:\"license_date\";s:13:\"1721165550302\";s:7:\"pf_algo\";s:2:\"wp\";s:10:\"css-author\";s:0:\"\";s:11:\"css-content\";s:0:\"\";s:8:\"css-date\";s:0:\"\";s:9:\"css-title\";s:0:\"\";s:16:\"css-primaryImage\";s:0:\"\";s:19:\"pf_algo_css_content\";s:8:\"original\";s:11:\"button_type\";s:36:\"buttons/printfriendly-pdf-button.png\";s:18:\"custom_button_icon\";s:61:\"https://cdn.printfriendly.com/icons/printfriendly-icon-md.png\";s:12:\"custom_image\";s:0:\"\";s:18:\"custom_button_text\";s:11:\"custom-text\";s:11:\"custom_text\";s:13:\"PrintFriendly\";s:9:\"text_size\";i:14;s:10:\"text_color\";s:7:\"#3AAA11\";s:17:\"content_placement\";s:5:\"after\";s:23:\"button_alignment_method\";s:7:\"default\";s:16:\"content_position\";s:4:\"left\";s:20:\"content_position_css\";s:0:\"\";s:18:\"password_protected\";s:2:\"no\";s:19:\"show_hidden_content\";s:2:\"no\";s:4:\"logo\";s:7:\"favicon\";s:9:\"image_url\";s:0:\"\";s:7:\"tagline\";s:0:\"\";s:23:\"enable_google_analytics\";s:2:\"no\";s:15:\"click_to_delete\";s:1:\"0\";s:11:\"images-size\";s:9:\"full-size\";s:11:\"image-style\";s:5:\"block\";s:5:\"email\";s:1:\"0\";s:3:\"pdf\";s:1:\"0\";s:5:\"print\";s:1:\"0\";s:10:\"custom_css\";s:0:\"\";s:15:\"css_include_via\";s:10:\"inline_tag\";s:10:\"enable_css\";s:2:\"on\";s:10:\"db_version\";i:21;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (879, 'current_theme', 'Divi', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (880, 'theme_mods_Divi', 'a:6:{i:0;b:0;s:18:\"custom_css_post_id\";i:11;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:19;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:16:\"background_color\";s:6:\"212121\";}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (881, 'theme_switched', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (889, 'et_core_version', '4.27.4', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (891, 'dipi_filterable_grid_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (892, 'dipi_needs_permalink_flushing', '0', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (893, 'et_divi', 'a:214:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:6:\"4.27.4\";s:31:\"divi_previous_installed_version\";s:6:\"4.27.3\";s:29:\"divi_latest_installed_version\";s:6:\"4.27.4\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:29:\"custom_defaults_migrated_flag\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:9:\"divi_logo\";s:80:\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/site-logo.png\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:18:\"divi_instagram_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:15:\"divi_custom_css\";s:12426:\".menu-item-6993 a {  \r\ncolor: #68ace5 !important;    \r\nfont-weight: bold !important;\r\n}\r\n.menu-item-6993 a:hover { \r\ncolor: white !important;    \r\nfont-weight: bold !important;\r\n}\r\n\r\n.et_multi_view_image__loaded {\r\n    animation: none!important;\r\n}\r\n.et_multi_view_image__loading {\r\n    visibility: visible !important;\r\n}\r\n.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #002856; padding: 10px !important;\r\n	 -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557; !important;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em; font-weight: 900;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #002856; padding: 10px !important; background-color: rgba(255,255,255,.5) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n\r\na:link { text-decoration: none; }\r\na:visited { text-decoration: none; }\r\na:hover { text-decoration: none; }\r\na:active { text-decoration: none; }\r\n\r\n@media only screen and ( min-width: 960px ) {\r\n.nav li.menu-item-6989 ul {\r\n    right: 0 !important;\r\n}\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}\";s:29:\"divi_dynamic_module_framework\";s:2:\"on\";s:16:\"divi_dynamic_css\";s:2:\"on\";s:18:\"divi_dynamic_icons\";s:5:\"false\";s:22:\"divi_inline_stylesheet\";s:2:\"on\";s:17:\"divi_critical_css\";s:2:\"on\";s:30:\"divi_critical_threshold_height\";s:6:\"Medium\";s:25:\"divi_dynamic_js_libraries\";s:2:\"on\";s:19:\"divi_disable_emojis\";s:2:\"on\";s:20:\"divi_defer_block_css\";s:2:\"on\";s:24:\"divi_google_fonts_inline\";s:5:\"false\";s:51:\"divi_limit_google_fonts_support_for_legacy_browsers\";s:2:\"on\";s:23:\"divi_enable_jquery_body\";s:2:\"on\";s:32:\"divi_enable_jquery_compatibility\";s:2:\"on\";s:29:\"divi_enable_jquery_body_super\";s:5:\"false\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:6:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";s:16:\"dipi_testimonial\";s:3:\"off\";s:16:\"dipi_popup_maker\";s:3:\"off\";s:12:\"popupbuilder\";s:3:\"off\";}s:21:\"et_pb_static_css_file\";s:3:\"off\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:3:\"off\";s:14:\"divi_postinfo2\";a:0:{}s:22:\"divi_show_postcomments\";s:5:\"false\";s:15:\"divi_thumbnails\";s:5:\"false\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:0:{}s:21:\"divi_thumbnails_index\";s:5:\"false\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:220:\"<script>\r\njQuery(document).ready(function() { jQuery(\'.et_pb_module.et_pb_accordion.my_accordion .et_pb_accordion_item.et_pb_toggle_open\').addClass(\'et_pb_toggle_close\').removeClass(\'et_pb_toggle_open\');\r\n });\r\n</script>\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:12:\"boxed_layout\";b:0;s:12:\"gutter_width\";i:2;s:15:\"section_padding\";i:2;s:12:\"heading_font\";s:5:\"Arial\";s:12:\"accent_color\";s:7:\"#872434\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:9:\"body_font\";s:5:\"Arial\";s:10:\"link_color\";s:7:\"#872434\";s:10:\"font_color\";s:7:\"#242424\";s:12:\"header_color\";s:7:\"#242424\";s:13:\"nav_fullwidth\";b:1;s:11:\"logo_height\";i:30;s:21:\"primary_nav_font_size\";i:13;s:16:\"primary_nav_font\";s:5:\"Arial\";s:9:\"menu_link\";s:7:\"#ffffff\";s:16:\"menu_link_active\";s:7:\"#68ace5\";s:14:\"primary_nav_bg\";s:7:\"#002856\";s:23:\"primary_nav_dropdown_bg\";s:7:\"#002856\";s:31:\"primary_nav_dropdown_line_color\";s:7:\"#872434\";s:11:\"menu_height\";i:83;s:18:\"secondary_nav_font\";s:5:\"Arial\";s:16:\"secondary_nav_bg\";s:7:\"#872434\";s:25:\"secondary_nav_dropdown_bg\";s:7:\"#872434\";s:27:\"fixed_primary_nav_font_size\";i:12;s:20:\"fixed_primary_nav_bg\";s:7:\"#002856\";s:15:\"fixed_menu_link\";s:7:\"#ffffff\";s:16:\"show_search_icon\";b:1;s:22:\"fixed_menu_link_active\";s:7:\"#68ace5\";s:24:\"show_footer_social_icons\";b:0;s:26:\"footer_widget_header_color\";s:7:\"#872434\";s:26:\"footer_widget_bullet_color\";s:7:\"#872434\";s:29:\"footer_menu_active_link_color\";s:7:\"#872434\";s:21:\"custom_footer_credits\";s:47:\"© 2025 Lockton Companies. All Rights Reserved.\";s:22:\"all_buttons_text_color\";s:7:\"#ffffff\";s:20:\"all_buttons_bg_color\";s:7:\"#002856\";s:21:\"tablet_section_height\";i:71;s:17:\"tablet_row_height\";i:32;s:16:\"all_buttons_font\";s:5:\"Arial\";s:26:\"all_buttons_bg_color_hover\";s:18:\"rgba(0,51,109,0.7)\";s:20:\"phone_section_height\";i:15;s:16:\"phone_row_height\";i:31;s:20:\"phone_body_font_size\";i:12;s:16:\"mobile_menu_link\";s:7:\"#ffffff\";s:21:\"mobile_primary_nav_bg\";s:7:\"#002856\";s:19:\"product_tour_status\";a:2:{i:1;s:3:\"off\";i:2;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:46:\"et_fb_pref_builder_enable_visual_theme_builder\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"click\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:400;s:33:\"et_fb_pref_modal_dimension_height\";i:400;s:27:\"et_fb_pref_modal_position_x\";i:944;s:27:\"et_fb_pref_modal_position_y\";i:143;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:0;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:0;s:30:\"et_fb_pref_lv_modal_position_x\";i:0;s:30:\"et_fb_pref_lv_modal_position_y\";i:0;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:29:\"presets_storage_migrated_flag\";b:1;s:39:\"builder_global_presets_history_migrated\";b:1;s:28:\"et_fb_pref_limited_view_mode\";s:9:\"wireframe\";s:35:\"et_fb_pref_limited_modal_preference\";s:7:\"default\";s:32:\"et_fb_pref_limited_toolbar_click\";s:5:\"false\";s:34:\"et_fb_pref_limited_toolbar_desktop\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_grid\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_hover\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_phone\";s:4:\"true\";s:33:\"et_fb_pref_limited_toolbar_tablet\";s:4:\"true\";s:36:\"et_fb_pref_limited_toolbar_wireframe\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_zoom\";s:4:\"true\";}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (894, 'widget_aboutmewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (895, 'widget_adsensewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (896, 'widget_advwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (899, 'dipi_testimonials_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (900, 'dipi_popupmaker_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (901, 'dipi_pm_OnceMigrateCbcValues', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (902, 'et_safe_mode_plugins_allowlist', 'a:9:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:23:\"divi-dash/divi-dash.php\";i:5;s:27:\"ari-adminer/ari-adminer.php\";i:6;s:31:\"query-monitor/query-monitor.php\";i:7;s:27:\"woocommerce/woocommerce.php\";i:8;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (903, 'et_support_center_installed', 'true', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (904, 'et_images_temp_folder', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/et_temp', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (905, 'et_schedule_clean_images_last_time', 1755632270, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (906, 'dipi_faq_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (907, 'et_bfb_settings', 'a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (909, 'et_pb_cache_notice', 'a:1:{s:6:\"4.17.1\";s:6:\"ignore\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (910, 'shop_catalog_image_size', 'a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (911, 'shop_single_image_size', 'a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (912, 'shop_thumbnail_image_size', 'a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (913, 'et_pb_builder_options', 'a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (915, 'et_support_center_setup_done', 'processed', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (916, 'wpseo_sitemap_cache_validator_global', '6Aftc', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (918, 'dipi_instagram_accounts', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (919, 'dipi_facebook_accounts', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (967, 'et_google_api_settings', 'a:3:{s:7:\"api_key\";s:0:\"\";s:16:\"use_google_fonts\";s:2:\"on\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (972, 'et_automatic_updates_options', 'a:2:{s:8:\"username\";s:10:\"Ehalvorson\";s:7:\"api_key\";s:40:\"0d0599f2cd2b8d6da8e77df897534264675ab194\";}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (978, 'et_support_site_id', 'L(I*+C)-SAy41u0jZXrY', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (987, 'et_account_status', 'active', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1044, 'jp_sync_retry_after_immediate-send', '', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1045, 'jp_sync_error_log_immediate-send', 'a:2:{s:14:\"1721164553.919\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:27:\"concurrent_processing_error\";a:5:{s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 16 Jul 2024 21:15:53 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";a:2:{i:0;s:15:\"Accept-Encoding\";i:1;s:20:\"accept, content-type\";}s:8:\"x-hacker\";s:62:\"Want root?  Visit join.a8c.com/hacker and mention this header.\";s:11:\"host-header\";s:13:\"WordPress.com\";s:22:\"jetpack-dedicated-sync\";s:2:\"on\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-ac\";s:17:\"4.den _dfw BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}s:4:\"body\";s:472:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<methodResponse>\n  <fault>\n    <value>\n      <struct>\n        <member>\n          <name>faultCode</name>\n          <value><int>400</int></value>\n        </member>\n        <member>\n          <name>faultString</name>\n          <value><string>Jetpack: [concurrent_processing_error] There is another sync processing running for the same blog ID</string></value>\n        </member>\n      </struct>\n    </value>\n  </fault>\n</methodResponse>\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;i:400;}}}s:15:\"1721164555.2194\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:27:\"concurrent_processing_error\";a:5:{s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 16 Jul 2024 21:15:55 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";a:2:{i:0;s:15:\"Accept-Encoding\";i:1;s:20:\"accept, content-type\";}s:8:\"x-hacker\";s:62:\"Want root?  Visit join.a8c.com/hacker and mention this header.\";s:11:\"host-header\";s:13:\"WordPress.com\";s:22:\"jetpack-dedicated-sync\";s:2:\"on\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-ac\";s:17:\"4.den _dfw BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}s:4:\"body\";s:472:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<methodResponse>\n  <fault>\n    <value>\n      <struct>\n        <member>\n          <name>faultCode</name>\n          <value><int>400</int></value>\n        </member>\n        <member>\n          <name>faultString</name>\n          <value><string>Jetpack: [concurrent_processing_error] There is another sync processing running for the same blog ID</string></value>\n        </member>\n      </struct>\n    </value>\n  </fault>\n</methodResponse>\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;i:400;}}}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1051, 'jetpack_sync_health_status', 'a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1721164556.753965;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1058, 'wpseo_sitemap_1_cache_validator', '6xokw', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1059, 'wpseo_sitemap_attachment_cache_validator', '6xokJ', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1072, 'wp_calendar_block_has_published_posts', 1, 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1080, 'wpseo_sitemap_page_cache_validator', '6xokA', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1081, 'wpseo_sitemap_post_cache_validator', '6xokF', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1082, 'wpseo_sitemap_scope_cache_validator', '6xokO', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1083, 'wpseo_sitemap_module_width_cache_validator', '6xokU', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1084, 'wpseo_sitemap_layout_type_cache_validator', '6xokY', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1085, 'wpseo_sitemap_layout_tag_cache_validator', '6xol4', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1086, 'wpseo_sitemap_category_cache_validator', '6xol8', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1152, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1183, 'dipi_customizer_option_preloader_background_color', '#ffffff', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1184, 'dipi_customizer_option_particles_color', 'rgba(0,0,0,0.4)', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1185, 'dipi_customizer_option_link_color', 'rgba(0,0,0,0.4)', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1186, 'dipi_customizer_option_particles_color_2', 'rgba(0,0,0,0.4)', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1187, 'dipi_customizer_option_link_color_2', 'rgba(0,0,0,0.4)', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1188, 'dipi_customizer_option_btt_btn_background', 'rgba(0,0,0,0.4)', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1189, 'dipi_customizer_option_btt_btn_color', '#ffffff', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1190, 'dipi_customizer_option_btt_btn_background_hover', '#000000', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1191, 'dipi_customizer_option_btt_btn_color_hover', '#ffffff', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1192, 'dipi_customizer_option_blog_archives_page_background_color', '#ffffff', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1193, 'dipi_customizer_option_archive_box_icon_color', '#ffffff', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1194, 'dipi_customizer_option_blog_related_box_background_color', '#ffffff', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1195, 'dipi_customizer_option_blog_related_box_shadow_color', '#000000', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1196, 'dipi_customizer_option_blog_related_hover_box_shadow_color', '#444444', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1197, 'dipi_customizer_option_mobile_submenu_item_background', '#ffffff', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1198, 'dipi_customizer_option_mobile_menu_btn_shadow_color', 'rgba(0,39,56,0.3)', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1243, '_transient_et_updated_plugins_data', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1755639508;}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1267, 'jb_transient_jetpack_boost_speed_scores_56e3b4d66aae285acea5bb7daa094ca6', 'a:2:{s:6:\"expire\";i:1736805408;s:4:\"data\";a:8:{s:2:\"id\";s:32:\"56e3b4d66aae285acea5bb7daa094ca6\";s:3:\"url\";s:39:\"https://benefitsmyway.mybenefitport.com\";s:14:\"active_modules\";a:0:{}s:7:\"created\";d:1736803608.973555;s:6:\"status\";s:7:\"pending\";s:5:\"error\";N;s:6:\"client\";s:18:\"jetpack-my-jetpack\";s:11:\"retry_count\";i:0;}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1294, 'password_protected_status', '0', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1295, 'password_protected_feeds', '0', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1296, 'password_protected_rest', '0', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1297, 'password_protected_administrators', '0', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1298, 'password_protected_users', '0', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1299, 'password_protected_password', '9e3a08afcfd0f902665851fa4912fa5e', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1300, 'password_protected_allowed_ip_addresses', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1301, 'password_protected_remember_me_lifetime', 14, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1309, 'sharing-options', 'a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1312, 'post_by_email_address1', 'NULL', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1486, 'ju_token', 'qLRp7tmXjNCNCBfw5g5s', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1487, 'ju_queue', '1.0.1', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1488, '_wpfd_search_page_id', 7038, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1489, 'wpfd_version', '6.1.6', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1496, 'wpfd_icon_rebuild_time', 1721171930, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1497, 'widget_wpfd_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1503, '_wpfd_cap_version', '4.8.3', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1504, 'external_updates-wp-file-download', 'O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1756046178;s:14:\"checkedVersion\";s:5:\"6.2.9\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:16:\"wp-file-download\";s:7:\"version\";s:5:\"6.2.9\";s:8:\"homepage\";s:62:\"https://www.joomunited.com/wordpress-products/wp-file-download\";s:12:\"download_url\";s:121:\"https://www.joomunited.com/index.php?option=com_juupdater&task=download.download&extension=wp-file-download&version=6.2.9\";s:14:\"upgrade_notice\";s:29:\"Upgrade to the latest version\";s:6:\"tested\";s:3:\"6.8\";s:8:\"filename\";s:37:\"wp-file-download/wp-file-download.php\";s:5:\"icons\";O:8:\"stdClass\":1:{s:7:\"default\";s:86:\"https://www.joomunited.com/juupdater_files/wordpress_banners/wp-file-download-icon.png\";}}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1505, '_wpfd_installed', 'true', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1585, 'ju_user_token', 'ee3462bb-7a9f-487e-a645-40956b758245', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1591, '_site_transient_et_update_all_plugins', 'O:8:\"stdClass\":3:{s:7:\"checked\";a:18:{s:19:\"akismet/akismet.php\";s:5:\"5.3.3\";s:23:\"appmysite/appmysite.php\";s:6:\"3.12.0\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.4\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:5:\"1.6.9\";s:29:\"divi-booster/divi-booster.php\";s:5:\"4.6.1\";s:25:\"divi-pixel/divi-pixel.php\";s:6:\"2.29.5\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.4\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"9.0.0\";s:9:\"hello.php\";s:5:\"1.7.2\";s:19:\"jetpack/jetpack.php\";s:4:\"13.7\";s:29:\"ninja-tables/ninja-tables.php\";s:6:\"5.0.12\";s:37:\"ninja-tables-pro/ninja-tables-pro.php\";s:5:\"5.0.8\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:6:\"2.16.4\";s:41:\"password-protected/password-protected.php\";s:5:\"2.7.2\";s:20:\"printfriendly/pf.php\";s:5:\"5.5.5\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.8.2\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.9.0.1\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"23.2\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1723501578;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1601, '_wpfd_file_expiration_updated', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1608, '_site_transient_et_update_themes', 'O:8:\"stdClass\":4:{s:7:\"checked\";a:2:{s:4:\"Divi\";s:6:\"4.27.4\";s:16:\"twentytwentyfive\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:6:\"4.27.4\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:144:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=0d0599f2cd2b8d6da8e77df897534264675ab194&username=Ehalvorson\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:12:\"last_checked\";i:1756026529;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1617, 'et_divi_builder_global_presets_ng', 'O:8:\"stdClass\":0:{}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1618, 'et_divi_builder_presets_history_meta', 'a:2:{s:5:\"index\";i:-1;s:4:\"size\";i:0;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1710, 'dipi_license', '33c2be7d34409d08fe69b9012a88964c', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1711, 'dipi_license_status', 'valid', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1712, 'dipi_license_limit', '0', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1713, 'dipi_license_site_count', 2, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1731, 'edd_sl_a1a7f3b2a1cb61c85927cfa9ffa8b24f', 'a:2:{s:7:\"timeout\";i:1723657493;s:5:\"value\";s:160862:\"{\"new_version\":\"2.29.5\",\"stable_version\":\"2.29.5\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2024-07-26 14:54:51\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTcyNDI1ODY5MzozM2MyYmU3ZDM0NDA5ZDA4ZmU2OWI5MDEyYTg4OTY0YzozMjcxODowM2IyMDZhNjI0OTBkZjMyNGY2OWE3NzRiM2I4NzkwYjpodHRwc0AvL293ZW5zLW1pbm9yLm15YmVuZWZpdHBvcnQuY29tOjA=\",\"download_link\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTcyNDI1ODY5MzozM2MyYmU3ZDM0NDA5ZDA4ZmU2OWI5MDEyYTg4OTY0YzozMjcxODowM2IyMDZhNjI0OTBkZjMyNGY2OWE3NzRiM2I4NzkwYjpodHRwc0AvL293ZW5zLW1pbm9yLm15YmVuZWZpdHBvcnQuY29tOjA=\",\"sections\":{\"description\":\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" collapsed=\\\"on\\\" global_colors_info=\\\"{}\\\"][et_pb_row column_structure=\\\"1_2,1_2\\\" admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"1_2\\\" _builder_version=\\\"4.20.4\\\" _module_preset=\\\"default\\\" global_colors_info=\\\"{}\\\"][\\/et_pb_column][et_pb_column type=\\\"1_2\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\",\"changelog\":\"<p><strong>2.29.5 July 26th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue with Testimonial Slider image filters<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue<\\/li>\\n<li>Fixed Masonry Gallery not displaying special characters in lightbox gallery captions<\\/li>\\n<li>Fixed Masonry Gallery issue when the pagination is used<\\/li>\\n<li>Fixed Theme Customizer not working with specific configurations<\\/li>\\n<li>Fixed not working popup trigger in the Balloon module<\\/li>\\n<li>Fixed Advanced Tabs slider on mobiles when RTL language is used<\\/li>\\n<li>Fixed Popup Maker date picker issue when Certain Period option is used<\\/li>\\n<li>Improved functionality of the Reveal module when using multiple selectors simultaneously<\\/li>\\n<li>Added option to include social media icons in multiple menus<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.4 July 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed not working Reveal module in the first tab of Advanced Tabs<\\/li>\\n<li>Fixed Dual Heading issue font size when \\u201cem\\u201d unit is used<\\/li>\\n<li>Fixed Hover Box border issue in Divi Builder<\\/li>\\n<li>Fixed Expanding CTA issue when used in the Balloon mega menu<\\/li>\\n<li>Fixed the Blurb module link not working in the Balloon mega menu<\\/li>\\n<li>Fixed Gravity Forms Styler spacing issue not working in the builder<\\/li>\\n<li>Fixed Gravity Forms Styler province and state filed styling<\\/li>\\n<li>Fixed Image Slider navigation issue when the loop option is enabled<\\/li>\\n<li>Fixed the TOC module spacing issue not working in the builder<\\/li>\\n<li>Fixed text style issue on the login page<\\/li>\\n<li>Fixed Popup Maker issue with responsive settings for Scroll Offset and On Scroll event<\\/li>\\n<li>Fixed Pricing Table suffix placement issue<\\/li>\\n<li>Fixed Parallax Image module height issue when the \\u201cActivate on Container\\u201d option is enabled<\\/li>\\n<li>Fixed the Testimonial Slider popup issue in the Safari browser<\\/li>\\n<li>Fixed the Popup Maker broken close button styling in the Safari browser<\\/li>\\n<li>Fixed Typing Text issue with responsive text alignment settings<\\/li>\\n<li>Added CSS ID &amp; Classes to Floating Images child items<\\/li>\\n<li>Added Toggle Selector to Content Toggle module<\\/li>\\n<li>Added \\u201cAllow Touch Move\\u201d option to the Carousel module<\\/li>\\n<li>Added Menu Order meta box to the FAQ custom post type<\\/li>\\n<li>Improved Popup Maker exit event on mobiles<\\/li>\\n<li>Improved the Before &amp; After Slider functionality when labels are clicked<\\/li>\\n<li>Minor stability improvements<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.3 April 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Improved Image Hotspot tooltip animations<\\/li>\\n<li>Improved Advanced Tabs Tab Selector<\\/li>\\n<li>Improved alignment settings in the Table Maker module<\\/li>\\n<li>Added translatable author prefix to the Blog Slider<\\/li>\\n<li>Added touch lens offset settings to the Image Magnifier module<\\/li>\\n<li>Added H tags control in Filterable Grid and Filterable Gallery<\\/li>\\n<li>Added default position to the Reading Progress Bar<\\/li>\\n<li>Added Link Target option to the Blog Slider module<\\/li>\\n<li>Added responsive settings for the Content Slider labels<\\/li>\\n<li>Added new sort options to the Filterable Gallery module<\\/li>\\n<li>Added responsive settings for the Content Toggle labels<\\/li>\\n<li>Added View Box size settings to the Image Mask module<\\/li>\\n<li>Added H tag control to the Start Rating title field<\\/li>\\n<li>Fixed not clickable logo on mobile devices<\\/li>\\n<li>Fixed Timeline mixed layout not working on mobiles on front-end<\\/li>\\n<li>Fixed Image Showcase image not showing in the Advanced Tabs module<\\/li>\\n<li>Fixed extra space issue in the Testimonial Slider module<\\/li>\\n<li>Fixed Advanced Tabs tab margins not calculated correctly on mobiles<\\/li>\\n<li>Fixed not working Vertical Offset option in the Reveal module<\\/li>\\n<li>Fixed PHP 8.2 compatibility issues<\\/li>\\n<li>Fixed Balloon mega menu not working on touch devices<\\/li>\\n<li>Fixed not working border, background and box-shadow in the Timeline child modules<\\/li>\\n<li>Fixed Hover Box background video size issue<\\/li>\\n<li>Fixed Popup Maker layout issue when more than one section is added<\\/li>\\n<li>Fixed collapsed mobile menu not working with the WPML plugin<\\/li>\\n<li>Fixed Before &amp; After Slider not displayed in Content Slider module<\\/li>\\n<li>Fixed border settings in the Carousel module<\\/li>\\n<li>Fixed Image Showcase not working in the Content Slider module<\\/li>\\n<li>Fixed Image Slider navigation position issue on mobile<\\/li>\\n<li>Fixed Info Circle border issue displayed on CPT pages<\\/li>\\n<li>Fixed Info Circle default values<\\/li>\\n<li>Fixed spacing issue in the Table Of Contents module<\\/li>\\n<li>Fixed clickable mobile menu when the full-screen option is used<\\/li>\\n<li>Fixed Expanding CTA responsive issue when Custom Mobile Breakpoint is used<\\/li>\\n<li>Fixed Counter animation viewport issue<\\/li>\\n<li>Updated wpml-config.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.29.2 December 21st 2023<\\/p>\\n<ul>\\n<li>Fixed Dual Heading border issue<\\/li>\\n<li>Fixed Divi 4.23.2 compatibility issue<\\/li>\\n<li>Fixed Tripadvisor social icon issue<\\/li>\\n<li>Fixed Table Maker depraciated PHP: automatic conversion of false to array<\\/li>\\n<li>Fixed Flip Box module showing back side<\\/li>\\n<li>Fixed Popup Maker position issue when content is having single tags<\\/li>\\n<li>Fixed Filterable Gallery JS error when Conditional Display is used<\\/li>\\n<li>Improved Blog Slider data attribute format<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.1 December 15th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed parent mobile menu item link issue<\\/li>\\n<li>Fixed Jetpack captcha field width on login screen<\\/li>\\n<li>Fixed not saving Divi Pixel Category and link in Media Library<\\/li>\\n<li>Fixed not showing Read More button for arabic string in Blog Slider<\\/li>\\n<li>Fixed Dual Heading background text stroke color issue<\\/li>\\n<li>Fixed JS error when responsive text settings for TOC module title are used<\\/li>\\n<li>Fixed Gravity Forms Styler border issue when Orbital theme is used<\\/li>\\n<li>Added delay option to the Typing Text module<\\/li>\\n<li>Added archive page styling for search results page<\\/li>\\n<li>Added option to hide Homepage in the Breadcrumbs module<\\/li>\\n<li>Added option to remove Html for empty field in Testimonial Slider<\\/li>\\n<li>Added pagination and load more settings to the Masonry Gallery module<\\/li>\\n<li>Added option to show\\/hide Clear Divi Cache option in the WP toolbar<\\/li>\\n<li>Improved Fix Lazy Loading Image in Filterable Grid and Filterable Gallery<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.0 November 24th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table Maker module<\\/li>\\n<li>Added margin, padding and custom CSS filed for Advanced Tabs tab image<\\/li>\\n<li>Added Divider module to WPML config file<\\/li>\\n<li>Added custom CSS field to Advanced Tabs button<\\/li>\\n<li>Added shortcode support to Blog Slider, Parallax Image and Pricing Table modules<\\/li>\\n<li>Added title tag control for the Pricing Table Feature<\\/li>\\n<li>Added ability to translate DIPI category taxonomy<\\/li>\\n<li>Added support of Gravity Forms Styler to different themes<\\/li>\\n<li>Added Link toggle to Tile Scroll child modules<\\/li>\\n<li>Added \\u201cClickable Card\\u201d option to the Blog Slider module<\\/li>\\n<li>Added mobile option for the Ripple Effect Style 2 in the Image Hotspot module<\\/li>\\n<li>Added alt text for image in the Expanding CTA module<\\/li>\\n<li>Fixed Reveal module expanded height issue<\\/li>\\n<li>Fixed Panorama responsive issue<\\/li>\\n<li>Fixed menu hover animation when translation is used<\\/li>\\n<li>Fixed Reveal height in Advanced Tabs, Content Slider and Content Toggle<\\/li>\\n<li>Fixed Flip Box dynamic link issue<\\/li>\\n<li>Fixed not working page exclusion option in the TOC module<\\/li>\\n<li>Fixed not working Carousel link in older Safari browsers<\\/li>\\n<li>Improved Image Hotspot tooltip position on mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.28.0 October 11th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divider module<\\/li>\\n<li>Fixed Accordion Image rendering issue when used in Theme Builder template<\\/li>\\n<li>Fixed WPML-config.xml file conflict with Polylang plugin<\\/li>\\n<li>Fixed Reveal issue when used in the Content Slider module<\\/li>\\n<li>Fixed Image Slider thumbs navigation not working when Theme Builder is used<\\/li>\\n<li>Fixed Filterable Grid taxonomy select field issue with the Polylang plugin<\\/li>\\n<li>Fixed not working FAQ module order not working in the builder<\\/li>\\n<li>Fixed incorrect image count displayed in the Image Slider lightbox<\\/li>\\n<li>Fixed Gravity Forms Styler unique ID field not showing in the editor<\\/li>\\n<li>Fixed Gravity Forms Styler dropdown arrow position issue<\\/li>\\n<li>Added Custom CSS fields for Hover Gallery images and content icons<\\/li>\\n<li>Added Yelp and Spotify social media icons<\\/li>\\n<li>Added Popup Maker width settings<\\/li>\\n<li>Added Custom CSS ID &amp; Classes to the Timeline child items<\\/li>\\n<li>Updated WPML configuration file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.27.0 September 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Reveal module<\\/li>\\n<li>Added Box Shadow and Border settings to the Typing Text module<\\/li>\\n<li>Added Alt Text for images in the Info Circle module<\\/li>\\n<li>Added option to use icons with links in the Floating Images module<\\/li>\\n<li>Added Load More, Pagination, and Infinite Scroll options to the Masonry Gallery module<\\/li>\\n<li>Added Carousel Image Height control<\\/li>\\n<li>Added responsive settings for Show Table Title in the TOC module<\\/li>\\n<li>Added ACF support to the Price List module<\\/li>\\n<li>Added author prefix &amp; link target setting to the Filterable Grid module<\\/li>\\n<li>Fixed Testimonial Slider issue when content includes unicode symbols<\\/li>\\n<li>Fixed Table of Content issue when the Generate for Whole Page option is enabled<\\/li>\\n<li>Fixed Table of Contents issue when special characters are used in the title<\\/li>\\n<li>Fixed not working CTA button settings in the footer menu<\\/li>\\n<li>Fixed not a clickable logo in the header when the centered header is used<\\/li>\\n<li>Fixed CTA Menu Button styles not applying to the secondary menu<\\/li>\\n<li>Apply mobile menu styles only for the header menu, not for the footer<\\/li>\\n<li>Enabled Divi Pixel taxonomy for all CPT<\\/li>\\n<li>Updated Twitter icon<\\/li>\\n<li>Updated WPML config file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.26.0 August 9th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table of Contents module added<\\/li>\\n<li><strong>NEW:<\\/strong> Clear Divi Cache functionality added to the WP dashboard toolbar<\\/li>\\n<li>Fixed Float Thumbs Over Main Image responsive issues in the Image Slider module<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue when placed at the end of a row<\\/li>\\n<li>Fixed Image Hotspot warning in the child module<\\/li>\\n<li>Fixed Image Rotator preloader issue when the image is bigger than the viewport height<\\/li>\\n<li>Fixed not clickable logo on mobile when centered header style is used<\\/li>\\n<li>Fixed not working border for the menu CTA button<\\/li>\\n<li>Added Popup Maker WPML support<\\/li>\\n<li>Added Tripadvisor, Twitch, and Yelp social media icons<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.1 July 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added preloader to the Image Rotator module<\\/li>\\n<li>Fixed WPML config file to fix the Pricing Table text field translation issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.0 July 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Image Rotate module added<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed Filterable Grid Sticky Filter issue<\\/li>\\n<li>Fixed submenu not opening in some devices when \\u2018Collapse Submenu Items on Mobiles\\u2019 is enabled<\\/li>\\n<li>Fixed rendering issue of Image Gallery in Content Slider<\\/li>\\n<li>Fixed Image Accordion background image not working when the image is not selected in the child module<\\/li>\\n<li>Fixed PHP warning in Expanding CTA module<\\/li>\\n<li>Fixed missing styling of Submit button container in the Gravity Forms Styler module<\\/li>\\n<li>Fixed not working \\u2018Hide Close Button\\u2019\\u00a0 in Popup Maker after PHP 8.0<\\/li>\\n<li>Fixed not working image animation in the Filterable Grid module<\\/li>\\n<li>Fixed archive\\/categories pages excerpt font color issue<\\/li>\\n<li>Fixed Image Hotspot ripple effect issue in Firefox browser<\\/li>\\n<li>Fixed dynamic text not rendering in the Visual Builder in the Text Highlighter module<\\/li>\\n<li>Added option to hide content by default in the Advanced Tabs module<\\/li>\\n<li>Added scroll bar to Filterable Gallery when image caption in lightbox goes out of the screen<\\/li>\\n<li>Added stronger selector to Button Grid for default margin-bottom of child module<\\/li>\\n<li>Added Slide Selector to the Content Slider module<\\/li>\\n<li>Added navigation settings to the Content Slider module<\\/li>\\n<li>Added \\u201cContent as Raw HTML\\u201d to the Blog Slider module<\\/li>\\n<li>Added tab index and field values setting to the Gravity Forms Styler module<\\/li>\\n<li>Added Show More button functionality to the Filterable Grid module<\\/li>\\n<li>Added publishing date, categories, and author to the Filterable Grid module<\\/li>\\n<li>Added filters to the Filterable Grid module<\\/li>\\n<li>Improved Filterable Grid title\\/content hover color functionality<\\/li>\\n<li>Improved \\u201cApply Hover Style to Active Menu Item\\u201d function<\\/li>\\n<li>Improved speed using async images in Blog Slider<\\/li>\\n<li>Improved image link function in the Advanced Tabs module<\\/li>\\n<li>Improved Popup Maker to allow users to trigger popups using a keyboard<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.24.0 June 7th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added full WPML compatibility<\\/li>\\n<li>Fixed not working autoplay speed in the Hover Gallery module<\\/li>\\n<li>Fixed Image Magnifier rendering issue in Divi Builder<\\/li>\\n<li>Fixed the preloader displayed on the blog page when only the homepage setting is enabled<\\/li>\\n<li>Fixed Timeline module displaying issue on front-end of CPT<\\/li>\\n<li>Fixed Timeline responsive issue in Theme Builder<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed not working Filterable Grid image animation<\\/li>\\n<li>Fixed Advanced Tabs scroll to content on mobiles issue<\\/li>\\n<li>Fixed Advanced Tabs sticky tabs with slider navigation issue<\\/li>\\n<li>Fixed truncated caption in the Filterable Gallery lightbox when an apostrophe is used<\\/li>\\n<li>Added link option for the content image in the Advanced Tabs module<\\/li>\\n<li>Added Image Slider lightbox option for main carousel images<\\/li>\\n<li>Added icon spacing settings to the Tilt Image module<\\/li>\\n<li>Added vertical scroll functionality to the Image Showcase module<\\/li>\\n<li>Added simple FadeIn animation to the Hover Gallery module<\\/li>\\n<li>Added \\u201cMenu Order\\u201d into Filterable Grid Order By settings<\\/li>\\n<li>Disabled popups displaying in the builder<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.23.1 May 23rd, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed conditional fields issue in the Gravity Forms Styler module<\\/li>\\n<li>Fixed Gravity Forms Styler files loaded when the module is hidden<\\/li>\\n<li>Fixed the z-index of the meta box in the Popup Maker user interface<\\/li>\\n<li>Fixed the wrapping text issue in the last tab in the Content Slider module<\\/li>\\n<li>Fixed Content Slider reloading when Advanced Tabs is used on the same page<\\/li>\\n<li>Fixed Popup Maker issue causing broken website styles on the front-end<\\/li>\\n<li>Added ID tag to FAQ module schema output<\\/li>\\n<li>Added Ajax feature to Gravity Forms Styler module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<br \\/>\\n<strong>2.23.0 May 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Gravity Forms Styler for Divi<\\/li>\\n<li>Fixed issue with the mouse pointer on archive pages when the popup Closing CSS Selector is empty<\\/li>\\n<li>Fixed Theme Customizer issue when the Divi Torque plugin is used<\\/li>\\n<li>Fixed Scroll Image not working in the Carousel module<\\/li>\\n<li>Fixed the select field in the Divi Pixel dashboard<\\/li>\\n<li>Fixed conflict with FluentCRM where the unsubscribe function didn\\u2019t work<\\/li>\\n<li>Fixed Content Slider Move by Pin not working on mobiles<\\/li>\\n<li>Fixed Filterable Grid broken image issue when the featured image is not set and image overlay used<\\/li>\\n<li>Fixed Filterable Grid cursor pointer issue when using post link without lightbox option enabled<\\/li>\\n<li>Fixed conflict with the FluentCRM plugin<\\/li>\\n<li>Fixed the Horizontal Timeline issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed Balloon module background issue<\\/li>\\n<li>Fixed Horizontal Timeline icons displaying issue<\\/li>\\n<li>Fixed Image Mask custom SVG mask not displayed on the front-end on a specific server<\\/li>\\n<li>Fixed Footer Stick to the Bottom not working on tablets and mobiles<\\/li>\\n<li>Fixed Testimonial Slider Read More function not working with non-latin contents<\\/li>\\n<li>Fixed Advanced Tabs Content Vertical Align option not working correctly<\\/li>\\n<li>Added Content Image width settings to the Advanced Tabs module<\\/li>\\n<li>Improved Blog Style 5 layout on tablets<\\/li>\\n<li>Improved Filterable Grid content length when excerpt text is empty<\\/li>\\n<li>Improved Force Footer to the Bottom feature<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.22.0 April 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Slider module added<\\/li>\\n<li>Added z-index setting in the Balloon module<\\/li>\\n<li>Added z-index setting for the Image Hotspot tooltip<\\/li>\\n<li>Added option to fix anchor link offset issue when Fixed Mobile Header is used<\\/li>\\n<li>Added Quora social media network<\\/li>\\n<li>Added Lazyload images to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Offset setting to the Blog Slider module<\\/li>\\n<li>Fixed Pricing Table not working spacing setting when used in Theme Builder<\\/li>\\n<li>Fixed the issue with adding a new module below the Image Slider<\\/li>\\n<li>Fixed Popup Maker not triggering from the mobile menu item<\\/li>\\n<li>Improved the Filterable Grid performance<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.1 March 29th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed duplicated mobile menu hamburger icon issue<\\/li>\\n<li>Fixed mobile menu hamburger icon animation issue<\\/li>\\n<li>Fixed space added when the reveal footer effect is used<\\/li>\\n<li>Fixed Filled Background menu hover effect styles issues<\\/li>\\n<li>Fixed dropdown menu item animation and styling issues<\\/li>\\n<li>Fixed mobile menu CTA button text color issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.0 March 28th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Hover Gallery module added<\\/li>\\n<li>Fixed Filterable Grid link target not working properly<\\/li>\\n<li>Fixed heading level issue in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Fixed issue with the Author Box sizing<\\/li>\\n<li>Fixed Info Circle issue when button and content links are used at the same time<\\/li>\\n<li>Fixed an issue with the responsive icon selector in the Timeline module<\\/li>\\n<li>Fixed Carousel not displaying when the max-width property is used in the child module<\\/li>\\n<li>Fixed Timeline Font Awesome icons not displayed<\\/li>\\n<li>Fixed PHP warning when the option to display popup on specific pages is enabled, but pages not defined<\\/li>\\n<li>Added sticky filter bar options to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Status option to the Filterable Grid module<\\/li>\\n<li>Added option to display raw HTML in the Filterable Grid module<\\/li>\\n<li>Added displaying order options to the Filterable Grid module<\\/li>\\n<li>Added pagination translation settings for the Filterable Gallery and Filterable Grid<\\/li>\\n<li>Added option to show title and caption in the Carousel image lightbox<\\/li>\\n<li>Added options to display animation in the viewport and only once in the Fancy Text module<\\/li>\\n<li>Added hooks to the Blog Slider module<\\/li>\\n<li>Improved Popup Maker CSS when the Video module is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"description\":[\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" collapsed=\\\"on\\\" global_colors_info=\\\"{}\\\"][et_pb_row column_structure=\\\"1_2,1_2\\\" admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"1_2\\\" _builder_version=\\\"4.20.4\\\" _module_preset=\\\"default\\\" global_colors_info=\\\"{}\\\"][\\/et_pb_column][et_pb_column type=\\\"1_2\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.29.5 July 26th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue with Testimonial Slider image filters<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue<\\/li>\\n<li>Fixed Masonry Gallery not displaying special characters in lightbox gallery captions<\\/li>\\n<li>Fixed Masonry Gallery issue when the pagination is used<\\/li>\\n<li>Fixed Theme Customizer not working with specific configurations<\\/li>\\n<li>Fixed not working popup trigger in the Balloon module<\\/li>\\n<li>Fixed Advanced Tabs slider on mobiles when RTL language is used<\\/li>\\n<li>Fixed Popup Maker date picker issue when Certain Period option is used<\\/li>\\n<li>Improved functionality of the Reveal module when using multiple selectors simultaneously<\\/li>\\n<li>Added option to include social media icons in multiple menus<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.4 July 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed not working Reveal module in the first tab of Advanced Tabs<\\/li>\\n<li>Fixed Dual Heading issue font size when \\u201cem\\u201d unit is used<\\/li>\\n<li>Fixed Hover Box border issue in Divi Builder<\\/li>\\n<li>Fixed Expanding CTA issue when used in the Balloon mega menu<\\/li>\\n<li>Fixed the Blurb module link not working in the Balloon mega menu<\\/li>\\n<li>Fixed Gravity Forms Styler spacing issue not working in the builder<\\/li>\\n<li>Fixed Gravity Forms Styler province and state filed styling<\\/li>\\n<li>Fixed Image Slider navigation issue when the loop option is enabled<\\/li>\\n<li>Fixed the TOC module spacing issue not working in the builder<\\/li>\\n<li>Fixed text style issue on the login page<\\/li>\\n<li>Fixed Popup Maker issue with responsive settings for Scroll Offset and On Scroll event<\\/li>\\n<li>Fixed Pricing Table suffix placement issue<\\/li>\\n<li>Fixed Parallax Image module height issue when the \\u201cActivate on Container\\u201d option is enabled<\\/li>\\n<li>Fixed the Testimonial Slider popup issue in the Safari browser<\\/li>\\n<li>Fixed the Popup Maker broken close button styling in the Safari browser<\\/li>\\n<li>Fixed Typing Text issue with responsive text alignment settings<\\/li>\\n<li>Added CSS ID &amp; Classes to Floating Images child items<\\/li>\\n<li>Added Toggle Selector to Content Toggle module<\\/li>\\n<li>Added \\u201cAllow Touch Move\\u201d option to the Carousel module<\\/li>\\n<li>Added Menu Order meta box to the FAQ custom post type<\\/li>\\n<li>Improved Popup Maker exit event on mobiles<\\/li>\\n<li>Improved the Before &amp; After Slider functionality when labels are clicked<\\/li>\\n<li>Minor stability improvements<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.3 April 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Improved Image Hotspot tooltip animations<\\/li>\\n<li>Improved Advanced Tabs Tab Selector<\\/li>\\n<li>Improved alignment settings in the Table Maker module<\\/li>\\n<li>Added translatable author prefix to the Blog Slider<\\/li>\\n<li>Added touch lens offset settings to the Image Magnifier module<\\/li>\\n<li>Added H tags control in Filterable Grid and Filterable Gallery<\\/li>\\n<li>Added default position to the Reading Progress Bar<\\/li>\\n<li>Added Link Target option to the Blog Slider module<\\/li>\\n<li>Added responsive settings for the Content Slider labels<\\/li>\\n<li>Added new sort options to the Filterable Gallery module<\\/li>\\n<li>Added responsive settings for the Content Toggle labels<\\/li>\\n<li>Added View Box size settings to the Image Mask module<\\/li>\\n<li>Added H tag control to the Start Rating title field<\\/li>\\n<li>Fixed not clickable logo on mobile devices<\\/li>\\n<li>Fixed Timeline mixed layout not working on mobiles on front-end<\\/li>\\n<li>Fixed Image Showcase image not showing in the Advanced Tabs module<\\/li>\\n<li>Fixed extra space issue in the Testimonial Slider module<\\/li>\\n<li>Fixed Advanced Tabs tab margins not calculated correctly on mobiles<\\/li>\\n<li>Fixed not working Vertical Offset option in the Reveal module<\\/li>\\n<li>Fixed PHP 8.2 compatibility issues<\\/li>\\n<li>Fixed Balloon mega menu not working on touch devices<\\/li>\\n<li>Fixed not working border, background and box-shadow in the Timeline child modules<\\/li>\\n<li>Fixed Hover Box background video size issue<\\/li>\\n<li>Fixed Popup Maker layout issue when more than one section is added<\\/li>\\n<li>Fixed collapsed mobile menu not working with the WPML plugin<\\/li>\\n<li>Fixed Before &amp; After Slider not displayed in Content Slider module<\\/li>\\n<li>Fixed border settings in the Carousel module<\\/li>\\n<li>Fixed Image Showcase not working in the Content Slider module<\\/li>\\n<li>Fixed Image Slider navigation position issue on mobile<\\/li>\\n<li>Fixed Info Circle border issue displayed on CPT pages<\\/li>\\n<li>Fixed Info Circle default values<\\/li>\\n<li>Fixed spacing issue in the Table Of Contents module<\\/li>\\n<li>Fixed clickable mobile menu when the full-screen option is used<\\/li>\\n<li>Fixed Expanding CTA responsive issue when Custom Mobile Breakpoint is used<\\/li>\\n<li>Fixed Counter animation viewport issue<\\/li>\\n<li>Updated wpml-config.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.29.2 December 21st 2023<\\/p>\\n<ul>\\n<li>Fixed Dual Heading border issue<\\/li>\\n<li>Fixed Divi 4.23.2 compatibility issue<\\/li>\\n<li>Fixed Tripadvisor social icon issue<\\/li>\\n<li>Fixed Table Maker depraciated PHP: automatic conversion of false to array<\\/li>\\n<li>Fixed Flip Box module showing back side<\\/li>\\n<li>Fixed Popup Maker position issue when content is having single tags<\\/li>\\n<li>Fixed Filterable Gallery JS error when Conditional Display is used<\\/li>\\n<li>Improved Blog Slider data attribute format<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.1 December 15th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed parent mobile menu item link issue<\\/li>\\n<li>Fixed Jetpack captcha field width on login screen<\\/li>\\n<li>Fixed not saving Divi Pixel Category and link in Media Library<\\/li>\\n<li>Fixed not showing Read More button for arabic string in Blog Slider<\\/li>\\n<li>Fixed Dual Heading background text stroke color issue<\\/li>\\n<li>Fixed JS error when responsive text settings for TOC module title are used<\\/li>\\n<li>Fixed Gravity Forms Styler border issue when Orbital theme is used<\\/li>\\n<li>Added delay option to the Typing Text module<\\/li>\\n<li>Added archive page styling for search results page<\\/li>\\n<li>Added option to hide Homepage in the Breadcrumbs module<\\/li>\\n<li>Added option to remove Html for empty field in Testimonial Slider<\\/li>\\n<li>Added pagination and load more settings to the Masonry Gallery module<\\/li>\\n<li>Added option to show\\/hide Clear Divi Cache option in the WP toolbar<\\/li>\\n<li>Improved Fix Lazy Loading Image in Filterable Grid and Filterable Gallery<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.0 November 24th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table Maker module<\\/li>\\n<li>Added margin, padding and custom CSS filed for Advanced Tabs tab image<\\/li>\\n<li>Added Divider module to WPML config file<\\/li>\\n<li>Added custom CSS field to Advanced Tabs button<\\/li>\\n<li>Added shortcode support to Blog Slider, Parallax Image and Pricing Table modules<\\/li>\\n<li>Added title tag control for the Pricing Table Feature<\\/li>\\n<li>Added ability to translate DIPI category taxonomy<\\/li>\\n<li>Added support of Gravity Forms Styler to different themes<\\/li>\\n<li>Added Link toggle to Tile Scroll child modules<\\/li>\\n<li>Added \\u201cClickable Card\\u201d option to the Blog Slider module<\\/li>\\n<li>Added mobile option for the Ripple Effect Style 2 in the Image Hotspot module<\\/li>\\n<li>Added alt text for image in the Expanding CTA module<\\/li>\\n<li>Fixed Reveal module expanded height issue<\\/li>\\n<li>Fixed Panorama responsive issue<\\/li>\\n<li>Fixed menu hover animation when translation is used<\\/li>\\n<li>Fixed Reveal height in Advanced Tabs, Content Slider and Content Toggle<\\/li>\\n<li>Fixed Flip Box dynamic link issue<\\/li>\\n<li>Fixed not working page exclusion option in the TOC module<\\/li>\\n<li>Fixed not working Carousel link in older Safari browsers<\\/li>\\n<li>Improved Image Hotspot tooltip position on mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.28.0 October 11th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divider module<\\/li>\\n<li>Fixed Accordion Image rendering issue when used in Theme Builder template<\\/li>\\n<li>Fixed WPML-config.xml file conflict with Polylang plugin<\\/li>\\n<li>Fixed Reveal issue when used in the Content Slider module<\\/li>\\n<li>Fixed Image Slider thumbs navigation not working when Theme Builder is used<\\/li>\\n<li>Fixed Filterable Grid taxonomy select field issue with the Polylang plugin<\\/li>\\n<li>Fixed not working FAQ module order not working in the builder<\\/li>\\n<li>Fixed incorrect image count displayed in the Image Slider lightbox<\\/li>\\n<li>Fixed Gravity Forms Styler unique ID field not showing in the editor<\\/li>\\n<li>Fixed Gravity Forms Styler dropdown arrow position issue<\\/li>\\n<li>Added Custom CSS fields for Hover Gallery images and content icons<\\/li>\\n<li>Added Yelp and Spotify social media icons<\\/li>\\n<li>Added Popup Maker width settings<\\/li>\\n<li>Added Custom CSS ID &amp; Classes to the Timeline child items<\\/li>\\n<li>Updated WPML configuration file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.27.0 September 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Reveal module<\\/li>\\n<li>Added Box Shadow and Border settings to the Typing Text module<\\/li>\\n<li>Added Alt Text for images in the Info Circle module<\\/li>\\n<li>Added option to use icons with links in the Floating Images module<\\/li>\\n<li>Added Load More, Pagination, and Infinite Scroll options to the Masonry Gallery module<\\/li>\\n<li>Added Carousel Image Height control<\\/li>\\n<li>Added responsive settings for Show Table Title in the TOC module<\\/li>\\n<li>Added ACF support to the Price List module<\\/li>\\n<li>Added author prefix &amp; link target setting to the Filterable Grid module<\\/li>\\n<li>Fixed Testimonial Slider issue when content includes unicode symbols<\\/li>\\n<li>Fixed Table of Content issue when the Generate for Whole Page option is enabled<\\/li>\\n<li>Fixed Table of Contents issue when special characters are used in the title<\\/li>\\n<li>Fixed not working CTA button settings in the footer menu<\\/li>\\n<li>Fixed not a clickable logo in the header when the centered header is used<\\/li>\\n<li>Fixed CTA Menu Button styles not applying to the secondary menu<\\/li>\\n<li>Apply mobile menu styles only for the header menu, not for the footer<\\/li>\\n<li>Enabled Divi Pixel taxonomy for all CPT<\\/li>\\n<li>Updated Twitter icon<\\/li>\\n<li>Updated WPML config file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.26.0 August 9th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table of Contents module added<\\/li>\\n<li><strong>NEW:<\\/strong> Clear Divi Cache functionality added to the WP dashboard toolbar<\\/li>\\n<li>Fixed Float Thumbs Over Main Image responsive issues in the Image Slider module<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue when placed at the end of a row<\\/li>\\n<li>Fixed Image Hotspot warning in the child module<\\/li>\\n<li>Fixed Image Rotator preloader issue when the image is bigger than the viewport height<\\/li>\\n<li>Fixed not clickable logo on mobile when centered header style is used<\\/li>\\n<li>Fixed not working border for the menu CTA button<\\/li>\\n<li>Added Popup Maker WPML support<\\/li>\\n<li>Added Tripadvisor, Twitch, and Yelp social media icons<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.1 July 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added preloader to the Image Rotator module<\\/li>\\n<li>Fixed WPML config file to fix the Pricing Table text field translation issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.0 July 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Image Rotate module added<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed Filterable Grid Sticky Filter issue<\\/li>\\n<li>Fixed submenu not opening in some devices when \\u2018Collapse Submenu Items on Mobiles\\u2019 is enabled<\\/li>\\n<li>Fixed rendering issue of Image Gallery in Content Slider<\\/li>\\n<li>Fixed Image Accordion background image not working when the image is not selected in the child module<\\/li>\\n<li>Fixed PHP warning in Expanding CTA module<\\/li>\\n<li>Fixed missing styling of Submit button container in the Gravity Forms Styler module<\\/li>\\n<li>Fixed not working \\u2018Hide Close Button\\u2019\\u00a0 in Popup Maker after PHP 8.0<\\/li>\\n<li>Fixed not working image animation in the Filterable Grid module<\\/li>\\n<li>Fixed archive\\/categories pages excerpt font color issue<\\/li>\\n<li>Fixed Image Hotspot ripple effect issue in Firefox browser<\\/li>\\n<li>Fixed dynamic text not rendering in the Visual Builder in the Text Highlighter module<\\/li>\\n<li>Added option to hide content by default in the Advanced Tabs module<\\/li>\\n<li>Added scroll bar to Filterable Gallery when image caption in lightbox goes out of the screen<\\/li>\\n<li>Added stronger selector to Button Grid for default margin-bottom of child module<\\/li>\\n<li>Added Slide Selector to the Content Slider module<\\/li>\\n<li>Added navigation settings to the Content Slider module<\\/li>\\n<li>Added \\u201cContent as Raw HTML\\u201d to the Blog Slider module<\\/li>\\n<li>Added tab index and field values setting to the Gravity Forms Styler module<\\/li>\\n<li>Added Show More button functionality to the Filterable Grid module<\\/li>\\n<li>Added publishing date, categories, and author to the Filterable Grid module<\\/li>\\n<li>Added filters to the Filterable Grid module<\\/li>\\n<li>Improved Filterable Grid title\\/content hover color functionality<\\/li>\\n<li>Improved \\u201cApply Hover Style to Active Menu Item\\u201d function<\\/li>\\n<li>Improved speed using async images in Blog Slider<\\/li>\\n<li>Improved image link function in the Advanced Tabs module<\\/li>\\n<li>Improved Popup Maker to allow users to trigger popups using a keyboard<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.24.0 June 7th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added full WPML compatibility<\\/li>\\n<li>Fixed not working autoplay speed in the Hover Gallery module<\\/li>\\n<li>Fixed Image Magnifier rendering issue in Divi Builder<\\/li>\\n<li>Fixed the preloader displayed on the blog page when only the homepage setting is enabled<\\/li>\\n<li>Fixed Timeline module displaying issue on front-end of CPT<\\/li>\\n<li>Fixed Timeline responsive issue in Theme Builder<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed not working Filterable Grid image animation<\\/li>\\n<li>Fixed Advanced Tabs scroll to content on mobiles issue<\\/li>\\n<li>Fixed Advanced Tabs sticky tabs with slider navigation issue<\\/li>\\n<li>Fixed truncated caption in the Filterable Gallery lightbox when an apostrophe is used<\\/li>\\n<li>Added link option for the content image in the Advanced Tabs module<\\/li>\\n<li>Added Image Slider lightbox option for main carousel images<\\/li>\\n<li>Added icon spacing settings to the Tilt Image module<\\/li>\\n<li>Added vertical scroll functionality to the Image Showcase module<\\/li>\\n<li>Added simple FadeIn animation to the Hover Gallery module<\\/li>\\n<li>Added \\u201cMenu Order\\u201d into Filterable Grid Order By settings<\\/li>\\n<li>Disabled popups displaying in the builder<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.23.1 May 23rd, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed conditional fields issue in the Gravity Forms Styler module<\\/li>\\n<li>Fixed Gravity Forms Styler files loaded when the module is hidden<\\/li>\\n<li>Fixed the z-index of the meta box in the Popup Maker user interface<\\/li>\\n<li>Fixed the wrapping text issue in the last tab in the Content Slider module<\\/li>\\n<li>Fixed Content Slider reloading when Advanced Tabs is used on the same page<\\/li>\\n<li>Fixed Popup Maker issue causing broken website styles on the front-end<\\/li>\\n<li>Added ID tag to FAQ module schema output<\\/li>\\n<li>Added Ajax feature to Gravity Forms Styler module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<br \\/>\\n<strong>2.23.0 May 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Gravity Forms Styler for Divi<\\/li>\\n<li>Fixed issue with the mouse pointer on archive pages when the popup Closing CSS Selector is empty<\\/li>\\n<li>Fixed Theme Customizer issue when the Divi Torque plugin is used<\\/li>\\n<li>Fixed Scroll Image not working in the Carousel module<\\/li>\\n<li>Fixed the select field in the Divi Pixel dashboard<\\/li>\\n<li>Fixed conflict with FluentCRM where the unsubscribe function didn\\u2019t work<\\/li>\\n<li>Fixed Content Slider Move by Pin not working on mobiles<\\/li>\\n<li>Fixed Filterable Grid broken image issue when the featured image is not set and image overlay used<\\/li>\\n<li>Fixed Filterable Grid cursor pointer issue when using post link without lightbox option enabled<\\/li>\\n<li>Fixed conflict with the FluentCRM plugin<\\/li>\\n<li>Fixed the Horizontal Timeline issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed Balloon module background issue<\\/li>\\n<li>Fixed Horizontal Timeline icons displaying issue<\\/li>\\n<li>Fixed Image Mask custom SVG mask not displayed on the front-end on a specific server<\\/li>\\n<li>Fixed Footer Stick to the Bottom not working on tablets and mobiles<\\/li>\\n<li>Fixed Testimonial Slider Read More function not working with non-latin contents<\\/li>\\n<li>Fixed Advanced Tabs Content Vertical Align option not working correctly<\\/li>\\n<li>Added Content Image width settings to the Advanced Tabs module<\\/li>\\n<li>Improved Blog Style 5 layout on tablets<\\/li>\\n<li>Improved Filterable Grid content length when excerpt text is empty<\\/li>\\n<li>Improved Force Footer to the Bottom feature<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.22.0 April 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Slider module added<\\/li>\\n<li>Added z-index setting in the Balloon module<\\/li>\\n<li>Added z-index setting for the Image Hotspot tooltip<\\/li>\\n<li>Added option to fix anchor link offset issue when Fixed Mobile Header is used<\\/li>\\n<li>Added Quora social media network<\\/li>\\n<li>Added Lazyload images to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Offset setting to the Blog Slider module<\\/li>\\n<li>Fixed Pricing Table not working spacing setting when used in Theme Builder<\\/li>\\n<li>Fixed the issue with adding a new module below the Image Slider<\\/li>\\n<li>Fixed Popup Maker not triggering from the mobile menu item<\\/li>\\n<li>Improved the Filterable Grid performance<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.1 March 29th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed duplicated mobile menu hamburger icon issue<\\/li>\\n<li>Fixed mobile menu hamburger icon animation issue<\\/li>\\n<li>Fixed space added when the reveal footer effect is used<\\/li>\\n<li>Fixed Filled Background menu hover effect styles issues<\\/li>\\n<li>Fixed dropdown menu item animation and styling issues<\\/li>\\n<li>Fixed mobile menu CTA button text color issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.0 March 28th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Hover Gallery module added<\\/li>\\n<li>Fixed Filterable Grid link target not working properly<\\/li>\\n<li>Fixed heading level issue in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Fixed issue with the Author Box sizing<\\/li>\\n<li>Fixed Info Circle issue when button and content links are used at the same time<\\/li>\\n<li>Fixed an issue with the responsive icon selector in the Timeline module<\\/li>\\n<li>Fixed Carousel not displaying when the max-width property is used in the child module<\\/li>\\n<li>Fixed Timeline Font Awesome icons not displayed<\\/li>\\n<li>Fixed PHP warning when the option to display popup on specific pages is enabled, but pages not defined<\\/li>\\n<li>Added sticky filter bar options to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Status option to the Filterable Grid module<\\/li>\\n<li>Added option to display raw HTML in the Filterable Grid module<\\/li>\\n<li>Added displaying order options to the Filterable Grid module<\\/li>\\n<li>Added pagination translation settings for the Filterable Gallery and Filterable Grid<\\/li>\\n<li>Added option to show title and caption in the Carousel image lightbox<\\/li>\\n<li>Added options to display animation in the viewport and only once in the Fancy Text module<\\/li>\\n<li>Added hooks to the Blog Slider module<\\/li>\\n<li>Improved Popup Maker CSS when the Video module is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"],\"plugin\":\"divi-pixel\\/divi-pixel.php\",\"id\":\"divi-pixel\\/divi-pixel.php\"}\";}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1802, '_wpfd_previewer_generate_queue_files', 'a:90:{i:7326;a:10:{s:10:\"date_added\";i:1724378558;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7326;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edbdc3df4.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-08-23 02:02:37\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7327;a:10:{s:10:\"date_added\";i:1724378558;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7327;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edbdd45e7.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-08-23 02:02:37\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7328;a:10:{s:10:\"date_added\";i:1724378559;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7328;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edbecdcdc.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-08-23 02:02:38\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7329;a:10:{s:10:\"date_added\";i:1724378564;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7329;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edc439d19.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-08-23 02:02:44\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7330;a:10:{s:10:\"date_added\";i:1724378566;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7330;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edc64c68d.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-08-23 02:02:46\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7331;a:10:{s:10:\"date_added\";i:1724378569;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7331;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edc93955a.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-08-23 02:02:49\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7332;a:10:{s:10:\"date_added\";i:1724378576;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7332;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edcf6c6e3.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-08-23 02:02:55\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7333;a:10:{s:10:\"date_added\";i:1724378581;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7333;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edd522629.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-08-23 02:03:01\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7334;a:10:{s:10:\"date_added\";i:1724378582;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7334;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edd54ccad.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-08-23 02:03:01\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7335;a:10:{s:10:\"date_added\";i:1724378589;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7335;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7eddcce035.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-08-23 02:03:08\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7603;a:10:{s:10:\"date_added\";i:1727810145;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7603;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/22/66fc4a618a706.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-01 19:15:45\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7604;a:10:{s:10:\"date_added\";i:1727810193;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7604;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/22/66fc4a917d3e9.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-01 19:16:33\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7605;a:10:{s:10:\"date_added\";i:1727810234;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7605;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/22/66fc4ab9d65fc.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-01 19:17:13\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7610;a:10:{s:10:\"date_added\";i:1727810447;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7610;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/23/66fc4b8fb1ad7.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-01 19:20:47\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7613;a:10:{s:10:\"date_added\";i:1727810667;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7613;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/25/66fc4c6ba1237.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-01 19:24:27\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7614;a:10:{s:10:\"date_added\";i:1727810795;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7614;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/25/66fc4ceaa64f2.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-01 19:26:34\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7632;a:10:{s:10:\"date_added\";i:1727811814;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7632;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/39/66fc50e633aac.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-01 19:43:34\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7633;a:10:{s:10:\"date_added\";i:1727812096;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7633;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/53/66fc5200b03f1.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-01 19:48:16\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7638;a:10:{s:10:\"date_added\";i:1727885675;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7638;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/51/66fd716b4a304.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-02 16:14:35\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7639;a:10:{s:10:\"date_added\";i:1727885676;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7639;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/51/66fd716c01058.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-02 16:14:36\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7640;a:10:{s:10:\"date_added\";i:1727885872;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7640;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/45/66fd72301d1a9.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-02 16:17:52\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7641;a:10:{s:10:\"date_added\";i:1727885883;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7641;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/46/66fd723b6ce08.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-02 16:18:03\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7642;a:10:{s:10:\"date_added\";i:1727885894;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7642;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/47/66fd72465bbfb.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-02 16:18:14\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7743;a:10:{s:10:\"date_added\";i:1728570884;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7743;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e60489f9b.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-10 14:34:44\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7744;a:10:{s:10:\"date_added\";i:1728570885;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7744;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e604b39fa.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-10 14:34:44\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7745;a:10:{s:10:\"date_added\";i:1728570885;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7745;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e604d8a2e.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-10 14:34:44\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7746;a:10:{s:10:\"date_added\";i:1728570885;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7746;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e604f3659.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-10 14:34:45\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7747;a:10:{s:10:\"date_added\";i:1728570885;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7747;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e6053366e.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-10 14:34:45\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7748;a:10:{s:10:\"date_added\";i:1728570890;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7748;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e60a744ea.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-10 14:34:50\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7749;a:10:{s:10:\"date_added\";i:1728570890;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7749;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e60aa18c0.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-10 14:34:50\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7812;a:10:{s:10:\"date_added\";i:1729020517;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7812;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/45/670ec265898a8.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-15 19:28:37\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7813;a:10:{s:10:\"date_added\";i:1729020571;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7813;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/47/670ec29b7f85f.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-15 19:29:31\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7814;a:10:{s:10:\"date_added\";i:1729020648;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7814;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/46/670ec2e7d65e5.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-15 19:30:47\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7897;a:10:{s:10:\"date_added\";i:1729877498;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7897;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/23/671bd5fa7a24e.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-25 17:31:38\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7966;a:10:{s:10:\"date_added\";i:1729964876;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7966;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/671d2b4ca302c.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-26 17:47:56\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7975;a:10:{s:10:\"date_added\";i:1729965498;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7975;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/55/671d2dbab459b.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-26 17:58:18\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7976;a:10:{s:10:\"date_added\";i:1729965509;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7976;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/56/671d2dc55f7cc.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-26 17:58:29\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8073;a:10:{s:10:\"date_added\";i:1730236895;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8073;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/672151deee526.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-29 21:21:34\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8074;a:10:{s:10:\"date_added\";i:1730236895;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8074;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/672151df11347.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-29 21:21:35\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8075;a:10:{s:10:\"date_added\";i:1730236895;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8075;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/672151df5dd29.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-29 21:21:35\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8076;a:10:{s:10:\"date_added\";i:1730236895;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8076;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/672151df6600a.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2024-10-29 21:21:35\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8091;a:10:{s:10:\"date_added\";i:1736962094;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8091;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/60/6787f02dd2d39.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-15 17:28:13\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8092;a:10:{s:10:\"date_added\";i:1736962094;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8092;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/60/6787f02dde53a.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-15 17:28:13\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8093;a:10:{s:10:\"date_added\";i:1736962094;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8093;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/60/6787f02dee2da.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-15 17:28:13\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8094;a:10:{s:10:\"date_added\";i:1736962094;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8094;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/60/6787f02e21dcd.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-15 17:28:14\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8095;a:10:{s:10:\"date_added\";i:1736962094;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8095;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/60/6787f02e399c9.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-15 17:28:14\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8100;a:10:{s:10:\"date_added\";i:1738083168;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8100;s:9:\"file_path\";s:91:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/60/67990b6088560.docx\";s:8:\"file_ext\";s:4:\"docx\";s:17:\"file_last_updated\";s:19:\"2025-01-28 16:52:48\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8101;a:10:{s:10:\"date_added\";i:1738083199;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8101;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/23/67990b7f36926.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-28 16:53:19\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8102;a:10:{s:10:\"date_added\";i:1738083217;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8102;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/22/67990b90b0be2.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-28 16:53:36\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8108;a:10:{s:10:\"date_added\";i:1738360952;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8108;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/28/679d4877aca3a.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-31 22:02:31\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8109;a:10:{s:10:\"date_added\";i:1738360962;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8109;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/29/679d48824a477.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-31 22:02:42\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8110;a:10:{s:10:\"date_added\";i:1738360972;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8110;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/30/679d488c531f4.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-01-31 22:02:52\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8113;a:10:{s:10:\"date_added\";i:1740083354;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8113;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/61/67b7909a58673.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-20 20:29:14\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8114;a:10:{s:10:\"date_added\";i:1740083354;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8114;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/61/67b7909a5db1e.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-02-20 20:29:14\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8115;a:10:{s:10:\"date_added\";i:1741188534;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8115;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/26/67c86db5dd8a5.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-05 15:28:53\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7854;a:10:{s:10:\"date_added\";i:1741971800;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7854;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/49/67d4615814cb9.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-14 17:03:20\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7853;a:10:{s:10:\"date_added\";i:1741971823;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7853;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/49/67d4616f74abe.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-14 17:03:43\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7970;a:10:{s:10:\"date_added\";i:1741971864;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7970;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/50/67d4619897987.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-14 17:04:24\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7969;a:10:{s:10:\"date_added\";i:1741971886;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7969;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/50/67d461ae8b764.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-14 17:04:46\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7856;a:10:{s:10:\"date_added\";i:1741971925;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7856;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/55/67d461d587196.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-14 17:05:25\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7855;a:10:{s:10:\"date_added\";i:1741971944;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7855;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/55/67d461e832f92.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-14 17:05:44\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7857;a:10:{s:10:\"date_added\";i:1741972140;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7857;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/56/67d462ac83032.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-14 17:09:00\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8128;a:10:{s:10:\"date_added\";i:1741974403;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8128;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/56/67d46b82a09ae.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-14 17:46:42\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7753;a:10:{s:10:\"date_added\";i:1743182303;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7753;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/58/67e6d9debefc3.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-28 17:18:22\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7752;a:10:{s:10:\"date_added\";i:1743182327;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7752;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/58/67e6d9f7396d2.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-28 17:18:47\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7972;a:10:{s:10:\"date_added\";i:1743182447;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7972;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/50/67e6da6f126dc.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-28 17:20:47\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7971;a:10:{s:10:\"date_added\";i:1743182465;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7971;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/50/67e6da80e57b3.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-28 17:21:04\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7974;a:10:{s:10:\"date_added\";i:1743182532;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7974;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/49/67e6dac3dbdec.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-28 17:22:11\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7973;a:10:{s:10:\"date_added\";i:1743182557;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7973;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/49/67e6dadcc3145.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-03-28 17:22:36\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7750;a:10:{s:10:\"date_added\";i:1750695381;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7750;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/41/68597dd54601c.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-06-23 16:16:21\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7751;a:10:{s:10:\"date_added\";i:1750695408;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7751;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/42/68597df0a3e17.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-06-23 16:16:48\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8132;a:10:{s:10:\"date_added\";i:1752003357;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8132;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/62/686d731ceb74e.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-08 19:35:56\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8133;a:10:{s:10:\"date_added\";i:1752003357;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8133;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/62/686d731d04f42.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-08 19:35:57\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8134;a:10:{s:10:\"date_added\";i:1752003358;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8134;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/62/686d731e1261d.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-08 19:35:58\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8136;a:10:{s:10:\"date_added\";i:1752003806;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8136;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/32/686d74de0e9cb.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-08 19:43:26\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8137;a:10:{s:10:\"date_added\";i:1752003823;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8137;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/33/686d74ef08a5d.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-08 19:43:43\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8138;a:10:{s:10:\"date_added\";i:1752003839;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8138;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/35/686d74ff5d9e3.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-08 19:43:59\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8139;a:10:{s:10:\"date_added\";i:1752003847;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8139;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/35/686d75076af9f.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-08 19:44:07\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8140;a:10:{s:10:\"date_added\";i:1752003900;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8140;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/32/686d753c0f69c.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-08 19:45:00\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8141;a:10:{s:10:\"date_added\";i:1752003902;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8141;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/32/686d753e456df.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-08 19:45:02\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8143;a:10:{s:10:\"date_added\";i:1752251195;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8143;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/40/68713b3abbbaa.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-11 16:26:34\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7631;a:10:{s:10:\"date_added\";i:1752251270;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7631;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/38/68713b8624c0b.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-11 16:27:50\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7630;a:10:{s:10:\"date_added\";i:1752251312;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7630;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/37/68713bb08f682.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-11 16:28:32\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7629;a:10:{s:10:\"date_added\";i:1752251361;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7629;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/36/68713be17c1f6.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-11 16:29:21\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8145;a:10:{s:10:\"date_added\";i:1752266200;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8145;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/51/687175d7b7211.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-11 20:36:39\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7617;a:10:{s:10:\"date_added\";i:1752266265;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7617;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/29/68717619adbee.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-11 20:37:45\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7618;a:10:{s:10:\"date_added\";i:1752266355;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7618;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/30/68717672cc5b6.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-11 20:39:14\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:7616;a:10:{s:10:\"date_added\";i:1752266475;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:7616;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/28/687176ebc5531.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-11 20:41:15\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8146;a:10:{s:10:\"date_added\";i:1752702508;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8146;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/41/68781e2c82ee5.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-16 21:48:28\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}i:8147;a:10:{s:10:\"date_added\";i:1752702520;s:4:\"type\";s:6:\"server\";s:7:\"file_id\";i:8147;s:9:\"file_path\";s:90:\"/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/42/68781e3886dce.pdf\";s:8:\"file_ext\";s:3:\"pdf\";s:17:\"file_last_updated\";s:19:\"2025-07-16 21:48:40\";s:7:\"retries\";i:0;s:10:\"in_process\";i:0;s:10:\"request_id\";i:0;s:17:\"preview_generated\";i:0;}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1875, '_wpfd_global_config', 'a:53:{s:20:\"guest_download_files\";i:1;s:19:\"guest_preview_files\";i:1;s:10:\"allowedext\";s:304:\"7z,ace,bz2,dmg,gz,rar,tgz,zip,csv,doc,docx,html,key,keynote,odp,ods,odt,pages,pdf,pps,ppt,pptx,rtf,tex,txt,xls,xlsx,xml,bmp,exif,gif,ico,jpeg,jpg,png,psd,tif,tiff,aac,aif,aiff,alac,amr,au,cdda,flac,m3u,m4a,m4p,mid,mp3,mp4,mpa,ogg,pac,ra,wav,wma,3gp,asf,avi,flv,m4v,mkv,mov,mpeg,mpg,rm,swf,vob,wmv,css,img\";s:12:\"restrictfile\";s:1:\"0\";s:12:\"shortcodecat\";s:1:\"1\";s:15:\"add_remote_file\";s:1:\"0\";s:16:\"admin_pagination\";s:1:\"0\";s:23:\"admin_pagination_number\";s:2:\"10\";s:15:\"admin_load_more\";s:1:\"0\";s:22:\"admin_load_more_number\";s:2:\"10\";s:24:\"revision_pattern_enabled\";s:1:\"0\";s:16:\"revision_pattern\";s:0:\"\";s:12:\"versionlimit\";i:10;s:12:\"maxinputfile\";i:32;s:21:\"new_category_position\";s:3:\"end\";s:11:\"categoryown\";s:1:\"0\";s:10:\"file_count\";s:1:\"0\";s:16:\"close_categories\";s:1:\"1\";s:9:\"useeditor\";s:1:\"0\";s:11:\"deletefiles\";s:1:\"0\";s:16:\"extension_viewer\";s:108:\"png,jpg,jpeg,pdf,ppt,pptx,doc,docx,xls,xlsx,dxf,ps,eps,xps,psd,tif,tiff,bmp,svg,pages,ai,dxf,ttf,txt,mp3,mp4\";s:8:\"icon_set\";s:3:\"svg\";s:13:\"catparameters\";s:1:\"1\";s:13:\"themesettings\";s:1:\"1\";s:3:\"uri\";s:8:\"download\";s:17:\"download_category\";s:1:\"0\";s:11:\"custom_icon\";s:1:\"1\";s:10:\"enablewpfd\";s:1:\"0\";s:19:\"not_authorized_page\";s:1:\"0\";s:17:\"empty_message_val\";s:42:\"This file category has no files to display\";s:13:\"empty_message\";s:1:\"0\";s:19:\"robots_meta_noindex\";s:1:\"0\";s:20:\"robots_meta_nofollow\";s:1:\"0\";s:11:\"open_pdf_in\";s:1:\"1\";s:23:\"defaultthemepercategory\";s:5:\"table\";s:17:\"use_google_viewer\";s:3:\"tab\";s:19:\"secure_preview_file\";s:1:\"0\";s:21:\"auto_generate_preview\";s:1:\"0\";s:13:\"rmdownloadext\";s:1:\"1\";s:11:\"date_format\";s:5:\"d-m-Y\";s:17:\"download_selected\";s:1:\"0\";s:16:\"paginationnunber\";s:2:\"10\";s:17:\"show_empty_folder\";s:1:\"1\";s:13:\"use_xsendfile\";N;s:18:\"access_message_val\";s:52:\"This file category is not accessible to your account\";s:14:\"access_message\";s:1:\"0\";s:21:\"global_files_ordering\";s:5:\"title\";s:25:\"global_files_ordering_all\";s:1:\"0\";s:31:\"global_files_ordering_direction\";s:4:\"desc\";s:35:\"global_files_ordering_direction_all\";s:1:\"0\";s:29:\"global_subcategories_ordering\";s:11:\"customorder\";s:33:\"global_subcategories_ordering_all\";s:1:\"0\";s:18:\"export_folder_type\";s:11:\"only_folder\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1898, '_wpfd_default_config', 'a:23:{s:10:\"marginleft\";i:10;s:11:\"marginright\";i:10;s:9:\"margintop\";i:10;s:12:\"marginbottom\";i:10;s:8:\"showsize\";s:1:\"1\";s:9:\"showtitle\";s:1:\"0\";s:9:\"croptitle\";s:1:\"0\";s:15:\"showdescription\";s:1:\"1\";s:11:\"showversion\";s:1:\"1\";s:8:\"showhits\";s:1:\"1\";s:12:\"showdownload\";s:1:\"1\";s:7:\"bgcolor\";s:22:\"rgba(255, 255, 255, 0)\";s:14:\"bgdownloadlink\";s:7:\"#76bc58\";s:14:\"showuploadform\";s:1:\"1\";s:17:\"displayfilesearch\";s:1:\"0\";s:17:\"colordownloadlink\";s:7:\"#ffffff\";s:11:\"showdateadd\";s:1:\"1\";s:16:\"showdatemodified\";s:1:\"0\";s:17:\"showcategorytitle\";s:1:\"0\";s:17:\"showsubcategories\";s:1:\"1\";s:14:\"showbreadcrumb\";s:1:\"0\";s:14:\"showfoldertree\";s:1:\"0\";s:20:\"expanded_folder_tree\";s:1:\"0\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1902, '_wpfd_tree_config', 'a:19:{s:13:\"tree_showsize\";s:1:\"1\";s:14:\"tree_croptitle\";s:1:\"0\";s:12:\"tree_bgcolor\";s:22:\"rgba(255, 255, 255, 0)\";s:19:\"tree_bgdownloadlink\";s:7:\"#76bc58\";s:19:\"tree_showuploadform\";s:1:\"0\";s:22:\"tree_displayfilesearch\";s:1:\"0\";s:22:\"tree_colordownloadlink\";s:7:\"#ffffff\";s:14:\"tree_showtitle\";s:1:\"0\";s:20:\"tree_showdescription\";s:1:\"1\";s:16:\"tree_showversion\";s:1:\"1\";s:13:\"tree_showhits\";s:1:\"1\";s:17:\"tree_showdownload\";s:1:\"1\";s:16:\"tree_showdateadd\";s:1:\"1\";s:21:\"tree_showdatemodified\";s:1:\"0\";s:22:\"tree_showsubcategories\";s:1:\"1\";s:27:\"tree_expanded_subcategories\";s:1:\"0\";s:22:\"tree_showcategorytitle\";s:1:\"0\";s:14:\"showbreadcrumb\";s:1:\"0\";s:19:\"tree_download_popup\";s:1:\"1\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1923, 'wpfd_icons_params_svg', 'a:1:{s:5:\"icons\";a:73:{s:12:\"wpfd-icon-7z\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-228\";s:9:\"icon-text\";s:2:\"7z\";s:16:\"background-color\";s:7:\"#859594\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-ace\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-249\";s:9:\"icon-text\";s:3:\"ace\";s:16:\"background-color\";s:7:\"#B53538\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-bz2\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-81\";s:9:\"icon-text\";s:3:\"bz2\";s:16:\"background-color\";s:7:\"#859594\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-dmg\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-50\";s:9:\"icon-text\";s:3:\"dmg\";s:16:\"background-color\";s:7:\"#859594\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:12:\"wpfd-icon-gz\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-196\";s:9:\"icon-text\";s:2:\"gz\";s:16:\"background-color\";s:7:\"#F6B701\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-rar\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-38\";s:9:\"icon-text\";s:3:\"rar\";s:16:\"background-color\";s:7:\"#B5353A\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-tgz\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-37\";s:9:\"icon-text\";s:3:\"tgz\";s:16:\"background-color\";s:7:\"#B5353A\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-zip\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-229\";s:9:\"icon-text\";s:3:\"zip\";s:16:\"background-color\";s:7:\"#6AB86F\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-csv\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-45\";s:9:\"icon-text\";s:3:\"csv\";s:16:\"background-color\";s:7:\"#464D6E\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-doc\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-53\";s:9:\"icon-text\";s:3:\"doc\";s:16:\"background-color\";s:7:\"#004faf\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:14:\"wpfd-icon-docx\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-55\";s:9:\"icon-text\";s:4:\"docx\";s:16:\"background-color\";s:7:\"#004faf\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:14:\"wpfd-icon-html\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-226\";s:9:\"icon-text\";s:4:\"html\";s:16:\"background-color\";s:7:\"#B53538\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-key\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-97\";s:9:\"icon-text\";s:3:\"key\";s:16:\"background-color\";s:7:\"#BAAFA9\";s:9:\"font-size\";s:2:\"60\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";}s:17:\"wpfd-icon-keynote\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-101\";s:9:\"icon-text\";s:7:\"keynote\";s:16:\"background-color\";s:7:\"#859594\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-odp\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-138\";s:9:\"icon-text\";s:3:\"odp\";s:16:\"background-color\";s:7:\"#859594\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-ods\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-47\";s:9:\"icon-text\";s:3:\"ods\";s:16:\"background-color\";s:7:\"#7E8BD0\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-odt\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-146\";s:9:\"icon-text\";s:3:\"odt\";s:16:\"background-color\";s:7:\"#EF3C54\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:15:\"wpfd-icon-pages\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-157\";s:9:\"icon-text\";s:5:\"pages\";s:16:\"background-color\";s:7:\"#EF3C54\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-pdf\";a:24:{s:11:\"icon-active\";s:1:\"1\";s:10:\"icon-color\";s:7:\"#000000\";s:9:\"icon-size\";s:3:\"160\";s:4:\"icon\";s:17:\"wpfd-svg-icon-159\";s:21:\"extension-name-active\";s:1:\"1\";s:9:\"icon-text\";s:3:\"pdf\";s:9:\"font-size\";s:2:\"54\";s:10:\"text-color\";s:7:\"#030303\";s:12:\"frame-active\";s:1:\"1\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-color\";s:7:\"#000000\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:14:\"wrapper-active\";s:1:\"0\";s:13:\"border-radius\";s:2:\"92\";s:12:\"border-color\";s:13:\"rgba(0,0,0,0)\";s:11:\"border-size\";s:1:\"9\";s:16:\"background-color\";s:7:\"#CB0606\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:12:\"shadow-color\";s:13:\"rgba(0,0,0,0)\";s:19:\"horizontal-position\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:11:\"font-family\";s:5:\"arial\";}s:13:\"wpfd-icon-pps\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-165\";s:9:\"icon-text\";s:3:\"pps\";s:16:\"background-color\";s:7:\"#859594\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-ppt\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-169\";s:9:\"icon-text\";s:3:\"ppt\";s:16:\"background-color\";s:7:\"#c43622\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:14:\"wpfd-icon-pptx\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-173\";s:9:\"icon-text\";s:4:\"pptx\";s:16:\"background-color\";s:7:\"#c43622\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-rtf\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-186\";s:9:\"icon-text\";s:3:\"rtf\";s:16:\"background-color\";s:7:\"#6AB86F\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-tex\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-193\";s:9:\"icon-text\";s:3:\"tex\";s:16:\"background-color\";s:7:\"#4F73BA\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-txt\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-205\";s:9:\"icon-text\";s:3:\"txt\";s:16:\"background-color\";s:7:\"#90D396\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-xls\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-219\";s:9:\"icon-text\";s:3:\"xls\";s:16:\"background-color\";s:7:\"#00743e\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:14:\"wpfd-icon-xlsx\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-223\";s:9:\"icon-text\";s:4:\"xlsx\";s:16:\"background-color\";s:7:\"#00743e\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-xml\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-225\";s:9:\"icon-text\";s:3:\"xml\";s:16:\"background-color\";s:7:\"#90D396\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-bmp\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-33\";s:9:\"icon-text\";s:3:\"bmp\";s:16:\"background-color\";s:7:\"#BAAFA9\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:14:\"wpfd-icon-exif\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-58\";s:9:\"icon-text\";s:4:\"exif\";s:16:\"background-color\";s:7:\"#7E8BD0\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-gif\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-78\";s:9:\"icon-text\";s:3:\"gif\";s:16:\"background-color\";s:7:\"#4F73BA\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-ico\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-87\";s:9:\"icon-text\";s:3:\"ico\";s:16:\"background-color\";s:7:\"#7E8BD0\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:14:\"wpfd-icon-jpeg\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-93\";s:9:\"icon-text\";s:4:\"jpeg\";s:16:\"background-color\";s:7:\"#7E8BD0\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-jpg\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-96\";s:9:\"icon-text\";s:3:\"jpg\";s:16:\"background-color\";s:7:\"#90D396\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-png\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-163\";s:9:\"icon-text\";s:3:\"png\";s:16:\"background-color\";s:7:\"#6AB86F\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-psd\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-175\";s:9:\"icon-text\";s:3:\"psd\";s:16:\"background-color\";s:7:\"#4F73BA\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-tif\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-202\";s:9:\"icon-text\";s:3:\"tif\";s:16:\"background-color\";s:7:\"#464D6E\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:14:\"wpfd-icon-tiff\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-203\";s:9:\"icon-text\";s:4:\"tiff\";s:16:\"background-color\";s:7:\"#B53538\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-aac\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-246\";s:9:\"icon-text\";s:3:\"aac\";s:16:\"background-color\";s:7:\"#859594\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-aif\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-244\";s:9:\"icon-text\";s:3:\"aif\";s:16:\"background-color\";s:7:\"#4F73BA\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:14:\"wpfd-icon-aiff\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-248\";s:9:\"icon-text\";s:4:\"aiff\";s:16:\"background-color\";s:7:\"#859594\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:14:\"wpfd-icon-alac\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-249\";s:9:\"icon-text\";s:4:\"alac\";s:16:\"background-color\";s:7:\"#B53538\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-amr\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-21\";s:9:\"icon-text\";s:3:\"amr\";s:16:\"background-color\";s:7:\"#6AB86F\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:12:\"wpfd-icon-au\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-61\";s:9:\"icon-text\";s:2:\"au\";s:16:\"background-color\";s:7:\"#6AB86F\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:14:\"wpfd-icon-cdda\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-41\";s:9:\"icon-text\";s:4:\"cdda\";s:16:\"background-color\";s:7:\"#4F73BA\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:14:\"wpfd-icon-flac\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-70\";s:9:\"icon-text\";s:4:\"flac\";s:16:\"background-color\";s:7:\"#BAAFA9\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-m3u\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-104\";s:9:\"icon-text\";s:3:\"m3u\";s:16:\"background-color\";s:7:\"#B53538\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-m4a\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-107\";s:9:\"icon-text\";s:3:\"m4a\";s:16:\"background-color\";s:7:\"#B5353A\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-m4p\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-110\";s:9:\"icon-text\";s:3:\"m4p\";s:16:\"background-color\";s:7:\"#B5353A\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-mid\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-117\";s:9:\"icon-text\";s:3:\"mid\";s:16:\"background-color\";s:7:\"#4F73BA\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-mp3\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-135\";s:9:\"icon-text\";s:3:\"mp3\";s:16:\"background-color\";s:7:\"#464D6E\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-mp4\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-223\";s:9:\"icon-text\";s:3:\"mp4\";s:16:\"background-color\";s:7:\"#00743e\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-mpa\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-125\";s:9:\"icon-text\";s:3:\"mpa\";s:16:\"background-color\";s:7:\"#B5353A\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-ogg\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-148\";s:9:\"icon-text\";s:3:\"ogg\";s:16:\"background-color\";s:7:\"#F6B701\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-pac\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-154\";s:9:\"icon-text\";s:3:\"pac\";s:16:\"background-color\";s:7:\"#464D6E\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:12:\"wpfd-icon-ra\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-155\";s:9:\"icon-text\";s:2:\"ra\";s:16:\"background-color\";s:7:\"#BAAFA9\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-wav\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-211\";s:9:\"icon-text\";s:3:\"wav\";s:16:\"background-color\";s:7:\"#6AB86F\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-wma\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-213\";s:9:\"icon-text\";s:3:\"wma\";s:16:\"background-color\";s:7:\"#4F73BA\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-3gp\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-233\";s:9:\"icon-text\";s:3:\"3gp\";s:16:\"background-color\";s:7:\"#859594\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-asf\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-24\";s:9:\"icon-text\";s:3:\"asf\";s:16:\"background-color\";s:7:\"#4F73BA\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-avi\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-189\";s:9:\"icon-text\";s:3:\"avi\";s:16:\"background-color\";s:7:\"#859594\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-flv\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-73\";s:9:\"icon-text\";s:3:\"flv\";s:16:\"background-color\";s:7:\"#4F73BA\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-m4v\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-112\";s:9:\"icon-text\";s:3:\"m4v\";s:16:\"background-color\";s:7:\"#F6B701\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-mkv\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-120\";s:9:\"icon-text\";s:3:\"mkv\";s:16:\"background-color\";s:7:\"#7E8BD0\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-mov\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-123\";s:9:\"icon-text\";s:3:\"mov\";s:16:\"background-color\";s:7:\"#464D6E\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:14:\"wpfd-icon-mpeg\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-127\";s:9:\"icon-text\";s:4:\"mpeg\";s:16:\"background-color\";s:7:\"#4F73BA\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-mpg\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-131\";s:9:\"icon-text\";s:3:\"mpg\";s:16:\"background-color\";s:7:\"#4F73BA\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:12:\"wpfd-icon-rm\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-184\";s:9:\"icon-text\";s:2:\"rm\";s:16:\"background-color\";s:7:\"#F6B701\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-swf\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-191\";s:9:\"icon-text\";s:3:\"swf\";s:16:\"background-color\";s:7:\"#464D6E\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-vob\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-209\";s:9:\"icon-text\";s:3:\"vob\";s:16:\"background-color\";s:7:\"#BAAFA9\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-wmv\";a:24:{s:4:\"icon\";s:17:\"wpfd-svg-icon-217\";s:9:\"icon-text\";s:3:\"wmv\";s:16:\"background-color\";s:7:\"#464D6E\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-css\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-43\";s:9:\"icon-text\";s:3:\"css\";s:16:\"background-color\";s:7:\"#EF3C54\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}s:13:\"wpfd-icon-img\";a:24:{s:4:\"icon\";s:16:\"wpfd-svg-icon-88\";s:9:\"icon-text\";s:3:\"img\";s:16:\"background-color\";s:7:\"#EF3C54\";s:11:\"icon-active\";s:1:\"1\";s:9:\"icon-size\";s:3:\"160\";s:12:\"frame-active\";s:1:\"1\";s:21:\"extension-name-active\";s:1:\"1\";s:14:\"wrapper-active\";s:1:\"1\";s:10:\"text-color\";s:7:\"#ffffff\";s:10:\"icon-color\";s:7:\"#ffffff\";s:11:\"frame-color\";s:7:\"#ffffff\";s:13:\"border-radius\";s:1:\"4\";s:12:\"border-color\";s:0:\"\";s:11:\"border-size\";s:1:\"0\";s:17:\"vertical-position\";s:1:\"0\";s:11:\"blur-radius\";s:1:\"0\";s:13:\"spread-radius\";s:1:\"0\";s:19:\"horizontal-position\";s:1:\"0\";s:12:\"shadow-color\";s:11:\"transparent\";s:9:\"svg-frame\";s:1:\"2\";s:11:\"frame-width\";s:3:\"240\";s:12:\"frame-stroke\";s:1:\"4\";s:11:\"font-family\";s:5:\"arial\";s:9:\"font-size\";s:2:\"60\";}}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1957, 'taxonomy_21', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2190, '_transient_health-check-site-status-result', '{\"good\":23,\"recommended\":13,\"critical\":1}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2197, 'jetpack_active_plan', 'a:11:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:30:\"free_LTszsrc5Bm5oR9d1hb5hXb9cO\";s:15:\"subscribed_date\";s:0:\"\";s:8:\"features\";a:2:{s:6:\"active\";a:23:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:14:\"multistep-form\";i:4;s:14:\"install-themes\";i:5;s:17:\"jetpack-dashboard\";i:6;s:18:\"recurring-payments\";i:7;s:11:\"republicize\";i:8;s:17:\"security-settings\";i:9;s:17:\"seo-preview-tools\";i:10;s:14:\"send-a-message\";i:11;s:18:\"social-shares-1000\";i:12;s:29:\"social-connections-management\";i:13;s:10:\"stats-free\";i:14;s:10:\"stats-paid\";i:15;s:16:\"stats-commercial\";i:16;s:18:\"upload-audio-files\";i:17;s:18:\"upload-video-files\";i:18;s:15:\"whatsapp-button\";i:19;s:25:\"social-image-auto-convert\";i:20;s:17:\"social-admin-page\";i:21;s:19:\"social-share-status\";i:22;s:21:\"social-editor-preview\";}s:9:\"available\";a:49:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:15:\"personal-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:10:\"stats-paid\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:16:\"stats-commercial\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:12:\"ai-assistant\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:15:\"ai-seo-enhancer\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:20:\"cornerstone-10-pages\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:10:\"field-file\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"image-cdn-liar\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:17:\"image-cdn-quality\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"performance-history\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"social-image-generator\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2374, 'using_application_passwords', 1, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4760, 'wpcom_publish_posts_with_markdown', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4837, 'jetpack_waf_needs_update', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5368, 'divibooster_version', '4.6.1', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5384, 'wtfdivi_last_error', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5388, 'wtfdivi', 'a:53:{s:8:\"lastsave\";s:10:\"1723064146\";s:7:\"general\";a:1:{s:4:\"open\";s:1:\"0\";}s:21:\"general-accessibility\";a:1:{s:4:\"open\";s:1:\"0\";}s:5:\"fixes\";a:59:{s:28:\"155-add-logo-link-aria-label\";a:1:{s:9:\"arialabel\";s:9:\"Home Page\";}s:17:\"014-add-new-icons\";a:1:{s:6:\"urlmax\";s:1:\"0\";}s:20:\"073-add-social-icons\";a:9:{s:8:\"linkedin\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:5:\"flikr\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";}s:27:\"126-customizer-social-icons\";a:2:{s:7:\"enabled\";s:1:\"1\";s:5:\"icons\";s:0:\"\";}s:27:\"004-add-image-before-header\";a:2:{s:3:\"url\";s:0:\"\";s:7:\"linkurl\";s:0:\"\";}s:33:\"018-box-layout-in-front-of-header\";a:3:{s:12:\"headerheight\";s:3:\"120\";s:9:\"headercol\";s:7:\"#ffffff\";s:5:\"bgcol\";s:7:\"#ffffff\";}s:28:\"135-set-mobile-content-width\";a:1:{s:11:\"mobilewidth\";s:2:\"80\";}s:29:\"095-secondary-nav-hover-color\";a:1:{s:8:\"hovercol\";s:24:\"rgba(255, 255, 255, 0.7)\";}s:26:\"116-add-text-to-top-header\";a:1:{s:13:\"topheadertext\";s:0:\"\";}s:31:\"119-make-phone-number-clickable\";a:1:{s:8:\"phonenum\";s:0:\"\";}s:42:\"024-scroll-further-before-shrinking-header\";a:1:{s:6:\"offset\";s:3:\"500\";}s:37:\"029-use-menu-button-on-large-displays\";a:1:{s:5:\"color\";s:7:\"#2ea3f2\";}s:24:\"066-change-header-height\";a:2:{s:6:\"normal\";s:2:\"43\";s:6:\"shrunk\";s:2:\"30\";}s:34:\"071-submenu-hover-background-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}s:31:\"074-set-header-menu-hover-color\";a:1:{s:3:\"col\";s:19:\"rgba(0, 0, 0, 0.42)\";}s:35:\"087-change-space-between-menu-items\";a:1:{s:15:\"menuitempadding\";s:2:\"22\";}s:20:\"113-change-logo-link\";a:1:{s:7:\"logourl\";s:0:\"\";}s:27:\"121-search-icon-hover-color\";a:1:{s:8:\"hovercol\";s:7:\"#ffffff\";}s:28:\"133-header-title-and-tagline\";a:3:{s:6:\"layout\";s:10:\"horizontal\";s:16:\"titleHeaderLevel\";s:2:\"h2\";s:18:\"taglineHeaderLevel\";s:1:\"p\";}s:34:\"028-add-text-to-mobile-menu-button\";a:1:{s:14:\"menubuttontext\";s:0:\"\";}s:29:\"103-set-mobile-menu-font-size\";a:1:{s:12:\"menufontsize\";s:2:\"14\";}s:43:\"127-change-centered-header-select-page-text\";a:1:{s:14:\"selectpagetext\";s:0:\"\";}s:34:\"142-mobile-menu-select-page-bg-col\";a:1:{s:5:\"bgcol\";s:19:\"rgba(0, 0, 0, 0.05)\";}s:28:\"145-mobile-menu-button-color\";a:1:{s:9:\"buttoncol\";s:21:\"rgba(46, 163, 242, 1)\";}s:27:\"149-project-cpt-custom-name\";a:3:{s:4:\"slug\";s:7:\"project\";s:4:\"name\";s:7:\"Project\";s:11:\"name_plural\";s:8:\"Projects\";}s:28:\"006-sidebar-background-color\";a:1:{s:5:\"bgcol\";s:22:\"rgba(255, 255, 255, 1)\";}s:28:\"138-set-footer-content-width\";a:1:{s:11:\"mobilewidth\";s:2:\"80\";}s:25:\"148-footer-menu-alignment\";a:1:{s:5:\"align\";s:4:\"left\";}s:23:\"152-footer-menu-padding\";a:2:{s:3:\"top\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";}s:20:\"067-edit-footer-html\";a:1:{s:10:\"footerhtml\";s:0:\"\";}s:25:\"150-footer-bottom-padding\";a:2:{s:3:\"top\";s:2:\"15\";s:6:\"bottom\";s:1:\"5\";}s:23:\"151-footer-info-padding\";a:2:{s:3:\"top\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";}s:32:\"115-set-minimum-cta-button-width\";a:1:{s:8:\"ctawidth\";s:3:\"180\";}s:32:\"032-make-accordions-start-closed\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:28:\"106-make-accordions-closable\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:30:\"016-gallery-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:31:\"017-gallery-module-image-border\";a:1:{s:9:\"bordercol\";s:7:\"#ffffff\";}s:26:\"047-change-map-marker-icon\";a:1:{s:3:\"url\";s:0:\"\";}s:32:\"068-portfolio-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:43:\"072-filterable-portfolio-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:24:\"005-adjust-slider-height\";a:1:{s:12:\"sliderheight\";s:3:\"500\";}s:38:\"046-slider-text-transparent-background\";a:3:{s:5:\"bgcol\";s:7:\"#000000\";s:7:\"opacity\";s:2:\"50\";s:13:\"border-radius\";s:2:\"15\";}s:28:\"011-custom-css-media-queries\";a:2:{s:7:\"enabled\";s:1:\"1\";s:9:\"customcss\";a:8:{s:7:\"enabled\";a:2:{i:0;s:1:\"0\";i:1;s:1:\"1\";}s:4:\"user\";a:1:{i:0;s:3:\"all\";}s:8:\"pagetype\";a:1:{i:0;s:3:\"all\";}s:13:\"elegantthemes\";a:1:{i:0;s:3:\"all\";}s:7:\"browser\";a:1:{i:0;s:3:\"all\";}s:6:\"device\";a:1:{i:0;s:3:\"all\";}s:12:\"mediaqueries\";a:1:{i:0;s:3:\"all\";}s:3:\"css\";a:1:{i:0;s:0:\"\";}}}s:19:\"033-export-settings\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:19:\"034-import-settings\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:22:\"037-view-generated-css\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:21:\"040-view-generated-js\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:30:\"050-view-generated-footer-html\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:27:\"053-view-generated-htaccess\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:31:\"015-adjust-phone-and-email-size\";a:4:{s:8:\"fontsize\";s:3:\"100\";s:3:\"col\";s:7:\"#ffffff\";s:8:\"hovercol\";s:7:\"#ffffff\";s:5:\"bgcol\";s:7:\"#ffffff\";}s:17:\"019-sidebar-width\";a:1:{s:12:\"sidebarwidth\";s:3:\"285\";}s:29:\"025-set-mobile-menu-bar-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}s:22:\"052-change-logo-height\";a:2:{s:6:\"normal\";s:2:\"43\";s:6:\"shrunk\";s:2:\"30\";}s:22:\"064-set-body-font-size\";a:1:{s:8:\"fontsize\";s:3:\"100\";}s:29:\"075-set-header-menu-font-size\";a:1:{s:12:\"menufontsize\";s:2:\"14\";}s:39:\"077-adjust-page-builder-section-spacing\";a:2:{s:3:\"top\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";}s:35:\"078-adjust-page-builder-row-spacing\";a:1:{s:3:\"top\";s:2:\"30\";}s:27:\"084-set-bottom-footer-color\";a:1:{s:5:\"bgcol\";s:7:\"#000000\";}s:24:\"065-set-background-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}}s:13:\"general-icons\";a:1:{s:4:\"open\";s:1:\"0\";}s:14:\"general-layout\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-links\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-speed\";a:1:{s:4:\"open\";s:1:\"0\";}s:6:\"header\";a:1:{s:4:\"open\";s:1:\"0\";}s:10:\"header-top\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"header-main\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"header-mobile\";a:1:{s:4:\"open\";s:1:\"0\";}s:5:\"posts\";a:1:{s:4:\"open\";s:1:\"0\";}s:8:\"projects\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"sidebar\";a:1:{s:4:\"open\";s:1:\"0\";}s:6:\"footer\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"footer-layout\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"footer-menu\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"footer-bottombar\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"pagebuilder\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"pagebuilder-divi\";a:1:{s:4:\"open\";s:1:\"0\";}s:19:\"pagebuilder-classic\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"pagebuilder-visual\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"modules\";a:1:{s:4:\"open\";s:1:\"1\";}s:17:\"modules-accordion\";a:1:{s:4:\"open\";s:1:\"1\";}s:17:\"modules-countdown\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-gallery\";a:1:{s:4:\"open\";s:1:\"0\";}s:23:\"modules-headerfullwidth\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"modules-map\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-portfolio\";a:1:{s:4:\"open\";s:1:\"0\";}s:25:\"modules-portfoliofiltered\";a:1:{s:4:\"open\";s:1:\"0\";}s:26:\"modules-portfoliofullwidth\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-postnav\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"modules-postslider\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-pricing\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-subscribe\";a:1:{s:4:\"open\";s:1:\"0\";}s:14:\"modules-slider\";a:1:{s:4:\"open\";s:1:\"0\";}s:12:\"modules-text\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"plugins\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"plugins-edd\";a:1:{s:4:\"open\";s:1:\"0\";}s:19:\"plugins-woocommerce\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"plugins-other\";a:1:{s:4:\"open\";s:1:\"0\";}s:9:\"customcss\";a:1:{s:4:\"open\";s:1:\"0\";}s:9:\"developer\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"developer-export\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"developer-css\";a:1:{s:4:\"open\";s:1:\"0\";}s:12:\"developer-js\";a:1:{s:4:\"open\";s:1:\"0\";}s:21:\"developer-footer-html\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"developer-htaccess\";a:1:{s:4:\"open\";s:1:\"0\";}s:10:\"deprecated\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"deprecated-divi4\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"deprecated-divi24\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"deprecated-divi23\";a:1:{s:4:\"open\";s:1:\"0\";}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7691, '_site_transient_et_update_plugins', 'O:8:\"stdClass\":3:{s:7:\"checked\";a:10:{s:23:\"appmysite/appmysite.php\";s:6:\"3.13.3\";s:29:\"divi-booster/divi-booster.php\";s:5:\"4.6.1\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.5\";s:19:\"jetpack/jetpack.php\";s:6:\"14.9.1\";s:25:\"loginpress/loginpress.php\";s:5:\"5.0.0\";s:29:\"ninja-tables/ninja-tables.php\";s:5:\"5.2.2\";s:37:\"ninja-tables-pro/ninja-tables-pro.php\";s:5:\"5.2.2\";s:41:\"password-protected/password-protected.php\";s:5:\"2.7.9\";s:20:\"printfriendly/pf.php\";s:5:\"5.5.6\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.8.4\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1756026526;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8833, 'dipi_use_particles', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8834, 'dipi_use_particles_note', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8835, 'dipi_use_coming_soon', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8836, 'dipi_coming_soon_page', 7170, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8837, 'dipi_coming_soon_vip', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8838, 'dipi_login_page', 'on', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8839, 'dipi_login_page_link', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8840, 'dipi_browser_scrollbar', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8841, 'dipi_svg_upload', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8842, 'dipi_ttf_upload', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8843, 'dipi_back_to_top', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8844, 'dipi_btt_button_style', 'display_icon', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8845, 'dipi_btt_custom_link', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8846, 'dipi_btt_link', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8847, 'dipi_btt_theme_customizer', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8848, 'dipi_hide_projects', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8849, 'dipi_rename_projects', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8850, 'dipi_rename_projects_singular', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8851, 'dipi_rename_projects_plural', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8852, 'dipi_rename_projects_slug', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8853, 'dipi_rename_projects_icon', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8854, 'dipi_rename_projects_cat_slug', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8855, 'dipi_rename_projects_tag_slug', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8856, 'dipi_rename_projects_notice', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8857, 'dipi_rename_testimonials', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8858, 'dipi_rename_testimonials_singular', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8859, 'dipi_rename_testimonials_plural', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8860, 'dipi_rename_testimonials_slug', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8861, 'dipi_hide_library_shortcodes', 'off', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8862, 'dipi_disable_conditional_module_display', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8863, 'dipi_hide_edit_in_vb', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8864, 'dipi_hide_admin_bar', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8865, 'dipi_show_clear_divi_cache_in_adminbar', 'on', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8866, 'dipi_custom_map_marker', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8867, 'dipi_upload_custom_marker', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8868, 'dipi_custom_map_marker_anchor', 'bottom_center', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8869, 'dipi_custom_preloader', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8870, 'dipi_custom_preloader_style', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8871, 'dipi_custom_preloader_image', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8872, 'dipi_upload_preloader', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8873, 'dipi_custom_preloader_homepage', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8874, 'dipi_preloader_customizer', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8875, 'dipi_menu_styles', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8876, 'dipi_enable_menu_hover_styles', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8877, 'dipi_menu_hover_styles', 'three_dots', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8878, 'dipi_custom_dropdown', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8879, 'dipi_menu_button', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8880, 'dipi_menu_cta_menu', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8881, 'dipi_menu_button_text', 'Click Here', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8882, 'dipi_menu_button_url', '#', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8883, 'dipi_menu_button_placement', 'a', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8884, 'dipi_menu_button_classname', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8885, 'dipi_cta_btn_new_tab', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8886, 'dipi_mobile_cta_btn', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8887, 'dipi_menu_customizer', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8888, 'dipi_header_underline', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8889, 'dipi_shrink_header', 'on', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8890, 'dipi_fixed_logo', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8891, 'dipi_fixed_logo_image', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8892, 'dipi_zoom_logo', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8893, 'dipi_footer_theme_customizer', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8894, 'dipi_footer_layout', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8895, 'dipi_select_footer_layout', -1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8896, 'dipi_footer_customization', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8897, 'dipi_hide_bottom_bar', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8898, 'dipi_fixed_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8899, 'dipi_reveal_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8900, 'dipi_reveal_desktop', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8901, 'dipi_reveal_tablet', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8902, 'dipi_reveal_phone', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8903, 'dipi_footer_reveal_posts_type', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8904, 'dipi_footer_reveal_pages_type', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8905, 'dipi_footer_reveal_projects_type', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8906, 'dipi_footer_reveal_testimonials_type', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8907, 'dipi_enable_beta_program', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8908, 'dipi_settings_reset_button', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8909, 'dipi_settings_reset_customizer_button', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8910, 'dipi_google_place_id', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8911, 'dipi_google_api_key', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8912, 'dipi_google_api_lang', 'en', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8913, 'dipi_facebook_page_id', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8914, 'dipi_facebook_page_access_token', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8915, 'dipi_instagram_basic_app_id', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8916, 'dipi_instagram_basic_app_secret', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8917, 'dipi_instagram_connect_basic', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8918, 'dipi_instagram_connected_accounts_basic', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8919, 'dipi_instagram_graph_app_id', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8920, 'dipi_instagram_graph_app_secret', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8921, 'dipi_instagram_connect_graph', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8922, 'dipi_instagram_connected_accounts_graph', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8923, 'dipi_export_settings', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8924, 'dipi_export_customizer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8925, 'dipi_export_button', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8926, 'dipi_import_button', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8927, 'dipi_layout_importer', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8928, 'dipi_social_icons_theme_customizer', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8929, 'dipi_use_dipi_social_icons', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8930, 'dipi_social_links_new_tab', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8931, 'dipi_social_icons_individual_location', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8932, 'dipi_social_icons_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8933, 'dipi_social_icons_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8934, 'dipi_social_icons_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8935, 'dipi_enable_social_icons_multiple_menus', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8936, 'dipi_social_icons_multiple_menus', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8937, 'dipi_social_media_facebook', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8938, 'dipi_social_media_facebook_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8939, 'dipi_social_media_facebook_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8940, 'dipi_social_media_facebook_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8941, 'dipi_social_media_instagram', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8942, 'dipi_social_media_instagram_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8943, 'dipi_social_media_instagram_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8944, 'dipi_social_media_instagram_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8945, 'dipi_social_media_twitter', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8946, 'dipi_social_media_twitter_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8947, 'dipi_social_media_twitter_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8948, 'dipi_social_media_twitter_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8949, 'dipi_social_media_youtube', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8950, 'dipi_social_media_youtube_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8951, 'dipi_social_media_youtube_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8952, 'dipi_social_media_youtube_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8953, 'dipi_social_media_pinterest', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8954, 'dipi_social_media_pinterest_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8955, 'dipi_social_media_pinterest_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8956, 'dipi_social_media_pinterest_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8957, 'dipi_social_media_vimeo', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8958, 'dipi_social_media_vimeo_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8959, 'dipi_social_media_vimeo_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8960, 'dipi_social_media_vimeo_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8961, 'dipi_social_media_tumblr', '', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8962, 'dipi_social_media_tumblr_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8963, 'dipi_social_media_tumblr_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8964, 'dipi_social_media_tumblr_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8965, 'dipi_social_media_linkedin', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8966, 'dipi_social_media_linkedin_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8967, 'dipi_social_media_linkedin_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8968, 'dipi_social_media_linkedin_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8969, 'dipi_social_media_flickr', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8970, 'dipi_social_media_flickr_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8971, 'dipi_social_media_flickr_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8972, 'dipi_social_media_flickr_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8973, 'dipi_social_media_dribbble', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8974, 'dipi_social_media_dribbble_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8975, 'dipi_social_media_dribbble_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8976, 'dipi_social_media_dribbble_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8977, 'dipi_social_media_skype', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8978, 'dipi_social_media_skype_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8979, 'dipi_social_media_skype_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8980, 'dipi_social_media_skype_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8981, 'dipi_social_media_google', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8982, 'dipi_social_media_google_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8983, 'dipi_social_media_google_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8984, 'dipi_social_media_google_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8985, 'dipi_social_media_xing', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8986, 'dipi_social_media_xing_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8987, 'dipi_social_media_xing_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8988, 'dipi_social_media_xing_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8989, 'dipi_social_media_whatsapp', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8990, 'dipi_social_media_whatsapp_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8991, 'dipi_social_media_whatsapp_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8992, 'dipi_social_media_whatsapp_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8993, 'dipi_social_media_snapchat', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8994, 'dipi_social_media_snapchat_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8995, 'dipi_social_media_snapchat_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8996, 'dipi_social_media_snapchat_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8997, 'dipi_social_media_soundcloud', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8998, 'dipi_social_media_soundcloud_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8999, 'dipi_social_media_soundcloud_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9000, 'dipi_social_media_soundcloud_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9001, 'dipi_social_media_tiktok', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9002, 'dipi_social_media_tiktok_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9003, 'dipi_social_media_tiktok_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9004, 'dipi_social_media_tiktok_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9005, 'dipi_social_media_telegram', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9006, 'dipi_social_media_telegram_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9007, 'dipi_social_media_telegram_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9008, 'dipi_social_media_telegram_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9009, 'dipi_social_media_line', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9010, 'dipi_social_media_line_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9011, 'dipi_social_media_line_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9012, 'dipi_social_media_line_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9013, 'dipi_social_media_quora', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9014, 'dipi_social_media_quora_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9015, 'dipi_social_media_quora_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9016, 'dipi_social_media_quora_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9017, 'dipi_social_media_tripadvisor', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9018, 'dipi_social_media_tripadvisor_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9019, 'dipi_social_media_tripadvisor_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9020, 'dipi_social_media_tripadvisor_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9021, 'dipi_social_media_twitch', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9022, 'dipi_social_media_twitch_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9023, 'dipi_social_media_twitch_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9024, 'dipi_social_media_twitch_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9025, 'dipi_social_media_yelp', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9026, 'dipi_social_media_yelp_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9027, 'dipi_social_media_yelp_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9028, 'dipi_social_media_yelp_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9029, 'dipi_social_media_spotify', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9030, 'dipi_social_media_spotify_menu', 'none', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9031, 'dipi_social_media_spotify_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9032, 'dipi_social_media_spotify_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9033, 'dipi_blog_theme_customizer', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9034, 'dipi_custom_archive_page', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9035, 'dipi_custom_archive_styles', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9036, 'dipi_hide_excerpt_text', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9037, 'dipi_blog_meta_icons', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9038, 'dipi_remove_sidebar', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9039, 'dipi_remove_sidebar_line', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9040, 'dipi_sidebar_customization', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9041, 'dipi_add_read_more_archive', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9042, 'dipi_read_more_button_style', 'text_icon', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9043, 'dipi_read_more_button', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9044, 'dipi_read_more_button_text', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9045, 'dipi_author_box', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9046, 'dipi_blog_nav', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9047, 'dipi_blog_nav_prev', 'Previous Article', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9048, 'dipi_blog_nav_next', 'Next Article', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9049, 'dipi_related_articles', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9050, 'dipi_related_articles_heading', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9051, 'dipi_related_articles_limit', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9052, 'dipi_enable_custom_comments', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9053, 'dipi_custom_comments_title', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9054, 'dipi_mobile_theme_customizer', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9055, 'dipi_custom_breakpoints', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9056, 'dipi_breakpoint_mobile', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9057, 'dipi_fixed_mobile_header', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9058, 'dipi_adjust_anchor_links_pos_with_fixed_header', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9059, 'dipi_search_icon_mobile', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9060, 'dipi_mobile_logo', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9061, 'dipi_mobile_logo_url', '', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9062, 'dipi_mobile_menu_style', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9063, 'dipi_mobile_menu_fullscreen', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9064, 'dipi_hamburger_animation', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9065, 'dipi_hamburger_animation_styles', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9066, 'dipi_hamburger_animation_customizer', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9067, 'dipi_collapse_submenu', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9068, 'dipi_collapse_submenu_prevent_parent_opening', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9069, 'dipi_modules_theme_customizer', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9070, 'dipi_md_hide_all_modules', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9071, 'dipi_md_masonry_gallery', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9072, 'dipi_md_testimonial', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9073, 'dipi_md_countdown', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9074, 'dipi_md_blog_slider', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9075, 'dipi_md_counter', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9076, 'dipi_md_reveal', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9077, 'dipi_md_flip_box', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9078, 'dipi_md_button_grid', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9079, 'dipi_md_before_after_slider', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9080, 'dipi_md_floating_multi_images', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9081, 'dipi_md_tilt_image', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9082, 'dipi_md_carousel', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9083, 'dipi_md_typing_text', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9084, 'dipi_md_star_rating', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9085, 'dipi_md_breadcrumbs', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9086, 'dipi_md_pricelist', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9087, 'dipi_md_image_hotspot', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9088, 'dipi_md_hover_box', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9089, 'dipi_md_fancy_text', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9090, 'dipi_md_accordion_image', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9091, 'dipi_md_scroll_image', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9092, 'dipi_md_panorama', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9093, 'dipi_md_reading_progress_bar', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9094, 'dipi_md_image_magnifier', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9095, 'dipi_md_lottie_icon', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9096, 'dipi_md_image_showcase', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9097, 'dipi_md_image_mask', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9098, 'dipi_md_timeline', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9099, 'dipi_md_content_toggle', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9100, 'dipi_md_faq', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9101, 'dipi_faq_search_enabled', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9102, 'dipi_md_balloon', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9103, 'dipi_md_gallery_slider', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9104, 'dipi_md_dual_heading', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9105, 'dipi_md_svg_animator', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9106, 'dipi_md_info_circle', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9107, 'dipi_md_advanced_tabs', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9108, 'dipi_md_horizontal_timeline', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9109, 'dipi_md_expanding_cta', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9110, 'dipi_md_text_highlighter', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9111, 'dipi_md_popup_maker', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9112, 'dipi_md_tile_scroll', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9113, 'dipi_md_pricing_table', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9114, 'dipi_md_filterable_gallery', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9115, 'dipi_md_parallax_images', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9116, 'dipi_md_filterable_grid', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9117, 'dipi_md_hover_gallery', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9118, 'dipi_md_content_slider', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9119, 'dipi_md_gravity_styler', 'on', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9120, 'dipi_md_image_rotator', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9121, 'dipi_md_table_of_contents', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9122, 'dipi_md_advanced_divider', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9123, 'dipi_md_table_maker', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9124, 'dipi_md_accordion_slider', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9125, 'dipi_md_animated_blurb', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9126, 'dipi_md_instagram', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9127, 'dipi_inject_theme_customizer', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9128, 'dipi_before_nav_layout', -1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9129, 'dipi_after_nav_layout', -1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9130, 'dipi_nav_layout_homepage', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9131, 'dipi_nav_layout_custom', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9132, 'dipi_nav_specific_pages', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9133, 'dipi_before_footer_layout', -1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9134, 'dipi_after_footer_layout', -1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9135, 'dipi_footer_layout_homepage', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9136, 'dipi_footer_layout_custom', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9137, 'dipi_footer_specific_pages', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9138, 'dipi_error_page', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9139, 'dipi_select_error_page', -1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9140, 'dipi_error_page_header', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9141, 'dipi_error_page_footer', 'off', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9142, 'dipi_after_nav_post_layout', -1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9143, 'dipi_after_nav_archives', -1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9144, 'dipi_after_nav_categories', -1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9145, 'dipi_after_nav_search', -1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9400, 'edd_sl_6832a8b8ed078a7909e9baa09e01fdd8', 'a:2:{s:7:\"timeout\";i:1756037328;s:5:\"value\";s:186416:\"{\"new_version\":\"2.45.0\",\"stable_version\":\"2.45.0\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2025-08-14 10:42:47\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTc1NjYzODUyODozM2MyYmU3ZDM0NDA5ZDA4ZmU2OWI5MDEyYTg4OTY0YzozMjcxODo0Nzk0N2RiYWExM2JkNDBkZjE5Njg1OTA1MWY5OTk3MjpodHRwc0AvL293ZW5zLW1pbm9yLm15YmVuZWZpdHBvcnQuY29tOjA=\",\"download_link\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTc1NjYzODUyODozM2MyYmU3ZDM0NDA5ZDA4ZmU2OWI5MDEyYTg4OTY0YzozMjcxODo0Nzk0N2RiYWExM2JkNDBkZjE5Njg1OTA1MWY5OTk3MjpodHRwc0AvL293ZW5zLW1pbm9yLm15YmVuZWZpdHBvcnQuY29tOjA=\",\"sections\":{\"description\":\"<p>Divi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<\\/p>\\n\",\"changelog\":\"<p><strong>2.45.0 August 14th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> FAQ module for Divi 5 Alpha<\\/li>\\n<li>Fixed D5 Accordion Image button spacing issues in hover mode<\\/li>\\n<li>Fixed D5 Accordion Image title color issue<\\/li>\\n<li>Fixed the FAQ module issue where it shows the wrong title on the WooCommerce Thank You page<\\/li>\\n<li>Fixed the custom Image Mask issue where it blocks SVG file on specific servers<\\/li>\\n<li>Fixed alignment and customisation issues in the parent module of the D5 Pricing Table<\\/li>\\n<li>Added taxonomy-based CSS classes to the Filterable Grid items<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.44.0 July 30th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW: <\\/strong>Accordion Image module for Divi 5 Alpha<\\/li>\\n<li>Resolved Image Slider minimum height issue<\\/li>\\n<li>Enhanced Back to Top link behavior with fixed headers<\\/li>\\n<li>Fixed Gravity Forms Styler input field padding inconsistency<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.43.1 July 24th 2025<\\/strong><\\/p>\\n<ul>\\n<li>fixed the PHP error for ModuleClassNamesTrait in the D5 Gravity Forms Styler<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.43.0 July 24th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW: <\\/strong>Divi 5 Gravity Forms Styler Beta<\\/li>\\n<li>Fixed the D5 Panorama display issue with the new D5 flexbox settings<\\/li>\\n<li>Fixed Uncaught TypeError with unsupported operand types in the Testimonial Slider<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.42.0 July 15th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW: <\\/strong>Added Panorama Module support for Divi 5 Alpha<\\/li>\\n<li>Improved the Hover Gallery Content Thumb width and spacing settings<\\/li>\\n<li>Fixed D5 Counter module console error displayed on front-end<\\/li>\\n<li>Fixed D5 Carousel Continuous Slide not working on mobiles<\\/li>\\n<li>Fixed D5 Carousel Loop, Autoplay, Navigation and Pagination responsive settings<\\/li>\\n<li>Fixed issue where hidden title is showing in the GF Styler source code<\\/li>\\n<li>Fixed sticky posts issue in Filterable Grid<\\/li>\\n<li>Fixed an issue where the Advanced Tabs module unexpectedly broke in the builder<\\/li>\\n<li>Fixed Image Slider issues when Divi Conditions are used<\\/li>\\n<li>Fixed alignment issues with Timeline elements<\\/li>\\n<li>Fixed the Filled Background Hover Menu Effect not working correctly in Firefox and Safari browsers<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.41.0 June 25th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Parallax Image Module support for Divi 5 Alpha<\\/li>\\n<li>Fixed issue where CSS Class was not being imported in the Divi 5 Carousel module<\\/li>\\n<li>Fixed flickering issue in the Filterable Grid module when using the Infinite Scroll option<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.40.0 June 18th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Tile Scroll Beta<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.39.0 June 11th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Lottie Icon Beta<\\/li>\\n<li>Fixed string interpolation in D5 Breadcrumbs and Divider modules<\\/li>\\n<li>Fixed Schema Markup issue in the Breadcrumbs module<\\/li>\\n<li>Fixed fatal error in the D5 Breadcrumbs module<\\/li>\\n<li>Fixed an issue causing the D5 Blog Slider module to break during editing<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.38.0 June 4th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Scroll Image Beta<\\/li>\\n<li>Fixed meta text alignment on Blog Archive pages when using Divi Pixel<\\/li>\\n<li>Resolved an issue causing the D5 Filterable Grid module to break during editing<\\/li>\\n<li>Corrected padding inconsistencies in the D5 Testimonial Slider module<\\/li>\\n<li>Fixed builder icon display for the D5 Carousel module<\\/li>\\n<li>Addressed animation glitch in the D5 Hover Image Slice effect<\\/li>\\n<li>Resolved PHP warning in the D5 SVG Animator module<\\/li>\\n<li>Resolved PHP warning in the D5 Hover Gallery module<\\/li>\\n<li>Replaced is_callable with is_string in internal checks to avoid false positives and improve code stability<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.37.0 May 27th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Carousel module for Divi 5<\\/li>\\n<li>Fixed \\\"Hide All Modules\\\" option - 4 modules were still visible despite the setting<\\/li>\\n<li>Fixed Collapsed Container height responsive settings in the Reveal module<\\/li>\\n<li>Fixed D5 modules icon size issue with the latest Divi 5 alpha 14.1<\\/li>\\n<li>Fixed D5 Filterable Grid Custom CSS issue<\\/li>\\n<li>Fixed PHP errors related to deprecated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.4 May 21th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed PHP notices on newer WordPress versions caused by translations being called too early<\\/li>\\n<li>Fixed PHP errors related to deprecated functions<\\/li>\\n<li>Fixed DIPI_Builder_Module.php fatal error when the cURL extension on a server is disabled<\\/li>\\n<li>Fixed the Image Hotspot issue on mobiles, where multiple tooltips can be opened at once<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.1 May 8th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Resolved issue with missing FAQ taxonomy entries<\\/li>\\n<li>Restored missing Divi Library shortcodes<\\/li>\\n<li>Fixed PHP error for RESTController.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.0 May 8th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added 34 Divi 5 modules (Beta)<\\/li>\\n<li><strong>NEW:<\\/strong> Added Popup Maker Close Icon weight option<\\/li>\\n<li>Added option to select multiple mobile menu layouts for translations<\\/li>\\n<li>Fixed the Breadcrumbs issue not displaying on author archive pages<\\/li>\\n<li>Fixed Button Grid displaying issue when custom padding is added<\\/li>\\n<li>Fixed the Filterable Grid\\/Filterable Gallery lightbox issue on mobiles<\\/li>\\n<li>Fixed mobile submenu border issue<\\/li>\\n<li>Fixed compatibility issue with Image Slider used in the Advanced Tabs module<\\/li>\\n<li>Fixed PHP warning in the Tilt Image<\\/li>\\n<li>Improved the Maintenance Mode functionality<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.35.0 March 27th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Ajax loading functionality to the Filterable Grid module for improved performance<\\/li>\\n<li><strong>NEW:<\\/strong> Added Reverse Order option to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Bulk Actions functionality to the Popup Maker for easier management<\\/li>\\n<li><strong>NEW:<\\/strong> Added an excerpt text field to the FAQ custom post type for better content display<\\/li>\\n<li><strong>NEW:<\\/strong> Added Activate\\/Deactivate button to the Popup Maker dashboard<\\/li>\\n<li><strong>NEW:<\\/strong> Popup Close Animation and duration<\\/li>\\n<li>Fixed Image Hotspot issue where the tooltip disappears before it\\u2019s mouseovered<\\/li>\\n<li>Fixed the not displayed header when the CTA Menu button is positioned as the first item in the menu<\\/li>\\n<li>Fixed the PHP error when the Reset Password button on the login screen is clicked<\\/li>\\n<li>Fixed the issue with the Vertical Content Alignment in the Advanced Tabs module<\\/li>\\n<li>Fixed Table Maker issue, where the column header is displayed when set to 0<\\/li>\\n<li>Improved the Popup Maker anchor links functionality<\\/li>\\n<li>Improved the Popup Maker functionality to trigger multiple popups<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.2 February 14th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed the permalink rewrite rules issue that caused the Divi Library to malfunction<\\/li>\\n<li>Fixed compatibility issues with the Theme Customizer in WordPress 6.7.2<\\/li>\\n<li>Fixed a display issue with the Image Showcase inside the Content Slider module<\\/li>\\n<li>Fixed an issue where anchor links in the custom mobile menu wouldn\\u2019t close the popup.<\\/li>\\n<li>Added the ability to select multiple post statuses in the Filterable Grid module<\\/li>\\n<li>Added an option to simplify item IDs in the Table of Contents module<\\/li>\\n<li>Enhanced Carousel Content Alignment settings for better layout control<\\/li>\\n<li>Optimised the loading of Balloon modules inside the Table Maker<\\/li>\\n<li>Improved the Filled Background Menu Hover Effect for a smoother user experience<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.1 January 20th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed: Responsive lightbox settings in the Filterable Gallery module<\\/li>\\n<li>Fixed: Rendering of FAQ modules when nested inside Advanced Tab modules<\\/li>\\n<li>Fixed: Critical errors in some configurations on certain servers<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.0 January 16th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed: Non-functional child module link in the Parallax Image module<\\/li>\\n<li>Fixed: Responsive settings issue for Horizontal Timeline navigation<\\/li>\\n<li>Fixed: Gravity Forms Styler Next\\/Prev button issue in multi-step forms<\\/li>\\n<li>Fixed: \\u201cFull\\u201d Col Span option in the Table Maker module<\\/li>\\n<li>Fixed: Password icon alignment on the Custom Login Page<\\/li>\\n<li>Fixed: Margin-bottom issue in the Image Mask module<\\/li>\\n<li>Fixed: Margin-bottom issue in the Star Rating module<\\/li>\\n<li>Fixed: Button link target issue in the Pricing Table module<\\/li>\\n<li>Fixed: Conflict in the Image Showcase\\/Carousel when the Autoplay option is enabled<\\/li>\\n<li>Fixed: Dynamic link option issues across multiple DP modules<\\/li>\\n<li>Fixed: PHP warnings related to the\\u00a0EDD_SL_Plugin_Updater.php\\u00a0file<\\/li>\\n<li>Fixed: Image Slider issue when the Advanced Tabs module is added to the same page<\\/li>\\n<li>Fixed: Thumbs navigation positioning for RTL websites in the Image Slider module<\\/li>\\n<li>Fixed: Custom Mobile Menu anchor links not closing the popup<\\/li>\\n<li>Fixed: Content Image Size issue in the Expanding CTA module<\\/li>\\n<li>Fixed: \\u201cCertain Period\\u201d option in Popup Maker Activity settings<\\/li>\\n<li>Improved: SEO for Filterable Grid and Blog Slider elements<\\/li>\\n<li>Improved: Response headers for Maintenance Mode<\\/li>\\n<li>Improved: Slide Selector option in the Content Slider module when triggered from the same page<\\/li>\\n<li>Added: Scroll To Top functionality for pagination in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added: Clickable Card and Clickable Image options to the Filterable Grid module<\\/li>\\n<li>Added: Clickability of Content Toggle labels<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.33.0 November 21st 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Custom Mobile Menu for Divi<\\/li>\\n<li><strong>NEW:<\\/strong> Added Popup Maker Exporter<\\/li>\\n<li>Fixed Menu CTA Button and Social Icons positioning issue<\\/li>\\n<li>Fixed Gravity Forms Styler CSS file location for the Orbital theme<\\/li>\\n<li>Fixed Pricing Table Module Text customization issues in child modules<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.32.0 November 14th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added display \\u201cCurrent Category\\u201d to the Filterable Grid module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option \\u201cHide Filters\\u201d to the Filterable Grid module<\\/li>\\n<li><strong>NEW:<\\/strong> Added video support to the Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to filter testimonials by star rating<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to disable Touch Slide on mobiles in Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Retrieve Alt text from Media Library, if no custom Alt text is added<\\/li>\\n<li>Improved the taxonomy position in the Filterable Grid module<\\/li>\\n<li>Fixed Advanced Tabs touch slide issue on mobiles<\\/li>\\n<li>Fixed duplicated Balloon HTML issue<\\/li>\\n<li>Fixed Pricing Table child module border issue<\\/li>\\n<li>Fixed Dropdown Menu Vertical Position issue<\\/li>\\n<li>Fixed Counter module bottom margin issue<\\/li>\\n<li>Fixed FAQ module bottom margin issue<\\/li>\\n<li>Fixed Text Alignment issue in the Pricing Table module<\\/li>\\n<li>Fixed Theme Customizer compatibility with WordPress 6.7<\\/li>\\n<li>Fixed Balloon module link issue when used as mega menu<\\/li>\\n<li>Fixed Blog Slider PHP warning<\\/li>\\n<li>Disabled \\u201cauto\\u201d image size attribute in WordPress 6.7 to prevent image skewing<\\/li>\\n<li>Divi 5 compatibility improvements<\\/li>\\n<li>Minified animate.css file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.31.0 September 18th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Automatically clear Divi cache<\\/li>\\n<li>Added link customization settings to the Pricing Table module<\\/li>\\n<li>Added dynamic video link to the Panorama module<\\/li>\\n<li>Fixed Counter prefix\\/suffix when special characters are added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.30.0 August 27th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added dotLottie support to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Lottie Icon position settings<\\/li>\\n<li><strong>NEW:<\\/strong> Added close animations to the Popup Maker<\\/li>\\n<li>Fixed Image Showcase display issue<\\/li>\\n<li>Fixed Flip Box 3D Content Effect issue<\\/li>\\n<li>Fixed image alignment in the Horizontal Timeline module when SVG is used<\\/li>\\n<li>Fixed child item padding in the Parallax Image module<\\/li>\\n<li>Fixed not working Blog Slider module background<\\/li>\\n<li>Fixed the Carousel issue in the Firefox browser<\\/li>\\n<li>Fixed not working Divi Library shortcodes in the Carousel module<\\/li>\\n<li>Fixed PHP Warning in the Dual Heading module<\\/li>\\n<li>Fixed \\u201cClear Divi Cache\\u201d admin bar showing for non-admin users<\\/li>\\n<li>Removed unwanted H5 tag from the Content Toggle 2nd item<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.5 July 26th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue with Testimonial Slider image filters<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue<\\/li>\\n<li>Fixed Masonry Gallery not displaying special characters in lightbox gallery captions<\\/li>\\n<li>Fixed Masonry Gallery issue when the pagination is used<\\/li>\\n<li>Fixed Theme Customizer not working with specific configurations<\\/li>\\n<li>Fixed not working popup trigger in the Balloon module<\\/li>\\n<li>Fixed Advanced Tabs slider on mobiles when RTL language is used<\\/li>\\n<li>Fixed Popup Maker date picker issue when Certain Period option is used<\\/li>\\n<li>Improved functionality of the Reveal module when using multiple selectors simultaneously<\\/li>\\n<li>Added option to include social media icons in multiple menus<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.4 July 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed not working Reveal module in the first tab of Advanced Tabs<\\/li>\\n<li>Fixed Dual Heading issue font size when \\u201cem\\u201d unit is used<\\/li>\\n<li>Fixed Hover Box border issue in Divi Builder<\\/li>\\n<li>Fixed Expanding CTA issue when used in the Balloon mega menu<\\/li>\\n<li>Fixed the Blurb module link not working in the Balloon mega menu<\\/li>\\n<li>Fixed Gravity Forms Styler spacing issue not working in the builder<\\/li>\\n<li>Fixed Gravity Forms Styler province and state filed styling<\\/li>\\n<li>Fixed Image Slider navigation issue when the loop option is enabled<\\/li>\\n<li>Fixed the TOC module spacing issue not working in the builder<\\/li>\\n<li>Fixed text style issue on the login page<\\/li>\\n<li>Fixed Popup Maker issue with responsive settings for Scroll Offset and On Scroll event<\\/li>\\n<li>Fixed Pricing Table suffix placement issue<\\/li>\\n<li>Fixed Parallax Image module height issue when the \\u201cActivate on Container\\u201d option is enabled<\\/li>\\n<li>Fixed the Testimonial Slider popup issue in the Safari browser<\\/li>\\n<li>Fixed the Popup Maker broken close button styling in the Safari browser<\\/li>\\n<li>Fixed Typing Text issue with responsive text alignment settings<\\/li>\\n<li>Added CSS ID &amp; Classes to Floating Images child items<\\/li>\\n<li>Added Toggle Selector to Content Toggle module<\\/li>\\n<li>Added \\u201cAllow Touch Move\\u201d option to the Carousel module<\\/li>\\n<li>Added Menu Order meta box to the FAQ custom post type<\\/li>\\n<li>Improved Popup Maker exit event on mobiles<\\/li>\\n<li>Improved the Before &amp; After Slider functionality when labels are clicked<\\/li>\\n<li>Minor stability improvements<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.3 April 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Improved Image Hotspot tooltip animations<\\/li>\\n<li>Improved Advanced Tabs Tab Selector<\\/li>\\n<li>Improved alignment settings in the Table Maker module<\\/li>\\n<li>Added translatable author prefix to the Blog Slider<\\/li>\\n<li>Added touch lens offset settings to the Image Magnifier module<\\/li>\\n<li>Added H tags control in Filterable Grid and Filterable Gallery<\\/li>\\n<li>Added default position to the Reading Progress Bar<\\/li>\\n<li>Added Link Target option to the Blog Slider module<\\/li>\\n<li>Added responsive settings for the Content Slider labels<\\/li>\\n<li>Added new sort options to the Filterable Gallery module<\\/li>\\n<li>Added responsive settings for the Content Toggle labels<\\/li>\\n<li>Added View Box size settings to the Image Mask module<\\/li>\\n<li>Added H tag control to the Start Rating title field<\\/li>\\n<li>Fixed not clickable logo on mobile devices<\\/li>\\n<li>Fixed Timeline mixed layout not working on mobiles on front-end<\\/li>\\n<li>Fixed Image Showcase image not showing in the Advanced Tabs module<\\/li>\\n<li>Fixed extra space issue in the Testimonial Slider module<\\/li>\\n<li>Fixed Advanced Tabs tab margins not calculated correctly on mobiles<\\/li>\\n<li>Fixed not working Vertical Offset option in the Reveal module<\\/li>\\n<li>Fixed PHP 8.2 compatibility issues<\\/li>\\n<li>Fixed Balloon mega menu not working on touch devices<\\/li>\\n<li>Fixed not working border, background and box-shadow in the Timeline child modules<\\/li>\\n<li>Fixed Hover Box background video size issue<\\/li>\\n<li>Fixed Popup Maker layout issue when more than one section is added<\\/li>\\n<li>Fixed collapsed mobile menu not working with the WPML plugin<\\/li>\\n<li>Fixed Before &amp; After Slider not displayed in Content Slider module<\\/li>\\n<li>Fixed border settings in the Carousel module<\\/li>\\n<li>Fixed Image Showcase not working in the Content Slider module<\\/li>\\n<li>Fixed Image Slider navigation position issue on mobile<\\/li>\\n<li>Fixed Info Circle border issue displayed on CPT pages<\\/li>\\n<li>Fixed Info Circle default values<\\/li>\\n<li>Fixed spacing issue in the Table Of Contents module<\\/li>\\n<li>Fixed clickable mobile menu when the full-screen option is used<\\/li>\\n<li>Fixed Expanding CTA responsive issue when Custom Mobile Breakpoint is used<\\/li>\\n<li>Fixed Counter animation viewport issue<\\/li>\\n<li>Updated wpml-config.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.29.2 December 21st 2023<\\/p>\\n<ul>\\n<li>Fixed Dual Heading border issue<\\/li>\\n<li>Fixed Divi 4.23.2 compatibility issue<\\/li>\\n<li>Fixed Tripadvisor social icon issue<\\/li>\\n<li>Fixed Table Maker depraciated PHP: automatic conversion of false to array<\\/li>\\n<li>Fixed Flip Box module showing back side<\\/li>\\n<li>Fixed Popup Maker position issue when content is having single tags<\\/li>\\n<li>Fixed Filterable Gallery JS error when Conditional Display is used<\\/li>\\n<li>Improved Blog Slider data attribute format<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.1 December 15th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed parent mobile menu item link issue<\\/li>\\n<li>Fixed Jetpack captcha field width on login screen<\\/li>\\n<li>Fixed not saving Divi Pixel Category and link in Media Library<\\/li>\\n<li>Fixed not showing Read More button for arabic string in Blog Slider<\\/li>\\n<li>Fixed Dual Heading background text stroke color issue<\\/li>\\n<li>Fixed JS error when responsive text settings for TOC module title are used<\\/li>\\n<li>Fixed Gravity Forms Styler border issue when Orbital theme is used<\\/li>\\n<li>Added delay option to the Typing Text module<\\/li>\\n<li>Added archive page styling for search results page<\\/li>\\n<li>Added option to hide Homepage in the Breadcrumbs module<\\/li>\\n<li>Added option to remove Html for empty field in Testimonial Slider<\\/li>\\n<li>Added pagination and load more settings to the Masonry Gallery module<\\/li>\\n<li>Added option to show\\/hide Clear Divi Cache option in the WP toolbar<\\/li>\\n<li>Improved Fix Lazy Loading Image in Filterable Grid and Filterable Gallery<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.0 November 24th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table Maker module<\\/li>\\n<li>Added margin, padding and custom CSS filed for Advanced Tabs tab image<\\/li>\\n<li>Added Divider module to WPML config file<\\/li>\\n<li>Added custom CSS field to Advanced Tabs button<\\/li>\\n<li>Added shortcode support to Blog Slider, Parallax Image and Pricing Table modules<\\/li>\\n<li>Added title tag control for the Pricing Table Feature<\\/li>\\n<li>Added ability to translate DIPI category taxonomy<\\/li>\\n<li>Added support of Gravity Forms Styler to different themes<\\/li>\\n<li>Added Link toggle to Tile Scroll child modules<\\/li>\\n<li>Added \\u201cClickable Card\\u201d option to the Blog Slider module<\\/li>\\n<li>Added mobile option for the Ripple Effect Style 2 in the Image Hotspot module<\\/li>\\n<li>Added alt text for image in the Expanding CTA module<\\/li>\\n<li>Fixed Reveal module expanded height issue<\\/li>\\n<li>Fixed Panorama responsive issue<\\/li>\\n<li>Fixed menu hover animation when translation is used<\\/li>\\n<li>Fixed Reveal height in Advanced Tabs, Content Slider and Content Toggle<\\/li>\\n<li>Fixed Flip Box dynamic link issue<\\/li>\\n<li>Fixed not working page exclusion option in the TOC module<\\/li>\\n<li>Fixed not working Carousel link in older Safari browsers<\\/li>\\n<li>Improved Image Hotspot tooltip position on mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.28.0 October 11th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divider module<\\/li>\\n<li>Fixed Accordion Image rendering issue when used in Theme Builder template<\\/li>\\n<li>Fixed WPML-config.xml file conflict with Polylang plugin<\\/li>\\n<li>Fixed Reveal issue when used in the Content Slider module<\\/li>\\n<li>Fixed Image Slider thumbs navigation not working when Theme Builder is used<\\/li>\\n<li>Fixed Filterable Grid taxonomy select field issue with the Polylang plugin<\\/li>\\n<li>Fixed not working FAQ module order not working in the builder<\\/li>\\n<li>Fixed incorrect image count displayed in the Image Slider lightbox<\\/li>\\n<li>Fixed Gravity Forms Styler unique ID field not showing in the editor<\\/li>\\n<li>Fixed Gravity Forms Styler dropdown arrow position issue<\\/li>\\n<li>Added Custom CSS fields for Hover Gallery images and content icons<\\/li>\\n<li>Added Yelp and Spotify social media icons<\\/li>\\n<li>Added Popup Maker width settings<\\/li>\\n<li>Added Custom CSS ID &amp; Classes to the Timeline child items<\\/li>\\n<li>Updated WPML configuration file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.27.0 September 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Reveal module<\\/li>\\n<li>Added Box Shadow and Border settings to the Typing Text module<\\/li>\\n<li>Added Alt Text for images in the Info Circle module<\\/li>\\n<li>Added option to use icons with links in the Floating Images module<\\/li>\\n<li>Added Load More, Pagination, and Infinite Scroll options to the Masonry Gallery module<\\/li>\\n<li>Added Carousel Image Height control<\\/li>\\n<li>Added responsive settings for Show Table Title in the TOC module<\\/li>\\n<li>Added ACF support to the Price List module<\\/li>\\n<li>Added author prefix &amp; link target setting to the Filterable Grid module<\\/li>\\n<li>Fixed Testimonial Slider issue when content includes unicode symbols<\\/li>\\n<li>Fixed Table of Content issue when the Generate for Whole Page option is enabled<\\/li>\\n<li>Fixed Table of Contents issue when special characters are used in the title<\\/li>\\n<li>Fixed not working CTA button settings in the footer menu<\\/li>\\n<li>Fixed not a clickable logo in the header when the centered header is used<\\/li>\\n<li>Fixed CTA Menu Button styles not applying to the secondary menu<\\/li>\\n<li>Apply mobile menu styles only for the header menu, not for the footer<\\/li>\\n<li>Enabled Divi Pixel taxonomy for all CPT<\\/li>\\n<li>Updated Twitter icon<\\/li>\\n<li>Updated WPML config file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.26.0 August 9th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table of Contents module added<\\/li>\\n<li><strong>NEW:<\\/strong> Clear Divi Cache functionality added to the WP dashboard toolbar<\\/li>\\n<li>Fixed Float Thumbs Over Main Image responsive issues in the Image Slider module<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue when placed at the end of a row<\\/li>\\n<li>Fixed Image Hotspot warning in the child module<\\/li>\\n<li>Fixed Image Rotator preloader issue when the image is bigger than the viewport height<\\/li>\\n<li>Fixed not clickable logo on mobile when centered header style is used<\\/li>\\n<li>Fixed not working border for the menu CTA button<\\/li>\\n<li>Added Popup Maker WPML support<\\/li>\\n<li>Added Tripadvisor, Twitch, and Yelp social media icons<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.1 July 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added preloader to the Image Rotator module<\\/li>\\n<li>Fixed WPML config file to fix the Pricing Table text field translation issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.0 July 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Image Rotate module added<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed Filterable Grid Sticky Filter issue<\\/li>\\n<li>Fixed submenu not opening in some devices when \\u2018Collapse Submenu Items on Mobiles\\u2019 is enabled<\\/li>\\n<li>Fixed rendering issue of Image Gallery in Content Slider<\\/li>\\n<li>Fixed Image Accordion background image not working when the image is not selected in the child module<\\/li>\\n<li>Fixed PHP warning in Expanding CTA module<\\/li>\\n<li>Fixed missing styling of Submit button container in the Gravity Forms Styler module<\\/li>\\n<li>Fixed not working \\u2018Hide Close Button\\u2019\\u00a0 in Popup Maker after PHP 8.0<\\/li>\\n<li>Fixed not working image animation in the Filterable Grid module<\\/li>\\n<li>Fixed archive\\/categories pages excerpt font color issue<\\/li>\\n<li>Fixed Image Hotspot ripple effect issue in Firefox browser<\\/li>\\n<li>Fixed dynamic text not rendering in the Visual Builder in the Text Highlighter module<\\/li>\\n<li>Added option to hide content by default in the Advanced Tabs module<\\/li>\\n<li>Added scroll bar to Filterable Gallery when image caption in lightbox goes out of the screen<\\/li>\\n<li>Added stronger selector to Button Grid for default margin-bottom of child module<\\/li>\\n<li>Added Slide Selector to the Content Slider module<\\/li>\\n<li>Added navigation settings to the Content Slider module<\\/li>\\n<li>Added \\u201cContent as Raw HTML\\u201d to the Blog Slider module<\\/li>\\n<li>Added tab index and field values setting to the Gravity Forms Styler module<\\/li>\\n<li>Added Show More button functionality to the Filterable Grid module<\\/li>\\n<li>Added publishing date, categories, and author to the Filterable Grid module<\\/li>\\n<li>Added filters to the Filterable Grid module<\\/li>\\n<li>Improved Filterable Grid title\\/content hover color functionality<\\/li>\\n<li>Improved \\u201cApply Hover Style to Active Menu Item\\u201d function<\\/li>\\n<li>Improved speed using async images in Blog Slider<\\/li>\\n<li>Improved image link function in the Advanced Tabs module<\\/li>\\n<li>Improved Popup Maker to allow users to trigger popups using a keyboard<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.24.0 June 7th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added full WPML compatibility<\\/li>\\n<li>Fixed not working autoplay speed in the Hover Gallery module<\\/li>\\n<li>Fixed Image Magnifier rendering issue in Divi Builder<\\/li>\\n<li>Fixed the preloader displayed on the blog page when only the homepage setting is enabled<\\/li>\\n<li>Fixed Timeline module displaying issue on front-end of CPT<\\/li>\\n<li>Fixed Timeline responsive issue in Theme Builder<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed not working Filterable Grid image animation<\\/li>\\n<li>Fixed Advanced Tabs scroll to content on mobiles issue<\\/li>\\n<li>Fixed Advanced Tabs sticky tabs with slider navigation issue<\\/li>\\n<li>Fixed truncated caption in the Filterable Gallery lightbox when an apostrophe is used<\\/li>\\n<li>Added link option for the content image in the Advanced Tabs module<\\/li>\\n<li>Added Image Slider lightbox option for main carousel images<\\/li>\\n<li>Added icon spacing settings to the Tilt Image module<\\/li>\\n<li>Added vertical scroll functionality to the Image Showcase module<\\/li>\\n<li>Added simple Fade animation to the Hover Gallery module<\\/li>\\n<li>Added \\u201cMenu Order\\u201d into Filterable Grid Order By settings<\\/li>\\n<li>Disabled popups displaying in the builder<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.23.1 May 23rd, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed conditional fields issue in the Gravity Forms Styler module<\\/li>\\n<li>Fixed Gravity Forms Styler files loaded when the module is hidden<\\/li>\\n<li>Fixed the z-index of the meta box in the Popup Maker user interface<\\/li>\\n<li>Fixed the wrapping text issue in the last tab in the Content Slider module<\\/li>\\n<li>Fixed Content Slider reloading when Advanced Tabs is used on the same page<\\/li>\\n<li>Fixed Popup Maker issue causing broken website styles on the front-end<\\/li>\\n<li>Added ID tag to FAQ module schema output<\\/li>\\n<li>Added Ajax feature to Gravity Forms Styler module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<br \\/>\\n<strong>2.23.0 May 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Gravity Forms Styler for Divi<\\/li>\\n<li>Fixed issue with the mouse pointer on archive pages when the popup Closing CSS Selector is empty<\\/li>\\n<li>Fixed Theme Customizer issue when the Divi Torque plugin is used<\\/li>\\n<li>Fixed Scroll Image not working in the Carousel module<\\/li>\\n<li>Fixed the select field in the Divi Pixel dashboard<\\/li>\\n<li>Fixed conflict with FluentCRM where the unsubscribe function didn\\u2019t work<\\/li>\\n<li>Fixed Content Slider Move by Pin not working on mobiles<\\/li>\\n<li>Fixed Filterable Grid broken image issue when the featured image is not set and image overlay used<\\/li>\\n<li>Fixed Filterable Grid cursor pointer issue when using post link without lightbox option enabled<\\/li>\\n<li>Fixed conflict with the FluentCRM plugin<\\/li>\\n<li>Fixed the Horizontal Timeline issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed Balloon module background issue<\\/li>\\n<li>Fixed Horizontal Timeline icons displaying issue<\\/li>\\n<li>Fixed Image Mask custom SVG mask not displayed on the front-end on a specific server<\\/li>\\n<li>Fixed Footer Stick to the Bottom not working on tablets and mobiles<\\/li>\\n<li>Fixed Testimonial Slider Read More function not working with non-latin contents<\\/li>\\n<li>Fixed Advanced Tabs Content Vertical Align option not working correctly<\\/li>\\n<li>Added Content Image width settings to the Advanced Tabs module<\\/li>\\n<li>Improved Blog Style 5 layout on tablets<\\/li>\\n<li>Improved Filterable Grid content length when excerpt text is empty<\\/li>\\n<li>Improved Force Footer to the Bottom feature<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.22.0 April 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Slider module added<\\/li>\\n<li>Added z-index setting in the Balloon module<\\/li>\\n<li>Added z-index setting for the Image Hotspot tooltip<\\/li>\\n<li>Added option to fix anchor link offset issue when Fixed Mobile Header is used<\\/li>\\n<li>Added Quora social media network<\\/li>\\n<li>Added Lazyload images to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Offset setting to the Blog Slider module<\\/li>\\n<li>Fixed Pricing Table not working spacing setting when used in Theme Builder<\\/li>\\n<li>Fixed the issue with adding a new module below the Image Slider<\\/li>\\n<li>Fixed Popup Maker not triggering from the mobile menu item<\\/li>\\n<li>Improved the Filterable Grid performance<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.1 March 29th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed duplicated mobile menu hamburger icon issue<\\/li>\\n<li>Fixed mobile menu hamburger icon animation issue<\\/li>\\n<li>Fixed space added when the reveal footer effect is used<\\/li>\\n<li>Fixed Filled Background menu hover effect styles issues<\\/li>\\n<li>Fixed dropdown menu item animation and styling issues<\\/li>\\n<li>Fixed mobile menu CTA button text color issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.0 March 28th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Hover Gallery module added<\\/li>\\n<li>Fixed Filterable Grid link target not working properly<\\/li>\\n<li>Fixed heading level issue in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Fixed issue with the Author Box sizing<\\/li>\\n<li>Fixed Info Circle issue when button and content links are used at the same time<\\/li>\\n<li>Fixed an issue with the responsive icon selector in the Timeline module<\\/li>\\n<li>Fixed Carousel not displaying when the max-width property is used in the child module<\\/li>\\n<li>Fixed Timeline Font Awesome icons not displayed<\\/li>\\n<li>Fixed PHP warning when the option to display popup on specific pages is enabled, but pages not defined<\\/li>\\n<li>Added sticky filter bar options to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Status option to the Filterable Grid module<\\/li>\\n<li>Added option to display raw HTML in the Filterable Grid module<\\/li>\\n<li>Added displaying order options to the Filterable Grid module<\\/li>\\n<li>Added pagination translation settings for the Filterable Gallery and Filterable Grid<\\/li>\\n<li>Added option to show title and caption in the Carousel image lightbox<\\/li>\\n<li>Added options to display animation in the viewport and only once in the Fancy Text module<\\/li>\\n<li>Added hooks to the Blog Slider module<\\/li>\\n<li>Improved Popup Maker CSS when the Video module is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"description\":[\"<p>Divi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.45.0 August 14th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> FAQ module for Divi 5 Alpha<\\/li>\\n<li>Fixed D5 Accordion Image button spacing issues in hover mode<\\/li>\\n<li>Fixed D5 Accordion Image title color issue<\\/li>\\n<li>Fixed the FAQ module issue where it shows the wrong title on the WooCommerce Thank You page<\\/li>\\n<li>Fixed the custom Image Mask issue where it blocks SVG file on specific servers<\\/li>\\n<li>Fixed alignment and customisation issues in the parent module of the D5 Pricing Table<\\/li>\\n<li>Added taxonomy-based CSS classes to the Filterable Grid items<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.44.0 July 30th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW: <\\/strong>Accordion Image module for Divi 5 Alpha<\\/li>\\n<li>Resolved Image Slider minimum height issue<\\/li>\\n<li>Enhanced Back to Top link behavior with fixed headers<\\/li>\\n<li>Fixed Gravity Forms Styler input field padding inconsistency<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.43.1 July 24th 2025<\\/strong><\\/p>\\n<ul>\\n<li>fixed the PHP error for ModuleClassNamesTrait in the D5 Gravity Forms Styler<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.43.0 July 24th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW: <\\/strong>Divi 5 Gravity Forms Styler Beta<\\/li>\\n<li>Fixed the D5 Panorama display issue with the new D5 flexbox settings<\\/li>\\n<li>Fixed Uncaught TypeError with unsupported operand types in the Testimonial Slider<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.42.0 July 15th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW: <\\/strong>Added Panorama Module support for Divi 5 Alpha<\\/li>\\n<li>Improved the Hover Gallery Content Thumb width and spacing settings<\\/li>\\n<li>Fixed D5 Counter module console error displayed on front-end<\\/li>\\n<li>Fixed D5 Carousel Continuous Slide not working on mobiles<\\/li>\\n<li>Fixed D5 Carousel Loop, Autoplay, Navigation and Pagination responsive settings<\\/li>\\n<li>Fixed issue where hidden title is showing in the GF Styler source code<\\/li>\\n<li>Fixed sticky posts issue in Filterable Grid<\\/li>\\n<li>Fixed an issue where the Advanced Tabs module unexpectedly broke in the builder<\\/li>\\n<li>Fixed Image Slider issues when Divi Conditions are used<\\/li>\\n<li>Fixed alignment issues with Timeline elements<\\/li>\\n<li>Fixed the Filled Background Hover Menu Effect not working correctly in Firefox and Safari browsers<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.41.0 June 25th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Parallax Image Module support for Divi 5 Alpha<\\/li>\\n<li>Fixed issue where CSS Class was not being imported in the Divi 5 Carousel module<\\/li>\\n<li>Fixed flickering issue in the Filterable Grid module when using the Infinite Scroll option<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.40.0 June 18th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Tile Scroll Beta<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.39.0 June 11th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Lottie Icon Beta<\\/li>\\n<li>Fixed string interpolation in D5 Breadcrumbs and Divider modules<\\/li>\\n<li>Fixed Schema Markup issue in the Breadcrumbs module<\\/li>\\n<li>Fixed fatal error in the D5 Breadcrumbs module<\\/li>\\n<li>Fixed an issue causing the D5 Blog Slider module to break during editing<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.38.0 June 4th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Scroll Image Beta<\\/li>\\n<li>Fixed meta text alignment on Blog Archive pages when using Divi Pixel<\\/li>\\n<li>Resolved an issue causing the D5 Filterable Grid module to break during editing<\\/li>\\n<li>Corrected padding inconsistencies in the D5 Testimonial Slider module<\\/li>\\n<li>Fixed builder icon display for the D5 Carousel module<\\/li>\\n<li>Addressed animation glitch in the D5 Hover Image Slice effect<\\/li>\\n<li>Resolved PHP warning in the D5 SVG Animator module<\\/li>\\n<li>Resolved PHP warning in the D5 Hover Gallery module<\\/li>\\n<li>Replaced is_callable with is_string in internal checks to avoid false positives and improve code stability<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.37.0 May 27th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Carousel module for Divi 5<\\/li>\\n<li>Fixed \\\"Hide All Modules\\\" option - 4 modules were still visible despite the setting<\\/li>\\n<li>Fixed Collapsed Container height responsive settings in the Reveal module<\\/li>\\n<li>Fixed D5 modules icon size issue with the latest Divi 5 alpha 14.1<\\/li>\\n<li>Fixed D5 Filterable Grid Custom CSS issue<\\/li>\\n<li>Fixed PHP errors related to deprecated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.4 May 21th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed PHP notices on newer WordPress versions caused by translations being called too early<\\/li>\\n<li>Fixed PHP errors related to deprecated functions<\\/li>\\n<li>Fixed DIPI_Builder_Module.php fatal error when the cURL extension on a server is disabled<\\/li>\\n<li>Fixed the Image Hotspot issue on mobiles, where multiple tooltips can be opened at once<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.1 May 8th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Resolved issue with missing FAQ taxonomy entries<\\/li>\\n<li>Restored missing Divi Library shortcodes<\\/li>\\n<li>Fixed PHP error for RESTController.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.0 May 8th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added 34 Divi 5 modules (Beta)<\\/li>\\n<li><strong>NEW:<\\/strong> Added Popup Maker Close Icon weight option<\\/li>\\n<li>Added option to select multiple mobile menu layouts for translations<\\/li>\\n<li>Fixed the Breadcrumbs issue not displaying on author archive pages<\\/li>\\n<li>Fixed Button Grid displaying issue when custom padding is added<\\/li>\\n<li>Fixed the Filterable Grid\\/Filterable Gallery lightbox issue on mobiles<\\/li>\\n<li>Fixed mobile submenu border issue<\\/li>\\n<li>Fixed compatibility issue with Image Slider used in the Advanced Tabs module<\\/li>\\n<li>Fixed PHP warning in the Tilt Image<\\/li>\\n<li>Improved the Maintenance Mode functionality<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.35.0 March 27th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Ajax loading functionality to the Filterable Grid module for improved performance<\\/li>\\n<li><strong>NEW:<\\/strong> Added Reverse Order option to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Bulk Actions functionality to the Popup Maker for easier management<\\/li>\\n<li><strong>NEW:<\\/strong> Added an excerpt text field to the FAQ custom post type for better content display<\\/li>\\n<li><strong>NEW:<\\/strong> Added Activate\\/Deactivate button to the Popup Maker dashboard<\\/li>\\n<li><strong>NEW:<\\/strong> Popup Close Animation and duration<\\/li>\\n<li>Fixed Image Hotspot issue where the tooltip disappears before it\\u2019s mouseovered<\\/li>\\n<li>Fixed the not displayed header when the CTA Menu button is positioned as the first item in the menu<\\/li>\\n<li>Fixed the PHP error when the Reset Password button on the login screen is clicked<\\/li>\\n<li>Fixed the issue with the Vertical Content Alignment in the Advanced Tabs module<\\/li>\\n<li>Fixed Table Maker issue, where the column header is displayed when set to 0<\\/li>\\n<li>Improved the Popup Maker anchor links functionality<\\/li>\\n<li>Improved the Popup Maker functionality to trigger multiple popups<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.2 February 14th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed the permalink rewrite rules issue that caused the Divi Library to malfunction<\\/li>\\n<li>Fixed compatibility issues with the Theme Customizer in WordPress 6.7.2<\\/li>\\n<li>Fixed a display issue with the Image Showcase inside the Content Slider module<\\/li>\\n<li>Fixed an issue where anchor links in the custom mobile menu wouldn\\u2019t close the popup.<\\/li>\\n<li>Added the ability to select multiple post statuses in the Filterable Grid module<\\/li>\\n<li>Added an option to simplify item IDs in the Table of Contents module<\\/li>\\n<li>Enhanced Carousel Content Alignment settings for better layout control<\\/li>\\n<li>Optimised the loading of Balloon modules inside the Table Maker<\\/li>\\n<li>Improved the Filled Background Menu Hover Effect for a smoother user experience<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.1 January 20th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed: Responsive lightbox settings in the Filterable Gallery module<\\/li>\\n<li>Fixed: Rendering of FAQ modules when nested inside Advanced Tab modules<\\/li>\\n<li>Fixed: Critical errors in some configurations on certain servers<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.0 January 16th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed: Non-functional child module link in the Parallax Image module<\\/li>\\n<li>Fixed: Responsive settings issue for Horizontal Timeline navigation<\\/li>\\n<li>Fixed: Gravity Forms Styler Next\\/Prev button issue in multi-step forms<\\/li>\\n<li>Fixed: \\u201cFull\\u201d Col Span option in the Table Maker module<\\/li>\\n<li>Fixed: Password icon alignment on the Custom Login Page<\\/li>\\n<li>Fixed: Margin-bottom issue in the Image Mask module<\\/li>\\n<li>Fixed: Margin-bottom issue in the Star Rating module<\\/li>\\n<li>Fixed: Button link target issue in the Pricing Table module<\\/li>\\n<li>Fixed: Conflict in the Image Showcase\\/Carousel when the Autoplay option is enabled<\\/li>\\n<li>Fixed: Dynamic link option issues across multiple DP modules<\\/li>\\n<li>Fixed: PHP warnings related to the\\u00a0EDD_SL_Plugin_Updater.php\\u00a0file<\\/li>\\n<li>Fixed: Image Slider issue when the Advanced Tabs module is added to the same page<\\/li>\\n<li>Fixed: Thumbs navigation positioning for RTL websites in the Image Slider module<\\/li>\\n<li>Fixed: Custom Mobile Menu anchor links not closing the popup<\\/li>\\n<li>Fixed: Content Image Size issue in the Expanding CTA module<\\/li>\\n<li>Fixed: \\u201cCertain Period\\u201d option in Popup Maker Activity settings<\\/li>\\n<li>Improved: SEO for Filterable Grid and Blog Slider elements<\\/li>\\n<li>Improved: Response headers for Maintenance Mode<\\/li>\\n<li>Improved: Slide Selector option in the Content Slider module when triggered from the same page<\\/li>\\n<li>Added: Scroll To Top functionality for pagination in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added: Clickable Card and Clickable Image options to the Filterable Grid module<\\/li>\\n<li>Added: Clickability of Content Toggle labels<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.33.0 November 21st 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Custom Mobile Menu for Divi<\\/li>\\n<li><strong>NEW:<\\/strong> Added Popup Maker Exporter<\\/li>\\n<li>Fixed Menu CTA Button and Social Icons positioning issue<\\/li>\\n<li>Fixed Gravity Forms Styler CSS file location for the Orbital theme<\\/li>\\n<li>Fixed Pricing Table Module Text customization issues in child modules<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.32.0 November 14th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added display \\u201cCurrent Category\\u201d to the Filterable Grid module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option \\u201cHide Filters\\u201d to the Filterable Grid module<\\/li>\\n<li><strong>NEW:<\\/strong> Added video support to the Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to filter testimonials by star rating<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to disable Touch Slide on mobiles in Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Retrieve Alt text from Media Library, if no custom Alt text is added<\\/li>\\n<li>Improved the taxonomy position in the Filterable Grid module<\\/li>\\n<li>Fixed Advanced Tabs touch slide issue on mobiles<\\/li>\\n<li>Fixed duplicated Balloon HTML issue<\\/li>\\n<li>Fixed Pricing Table child module border issue<\\/li>\\n<li>Fixed Dropdown Menu Vertical Position issue<\\/li>\\n<li>Fixed Counter module bottom margin issue<\\/li>\\n<li>Fixed FAQ module bottom margin issue<\\/li>\\n<li>Fixed Text Alignment issue in the Pricing Table module<\\/li>\\n<li>Fixed Theme Customizer compatibility with WordPress 6.7<\\/li>\\n<li>Fixed Balloon module link issue when used as mega menu<\\/li>\\n<li>Fixed Blog Slider PHP warning<\\/li>\\n<li>Disabled \\u201cauto\\u201d image size attribute in WordPress 6.7 to prevent image skewing<\\/li>\\n<li>Divi 5 compatibility improvements<\\/li>\\n<li>Minified animate.css file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.31.0 September 18th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Automatically clear Divi cache<\\/li>\\n<li>Added link customization settings to the Pricing Table module<\\/li>\\n<li>Added dynamic video link to the Panorama module<\\/li>\\n<li>Fixed Counter prefix\\/suffix when special characters are added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.30.0 August 27th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added dotLottie support to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Lottie Icon position settings<\\/li>\\n<li><strong>NEW:<\\/strong> Added close animations to the Popup Maker<\\/li>\\n<li>Fixed Image Showcase display issue<\\/li>\\n<li>Fixed Flip Box 3D Content Effect issue<\\/li>\\n<li>Fixed image alignment in the Horizontal Timeline module when SVG is used<\\/li>\\n<li>Fixed child item padding in the Parallax Image module<\\/li>\\n<li>Fixed not working Blog Slider module background<\\/li>\\n<li>Fixed the Carousel issue in the Firefox browser<\\/li>\\n<li>Fixed not working Divi Library shortcodes in the Carousel module<\\/li>\\n<li>Fixed PHP Warning in the Dual Heading module<\\/li>\\n<li>Fixed \\u201cClear Divi Cache\\u201d admin bar showing for non-admin users<\\/li>\\n<li>Removed unwanted H5 tag from the Content Toggle 2nd item<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.5 July 26th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue with Testimonial Slider image filters<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue<\\/li>\\n<li>Fixed Masonry Gallery not displaying special characters in lightbox gallery captions<\\/li>\\n<li>Fixed Masonry Gallery issue when the pagination is used<\\/li>\\n<li>Fixed Theme Customizer not working with specific configurations<\\/li>\\n<li>Fixed not working popup trigger in the Balloon module<\\/li>\\n<li>Fixed Advanced Tabs slider on mobiles when RTL language is used<\\/li>\\n<li>Fixed Popup Maker date picker issue when Certain Period option is used<\\/li>\\n<li>Improved functionality of the Reveal module when using multiple selectors simultaneously<\\/li>\\n<li>Added option to include social media icons in multiple menus<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.4 July 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed not working Reveal module in the first tab of Advanced Tabs<\\/li>\\n<li>Fixed Dual Heading issue font size when \\u201cem\\u201d unit is used<\\/li>\\n<li>Fixed Hover Box border issue in Divi Builder<\\/li>\\n<li>Fixed Expanding CTA issue when used in the Balloon mega menu<\\/li>\\n<li>Fixed the Blurb module link not working in the Balloon mega menu<\\/li>\\n<li>Fixed Gravity Forms Styler spacing issue not working in the builder<\\/li>\\n<li>Fixed Gravity Forms Styler province and state filed styling<\\/li>\\n<li>Fixed Image Slider navigation issue when the loop option is enabled<\\/li>\\n<li>Fixed the TOC module spacing issue not working in the builder<\\/li>\\n<li>Fixed text style issue on the login page<\\/li>\\n<li>Fixed Popup Maker issue with responsive settings for Scroll Offset and On Scroll event<\\/li>\\n<li>Fixed Pricing Table suffix placement issue<\\/li>\\n<li>Fixed Parallax Image module height issue when the \\u201cActivate on Container\\u201d option is enabled<\\/li>\\n<li>Fixed the Testimonial Slider popup issue in the Safari browser<\\/li>\\n<li>Fixed the Popup Maker broken close button styling in the Safari browser<\\/li>\\n<li>Fixed Typing Text issue with responsive text alignment settings<\\/li>\\n<li>Added CSS ID &amp; Classes to Floating Images child items<\\/li>\\n<li>Added Toggle Selector to Content Toggle module<\\/li>\\n<li>Added \\u201cAllow Touch Move\\u201d option to the Carousel module<\\/li>\\n<li>Added Menu Order meta box to the FAQ custom post type<\\/li>\\n<li>Improved Popup Maker exit event on mobiles<\\/li>\\n<li>Improved the Before &amp; After Slider functionality when labels are clicked<\\/li>\\n<li>Minor stability improvements<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.3 April 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Improved Image Hotspot tooltip animations<\\/li>\\n<li>Improved Advanced Tabs Tab Selector<\\/li>\\n<li>Improved alignment settings in the Table Maker module<\\/li>\\n<li>Added translatable author prefix to the Blog Slider<\\/li>\\n<li>Added touch lens offset settings to the Image Magnifier module<\\/li>\\n<li>Added H tags control in Filterable Grid and Filterable Gallery<\\/li>\\n<li>Added default position to the Reading Progress Bar<\\/li>\\n<li>Added Link Target option to the Blog Slider module<\\/li>\\n<li>Added responsive settings for the Content Slider labels<\\/li>\\n<li>Added new sort options to the Filterable Gallery module<\\/li>\\n<li>Added responsive settings for the Content Toggle labels<\\/li>\\n<li>Added View Box size settings to the Image Mask module<\\/li>\\n<li>Added H tag control to the Start Rating title field<\\/li>\\n<li>Fixed not clickable logo on mobile devices<\\/li>\\n<li>Fixed Timeline mixed layout not working on mobiles on front-end<\\/li>\\n<li>Fixed Image Showcase image not showing in the Advanced Tabs module<\\/li>\\n<li>Fixed extra space issue in the Testimonial Slider module<\\/li>\\n<li>Fixed Advanced Tabs tab margins not calculated correctly on mobiles<\\/li>\\n<li>Fixed not working Vertical Offset option in the Reveal module<\\/li>\\n<li>Fixed PHP 8.2 compatibility issues<\\/li>\\n<li>Fixed Balloon mega menu not working on touch devices<\\/li>\\n<li>Fixed not working border, background and box-shadow in the Timeline child modules<\\/li>\\n<li>Fixed Hover Box background video size issue<\\/li>\\n<li>Fixed Popup Maker layout issue when more than one section is added<\\/li>\\n<li>Fixed collapsed mobile menu not working with the WPML plugin<\\/li>\\n<li>Fixed Before &amp; After Slider not displayed in Content Slider module<\\/li>\\n<li>Fixed border settings in the Carousel module<\\/li>\\n<li>Fixed Image Showcase not working in the Content Slider module<\\/li>\\n<li>Fixed Image Slider navigation position issue on mobile<\\/li>\\n<li>Fixed Info Circle border issue displayed on CPT pages<\\/li>\\n<li>Fixed Info Circle default values<\\/li>\\n<li>Fixed spacing issue in the Table Of Contents module<\\/li>\\n<li>Fixed clickable mobile menu when the full-screen option is used<\\/li>\\n<li>Fixed Expanding CTA responsive issue when Custom Mobile Breakpoint is used<\\/li>\\n<li>Fixed Counter animation viewport issue<\\/li>\\n<li>Updated wpml-config.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.29.2 December 21st 2023<\\/p>\\n<ul>\\n<li>Fixed Dual Heading border issue<\\/li>\\n<li>Fixed Divi 4.23.2 compatibility issue<\\/li>\\n<li>Fixed Tripadvisor social icon issue<\\/li>\\n<li>Fixed Table Maker depraciated PHP: automatic conversion of false to array<\\/li>\\n<li>Fixed Flip Box module showing back side<\\/li>\\n<li>Fixed Popup Maker position issue when content is having single tags<\\/li>\\n<li>Fixed Filterable Gallery JS error when Conditional Display is used<\\/li>\\n<li>Improved Blog Slider data attribute format<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.1 December 15th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed parent mobile menu item link issue<\\/li>\\n<li>Fixed Jetpack captcha field width on login screen<\\/li>\\n<li>Fixed not saving Divi Pixel Category and link in Media Library<\\/li>\\n<li>Fixed not showing Read More button for arabic string in Blog Slider<\\/li>\\n<li>Fixed Dual Heading background text stroke color issue<\\/li>\\n<li>Fixed JS error when responsive text settings for TOC module title are used<\\/li>\\n<li>Fixed Gravity Forms Styler border issue when Orbital theme is used<\\/li>\\n<li>Added delay option to the Typing Text module<\\/li>\\n<li>Added archive page styling for search results page<\\/li>\\n<li>Added option to hide Homepage in the Breadcrumbs module<\\/li>\\n<li>Added option to remove Html for empty field in Testimonial Slider<\\/li>\\n<li>Added pagination and load more settings to the Masonry Gallery module<\\/li>\\n<li>Added option to show\\/hide Clear Divi Cache option in the WP toolbar<\\/li>\\n<li>Improved Fix Lazy Loading Image in Filterable Grid and Filterable Gallery<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.0 November 24th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table Maker module<\\/li>\\n<li>Added margin, padding and custom CSS filed for Advanced Tabs tab image<\\/li>\\n<li>Added Divider module to WPML config file<\\/li>\\n<li>Added custom CSS field to Advanced Tabs button<\\/li>\\n<li>Added shortcode support to Blog Slider, Parallax Image and Pricing Table modules<\\/li>\\n<li>Added title tag control for the Pricing Table Feature<\\/li>\\n<li>Added ability to translate DIPI category taxonomy<\\/li>\\n<li>Added support of Gravity Forms Styler to different themes<\\/li>\\n<li>Added Link toggle to Tile Scroll child modules<\\/li>\\n<li>Added \\u201cClickable Card\\u201d option to the Blog Slider module<\\/li>\\n<li>Added mobile option for the Ripple Effect Style 2 in the Image Hotspot module<\\/li>\\n<li>Added alt text for image in the Expanding CTA module<\\/li>\\n<li>Fixed Reveal module expanded height issue<\\/li>\\n<li>Fixed Panorama responsive issue<\\/li>\\n<li>Fixed menu hover animation when translation is used<\\/li>\\n<li>Fixed Reveal height in Advanced Tabs, Content Slider and Content Toggle<\\/li>\\n<li>Fixed Flip Box dynamic link issue<\\/li>\\n<li>Fixed not working page exclusion option in the TOC module<\\/li>\\n<li>Fixed not working Carousel link in older Safari browsers<\\/li>\\n<li>Improved Image Hotspot tooltip position on mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.28.0 October 11th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divider module<\\/li>\\n<li>Fixed Accordion Image rendering issue when used in Theme Builder template<\\/li>\\n<li>Fixed WPML-config.xml file conflict with Polylang plugin<\\/li>\\n<li>Fixed Reveal issue when used in the Content Slider module<\\/li>\\n<li>Fixed Image Slider thumbs navigation not working when Theme Builder is used<\\/li>\\n<li>Fixed Filterable Grid taxonomy select field issue with the Polylang plugin<\\/li>\\n<li>Fixed not working FAQ module order not working in the builder<\\/li>\\n<li>Fixed incorrect image count displayed in the Image Slider lightbox<\\/li>\\n<li>Fixed Gravity Forms Styler unique ID field not showing in the editor<\\/li>\\n<li>Fixed Gravity Forms Styler dropdown arrow position issue<\\/li>\\n<li>Added Custom CSS fields for Hover Gallery images and content icons<\\/li>\\n<li>Added Yelp and Spotify social media icons<\\/li>\\n<li>Added Popup Maker width settings<\\/li>\\n<li>Added Custom CSS ID &amp; Classes to the Timeline child items<\\/li>\\n<li>Updated WPML configuration file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.27.0 September 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Reveal module<\\/li>\\n<li>Added Box Shadow and Border settings to the Typing Text module<\\/li>\\n<li>Added Alt Text for images in the Info Circle module<\\/li>\\n<li>Added option to use icons with links in the Floating Images module<\\/li>\\n<li>Added Load More, Pagination, and Infinite Scroll options to the Masonry Gallery module<\\/li>\\n<li>Added Carousel Image Height control<\\/li>\\n<li>Added responsive settings for Show Table Title in the TOC module<\\/li>\\n<li>Added ACF support to the Price List module<\\/li>\\n<li>Added author prefix &amp; link target setting to the Filterable Grid module<\\/li>\\n<li>Fixed Testimonial Slider issue when content includes unicode symbols<\\/li>\\n<li>Fixed Table of Content issue when the Generate for Whole Page option is enabled<\\/li>\\n<li>Fixed Table of Contents issue when special characters are used in the title<\\/li>\\n<li>Fixed not working CTA button settings in the footer menu<\\/li>\\n<li>Fixed not a clickable logo in the header when the centered header is used<\\/li>\\n<li>Fixed CTA Menu Button styles not applying to the secondary menu<\\/li>\\n<li>Apply mobile menu styles only for the header menu, not for the footer<\\/li>\\n<li>Enabled Divi Pixel taxonomy for all CPT<\\/li>\\n<li>Updated Twitter icon<\\/li>\\n<li>Updated WPML config file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.26.0 August 9th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table of Contents module added<\\/li>\\n<li><strong>NEW:<\\/strong> Clear Divi Cache functionality added to the WP dashboard toolbar<\\/li>\\n<li>Fixed Float Thumbs Over Main Image responsive issues in the Image Slider module<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue when placed at the end of a row<\\/li>\\n<li>Fixed Image Hotspot warning in the child module<\\/li>\\n<li>Fixed Image Rotator preloader issue when the image is bigger than the viewport height<\\/li>\\n<li>Fixed not clickable logo on mobile when centered header style is used<\\/li>\\n<li>Fixed not working border for the menu CTA button<\\/li>\\n<li>Added Popup Maker WPML support<\\/li>\\n<li>Added Tripadvisor, Twitch, and Yelp social media icons<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.1 July 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added preloader to the Image Rotator module<\\/li>\\n<li>Fixed WPML config file to fix the Pricing Table text field translation issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.0 July 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Image Rotate module added<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed Filterable Grid Sticky Filter issue<\\/li>\\n<li>Fixed submenu not opening in some devices when \\u2018Collapse Submenu Items on Mobiles\\u2019 is enabled<\\/li>\\n<li>Fixed rendering issue of Image Gallery in Content Slider<\\/li>\\n<li>Fixed Image Accordion background image not working when the image is not selected in the child module<\\/li>\\n<li>Fixed PHP warning in Expanding CTA module<\\/li>\\n<li>Fixed missing styling of Submit button container in the Gravity Forms Styler module<\\/li>\\n<li>Fixed not working \\u2018Hide Close Button\\u2019\\u00a0 in Popup Maker after PHP 8.0<\\/li>\\n<li>Fixed not working image animation in the Filterable Grid module<\\/li>\\n<li>Fixed archive\\/categories pages excerpt font color issue<\\/li>\\n<li>Fixed Image Hotspot ripple effect issue in Firefox browser<\\/li>\\n<li>Fixed dynamic text not rendering in the Visual Builder in the Text Highlighter module<\\/li>\\n<li>Added option to hide content by default in the Advanced Tabs module<\\/li>\\n<li>Added scroll bar to Filterable Gallery when image caption in lightbox goes out of the screen<\\/li>\\n<li>Added stronger selector to Button Grid for default margin-bottom of child module<\\/li>\\n<li>Added Slide Selector to the Content Slider module<\\/li>\\n<li>Added navigation settings to the Content Slider module<\\/li>\\n<li>Added \\u201cContent as Raw HTML\\u201d to the Blog Slider module<\\/li>\\n<li>Added tab index and field values setting to the Gravity Forms Styler module<\\/li>\\n<li>Added Show More button functionality to the Filterable Grid module<\\/li>\\n<li>Added publishing date, categories, and author to the Filterable Grid module<\\/li>\\n<li>Added filters to the Filterable Grid module<\\/li>\\n<li>Improved Filterable Grid title\\/content hover color functionality<\\/li>\\n<li>Improved \\u201cApply Hover Style to Active Menu Item\\u201d function<\\/li>\\n<li>Improved speed using async images in Blog Slider<\\/li>\\n<li>Improved image link function in the Advanced Tabs module<\\/li>\\n<li>Improved Popup Maker to allow users to trigger popups using a keyboard<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.24.0 June 7th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added full WPML compatibility<\\/li>\\n<li>Fixed not working autoplay speed in the Hover Gallery module<\\/li>\\n<li>Fixed Image Magnifier rendering issue in Divi Builder<\\/li>\\n<li>Fixed the preloader displayed on the blog page when only the homepage setting is enabled<\\/li>\\n<li>Fixed Timeline module displaying issue on front-end of CPT<\\/li>\\n<li>Fixed Timeline responsive issue in Theme Builder<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed not working Filterable Grid image animation<\\/li>\\n<li>Fixed Advanced Tabs scroll to content on mobiles issue<\\/li>\\n<li>Fixed Advanced Tabs sticky tabs with slider navigation issue<\\/li>\\n<li>Fixed truncated caption in the Filterable Gallery lightbox when an apostrophe is used<\\/li>\\n<li>Added link option for the content image in the Advanced Tabs module<\\/li>\\n<li>Added Image Slider lightbox option for main carousel images<\\/li>\\n<li>Added icon spacing settings to the Tilt Image module<\\/li>\\n<li>Added vertical scroll functionality to the Image Showcase module<\\/li>\\n<li>Added simple Fade animation to the Hover Gallery module<\\/li>\\n<li>Added \\u201cMenu Order\\u201d into Filterable Grid Order By settings<\\/li>\\n<li>Disabled popups displaying in the builder<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.23.1 May 23rd, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed conditional fields issue in the Gravity Forms Styler module<\\/li>\\n<li>Fixed Gravity Forms Styler files loaded when the module is hidden<\\/li>\\n<li>Fixed the z-index of the meta box in the Popup Maker user interface<\\/li>\\n<li>Fixed the wrapping text issue in the last tab in the Content Slider module<\\/li>\\n<li>Fixed Content Slider reloading when Advanced Tabs is used on the same page<\\/li>\\n<li>Fixed Popup Maker issue causing broken website styles on the front-end<\\/li>\\n<li>Added ID tag to FAQ module schema output<\\/li>\\n<li>Added Ajax feature to Gravity Forms Styler module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<br \\/>\\n<strong>2.23.0 May 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Gravity Forms Styler for Divi<\\/li>\\n<li>Fixed issue with the mouse pointer on archive pages when the popup Closing CSS Selector is empty<\\/li>\\n<li>Fixed Theme Customizer issue when the Divi Torque plugin is used<\\/li>\\n<li>Fixed Scroll Image not working in the Carousel module<\\/li>\\n<li>Fixed the select field in the Divi Pixel dashboard<\\/li>\\n<li>Fixed conflict with FluentCRM where the unsubscribe function didn\\u2019t work<\\/li>\\n<li>Fixed Content Slider Move by Pin not working on mobiles<\\/li>\\n<li>Fixed Filterable Grid broken image issue when the featured image is not set and image overlay used<\\/li>\\n<li>Fixed Filterable Grid cursor pointer issue when using post link without lightbox option enabled<\\/li>\\n<li>Fixed conflict with the FluentCRM plugin<\\/li>\\n<li>Fixed the Horizontal Timeline issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed Balloon module background issue<\\/li>\\n<li>Fixed Horizontal Timeline icons displaying issue<\\/li>\\n<li>Fixed Image Mask custom SVG mask not displayed on the front-end on a specific server<\\/li>\\n<li>Fixed Footer Stick to the Bottom not working on tablets and mobiles<\\/li>\\n<li>Fixed Testimonial Slider Read More function not working with non-latin contents<\\/li>\\n<li>Fixed Advanced Tabs Content Vertical Align option not working correctly<\\/li>\\n<li>Added Content Image width settings to the Advanced Tabs module<\\/li>\\n<li>Improved Blog Style 5 layout on tablets<\\/li>\\n<li>Improved Filterable Grid content length when excerpt text is empty<\\/li>\\n<li>Improved Force Footer to the Bottom feature<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.22.0 April 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Slider module added<\\/li>\\n<li>Added z-index setting in the Balloon module<\\/li>\\n<li>Added z-index setting for the Image Hotspot tooltip<\\/li>\\n<li>Added option to fix anchor link offset issue when Fixed Mobile Header is used<\\/li>\\n<li>Added Quora social media network<\\/li>\\n<li>Added Lazyload images to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Offset setting to the Blog Slider module<\\/li>\\n<li>Fixed Pricing Table not working spacing setting when used in Theme Builder<\\/li>\\n<li>Fixed the issue with adding a new module below the Image Slider<\\/li>\\n<li>Fixed Popup Maker not triggering from the mobile menu item<\\/li>\\n<li>Improved the Filterable Grid performance<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.1 March 29th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed duplicated mobile menu hamburger icon issue<\\/li>\\n<li>Fixed mobile menu hamburger icon animation issue<\\/li>\\n<li>Fixed space added when the reveal footer effect is used<\\/li>\\n<li>Fixed Filled Background menu hover effect styles issues<\\/li>\\n<li>Fixed dropdown menu item animation and styling issues<\\/li>\\n<li>Fixed mobile menu CTA button text color issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.0 March 28th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Hover Gallery module added<\\/li>\\n<li>Fixed Filterable Grid link target not working properly<\\/li>\\n<li>Fixed heading level issue in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Fixed issue with the Author Box sizing<\\/li>\\n<li>Fixed Info Circle issue when button and content links are used at the same time<\\/li>\\n<li>Fixed an issue with the responsive icon selector in the Timeline module<\\/li>\\n<li>Fixed Carousel not displaying when the max-width property is used in the child module<\\/li>\\n<li>Fixed Timeline Font Awesome icons not displayed<\\/li>\\n<li>Fixed PHP warning when the option to display popup on specific pages is enabled, but pages not defined<\\/li>\\n<li>Added sticky filter bar options to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Status option to the Filterable Grid module<\\/li>\\n<li>Added option to display raw HTML in the Filterable Grid module<\\/li>\\n<li>Added displaying order options to the Filterable Grid module<\\/li>\\n<li>Added pagination translation settings for the Filterable Gallery and Filterable Grid<\\/li>\\n<li>Added option to show title and caption in the Carousel image lightbox<\\/li>\\n<li>Added options to display animation in the viewport and only once in the Fancy Text module<\\/li>\\n<li>Added hooks to the Blog Slider module<\\/li>\\n<li>Improved Popup Maker CSS when the Video module is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"],\"plugin\":\"divi-pixel\\/divi-pixel.php\",\"id\":\"divi-pixel\\/divi-pixel.php\",\"tested\":null,\"requires\":\"\",\"requires_php\":\"\"}\";}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10326, '_ninja_table_db_settings_owner_id', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10327, '_ninja_table_lead_options', 'a:2:{s:17:\"lead_optin_status\";s:2:\"no\";s:15:\"lead_optin_time\";i:1724433505;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14630, 'newfold_insta_api_key', 'QAfSA5LGBlb6eJv6lcTunE9PUlRrWGR3aE9QRmYydDNrVkhmbWpacjRvTU4zb1Z2ZzAybDh4OFRzN1RIYk03ZmMwZEhBQlZMWk9NTy9Qcis5UmNNbG9GNFJJc0Q1WnVJczBUdWhIaElvc2QzWEFmcjdQZW1VK3RONk9FbjRJTjVsYkM0c0ovczZuQUpLcUxGZDlZazlINGQzbDQ9', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14667, 'instawp_heartbeat_sent_data', 'a:17:{s:5:\"title\";s:13:\"Owens & Minor\";s:4:\"icon\";s:0:\"\";s:10:\"wp_version\";s:5:\"6.7.1\";s:11:\"php_version\";s:6:\"8.2.18\";s:14:\"plugin_version\";s:8:\"0.1.0.68\";s:10:\"total_size\";i:389207280;s:9:\"file_size\";i:374985968;s:7:\"db_size\";i:14221312;s:5:\"theme\";s:4:\"Divi\";s:5:\"posts\";s:1:\"2\";s:5:\"pages\";s:2:\"37\";s:5:\"users\";i:3;s:4:\"core\";a:1:{i:0;a:4:{s:7:\"version\";s:5:\"6.7.1\";s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:7:\"updates\";a:0:{}}}s:6:\"themes\";a:3:{i:0;a:7:{s:4:\"slug\";s:4:\"Divi\";s:7:\"version\";s:6:\"4.27.4\";s:6:\"parent\";s:0:\"\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;}i:1;a:7:{s:4:\"slug\";s:16:\"twentytwentyfive\";s:7:\"version\";s:3:\"1.0\";s:6:\"parent\";s:16:\"twentytwentyfive\";s:9:\"activated\";b:0;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;}i:2;a:7:{s:4:\"slug\";s:16:\"twentytwentyfour\";s:7:\"version\";s:3:\"1.3\";s:6:\"parent\";s:16:\"twentytwentyfour\";s:9:\"activated\";b:0;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;}}s:7:\"plugins\";a:24:{i:0;a:9:{s:4:\"slug\";s:7:\"akismet\";s:4:\"name\";s:19:\"akismet/akismet.php\";s:7:\"version\";s:5:\"5.3.5\";s:9:\"activated\";b:0;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:48:\"https://ps.w.org/akismet/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:34:\"Akismet Anti-spam: Spam Protection\";s:9:\"PluginURI\";s:20:\"https://akismet.com/\";s:7:\"Version\";s:5:\"5.3.5\";s:11:\"Description\";s:294:\"Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.\";s:6:\"Author\";s:27:\"Automattic - Anti-spam Team\";s:9:\"AuthorURI\";s:41:\"https://automattic.com/wordpress-plugins/\";s:10:\"TextDomain\";s:7:\"akismet\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"5.8\";s:11:\"RequiresPHP\";s:6:\"5.6.20\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:34:\"Akismet Anti-spam: Spam Protection\";s:10:\"AuthorName\";s:27:\"Automattic - Anti-spam Team\";}}i:1;a:9:{s:4:\"slug\";s:9:\"appmysite\";s:4:\"name\";s:23:\"appmysite/appmysite.php\";s:7:\"version\";s:6:\"3.12.0\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:50:\"https://ps.w.org/appmysite/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:9:\"AppMySite\";s:9:\"PluginURI\";s:25:\"https://www.appmysite.com\";s:7:\"Version\";s:6:\"3.12.0\";s:11:\"Description\";s:193:\"This plugin enables WordPress & WooCommerce users to sync their websites with native iOS and Android apps, created on <a href=\"https://www.appmysite.com/\"><strong>www.appmysite.com</strong></a>\";s:6:\"Author\";s:9:\"AppMySite\";s:9:\"AuthorURI\";s:21:\"https://appmysite.com\";s:10:\"TextDomain\";s:9:\"appmysite\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:9:\"AppMySite\";s:10:\"AuthorName\";s:9:\"AppMySite\";}}i:2;a:9:{s:4:\"slug\";s:14:\"classic-editor\";s:4:\"name\";s:33:\"classic-editor/classic-editor.php\";s:7:\"version\";s:5:\"1.6.7\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:55:\"https://ps.w.org/classic-editor/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:14:\"Classic Editor\";s:9:\"PluginURI\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"Version\";s:5:\"1.6.7\";s:11:\"Description\";s:154:\"Enables the WordPress classic editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports the older plugins that extend this screen.\";s:6:\"Author\";s:22:\"WordPress Contributors\";s:9:\"AuthorURI\";s:44:\"https://github.com/WordPress/classic-editor/\";s:10:\"TextDomain\";s:14:\"classic-editor\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"4.9\";s:11:\"RequiresPHP\";s:5:\"5.2.4\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:14:\"Classic Editor\";s:10:\"AuthorName\";s:22:\"WordPress Contributors\";}}i:3;a:9:{s:4:\"slug\";s:33:\"creative-mail-by-constant-contact\";s:4:\"name\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:7:\"version\";s:5:\"1.6.9\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:74:\"https://ps.w.org/creative-mail-by-constant-contact/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:32:\"Creative Mail by Newfold Digital\";s:9:\"PluginURI\";s:64:\"https://wordpress.org/plugins/creative-mail-by-constant-contact/\";s:7:\"Version\";s:5:\"1.6.9\";s:11:\"Description\";s:229:\"Free email marketing designed specifically for WordPress, Jetpack and WooCommerce. Send newsletters, promotions, updates and transactional e-commerce emails. Simple and easy, powered by Newfold Digital’s rock solid reliability.\";s:6:\"Author\";s:15:\"Newfold Digital\";s:9:\"AuthorURI\";s:20:\"https://newfold.com/\";s:10:\"TextDomain\";s:33:\"creative-mail-by-constant-contact\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:32:\"Creative Mail by Newfold Digital\";s:10:\"AuthorName\";s:15:\"Newfold Digital\";}}i:4;a:9:{s:4:\"slug\";s:12:\"divi-booster\";s:4:\"name\";s:29:\"divi-booster/divi-booster.php\";s:7:\"version\";s:5:\"4.6.1\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:53:\"https://ps.w.org/divi-booster/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:12:\"Divi Booster\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:5:\"4.6.1\";s:11:\"Description\";s:58:\"Bug fixes and enhancements for Elegant Themes\' Divi Theme.\";s:6:\"Author\";s:10:\"Dan Mossop\";s:9:\"AuthorURI\";s:23:\"https://divibooster.com\";s:10:\"TextDomain\";s:12:\"divi-booster\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:3:\"5.3\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:12:\"Divi Booster\";s:10:\"AuthorName\";s:10:\"Dan Mossop\";}}i:5;a:9:{s:4:\"slug\";s:10:\"divi-pixel\";s:4:\"name\";s:25:\"divi-pixel/divi-pixel.php\";s:7:\"version\";s:6:\"2.33.0\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:51:\"https://ps.w.org/divi-pixel/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:10:\"Divi Pixel\";s:9:\"PluginURI\";s:26:\"https://www.divi-pixel.com\";s:7:\"Version\";s:6:\"2.33.0\";s:11:\"Description\";s:110:\"Divi Pixel is an all-in-one solution for all Divi users, from absolute beginners to experienced professionals.\";s:6:\"Author\";s:11:\"Octolab OÜ\";s:9:\"AuthorURI\";s:26:\"https://www.divi-pixel.com\";s:10:\"TextDomain\";s:15:\"dipi-divi-pixel\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:26:\"https://www.divi-pixel.com\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:10:\"Divi Pixel\";s:10:\"AuthorName\";s:11:\"Octolab OÜ\";}}i:6;a:9:{s:4:\"slug\";s:14:\"duplicate-page\";s:4:\"name\";s:32:\"duplicate-page/duplicatepage.php\";s:7:\"version\";s:5:\"4.5.4\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:55:\"https://ps.w.org/duplicate-page/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:14:\"Duplicate Page\";s:9:\"PluginURI\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"Version\";s:5:\"4.5.4\";s:11:\"Description\";s:59:\"Duplicate Posts, Pages and Custom Posts using single click.\";s:6:\"Author\";s:12:\"mndpsingh287\";s:9:\"AuthorURI\";s:44:\"https://profiles.wordpress.org/mndpsingh287/\";s:10:\"TextDomain\";s:14:\"duplicate-page\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:14:\"Duplicate Page\";s:10:\"AuthorName\";s:12:\"mndpsingh287\";}}i:7;a:9:{s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:4:\"name\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:7:\"version\";s:5:\"9.2.2\";s:9:\"activated\";b:0;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:71:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:9:\"PluginURI\";s:123:\"https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=pluginurl&utm_content=7%2E0%2E0\";s:7:\"Version\";s:5:\"9.2.2\";s:11:\"Description\";s:125:\"The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.\";s:6:\"Author\";s:15:\"MonsterInsights\";s:9:\"AuthorURI\";s:128:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0\";s:10:\"TextDomain\";s:30:\"google-analytics-for-wordpress\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:5:\"5.6.0\";s:11:\"RequiresPHP\";s:3:\"7.2\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:10:\"AuthorName\";s:15:\"MonsterInsights\";}}i:8;a:9:{s:4:\"slug\";s:9:\"hello.php\";s:4:\"name\";s:9:\"hello.php\";s:7:\"version\";s:5:\"1.7.2\";s:9:\"activated\";b:0;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:50:\"https://ps.w.org/hello.php/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:11:\"Hello Dolly\";s:9:\"PluginURI\";s:41:\"http://wordpress.org/plugins/hello-dolly/\";s:7:\"Version\";s:5:\"1.7.2\";s:11:\"Description\";s:295:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.\";s:6:\"Author\";s:14:\"Matt Mullenweg\";s:9:\"AuthorURI\";s:13:\"http://ma.tt/\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:11:\"Hello Dolly\";s:10:\"AuthorName\";s:14:\"Matt Mullenweg\";}}i:9;a:9:{s:4:\"slug\";s:15:\"instawp-connect\";s:4:\"name\";s:35:\"instawp-connect/instawp-connect.php\";s:7:\"version\";s:8:\"0.1.0.68\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:56:\"https://ps.w.org/instawp-connect/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:15:\"InstaWP Connect\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:8:\"0.1.0.68\";s:11:\"Description\";s:100:\"1-click WordPress plugin for Staging, Migrations, Management, Sync and Companion plugin for InstaWP.\";s:6:\"Author\";s:12:\"InstaWP Team\";s:9:\"AuthorURI\";s:20:\"https://instawp.com/\";s:10:\"TextDomain\";s:15:\"instawp-connect\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:15:\"InstaWP Connect\";s:10:\"AuthorName\";s:12:\"InstaWP Team\";}}i:10;a:9:{s:4:\"slug\";s:7:\"jetpack\";s:4:\"name\";s:19:\"jetpack/jetpack.php\";s:7:\"version\";s:4:\"14.1\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:48:\"https://ps.w.org/jetpack/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:7:\"Jetpack\";s:9:\"PluginURI\";s:19:\"https://jetpack.com\";s:7:\"Version\";s:4:\"14.1\";s:11:\"Description\";s:146:\"Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.\";s:6:\"Author\";s:10:\"Automattic\";s:9:\"AuthorURI\";s:19:\"https://jetpack.com\";s:10:\"TextDomain\";s:7:\"jetpack\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"6.6\";s:11:\"RequiresPHP\";s:3:\"7.2\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:7:\"Jetpack\";s:10:\"AuthorName\";s:10:\"Automattic\";}}i:11;a:9:{s:4:\"slug\";s:10:\"loginpress\";s:4:\"name\";s:25:\"loginpress/loginpress.php\";s:7:\"version\";s:5:\"3.3.0\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:51:\"https://ps.w.org/loginpress/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:10:\"LoginPress\";s:9:\"PluginURI\";s:122:\"https://loginpress.pro?utm_source=loginpress-lite&utm_medium=plugin-header&utm_campaign=pro-upgrade&utm_content=plugin-uri\";s:7:\"Version\";s:5:\"3.3.0\";s:11:\"Description\";s:324:\"LoginPress is the best <code>wp-login</code> Login Page Customizer plugin by <a href=\"https://wpbrigade.com/?utm_source=loginpress-lite&utm_medium=plugins&utm_campaign=wpbrigade-home&utm_content=WPBrigade-text-link\">WPBrigade</a> which allows you to completely change the layout of login, register and forgot password forms.\";s:6:\"Author\";s:10:\"LoginPress\";s:9:\"AuthorURI\";s:122:\"https://loginpress.pro?utm_source=loginpress-lite&utm_medium=plugin-header&utm_campaign=pro-upgrade&utm_content=author-uri\";s:10:\"TextDomain\";s:10:\"loginpress\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:10:\"LoginPress\";s:10:\"AuthorName\";s:10:\"LoginPress\";}}i:12;a:9:{s:4:\"slug\";s:12:\"ninja-tables\";s:4:\"name\";s:29:\"ninja-tables/ninja-tables.php\";s:7:\"version\";s:6:\"5.0.16\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:53:\"https://ps.w.org/ninja-tables/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:12:\"Ninja Tables\";s:9:\"PluginURI\";s:60:\"https://wpmanageninja.com/downloads/ninja-tables-pro-add-on/\";s:7:\"Version\";s:6:\"5.0.16\";s:11:\"Description\";s:146:\"The Easiest & Fastest Responsive Table Plugin on WordPress. Multiple templates, drag-&-drop live table builder, multiple color scheme, and styles.\";s:6:\"Author\";s:17:\"WPManageNinja LLC\";s:9:\"AuthorURI\";s:24:\"https://ninjatables.com/\";s:10:\"TextDomain\";s:12:\"ninja-tables\";s:10:\"DomainPath\";s:9:\"/language\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:12:\"Ninja Tables\";s:10:\"AuthorName\";s:17:\"WPManageNinja LLC\";}}i:13;a:9:{s:4:\"slug\";s:16:\"ninja-tables-pro\";s:4:\"name\";s:37:\"ninja-tables-pro/ninja-tables-pro.php\";s:7:\"version\";s:6:\"5.0.13\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:57:\"https://ps.w.org/ninja-tables-pro/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:16:\"Ninja Tables Pro\";s:9:\"PluginURI\";s:60:\"https://wpmanageninja.com/downloads/ninja-tables-pro-add-on/\";s:7:\"Version\";s:6:\"5.0.13\";s:11:\"Description\";s:79:\"The Pro Add-On of Ninja Tables, the best Responsive Table Plugin for WordPress.\";s:6:\"Author\";s:13:\"WPManageNinja\";s:9:\"AuthorURI\";s:24:\"https://ninjatables.com/\";s:10:\"TextDomain\";s:16:\"ninja-tables-pro\";s:10:\"DomainPath\";s:9:\"/language\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:16:\"Ninja Tables Pro\";s:10:\"AuthorName\";s:13:\"WPManageNinja\";}}i:14;a:9:{s:4:\"slug\";s:12:\"optinmonster\";s:4:\"name\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:7:\"version\";s:7:\"2.16.13\";s:9:\"activated\";b:0;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:53:\"https://ps.w.org/optinmonster/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:12:\"OptinMonster\";s:9:\"PluginURI\";s:24:\"https://optinmonster.com\";s:7:\"Version\";s:7:\"2.16.13\";s:11:\"Description\";s:175:\"OptinMonster is the best WordPress popup builder plugin that helps you grow your email newsletter list and sales with email popups, exit intent popups, floating bars and more!\";s:6:\"Author\";s:31:\"OptinMonster Popup Builder Team\";s:9:\"AuthorURI\";s:24:\"https://optinmonster.com\";s:10:\"TextDomain\";s:17:\"optin-monster-api\";s:10:\"DomainPath\";s:9:\"languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"4.7\";s:11:\"RequiresPHP\";s:3:\"5.3\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:12:\"OptinMonster\";s:10:\"AuthorName\";s:31:\"OptinMonster Popup Builder Team\";}}i:15;a:9:{s:4:\"slug\";s:18:\"password-protected\";s:4:\"name\";s:41:\"password-protected/password-protected.php\";s:7:\"version\";s:5:\"2.7.5\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:59:\"https://ps.w.org/password-protected/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:18:\"Password Protected\";s:9:\"PluginURI\";s:49:\"https://wordpress.org/plugins/password-protected/\";s:7:\"Version\";s:5:\"2.7.5\";s:11:\"Description\";s:212:\"A very simple way to quickly password protect your WordPress site with a single password. Please note: This plugin does not restrict access to uploaded files and images and does not work with some caching setups.\";s:6:\"Author\";s:18:\"Password Protected\";s:9:\"AuthorURI\";s:32:\"https://passwordprotectedwp.com/\";s:10:\"TextDomain\";s:18:\"password-protected\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:18:\"Password Protected\";s:10:\"AuthorName\";s:18:\"Password Protected\";}}i:16;a:9:{s:4:\"slug\";s:13:\"popup-builder\";s:4:\"name\";s:31:\"popup-builder/popup-builder.php\";s:7:\"version\";s:5:\"4.3.6\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:54:\"https://ps.w.org/popup-builder/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:75:\"Popup Builder - Create highly converting, mobile friendly marketing popups.\";s:9:\"PluginURI\";s:25:\"https://popup-builder.com\";s:7:\"Version\";s:5:\"4.3.6\";s:11:\"Description\";s:148:\"The most complete popup plugin. Html, image, iframe, shortcode, video and many other popup types. Manage popup dimensions, effects, themes and more.\";s:6:\"Author\";s:38:\"Looking Forward Software Incorporated.\";s:9:\"AuthorURI\";s:25:\"https://popup-builder.com\";s:10:\"TextDomain\";s:13:\"popup-builder\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:75:\"Popup Builder - Create highly converting, mobile friendly marketing popups.\";s:10:\"AuthorName\";s:38:\"Looking Forward Software Incorporated.\";}}i:17;a:9:{s:4:\"slug\";s:13:\"printfriendly\";s:4:\"name\";s:20:\"printfriendly/pf.php\";s:7:\"version\";s:5:\"5.5.6\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:54:\"https://ps.w.org/printfriendly/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:35:\"Print, PDF & Email by PrintFriendly\";s:9:\"PluginURI\";s:29:\"https://www.printfriendly.com\";s:7:\"Version\";s:5:\"5.5.6\";s:11:\"Description\";s:102:\"PrintFriendly & PDF button for your website. Optimizes your pages and brand for print, pdf, and email.\";s:6:\"Author\";s:36:\"Print, PDF, & Email by PrintFriendly\";s:9:\"AuthorURI\";s:29:\"https://www.printfriendly.com\";s:10:\"TextDomain\";s:13:\"printfriendly\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:35:\"Print, PDF & Email by PrintFriendly\";s:10:\"AuthorName\";s:36:\"Print, PDF, & Email by PrintFriendly\";}}i:18;a:9:{s:4:\"slug\";s:25:\"bluehost-wordpress-plugin\";s:4:\"name\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:7:\"version\";s:6:\"3.15.6\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:66:\"https://ps.w.org/bluehost-wordpress-plugin/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:19:\"The Bluehost Plugin\";s:9:\"PluginURI\";s:20:\"https://bluehost.com\";s:7:\"Version\";s:6:\"3.15.6\";s:11:\"Description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";s:6:\"Author\";s:8:\"Bluehost\";s:9:\"AuthorURI\";s:20:\"https://bluehost.com\";s:10:\"TextDomain\";s:18:\"wp-plugin-bluehost\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"6.5\";s:11:\"RequiresPHP\";s:3:\"7.3\";s:9:\"UpdateURI\";s:53:\"https://github.com/bluehost/bluehost-wordpress-plugin\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:19:\"The Bluehost Plugin\";s:10:\"AuthorName\";s:8:\"Bluehost\";}}i:19;a:9:{s:4:\"slug\";s:18:\"wordpress-importer\";s:4:\"name\";s:41:\"wordpress-importer/wordpress-importer.php\";s:7:\"version\";s:5:\"0.8.3\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:59:\"https://ps.w.org/wordpress-importer/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:18:\"WordPress Importer\";s:9:\"PluginURI\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"Version\";s:5:\"0.8.3\";s:11:\"Description\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:6:\"Author\";s:15:\"wordpressdotorg\";s:9:\"AuthorURI\";s:22:\"https://wordpress.org/\";s:10:\"TextDomain\";s:18:\"wordpress-importer\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"5.2\";s:11:\"RequiresPHP\";s:3:\"5.6\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:18:\"WordPress Importer\";s:10:\"AuthorName\";s:15:\"wordpressdotorg\";}}i:20;a:9:{s:4:\"slug\";s:26:\"wp-edit-password-protected\";s:4:\"name\";s:57:\"wp-edit-password-protected/wp-edit-password-protected.php\";s:7:\"version\";s:6:\"1.2.10\";s:9:\"activated\";b:0;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:67:\"https://ps.w.org/wp-edit-password-protected/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:26:\"Wp Edit Password Protected\";s:9:\"PluginURI\";s:23:\"http://wpthemespace.com\";s:7:\"Version\";s:6:\"1.2.10\";s:11:\"Description\";s:90:\"Create member only page and change the message displayed of default wp Password Protected.\";s:6:\"Author\";s:9:\"Noor alam\";s:9:\"AuthorURI\";s:23:\"http://wpthemespace.com\";s:10:\"TextDomain\";s:26:\"wp-edit-password-protected\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:26:\"Wp Edit Password Protected\";s:10:\"AuthorName\";s:9:\"Noor alam\";}}i:21;a:9:{s:4:\"slug\";s:16:\"wp-file-download\";s:4:\"name\";s:37:\"wp-file-download/wp-file-download.php\";s:7:\"version\";s:5:\"6.1.7\";s:9:\"activated\";b:1;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:57:\"https://ps.w.org/wp-file-download/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:16:\"WP File Download\";s:9:\"PluginURI\";s:62:\"https://www.joomunited.com/wordpress-products/wp-file-download\";s:7:\"Version\";s:5:\"6.1.7\";s:11:\"Description\";s:56:\"WP File Download, a new way to manage files in WordPress\";s:6:\"Author\";s:10:\"Joomunited\";s:9:\"AuthorURI\";s:26:\"https://www.joomunited.com\";s:10:\"TextDomain\";s:4:\"wpfd\";s:10:\"DomainPath\";s:14:\"/app/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:64:\"https://www.joomunited.com/juupdater_files/wp-file-download.json\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:16:\"WP File Download\";s:10:\"AuthorName\";s:10:\"Joomunited\";}}i:22;a:9:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"name\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"version\";s:7:\"1.9.2.3\";s:9:\"activated\";b:0;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:53:\"https://ps.w.org/wpforms-lite/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:12:\"WPForms Lite\";s:9:\"PluginURI\";s:19:\"https://wpforms.com\";s:7:\"Version\";s:7:\"1.9.2.3\";s:11:\"Description\";s:113:\"Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms.\";s:6:\"Author\";s:7:\"WPForms\";s:9:\"AuthorURI\";s:19:\"https://wpforms.com\";s:10:\"TextDomain\";s:12:\"wpforms-lite\";s:10:\"DomainPath\";s:17:\"/assets/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"5.5\";s:11:\"RequiresPHP\";s:3:\"7.0\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:12:\"WPForms Lite\";s:10:\"AuthorName\";s:7:\"WPForms\";}}i:23;a:9:{s:4:\"slug\";s:13:\"wordpress-seo\";s:4:\"name\";s:24:\"wordpress-seo/wp-seo.php\";s:7:\"version\";s:4:\"24.0\";s:9:\"activated\";b:0;s:16:\"update_available\";b:0;s:14:\"update_version\";s:0:\"\";s:14:\"update_enabled\";b:1;s:8:\"icon_url\";s:54:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.png\";s:4:\"data\";a:15:{s:4:\"Name\";s:9:\"Yoast SEO\";s:9:\"PluginURI\";s:18:\"https://yoa.st/1uj\";s:7:\"Version\";s:4:\"24.0\";s:11:\"Description\";s:117:\"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.\";s:6:\"Author\";s:10:\"Team Yoast\";s:9:\"AuthorURI\";s:18:\"https://yoa.st/1uk\";s:10:\"TextDomain\";s:13:\"wordpress-seo\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"6.5\";s:11:\"RequiresPHP\";s:5:\"7.2.5\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:9:\"Yoast SEO\";s:10:\"AuthorName\";s:10:\"Team Yoast\";}}}s:10:\"mu_plugins\";a:1:{i:0;a:4:{s:4:\"slug\";s:24:\"endurance-page-cache.php\";s:4:\"name\";s:24:\"endurance-page-cache.php\";s:7:\"version\";s:5:\"2.2.1\";s:4:\"data\";a:15:{s:4:\"Name\";s:20:\"Endurance Page Cache\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:5:\"2.2.1\";s:11:\"Description\";s:129:\"This cache plugin is primarily for cache purging of the additional layers of cache that may be available on your hosting account.\";s:6:\"Author\";s:11:\"Mike Hansen\";s:9:\"AuthorURI\";s:26:\"https://www.mikehansen.me/\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:20:\"Endurance Page Cache\";s:10:\"AuthorName\";s:11:\"Mike Hansen\";}}}s:17:\"consolidated_data\";a:2:{s:5:\"users\";a:3:{s:13:\"administrator\";i:2;s:6:\"editor\";i:1;s:4:\"none\";i:0;}s:5:\"posts\";a:35:{s:4:\"post\";a:13:{s:7:\"publish\";s:1:\"2\";s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:4:\"page\";a:13:{s:7:\"publish\";s:2:\"37\";s:6:\"future\";i:0;s:5:\"draft\";s:1:\"1\";s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:10:\"attachment\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";s:3:\"201\";s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:8:\"revision\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";s:3:\"390\";s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:13:\"nav_menu_item\";a:13:{s:7:\"publish\";s:2:\"42\";s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:10:\"custom_css\";a:13:{s:7:\"publish\";s:1:\"8\";s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:19:\"customize_changeset\";a:13:{s:7:\"publish\";s:2:\"14\";s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";s:1:\"1\";s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:12:\"oembed_cache\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:12:\"user_request\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:8:\"wp_block\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:11:\"wp_template\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:16:\"wp_template_part\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:16:\"wp_global_styles\";a:13:{s:7:\"publish\";s:1:\"1\";s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:13:\"wp_navigation\";a:13:{s:7:\"publish\";s:1:\"2\";s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:14:\"wp_font_family\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:12:\"wp_font_face\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:12:\"et_pb_layout\";a:13:{s:7:\"publish\";s:1:\"8\";s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:10:\"et_tb_item\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:7:\"project\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:8:\"feedback\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:16:\"dipi_testimonial\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:16:\"dipi_popup_maker\";a:13:{s:7:\"publish\";s:1:\"2\";s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:11:\"ninja-table\";a:13:{s:7:\"publish\";s:2:\"25\";s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:9:\"wpfd_file\";a:13:{s:7:\"publish\";s:2:\"75\";s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:11:\"jp_mem_plan\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:12:\"jp_pay_order\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:14:\"jp_pay_product\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:16:\"et_theme_options\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:15:\"et_code_snippet\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:16:\"et_theme_builder\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:11:\"et_template\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:16:\"et_header_layout\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:14:\"et_body_layout\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:16:\"et_footer_layout\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}s:8:\"dipi_faq\";a:13:{s:7:\"publish\";i:0;s:6:\"future\";i:0;s:5:\"draft\";i:0;s:7:\"pending\";i:0;s:7:\"private\";i:0;s:5:\"trash\";i:0;s:10:\"auto-draft\";i:0;s:7:\"inherit\";i:0;s:15:\"request-pending\";i:0;s:17:\"request-confirmed\";i:0;s:14:\"request-failed\";i:0;s:17:\"request-completed\";i:0;s:4:\"spam\";i:0;}}}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14685, 'category_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14686, 'layout_category_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14687, 'project_category_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14688, 'dipi_faq_category_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14689, 'testimonial_cat_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15828, 'login_designer_activation_date', 1725640723, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15902, 'fs_gdpr', 'a:1:{s:2:\"u1\";a:1:{s:18:\"show_opt_in_notice\";b:0;}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15903, '_site_transient_timeout_fs_locked_1', 2041001184, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15904, '_site_transient_fs_locked_1', 1, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (16248, 'password_protected', 'a:22:{s:16:\"bg_image_gallery\";s:4:\"none\";s:8:\"bg_color\";s:7:\"#002856\";s:4:\"logo\";i:7537;s:8:\"bg_image\";s:75:\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/blue.jpg\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"label_color\";s:7:\"#002856\";s:18:\"field_border_color\";s:7:\"#d1d1d1\";s:17:\"field_padding_top\";i:3;s:11:\"field_color\";s:7:\"#919191\";s:9:\"button_bg\";s:7:\"#872434\";s:19:\"button_border_color\";s:7:\"#872434\";s:18:\"button_padding_top\";i:4;s:12:\"disable_logo\";b:1;s:14:\"remember_color\";s:7:\"#002856\";s:29:\"password_below_password_color\";s:7:\"#002856\";s:12:\"field_radius\";i:20;s:10:\"logo_width\";i:306;s:11:\"logo_height\";i:75;s:11:\"form_radius\";i:20;s:21:\"form_vertical_padding\";i:16;s:22:\"field_background_color\";s:7:\"#f7f7f7\";s:12:\"field_border\";i:2;}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (16821, 'deleted_plugin', 'a:7:{s:4:\"slug\";s:57:\"wp-edit-password-protected/wp-edit-password-protected.php\";s:7:\"version\";s:6:\"1.2.10\";s:5:\"title\";s:26:\"Wp Edit Password Protected\";s:3:\"url\";s:23:\"http://wpthemespace.com\";s:6:\"active\";b:0;s:2:\"mu\";b:0;s:12:\"auto_updates\";b:1;}', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19443, 'taxonomy_22', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19518, 'taxonomy_23', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19569, 'taxonomy_24', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19579, 'taxonomy_25', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19623, 'taxonomy_26', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19630, 'taxonomy_27', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19644, 'taxonomy_28', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19657, 'taxonomy_29', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19669, 'taxonomy_30', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19680, 'taxonomy_31', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19686, 'taxonomy_32', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19703, 'taxonomy_33', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19711, 'taxonomy_34', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19723, 'taxonomy_35', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19743, 'taxonomy_36', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19756, 'taxonomy_37', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19773, 'taxonomy_38', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19785, 'taxonomy_39', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19806, 'taxonomy_40', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19813, 'taxonomy_41', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19820, 'taxonomy_42', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19830, 'taxonomy_43', 'a:2:{s:6:\"access\";s:1:\"0\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19838, 'taxonomy_44', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19843, 'taxonomy_45', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19851, 'taxonomy_46', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19857, 'taxonomy_47', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19863, 'taxonomy_48', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19872, 'taxonomy_49', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19879, 'taxonomy_50', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19884, 'taxonomy_51', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19895, 'taxonomy_52', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19912, 'taxonomy_53', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19924, 'taxonomy_54', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19931, 'taxonomy_55', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19936, 'taxonomy_56', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (20322, 'taxonomy_57', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (20360, 'taxonomy_58', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (20396, '_wpfd_table_config', 'a:20:{s:17:\"table_stylingmenu\";s:1:\"1\";s:14:\"table_showsize\";s:1:\"1\";s:15:\"table_showtitle\";s:1:\"1\";s:21:\"table_showdescription\";s:1:\"1\";s:17:\"table_showversion\";s:1:\"1\";s:14:\"table_showhits\";s:1:\"1\";s:18:\"table_showdownload\";s:1:\"1\";s:15:\"table_croptitle\";s:1:\"0\";s:13:\"table_bgcolor\";s:22:\"rgba(255, 255, 255, 0)\";s:20:\"table_bgdownloadlink\";s:7:\"#76bc58\";s:20:\"table_showuploadform\";s:1:\"1\";s:23:\"table_displayfilesearch\";s:1:\"0\";s:23:\"table_colordownloadlink\";s:7:\"#ffffff\";s:17:\"table_showdateadd\";s:1:\"0\";s:22:\"table_showdatemodified\";s:1:\"0\";s:23:\"table_showsubcategories\";s:1:\"1\";s:23:\"table_showcategorytitle\";s:1:\"0\";s:20:\"table_showbreadcrumb\";s:1:\"0\";s:20:\"table_showfoldertree\";s:1:\"0\";s:26:\"table_expanded_folder_tree\";s:1:\"0\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21253, 'SGPBUsageDays', '0', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21254, 'SGPBInstallDate', 1728409358, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21255, 'SGPBOpenNextTime', 1731001358, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21256, 'SGPBMaxOpenCount', 80, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21257, 'sgpbPopupBuilderRegisteredPlugins', '[]', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21258, 'SGPB_INACTIVE_EXTENSIONS', 'inactive', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21274, 'sgpbModifiedRegisteredPluginsPaths2', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21277, 'sgpb-all-notifications-data', '[{\"priority\":1,\"type\":1,\"id\":\"sgpbMainRateUsNotification\",\"message\":\"\\t\\t<style>\\r\\n\\t\\t\\t.sgpb-buttons-wrapper .press{\\r\\n\\t\\t\\t\\tbox-sizing:border-box;\\r\\n\\t\\t\\t\\tcursor:pointer;\\r\\n\\t\\t\\t\\tdisplay:inline-block;\\r\\n\\t\\t\\t\\tfont-size:1em;\\r\\n\\t\\t\\t\\tmargin:0;\\r\\n\\t\\t\\t\\tpadding:0.5em 0.75em;\\r\\n\\t\\t\\t\\ttext-decoration:none;\\r\\n\\t\\t\\t\\ttransition:background 0.15s linear\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-buttons-wrapper .press-grey {\\r\\n\\t\\t\\t\\tbackground-color:#9E9E9E;\\r\\n\\t\\t\\t\\tborder:2px solid #9E9E9E;\\r\\n\\t\\t\\t\\tcolor: #FFF;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-buttons-wrapper .press-lightblue {\\r\\n\\t\\t\\t\\tbackground-color:#03A9F4;\\r\\n\\t\\t\\t\\tborder:2px solid #03A9F4;\\r\\n\\t\\t\\t\\tcolor: #FFF;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-buttons-wrapper {\\r\\n\\t\\t\\t\\ttext-align: center;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-review-wrapper{\\r\\n\\t\\t\\t\\ttext-align: center;\\r\\n\\t\\t\\t\\tpadding: 20px;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-review-wrapper p {\\r\\n\\t\\t\\t\\tcolor: black;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-review-h1 {\\r\\n\\t\\t\\t\\tfont-size: 22px;\\r\\n\\t\\t\\t\\tfont-weight: normal;\\r\\n\\t\\t\\t\\tline-height: 1.384;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgrb-review-h2{\\r\\n\\t\\t\\t\\tfont-size: 20px;\\r\\n\\t\\t\\t\\tfont-weight: normal;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t:root {\\r\\n\\t\\t\\t\\t--main-bg-color: #1ac6ff;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgrb-review-strong{\\r\\n\\t\\t\\t\\tcolor: var(--main-bg-color);\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgrb-review-mt20{\\r\\n\\t\\t\\t\\tmargin-top: 20px\\r\\n\\t\\t\\t}\\r\\n\\t\\t<\\/style>\\r\\n\\t\\t<div class=\\\"sgpb-review-wrapper\\\">\\r\\n\\t\\t\\t<div class=\\\"sgpb-review-description\\\">\\r\\n\\t\\t\\t\\t<h1 class=\\\"sgpb-review-h1\\\"><strong class=\\\"sgrb-review-strong\\\">Awesome news!<\\/strong> <b>Popup Builder<\\/b> plugin helped you to share your message via <strong class=\\\"sgrb-review-strong\\\">Contact Info <\\/strong>popup with your visitors for <strong class=\\\"sgrb-review-strong\\\">237 times!<\\/strong><\\/h1>\\t\\t\\t\\t<h2 class=\\\"sgrb-review-h2\\\">This is really great for your website score.<\\/h2>\\r\\n\\t\\t\\t\\t<p class=\\\"sgrb-review-mt20\\\">Have your input in the development of our plugin, and we\\u2019ll provide better conversions for your site!&lt;br \\/&gt; Leave your 5-star positive review and help us go further to the perfection!<\\/p>\\r\\n\\t\\t\\t<\\/div>\\r\\n\\t\\t\\t<div class=\\\"sgpb-buttons-wrapper\\\">\\r\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-1 sgpb-close-promo-notification\\\" data-action=\\\"sg-already-did-review\\\">I already did<\\/button>\\r\\n\\t\\t\\t\\t<button class=\\\"press press-lightblue sgpb-button-3 sgpb-close-promo-notification\\\" data-action=\\\"sg-you-worth-it\\\">You worth it!<\\/button>\\r\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-2 sgpb-close-promo-notification\\\" data-action=\\\"sg-show-popup-period\\\" data-message-type=\\\"count\\\">Maybe later<\\/button><\\/div>\\r\\n\\t\\t\\t<div>\\u00a0<\\/div>\\r\\n\\t\\t<\\/div>\\r\\n\\t\\t\"},{\"id\":\"sgpbMainSupportBanner\",\"priority\":1,\"type\":1,\"message\":\"<div class=\\\"sgpb-support-notification-wrapper sgpb-wrapper\\\"><h4 class=\\\"sgpb-support-notification-title\\\">Need some help?<\\/h4><h4 class=\\\"sgpb-support-notification-title\\\">Let us know what you think.<\\/h4><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\/reviews\\/\\\"><span class=\\\"dashicons sgpb-dashicons-heart sgpb-info-text-white\\\"><\\/span><span class=\\\"sg-info-text\\\">Rate Us<\\/span><\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/help.popup-builder.com\\\"><span class=\\\"dashicons sgpb-dashicons-megaphone sgpb-info-text-white\\\"><\\/span>Support Portal<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\\"><span class=\\\"dashicons sgpb-dashicons-admin-plugins sgpb-info-text-white\\\"><\\/span>Support Forum<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/popup-builder.com\\/\\\"><span class=\\\"dashicons sgpb-dashicons-editor-help sgpb-info-text-white\\\"><\\/span>LIVE chat<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"mailto:support@popup-builder.com?subject=Hello\\\"><span class=\\\"dashicons sgpb-dashicons-email-alt sgpb-info-text-white\\\"><\\/span>Email<\\/a><\\/div><div class=\\\"sgpb-support-notification-dont-show\\\">Bored of this?<a class=\\\"sgpb-dont-show-again-support-notification\\\" href=\\\"javascript:void(0)\\\"> Press here <\\/a>and we will not show it again!<\\/div>\"}]', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21393, 'sgpb-unnecessary-scripts-removed-1', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21436, 'SgpbCounter', 'a:2:{i:7664;i:73;i:7920;i:237;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21811, 'sgpb-all-removed-notifications', '{\"sgpbMainSupportBanner\":\"sgpbMainSupportBanner\"}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23484, 'taxonomy_59', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33136, '_ninja_table_default_appearance_settings', 'a:18:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:1:\"1\";s:14:\"column_sorting\";s:1:\"1\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:17:\"pre_defined_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33138, '_ninja_tables_permission', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33139, '_ninja_tables_sql_permission', 'false', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33236, 'jetpack_protect_status', 's:3793:\"O:8:\"stdClass\":8:{s:12:\"last_checked\";s:19:\"2025-01-13 20:44:07\";s:19:\"num_vulnerabilities\";i:1;s:27:\"num_plugins_vulnerabilities\";i:1;s:26:\"num_themes_vulnerabilities\";i:0;s:6:\"status\";s:11:\"in_progress\";s:4:\"core\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"6.7.1\";s:15:\"vulnerabilities\";a:0:{}}s:6:\"themes\";O:8:\"stdClass\":3:{s:4:\"Divi\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"4.27.4\";s:15:\"vulnerabilities\";a:0:{}}s:16:\"twentytwentyfive\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.0\";s:15:\"vulnerabilities\";a:0:{}}s:16:\"twentytwentyfour\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.3\";s:15:\"vulnerabilities\";a:0:{}}}s:7:\"plugins\";O:8:\"stdClass\":21:{s:23:\"appmysite/appmysite.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"3.12.0\";s:15:\"vulnerabilities\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.6.7\";s:15:\"vulnerabilities\";a:0:{}}s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.6.9\";s:15:\"vulnerabilities\";a:0:{}}s:29:\"divi-booster/divi-booster.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"4.6.1\";s:15:\"vulnerabilities\";a:0:{}}s:25:\"divi-pixel/divi-pixel.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"2.33.0\";s:15:\"vulnerabilities\";a:0:{}}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"4.5.4\";s:15:\"vulnerabilities\";a:0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"9.2.4\";s:15:\"vulnerabilities\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.7.2\";s:15:\"vulnerabilities\";a:0:{}}s:35:\"instawp-connect/instawp-connect.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:8:\"0.1.0.75\";s:15:\"vulnerabilities\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"14.2.1\";s:15:\"vulnerabilities\";a:0:{}}s:25:\"loginpress/loginpress.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.3.1\";s:15:\"vulnerabilities\";a:0:{}}s:29:\"ninja-tables/ninja-tables.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"5.0.17\";s:15:\"vulnerabilities\";a:0:{}}s:37:\"ninja-tables-pro/ninja-tables-pro.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"5.0.16\";s:15:\"vulnerabilities\";a:0:{}}s:39:\"content-protector/content-protector.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"4.2.12\";s:15:\"vulnerabilities\";a:0:{}}s:41:\"password-protected/password-protected.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"2.7.5\";s:15:\"vulnerabilities\";a:0:{}}s:31:\"popup-builder/popup-builder.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"4.3.6\";s:15:\"vulnerabilities\";a:1:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"c9e9fb80-c73d-4b42-baa8-a1695ad7bdff\";s:5:\"title\";s:89:\"Popup Builder <= 4.3.4 - Sensitive Information Exposure via Imported Subscribers CSV File\";s:8:\"fixed_in\";N;s:11:\"description\";s:448:\"The Popup Builder plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 4.3.4 via the Subscribers Import feature. This makes it possible for unauthenticated attackers to extract sensitive data after an administrator has imported subscribers via a CSV file. This data may include the first name, last name, e-mail address, and potentially other personally identifiable information of subscribers.\";s:13:\"introduced_in\";N;}}}s:20:\"printfriendly/pf.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"5.5.6\";s:15:\"vulnerabilities\";a:0:{}}s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"3.15.9\";s:15:\"vulnerabilities\";a:0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"0.8.3\";s:15:\"vulnerabilities\";a:0:{}}s:57:\"wp-edit-password-protected/wp-edit-password-protected.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"1.2.10\";s:15:\"vulnerabilities\";a:0:{}}s:37:\"wp-file-download/wp-file-download.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"6.2.0\";s:15:\"vulnerabilities\";a:0:{}}}}\";', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33237, 'jetpack_protect_status_time', 1736806438, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33978, 'wpfd_custom_ordering_list', 'a:1:{i:59;s:89:\"{\"0\":\"7748\",\"1\":\"7749\",\"2\":\"7744\",\"3\":\"7745\",\"4\":\"7746\",\"5\":\"7743\",\"6\":\"7747\",\"7\":\"7966\"}\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (37450, 'stats_options', 'a:10:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:12:\"do_not_track\";b:1;s:7:\"blog_id\";i:235178995;s:7:\"version\";s:1:\"9\";s:20:\"enable_odyssey_stats\";b:1;s:24:\"odyssey_stats_changed_at\";i:0;s:7:\"notices\";a:0:{}s:5:\"views\";i:3;}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (37512, 'post_by_email_address2', 'NULL', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (37516, 'jb_transient_jetpack_boost_speed_scores_fb69f8bba16e1c602a71d54e967d8b92', 'a:2:{s:6:\"expire\";i:1736802861;s:4:\"data\";a:8:{s:2:\"id\";s:32:\"fb69f8bba16e1c602a71d54e967d8b92\";s:3:\"url\";s:29:\"owens-minor.mybenefitport.com\";s:14:\"active_modules\";a:0:{}s:7:\"created\";d:1736801061.813103;s:6:\"status\";s:7:\"pending\";s:5:\"error\";N;s:6:\"client\";s:18:\"jetpack-my-jetpack\";s:11:\"retry_count\";i:0;}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (37525, 'jetpack_boost_speed_score_history_fb69f8bba16e1c602a71d54e967d8b92', 'a:1:{i:0;a:3:{s:9:\"timestamp\";i:1730140828;s:6:\"scores\";a:2:{s:6:\"mobile\";i:46;s:7:\"desktop\";i:98;}s:5:\"theme\";s:4:\"Divi\";}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38554, 'pp_new_basic_settings', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38576, 'wppasspro_top_header', '', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38577, 'wppasspro_top_content', '', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38578, 'wppasspro_show_social', 'off', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38579, 'wppasspro_link_facebook', '', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38580, 'wppasspro_link_twitter', '', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38581, 'wppasspro_bottom_content', '', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38582, 'wppasspro_form_btn_text', 'Submit', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38656, 'wp-edit-password-protected_allow_tracking', 'no', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38658, 'wp-edit-password-protected_tracking_skipped', 'yes', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38661, 'wpeditpass_info_randtext', '2024-10-28 21:31:22', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38683, 'wpb_sdk_module_id', 6, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38684, 'wpb_sdk_module_slug', 'loginpress', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38685, 'loginpress_customization', 'a:6:{s:24:\"setting_background_color\";s:7:\"#ffffff\";s:21:\"loginpress_display_bg\";b:0;s:12:\"setting_logo\";s:78:\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/login-2.png\";s:19:\"custom_button_color\";s:7:\"#002856\";s:19:\"button_border_color\";s:7:\"#002856\";s:18:\"button_hover_color\";s:7:\"#68ace5\";}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38686, 'loginpress_setting', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38693, 'customize_presets_settings', 'minimalist', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38698, 'loginpress_active_time', 1730151122, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38699, 'loginpress_autologin', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38700, 'loginpress_hidelogin', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38701, 'loginpress_limit_login_attempts', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38702, 'loginpress_login_redirects', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38703, 'loginpress_social_logins', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38704, 'loginpress_premium', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38705, 'rdn_fetch_12516765', 'fetch', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38726, '_loginpress_optin', 'no', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38727, 'wpb_sdk_loginpress', '{\"user_skip\":\"0\"}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (63719, 'wpfd_cloud_available_tags_indexing', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (63720, 'wpfd_cloud_available_tags_index_processing', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (63721, 'wpfd_cloud_available_tags', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (64297, 'db_upgraded', '', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (64345, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"34c1e0e0fe6fc25bc982f8aa0803bd93\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (65198, 'dipi_facebook_page_token_secret', '653e9e13-cc58-4696-9e86-b44ecdebc48a', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66443, 'instawp_connect_version', '0.1.0.68', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67402, 'nfd_utilities_css', '.nfd-relative{position:relative!important}.-nfd-bottom-1{bottom:-.25rem!important}.-nfd-top-0\\\\.5{top:-.125rem!important}.-nfd-top-1{top:-.25rem!important}.nfd-top-10{top:2.5rem!important}.nfd-col-start-1{grid-column-start:1!important}.nfd-col-start-2{grid-column-start:2!important}.nfd-col-start-3{grid-column-start:3!important}.nfd-col-start-4{grid-column-start:4!important}.nfd-col-start-5{grid-column-start:5!important}.nfd-col-start-6{grid-column-start:6!important}.nfd-col-start-7{grid-column-start:7!important}.nfd-col-end-10{grid-column-end:10!important}.nfd-col-end-11{grid-column-end:11!important}.nfd-col-end-12{grid-column-end:12!important}.nfd-col-end-13{grid-column-end:13!important}.nfd-col-end-7{grid-column-end:7!important}.nfd-col-end-8{grid-column-end:8!important}.nfd-col-end-9{grid-column-end:9!important}.nfd-row-start-1{grid-row-start:1!important}.-nfd-mx-2:not([style*=margin]){margin-left:-.5rem!important;margin-right:-.5rem!important}.nfd-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.nfd-mb-8:not([style*=margin]){margin-bottom:2rem!important}.nfd-mt-2:not([style*=margin]){margin-top:.5rem!important}.nfd-mt-8:not([style*=margin]){margin-top:2rem!important}.nfd-mt-\\\\[-100px\\\\]:not([style*=margin]){margin-top:-100px!important}.nfd-grid{display:grid!important}.nfd-h-full{height:100%!important}.nfd-w-full{width:100%!important}.nfd-shrink-0{flex-shrink:0!important}.nfd-grow{flex-grow:1!important}.nfd-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.nfd-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.nfd-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.nfd-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.nfd-items-center{align-items:center!important}.nfd-gap-y-10{row-gap:2.5rem!important}.nfd-overflow-hidden{overflow:hidden!important}.nfd-border-b{border-bottom-width:1px!important}.nfd-border-dashed{border-style:dashed!important}.nfd-p-0:not([style*=padding]){padding:0!important}.nfd-p-10:not([style*=padding]){padding:2.5rem!important}.nfd-p-2:not([style*=padding]){padding:.5rem!important}.nfd-p-4:not([style*=padding]){padding:1rem!important}.nfd-p-8:not([style*=padding]){padding:2rem!important}.nfd-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.nfd-px-4:not([style*=padding]){padding-left:1rem!important;padding-right:1rem!important}.nfd-px-8:not([style*=padding]){padding-left:2rem!important;padding-right:2rem!important}.nfd-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.nfd-py-4:not([style*=padding]){padding-bottom:1rem!important;padding-top:1rem!important}.nfd-py-5:not([style*=padding]){padding-bottom:1.25rem!important;padding-top:1.25rem!important}.nfd-pt-0:not([style*=padding]){padding-top:0!important}.nfd-text-left{text-align:left!important}.nfd-wc-products{self-align:flex-start!important;flex-grow:0!important}.nfd-wc-products>ul{row-gap:calc(var(--wndb--gap--2xl)*var(--wndb--gap--scale-factor))!important}.nfd-wc-products .wc-block-grid__product-image{overflow:hidden!important}.nfd-wc-products .wc-block-grid__product-image img{transition:transform .6s ease-in-out!important}.nfd-wc-products .wc-block-grid__product-image img:hover{transform:scale(1.1)!important}.nfd-wc-products .wc-block-components-product-sale-badge{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:hsla(0,0%,100%,.5)!important;border:1px solid hsla(0,0%,100%,.2)!important;border-radius:999px!important;font-size:.8125rem!important;font-weight:700!important;margin:6px!important;padding:4px 12px!important}.nfd-wc-products .wc-block-components-product-sale-badge>span{background:transparent!important}.nfd-wc-products .wc-block-components-product-price{color:inherit!important}.nfd-wc-search .wp-block-search__inside-wrapper{background-color:var(--wndb--color--borders)!important;border:2px solid var(--wndb--color--subtle)!important;border-radius:999px!important;max-width:100%!important;padding:0!important;width:25rem!important}.nfd-wc-search .wp-block-search__inside-wrapper input[type=search]{background:none!important;border:none!important;border-bottom-left-radius:999px!important;border-top-left-radius:999px!important;color:var(--wndb--color--text--contrast)!important;font-size:1.25rem!important;font-weight:500!important;min-height:3.75rem!important;padding-inline:24px!important}.nfd-wc-search .wp-block-search__inside-wrapper:has(button:focus),.nfd-wc-search .wp-block-search__inside-wrapper:has(input[type=search]:focus){outline:2px solid var(--wndb--color--text--contrast)!important;outline-offset:2px!important}.nfd-wc-search .wp-block-search__button{aspect-ratio:1/1!important;background:var(--wndb-gray-800)!important;border-radius:999px!important;height:100%!important;margin-left:0!important;margin-right:2px!important;margin-top:2px!important}.nfd-wc-search .wp-block-search__button:focus,.nfd-wc-search .wp-block-search__button:hover{background:var(--wndb-gray-900)!important;filter:none!important;outline:2px solid var(--wndb-gray-900)!important;outline-offset:2px!important}.nfd-wc-search .wp-block-search__inside-wrapper input[type=search]::-moz-placeholder{color:var(--wndb--color--text--faded)!important}.nfd-wc-search .wp-block-search__inside-wrapper input[type=search]::placeholder{color:var(--wndb--color--text--faded)!important}.nfd-commerce-icons{align-items:center!important;display:flex!important;flex-direction:row!important;gap:8px!important}.nfd-commerce-icons .wc-block-cart-link__text{display:none!important}.nfd-commerce-icons .wp-block-search__button svg,.nfd-commerce-icons svg.wc-block-customer-account__account-icon,.nfd-commerce-icons svg.wc-block-mini-cart__icon{height:28px!important;width:28px!important}.nfd-commerce-icons .wp-block-search__button-only .wp-block-search__button.has-icon{align-items:center!important;background:none!important;color:currentcolor!important;display:flex!important;padding:0!important}.nfd-commerce-icons .wp-block-search__button-only .wp-block-search__input{margin-right:.5em!important}.nfd-commerce-icons .wp-block-woocommerce-customer-account a{padding:0!important}:root{--wndb-mask-color:rgba(0,0,0,.15);--wndb-mask-position:50% 50% at 50% 20%;--wndb-mask-opacity:0.35}[class*=nfd-bg-effect]{isolation:isolate!important;position:relative!important}[class*=nfd-wb-header] [class*=nfd-bg-effect]{z-index:1!important}.has-modal-open [class*=nfd-bg-effect]{isolation:unset!important}.nfd-bg-effect-position-center{--wndb-mask-position:50% 50% at 50% 50%}[class*=nfd-bg-effect]:after{content:\\\"\\\"!important;inset:0!important;-webkit-mask-image:radial-gradient(ellipse var(--wndb-mask-position),#000 70%,rgba(0,0,0,.3) 100%)!important;mask-image:radial-gradient(ellipse var(--wndb-mask-position),#000 70%,rgba(0,0,0,.3) 100%)!important;opacity:var(--wndb-mask-opacity)!important;pointer-events:none!important;position:absolute!important;z-index:-1!important}.nfd-bg-effect-dots:after{--wndb-mask-opacity:1;background:radial-gradient(var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:20px 20px!important}.nfd-bg-effect-grid:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px),linear-gradient(to bottom,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:50px 50px!important}.nfd-bg-effect-grid-perspective{perspective:1000px!important}.has-modal-open .nfd-bg-effect-grid-perspective{perspective:unset!important}.nfd-bg-effect-grid-perspective:after{--wndb-mask-opacity:0.6;background-size:100px 100px!important;transform:rotateX(-60deg) translateZ(0)!important;transform-origin:top!important;transform-style:preserve-3d!important}.nfd-bg-effect-grid-2:after,.nfd-bg-effect-grid-perspective:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px),linear-gradient(to bottom,var(--wndb-mask-color) 1px,transparent 1px)!important}.nfd-bg-effect-grid-2:after{background-size:14px 32px!important}.nfd-bg-effect-grid-3{overflow:hidden!important}.nfd-bg-effect-grid-3:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px),linear-gradient(to bottom,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:32px 80px!important;right:-40%!important;top:-20%!important;transform:scale(1.5) skew(-30deg,30deg)!important}.nfd-bg-effect-lines:after{--wndb-mask-opacity:0.4;background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:48px!important}.nfd-bg-effect-lines-2{--wndb-mask-opacity:0.45;overflow:hidden!important;perspective:1000px!important}.has-modal-open .nfd-bg-effect-lines-2{perspective:unset!important}.nfd-bg-effect-lines-2:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:30px!important;right:-40%!important;top:-20%!important;transform:rotateX(-45deg) skew(-16deg) translateZ(0)!important;transform-origin:right!important;transform-style:preserve-3d!important}.nfd-mask-opacity-0:after{--wndb-mask-opacity:0.8}:where(:root){--wndb--max-w--prose:min(65ch,1100px)}.nfd-max-w-prose:not(.nfd-max-w-full),:where(.nfd-text-balance:not(.nfd-max-w-full)){max-width:var(--wndb--max-w--prose)!important}.nfd-max-w-prose:not(.nfd-max-w-full).has-text-align-center,:where(.nfd-text-balance:not(.nfd-max-w-full)).has-text-align-center{margin-inline:auto!important}.nfd-max-w-prose:not(.nfd-max-w-full).has-text-align-right,:where(.nfd-text-balance:not(.nfd-max-w-full)).has-text-align-right{margin-inline-start:auto!important}:where(.nfd-text-balance){text-wrap:balance!important}.nfd-text-balance>h1,.nfd-text-balance>h2,.nfd-text-balance>h3,.nfd-text-balance>h4,.nfd-text-balance>p{text-wrap:balance!important}.nfd-text-pretty,.nfd-text-pretty>h1,.nfd-text-pretty>h2,.nfd-text-pretty>h3,.nfd-text-pretty>h4,.nfd-text-pretty>p{text-wrap:pretty!important}.wp-block-image figcaption{font-weight:400!important;margin-inline:auto!important;max-width:64ch!important;padding-block-start:.5em!important;text-wrap:balance!important}.wp-block-quote>.nfd-text-pretty{font-weight:550;margin-block:.25em}:where(:root){--wndb--text-scale-factor:1;--wndb--text--xs:0.75rem;--wndb--text--sm:0.875rem;--wndb--text--base:1rem;--wndb--text--md:1.125rem;--wndb--text--lg:1.5rem;--wndb--text--xl:2.375rem;--wndb--text--huge:clamp(2.75rem,1.4688rem + 2.5vw,3.5rem);--wndb--text-giga:clamp(3.25rem,2.546875rem + 2.25vw,4.375rem)}.nfd-text-xs:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--xs)*var(--wndb--text-scale-factor))!important}.nfd-text-xs:not([style*=letter-spacing]){letter-spacing:.05em!important}.nfd-text-sm:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--sm)*var(--wndb--text-scale-factor))!important}.nfd-text-base:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--base)*var(--wndb--text-scale-factor))!important}.nfd-text-md:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--md)*var(--wndb--text-scale-factor))!important}.nfd-text-base:not([style*=line-height]),.nfd-text-md:not([style*=line-height]){line-height:1.6!important}.nfd-text-lg:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--lg)*var(--wndb--text-scale-factor))!important}.nfd-text-lg:not([style*=line-height]){line-height:1.4!important}.nfd-text-lg:not([style*=letter-spacing]){letter-spacing:0!important}.nfd-text-lg:not([style*=font-weight]){font-weight:500!important}.nfd-text-xl:not([class*=font-size]):not([style*=font-size]){font-size:var(--wndb--text--xl)!important}.nfd-text-xl:not([style*=line-height]){line-height:1.25!important}.nfd-text-xl:not([style*=letter-spacing]){letter-spacing:-.01em!important}.nfd-text-xl:not([style*=font-weight]){font-weight:500!important}:where(.nfd-text-huge:not([class*=font-size]):not([style*=font-size])){font-size:calc(var(--wndb--text--huge)*var(--wndb--text-scale-factor))!important;max-width:var(--wndb--max-w--prose)!important;text-wrap:balance!important}:where(.nfd-text-giga:not([class*=font-size]):not([style*=font-size])).has-text-align-center,:where(.nfd-text-huge:not([class*=font-size]):not([style*=font-size])).has-text-align-center{margin-inline:auto!important}:where(.nfd-text-giga:not([class*=font-size]):not([style*=font-size])).has-text-align-right,:where(.nfd-text-huge:not([class*=font-size]):not([style*=font-size])).has-text-align-right{margin-inline-start:auto!important}.nfd-text-huge:not([style*=line-height]){line-height:1.1!important}.nfd-text-huge:not([style*=letter-spacing]){letter-spacing:-.025em!important}.nfd-text-huge:not([style*=font-weight]){font-weight:500!important}:where(.nfd-text-giga:not([class*=font-size]):not([style*=font-size])){font-size:calc(var(--wndb--text-giga)*var(--wndb--text-scale-factor))!important;max-width:var(--wndb--max-w--prose)!important;text-wrap:balance!important}.nfd-text-giga:not([style*=line-height]){line-height:1.1!important}.nfd-text-giga:not([style*=letter-spacing]){letter-spacing:-.04em!important}.nfd-text-giga:not([style*=font-weight]){font-weight:500!important}:root{--nfd-wb-anim-transition-duration:1400ms;--nfd-wb-anim-transition-delay:50ms;--nfd-wb-anim-transition-easing-function:cubic-bezier(0.4,1,0.65,1);--nfd-wb-anim-transition:all var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay)}@media (prefers-reduced-motion:reduce){.nfd-wb-animate{transition:none!important}.nfd-wb-twist-in,[class*=nfd-wb-]{clip-path:none!important;opacity:1!important;transform:none!important}}@media (max-width:782px){.nfd-wb-animate{transition:none!important}.nfd-wb-twist-in,[class*=nfd-wb-]{clip-path:none!important;opacity:1!important;transform:none!important}}.nfd-wb-animate[data-replay-animation]{transition:none!important}.block-editor-block-preview__content-iframe [class*=nfd-wb-]{clip-path:none!important;opacity:1!important;transform:none!important}[class*=nfd-wb-fade-in]{--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-bottom{--nfd-wb-anim-transition-duration:1200ms;opacity:0;transform:translate3d(0,90px,0);transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-bottom-short{transform:translate3d(0,32px,0) scale3d(.96,.96,.96);transform-origin:center bottom}.nfd-wb-fade-in-bottom-short,.nfd-wb-fade-in-top-short{--nfd-wb-anim-transition-duration:600ms;opacity:0;transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-top-short{transform:translate3d(0,-32px,0) scale3d(.96,.96,.96);transform-origin:center top}.nfd-wb-fade-in-left-short{transform:translate3d(-32px,0,0) scale3d(.96,.96,.96);transform-origin:center left}.nfd-wb-fade-in-left-short,.nfd-wb-fade-in-right-short{--nfd-wb-anim-transition-duration:600ms;opacity:0;transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-right-short{transform:translate3d(32px,0,0) scale3d(.96,.96,.96);transform-origin:right center}.nfd-wb-animated-in:not([data-replay-animation])[class*=nfd-wb-fade-in]{opacity:1;transform:translateZ(0) scaleX(1)}.nfd-wb-zoom-in{--nfd-wb-anim-transition-duration:1200ms;--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);transform:scale3d(.4,.4,.4)}.nfd-wb-zoom-in,.nfd-wb-zoom-in-short{opacity:0;transition:var(--nfd-wb-anim-transition)}.nfd-wb-zoom-in-short{--nfd-wb-anim-transition-duration:600ms;--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);transform:scale3d(.92,.92,.92)}.nfd-wb-animated-in:not([data-replay-animation])[class*=nfd-wb-zoom-]{opacity:1!important;transform:scaleX(1)!important}div:has(>.nfd-wb-twist-in){perspective:1200px}.nfd-wb-twist-in{--nfd-wb-anim-transition-duration:1000ms;--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);opacity:0;transform:translateY(40px) scale(.8) rotateY(30deg) rotate(-12deg) translateZ(0);transition:var(--nfd-wb-anim-transition)}.nfd-wb-animated-in:not([data-replay-animation]).nfd-wb-twist-in{opacity:1!important;transform:translateY(0) scale(1) rotateY(0deg) rotate(0deg) translateZ(0)!important}.nfd-wb-reveal-right{--nfd-wb-anim-transition-duration:1500ms;--nfd-wb-anim-transition-easing-function:cubic-bezier(0.4,0,0,1);--nfd-wb-anim-transition:clip-path var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);clip-path:inset(0 100% 0 0);transition:var(--nfd-wb-anim-transition)}.nfd-wb-animated-in>.nfd-wb-reveal-right:not([data-replay-animation]){clip-path:inset(0 0 0 0)!important}.nfd-delay-50{--nfd-wb-anim-transition-delay:50ms}.nfd-delay-150{--nfd-wb-anim-transition-delay:150ms}.nfd-delay-300{--nfd-wb-anim-transition-delay:300ms}.nfd-delay-450{--nfd-wb-anim-transition-delay:450ms}.nfd-delay-600{--nfd-wb-anim-transition-delay:600ms}.nfd-delay-750{--nfd-wb-anim-transition-delay:750ms}.nfd-delay-900{--nfd-wb-anim-transition-delay:900ms}.nfd-delay-1050{--nfd-wb-anim-transition-delay:1050ms}.nfd-delay-1200{--nfd-wb-anim-transition-delay:1200ms}.nfd-delay-1350{--nfd-wb-anim-transition-delay:1350ms}.nfd-delay-1500{--nfd-wb-anim-transition-delay:1500ms}:where(:root){--wndb--container:1200px;--wndb--container--wide:1340px}body .is-layout-constrained:has(.nfd-container.is-layout-constrained)>.nfd-container.is-layout-constrained{max-width:unset!important;width:100%!important}.is-layout-constrained.has-global-padding:has(.nfd-container.is-layout-constrained)>.nfd-container.is-layout-constrained{margin-left:calc(var(--wp--style--root--padding-left)*-1)!important;margin-right:calc(var(--wp--style--root--padding-right)*-1)!important;max-width:unset!important;width:unset!important}.editor-styles-wrapper .nfd-container:is(.is-layout-constrained)>:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),.editor-styles-wrapper .nfd-container>:where(.wp-block-cover-is-layout-constrained:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)):not([style*=margin]),.nfd-container:is(.is-layout-constrained)>:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),.nfd-container:is(.nfd-my-0)>div,.nfd-container>:where(.wp-block-cover-is-layout-constrained:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)){max-width:var(--wndb--container);width:100%}.editor-styles-wrapper .nfd-container:is(.is-layout-constrained)>.alignwide,.nfd-container:is(.is-layout-constrained).alignwide>:where(:not(.alignleft):not(.alignright):not(.alignfull)):not([style*=margin]),.nfd-container:is(.is-layout-constrained)>.alignwide,.nfd-container:is(.nfd-my-0)>.alignwide{max-width:var(--wndb--container--wide);width:100%}.nfd-container:not(.alignfull){padding-inline:var(--wndb--p)!important}.nfd-container:is(.nfd-my-0)>div:not([style*=margin]){margin-inline:auto!important}[class*=nfd-divider-]{position:relative;z-index:13}[class*=nfd-divider-]~[class*=nfd-divider-]{z-index:12!important}[class*=nfd-divider-]~[class*=nfd-divider-]~[class*=nfd-divider-]{z-index:11!important}[class*=nfd-divider-]:before{background:inherit!important;bottom:calc(var(--wndb--divider-size)*-1)!important;content:\\\"\\\"!important;height:var(--wndb--divider-size)!important;left:0!important;pointer-events:none!important;position:absolute!important;width:100%!important;z-index:10!important}.nfd-divider-arrow{--wndb--divider-size:16px}.nfd-divider-arrow:before{bottom:calc(var(--wndb--divider-size)*-1)!important;height:calc(var(--wndb--divider-size)*2)!important;left:50%!important;transform:translateX(-50%) rotate(45deg)!important;width:calc(var(--wndb--divider-size)*2)!important}.nfd-divider-clouds{--wndb--divider-size:150px}.nfd-divider-clouds:after,.nfd-divider-clouds:before{background:inherit!important;background-image:url(\\\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\\\'http://www.w3.org/2000/svg\\\' preserveAspectRatio=\\\'xMidYMax slice\\\' viewBox=\\\'0 0 283.5 27.8\\\'%3E%3Cpath fill=\\\'%23fff\\\' d=\\\'M0 0v6.7c1.9-.8 4.7-1.4 8.5-1 9.5 1.1 11.1 6 11.1 6s2.1-.7 4.3-.2c2.1.5 2.8 2.6 2.8 2.6s.2-.5 1.4-.7 1.7.2 1.7.2 0-2.1 1.9-2.8 3.6.7 3.6.7.7-2.9 3.1-4.1 4.7 0 4.7 0 1.2-.5 2.4 0 1.7 1.4 1.7 1.4h1.4c.7 0 1.2.7 1.2.7s.8-1.8 4-2.2c3.5-.4 5.3 2.4 6.2 4.4q.6-.6 1.8-.9c2.8-.7 4 .7 4 .7s1.7-5 11.1-6c9.5-1.1 12.3 3.9 12.3 3.9s1.2-4.8 5.7-5.7 6.8 1.8 6.8 1.8.6-.6 1.5-.9c.9-.2 1.9-.2 1.9-.2s5.2-6.4 12.6-3.3c7.3 3.1 4.7 9 4.7 9s1.9-.9 4 0 2.8 2.4 2.8 2.4 1.9-1.2 4.5-1.2 4.3 1.2 4.3 1.2.2-1 1.4-1.7 2.1-.7 2.1-.7-.5-3.1 2.1-5.5 5.7-1.4 5.7-1.4 1.5-2.3 4.2-1.1 1.7 5.2 1.7 5.2.3-.1 1.3.5c.5.4.8.8.9 1.1.5-1.4 2.4-5.8 8.4-4 7.1 2.1 3.5 8.9 3.5 8.9s.8-.4 2 0 1.1 1.1 1.1 1.1 1.1-1.1 2.3-1.1 2.1.5 2.1.5 1.9-3.6 6.2-1.2 1.9 6.4 1.9 6.4 2.6-2.4 7.4 0c3.4 1.7 3.9 4.9 3.9 4.9s3.3-6.9 10.4-7.9 11.5 2.6 11.5 2.6.8 0 1.2.2.9.9.9.9 4.4-3.1 8.3.2c1.9 1.7 1.5 5 1.5 5s.3-1.1 1.6-1.4 2.3.2 2.3.2-.1-1.2.5-1.9 1.9-.9 1.9-.9-4.7-9.3 4.4-13.4c5.6-2.5 9.2.9 9.2.9s5-6.2 15.9-6.2 16.1 8.1 16.1 8.1.7-.2 1.6-.4V0z\\\'/%3E%3C/svg%3E\\\")!important;background-repeat:repeat-x!important;background-size:cover!important;content:\\\"\\\"!important;height:var(--wndb--divider-size)!important;left:0!important;pointer-events:none!important;position:absolute!important;top:0!important;width:100%!important;z-index:10!important}.nfd-divider-clouds:after{bottom:0!important;top:auto!important;transform:rotate(180deg)!important}.nfd-divider-ellipse{--wndb--divider-size:50px}.nfd-divider-ellipse:before{clip-path:ellipse(50% var(--wndb--divider-size) at 50% 0)!important}.nfd-divider-rounded:not([style*=-radius]){--wndb--divider-size:50px}.nfd-divider-rounded:before:not([style*=-radius]){border-bottom-left-radius:var(--wndb--divider-size)!important;border-bottom-right-radius:var(--wndb--divider-size)!important}.nfd-divider-slant,.nfd-divider-slant-invert{--wndb--divider-size:80px}.nfd-divider-slant:before{bottom:calc(var(--wndb--divider-size)*-1 + 1px)!important;clip-path:polygon(0 0,100% 0,0 100%)!important}.nfd-divider-slant-invert:before{bottom:calc(var(--wndb--divider-size)*-1 + 1px)!important;clip-path:polygon(0 0,100% 0,100% 100%)!important}.nfd-divider-triangle{--wndb--divider-size:80px}.nfd-divider-triangle:before{bottom:calc(var(--wndb--divider-size)*-1 + 1px)!important;clip-path:polygon(0 0,100% 0,50% 100%)!important}.nfd-divider-zigzag{--wndb--divider-size:8px}.nfd-divider-zigzag:before{-webkit-mask:conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) 50% /calc(var(--wndb--divider-size)*2) 100%!important;mask:conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) 50% /calc(var(--wndb--divider-size)*2) 100%!important}:where(:root){--wndb--divider-size:0px}.nfd-grid-cols-1-2-1{grid-template-columns:1fr 2fr 1fr!important}:where(:root){--wndb--padding-factor:1;--wndb--p:2.375rem;--wndb--p--xs:0.75rem;--wndb--p--sm:1.5rem;--wndb--p--md:2rem;--wndb--p--lg:clamp(3.5rem,7vw,6.25rem);--wndb--p--square:2.5rem;--wndb--p--square-lg:4rem}.nfd-p-card-sm:not([style*=padding]){padding:calc(var(--wndb--p--xs)*var(--wndb--padding-factor)) calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-p-card-md:not([style*=padding]){padding:calc(var(--wndb--p--sm)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-p-card-lg:not([style*=padding]){padding:calc(var(--wndb--p--md)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}@media screen and (min-width:782px){.nfd-p-card-lg:not([style*=padding]){padding:calc(var(--wndb--p--md)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*1.5*var(--wndb--padding-factor))!important}}.nfd-p-card-square-lg:not([style*=padding]),.nfd-p-card-square:not([style*=padding]){padding:calc(var(--wndb--p--square)*var(--wndb--padding-factor))!important}@media screen and (min-width:782px){.nfd-p-card-square-lg:not([style*=padding]){padding:calc(var(--wndb--p--square-lg)*var(--wndb--padding-factor))!important}}.nfd-p-xs:not([style*=padding]){padding:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-py-xs:not([style*=padding]){padding-block:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-pt-xs:not([style*=padding]){padding-block-start:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-px-xs:not([style*=padding]){padding-inline:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-p-sm:not([style*=padding]){padding:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-px-sm:not([style*=padding]){padding-inline:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-py-sm:not([style*=padding]){padding-block:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-pt-sm:not([style*=padding]){padding-block-start:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-pb-sm:not([style*=padding]){padding-block-end:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-pl-sm:not([style*=padding]){padding-left:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-p-md:not([style*=padding]){padding:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-px-md:not([style*=padding]){padding-inline:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-py-md:not([style*=padding]){padding-block:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-pt-md:not([style*=padding]){padding-block-start:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-pb-md:not([style*=padding]){padding-block-end:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-p-lg:not([style*=padding]){padding:calc(var(--wndb--p--lg)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-py-lg:not([style*=padding]){padding-block:calc(var(--wndb--p--lg)*var(--wndb--padding-factor))!important}.nfd-pt-lg:not([style*=padding]){padding-block-start:calc(var(--wndb--p--lg)*var(--wndb--padding-factor))!important}.nfd-pb-lg:not([style*=padding]){padding-block-end:calc(var(--wndb--p--lg)*var(--wndb--padding-factor))!important}.nfd-pl-offset-md:not([style*=padding]){margin-left:calc(var(--wndb--p--md)*var(--wndb--padding-factor)*-1)!important;padding-left:calc(var(--wndb--p--md)*var(--wndb--padding-factor) - 3px)!important}.editor-styles-wrapper .nfd-overlap-x,.nfd-overlap-x{gap:0}.nfd-overlap-x>:not(:first-child){margin-inline-start:-1.275rem!important}@media (min-width:768px){.-nfd-translate-y-1\\\\/2{transform:translateY(-50%)!important}.nfd-overlap-x-lg{transform:translateX(-150px)!important}}.nfd-pseudo-play-icon{align-items:center!important;display:flex!important;justify-content:center!important;position:relative!important}.nfd-pseudo-play-icon>a{inset:0!important;position:absolute!important}:not(.is-root-container) .nfd-pseudo-play-icon>a{text-indent:-9999px!important}.nfd-pseudo-play-icon:before{-webkit-backdrop-filter:blur(3px)!important;backdrop-filter:blur(3px)!important;background:hsla(0,0%,100%,.1)!important;border-radius:100%!important;content:\\\"\\\"!important;height:3rem!important;left:50%!important;opacity:1!important;pointer-events:none!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;transition:all .2s ease!important;width:3rem!important}.nfd-pseudo-play-icon:has(a:hover):before{background:hsla(0,0%,100%,.3)!important;height:4rem!important;width:4rem!important}.nfd-pseudo-play-icon:after{border-style:solid!important;border-bottom:10px solid transparent!important;border-left:16px solid!important;border-right:0!important;border-top:10px solid transparent!important;content:\\\"\\\"!important;height:16px!important;height:0!important;left:50%!important;margin-left:2px!important;pointer-events:none!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;width:16px!important;width:0!important}.entry-content>.wp-block-group.has-background+.wp-block-group.has-background:not([style*=margin-top]),.entry-content>.wp-block-group.has-background+[class*=nfd-theme-]:not([style*=margin-top]),.entry-content>[class*=nfd-theme-]+.wp-block-group.has-background:not([style*=margin-top]),.entry-content>[class*=nfd-theme-]+[class*=nfd-theme-]:not([style*=margin-top]){margin-block-start:0!important}:where(:root){--wndb--gap--scale-factor:1;--wndb--gap--xs:0.25rem;--wndb--gap--sm:0.5rem;--wndb--gap--md:1rem;--wndb--gap--lg:1.5rem;--wndb--gap--xl:2rem;--wndb--gap--2xl:2.5rem;--wndb--gap--3xl:3.5rem;--wndb--gap--4xl:6rem}.editor-styles-wrapper .nfd-gap-0,.nfd-gap-0{gap:0}.editor-styles-wrapper .nfd-gap-xs,.nfd-gap-xs{gap:calc(var(--wndb--gap--xs)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-sm,.nfd-gap-sm{gap:calc(var(--wndb--gap--sm)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-md,.nfd-gap-md{gap:calc(var(--wndb--gap--md)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-lg,.nfd-gap-lg{gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-xl,.nfd-gap-xl{gap:calc(var(--wndb--gap--xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-2xl,.nfd-gap-2xl{gap:calc(var(--wndb--gap--2xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-3xl,.nfd-gap-3xl{gap:calc(var(--wndb--gap--3xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-4xl,.nfd-gap-4xl{gap:calc(var(--wndb--gap--4xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-x-4xl,.nfd-gap-x-4xl{-moz-column-gap:calc(var(--wndb--gap--4xl)*var(--wndb--gap--scale-factor));column-gap:calc(var(--wndb--gap--4xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-x-lg,.nfd-gap-x-lg{-moz-column-gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor));column-gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-lg,.nfd-gap-y-lg{row-gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-xl,.nfd-gap-y-xl{row-gap:calc(var(--wndb--gap--xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-2xl,.nfd-gap-y-2xl{row-gap:calc(var(--wndb--gap--2xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-3xl,.nfd-gap-y-3xl{row-gap:calc(var(--wndb--gap--3xl)*var(--wndb--gap--scale-factor))}.nfd-border-2{border-bottom-width:2px!important}.nfd-border-strong{border-color:var(--wndb-color--borders-strong)!important}:where(:root){--wndb--button--outline-width:0px;--wndb--button-sm--font-size:1rem;--wndb--button-lg-x:2rem;--wndb--button-lg-y:0.75rem;--wndb--button-lg--font-size:1.125rem;--wndb--button-xl-x:3rem;--wndb--button-xl-y:1rem;--wndb--button-xl--font-size:1.125rem}[class*=nfd-btn].is-style-outline{--wndb--button--outline-width:2px}[class*=nfd-btn]>.wp-block-button__link:not([style*=padding]){padding:calc(.625rem - var(--wndb--button--outline-width)) calc(1.125rem - var(--wndb--button--outline-width))!important}.nfd-btn-sm>.wp-block-button__link:not([style*=padding]){padding:calc(.375rem - var(--wndb--button--outline-width)) calc(1rem - var(--wndb--button--outline-width))!important}.nfd-btn-sm:not(.has-custom-font-size)>.wp-block-button__link:not([style*=font-size]){font-size:var(--wndb--button-sm--font-size)!important}.nfd-btn-lg>.wp-block-button__link:not([style*=padding]){padding:calc(var(--wndb--button-lg-y) - var(--wndb--button--outline-width)) var(--wndb--button-lg-x)!important}.nfd-btn-lg:not(.has-custom-font-size)>.wp-block-button__link:not([style*=font-size]){font-size:var(--wndb--button-lg--font-size)!important}.nfd-btn-lg:not([style*=font-weight])>.wp-block-button__link{font-weight:600!important}.nfd-btn-xl>.wp-block-button__link:not([style*=padding]){padding:calc(var(--wndb--button-xl-y) - var(--wndb--button--outline-width)) var(--wndb--button-xl-x)!important}.nfd-btn-xl:not(.has-custom-font-size)>.wp-block-button__link:not([style*=font-size]){font-size:var(--wndb--button-xl--font-size)!important}.nfd-btn-xl:not([style*=font-weight])>.wp-block-button__link{font-weight:600!important}.nfd-btn-wide>.wp-block-button__link:not([style*=padding]){padding:calc(.625rem - var(--wndb--button--outline-width)) calc(2rem - var(--wndb--button--outline-width))!important}[class*=nfd-btn]:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb--color--text--contrast)!important}.nfd-btn:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color):hover{--wndb--color--text--contrast:var(--wndb-gray-900);border-color:var(--wndb-white)!important}[class*=nfd-button]>.wp-block-button__link:not(.has-background):hover{filter:brightness(.8)!important}.nfd-theme-primary [class*=nfd-btn]:not(.is-style-outline):not(.nfd-btn-secondary):not(.nfd-btn-tertiary)>.wp-block-button__link:not(.has-background){background-color:var(--wndb-gray-800)!important}.nfd-theme-primary\n	[class*=nfd-btn]:not(.is-style-outline):not(.nfd-btn-secondary):not(.nfd-btn-tertiary)>.wp-block-button__link:not(.has-background):hover{background-color:var(--wndb-gray-900)!important}.nfd-theme-primary\n	[class*=nfd-btn]:is(.is-style-outline):not(.nfd-btn-secondary):not(.nfd-btn-tertiary)>.wp-block-button__link:not(.has-background):not(.has-text-color):hover{background-color:var(--wndb-white)!important;border-color:var(--wndb-white)!important;color:var(--wndb-gray-900)!important}.nfd-btn-secondary:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color):hover{--wndb--color--text--contrast:var(--wndb-gray-900);border-color:var(--wndb-white)!important}.nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb-white)!important}.nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:var(--wndb-gray-800)!important}.nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover{background-color:var(--wndb-gray-900)!important}.nfd-theme-dark .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background),.nfd-theme-darker .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:var(--wndb-white)!important}.nfd-theme-dark .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color),.nfd-theme-darker .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb-gray-900)!important}.nfd-theme-dark .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover,.nfd-theme-darker .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover{background-color:var(--wndb-white)!important;color:var(--wndb-gray-900)!important;filter:brightness(.8)!important}.nfd-btn-tertiary:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color):hover{--wndb--color--text--contrast:var(--wndb-gray-900)}.nfd-btn-tertiary:is(.is-style-outline)>.wp-block-button__link:not([class*=-border-color]){border-color:var(--wndb--color--subtle)!important}.nfd-btn-tertiary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb--color--text--contrast)!important}.nfd-btn-tertiary:not(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:var(--wndb--color--borders)!important}.nfd-btn-tertiary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover{--wndb--color--borders:var(--wndb--color--subtle)}:where(:root){--wndb--shadow--xs:0 1px 2px 0 rgba(18,18,23,.065);--wndb--shadow--sm:0 1px 3px 0 rgba(18,18,23,.1),0 1px 2px 0 rgba(18,18,23,.06)}.nfd-shadow-xs:not([style*=box-shadow]){box-shadow:var(--wndb--shadow--xs)!important}.nfd-shadow-sm:not([style*=box-shadow]){box-shadow:var(--wndb--shadow--sm)!important}.nfd-bg-subtle.nfd-shadow-xs:not([style*=box-shadow]),.nfd-theme-light .nfd-shadow-xs:not([style*=box-shadow]){--wndb--shadow--xs:none}:where(:root){--wndb--rounded--scale-factor:1;--wndb--border--radius--sm:0.25rem;--wndb--border--radius--md:0.5rem;--wndb--border--radius--lg:0.75rem;--wndb--border--radius--xl:1rem}[class*=nfd-rounded]:not([style*=-radius]),[class*=nfd-rounded]:not([style*=-radius])>.components-resizable-box__container>img:not([style*=-radius]),[class*=nfd-rounded]:not([style*=-radius])>.wp-element-button:not([style*=-radius]),[class*=nfd-rounded]:not([style*=-radius])>a>img,[class*=nfd-rounded]:not([style*=-radius])>img{border-radius:calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor))!important}[class*=nfd-rounded-t-]:not([style*=-radius]),[class*=nfd-rounded-t-]:not([style*=-radius])>.components-resizable-box__container>img:not([style*=-radius]),[class*=nfd-rounded-t-]:not([style*=-radius])>.wp-element-button:not([style*=-radius]),[class*=nfd-rounded-t-]:not([style*=-radius])>a>img,[class*=nfd-rounded-t-]:not([style*=-radius])>img{border-radius:calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor)) calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor)) 0 0!important}.nfd-overflow-hidden.nfd-rounded-xl iframe:not([style*=-radius]){border-radius:calc(var(--wndb--border--radius--md)*var(--wndb--rounded--scale-factor))!important}.nfd-rounded-none:not([style*=-radius]){--wndb--border--radius:0}.nfd-rounded-sm:not([style*=-radius]){--wndb--border--radius:var(--wndb--border--radius--sm)}.nfd-rounded,.nfd-rounded-md,.nfd-rounded-t-md:not([style*=-radius]){--wndb--border--radius:var(--wndb--border--radius--md)}.nfd-rounded-lg,.nfd-rounded-t-lg:not([style*=-radius]){--wndb--border--radius:var(--wndb--border--radius--lg)}.nfd-rounded-t-xl:not([style*=-radius]),.nfd-rounded-xl{--wndb--border--radius:var(--wndb--border--radius--xl)}.nfd-rounded-full:not([style*=-radius]){--wndb--border--radius:9999px}:where(:root){--wndb-gray:#6c6c89;--wndb-gray-50:#f7f7f8;--wndb-gray-100:#ebebef;--wndb-gray-150:#e5e5e9;--wndb-gray-200:#d1d1db;--wndb-gray-300:#a9a9bc;--wndb-gray-400:#8a8aa3;--wndb-gray-500:#6c6c89;--wndb-gray-600:#55556d;--wndb-gray-700:#3f3f50;--wndb-gray-800:#1d1d22;--wndb-gray-900:#121217;--wndb-white:#fff;--wndb-white-50:hsla(0,0%,100%,.05);--wndb-white-100:hsla(0,0%,100%,.1);--wndb-white-150:hsla(0,0%,100%,.15);--wndb-white-200:hsla(0,0%,100%,.2);--wndb-white-300:hsla(0,0%,100%,.3);--wndb-white-400:hsla(0,0%,100%,.4);--wndb-white-500:hsla(0,0%,100%,.5);--wndb-white-600:hsla(0,0%,100%,.6);--wndb-white-700:hsla(0,0%,100%,.7);--wndb-white-800:hsla(0,0%,100%,.8);--wndb-white-900:hsla(0,0%,100%,.9);--wndb--color--primary:#00f;--wndb--color--secondary:#00f;--wndb--color--surface:var(--wndb-gray-50);--wndb--color--text:var(--wndb-gray-800);--wndb--color--text--contrast:var(--wndb-gray-900);--wndb--color--text--faded:var(--wndb-gray-600);--wndb--color--borders:var(--wndb-gray-150);--wndb--color--borders-light:var(--wndb-gray-100);--wndb--color--borders-strong:var(--wndb--color--text--faded);--wndb--color--subtle:var(--wndb-gray-200);--wndb--color--links:var(--wndb--color--primary);--wndb--color--body:var(--wndb--color--surface)}.is-style-nfd-theme-white,.nfd-theme-white:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-gray-150);--wndb--color--borders-light:var(--wndb-gray-100);--wndb--color--links:var(--wndb--color--primary);--wndb--color--subtle:var(--wndb-gray-200);--wndb--color--surface:var(--wndb-white);--wndb--color--text--contrast:var(--wndb-gray-900);--wndb--color--text--faded:var(--wndb-gray-700);--wndb--color--text:var(--wndb-gray-800)}.is-style-nfd-theme-light,.nfd-theme-light:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-gray-150);--wndb--color--borders-light:var(--wndb-gray-150);--wndb--color--links:var(--wndb--color--primary);--wndb--color--subtle:var(--wndb-gray-200);--wndb--color--surface:var(--wndb-gray-50);--wndb--color--text--contrast:var(--wndb-gray-900);--wndb--color--text--faded:var(--wndb-gray-700);--wndb--color--text:var(--wndb-gray-800)}.is-style-nfd-theme-dark,.nfd-theme-dark:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-white-100);--wndb--color--borders-light:var(--wndb--color--borders);--wndb--color--subtle:var(--wndb-white-200);--wndb--color--surface:var(--wndb-gray-800);--wndb--color--text--contrast:var(--wndb-white);--wndb--color--text--faded:var(--wndb-white-800);--wndb--color--text:var(--wndb-white);--wndb--shadow--sm:none;--wndb--shadow--xs:none;--wndb-mask-color:hsla(0,0%,100%,.12)}.is-style-nfd-theme-darker,.nfd-theme-darker:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-white-100);--wndb--color--borders-light:var(--wndb--color--borders);--wndb--color--subtle:var(--wndb-white-200);--wndb--color--surface:var(--wndb-gray-900);--wndb--color--text--contrast:var(--wndb-white);--wndb--color--text--faded:var(--wndb-white-800);--wndb--color--text:var(--wndb-white);--wndb--shadow--sm:none;--wndb--shadow--xs:none;--wndb-mask-color:hsla(0,0%,100%,.12)}.is-style-nfd-theme-primary,.nfd-theme-primary:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-white-100);--wndb--color--borders-light:var(--wndb--color--borders);--wndb--color--subtle:var(--wndb-white-200);--wndb--color--surface:var(--wndb--color--primary);--wndb--color--text--contrast:var(--wndb-white);--wndb--color--text--faded:var(--wndb-white-900);--wndb--color--text:var(--wndb-white);--wndb--color--links:var(--wndb-white);--wndb--shadow--sm:none;--wndb--shadow--xs:none;--wndb-mask-color:hsla(0,0%,100%,.12)}.is-style-nfd-theme-primary-15,.nfd-theme-primary-15:not([class*=is-style-nfd-theme]){--wndb--color--borders:color-mix(in srgb,var(--wndb--color--primary) 25%,#fff);--wndb--color--borders-light:color-mix(in srgb,var(--wndb--color--primary) 15%,#fff);--wndb--color--subtle:color-mix(in srgb,var(--wndb--color--primary) 30%,#fff);--wndb--color--surface:color-mix(in srgb,var(--wndb--color--primary) 15%,#fff)}.nfd-bg-surface:not(.has-background),[class*=is-style-nfd-theme]:not(.has-background){background-color:var(--wndb--color--surface)!important}.nfd-bg-surface:not(.has-text-color),[class*=is-style-nfd-theme]:not(.has-text-color){color:var(--wndb--color--text)!important}.nfd-text-faded p:not(.has-text-color):not(.has-link-color):not(.has-background):not(.nfd-text-primary),.nfd-text-faded time:not(.has-text-color):not(.has-background),.nfd-text-faded>a:not(.has-text-color):not(.has-link-color):not(.has-background),ol.nfd-text-faded:not(.has-text-color):not(.has-link-color):not(.has-background):not(.nfd-text-primary),p.nfd-text-faded:not(.has-text-color):not(.has-link-color):not(.has-background),ul.nfd-text-faded:not(.has-text-color):not(.has-link-color):not(.has-background):not(.nfd-text-primary){color:var(--wndb--color--text--faded)!important}.editor-styles-wrapper div .nfd-text-contrast:where(:not(.has-text-color)),.editor-styles-wrapper div :where(.nfd-text-contrast:not(.has-text-color):not(.wp-element-button)) a:where(:not(:hover)),.wp-site-blocks .nfd-text-contrast:where(:not(.has-text-color)),.wp-site-blocks .nfd-text-contrast:where(:not(.has-text-color)) a:where(:not(:hover)){color:var(--wndb--color--text--contrast)}.nfd-bg-surface .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-strong),.nfd-bg-surface [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.nfd-border-strong),.nfd-bg-surface [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),.nfd-bg-surface [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>.components-resizable-box__container>img:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),.nfd-bg-surface:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.has-border-color):not(.nfd-border-strong),[class*=is-style-nfd-theme] .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-strong),[class*=is-style-nfd-theme] [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.nfd-border-strong),[class*=is-style-nfd-theme] [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),[class*=is-style-nfd-theme] [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>.components-resizable-box__container>img:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),[class*=is-style-nfd-theme]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.has-border-color):not(.nfd-border-strong){border-color:var(--wndb--color--borders)!important}.nfd-bg-surface .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-2),[class*=is-style-nfd-theme] .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-2){border-width:2px 0 0!important}.nfd-border-bg{--wndb--color--borders:var(--wndb--color--surface)}.nfd-border-primary{--wndb--color--borders:var(--wndb--color--primary)}.nfd-border-inherit{--wndb--color--borders:inherit}.nfd-bg-accent:not(.has-background),.nfd-bg-primary:not(.has-background),.wp-block-cover.nfd-bg-accent>.wp-block-cover__background:not([class*=background-color]),.wp-block-cover.nfd-bg-primary>.wp-block-cover__background:not([class*=background-color]){background-color:var(--wndb--color--primary)!important}.nfd-bg-secondary:not(.has-background),.wp-block-cover.nfd-bg-secondary>.wp-block-cover__background:not([class*=background-color]){background-color:var(--wndb--color--secondary)!important}.nfd-bg-accent:not(.has-text-color),.nfd-bg-primary:not(.has-text-color),.nfd-bg-secondary:not(.has-text-color){color:var(--wndb--color--white)!important}.nfd-bg-subtle:not(.has-background):not(.wp-block-button),.nfd-bg-subtle:not(.has-background)>.wp-block-button__link:not(.has-background){background-color:var(--wndb--color--borders-light)!important;color:var(--wndb--color--text--contrast)!important}.nfd-text-primary:not(.has-text-color),.wp-block-button.wndb-text-primary>a:not(.has-text-color){color:var(--wndb--color--primary)!important}.nfd-text-secondary:not(.has-text-color),.wp-block-button.wndb-text-secondary>a:not(.has-text-color){color:var(--wndb--color--secondary)!important}[class*=nfd-theme-primary] .nfd-text-primary:not(.has-text-color),[class*=nfd-theme-primary] .nfd-text-secondary:not(.has-text-color),[class*=nfd-theme-primary] .wp-block-button.wndb-text-primary>a:not(.has-text-color),[class*=nfd-theme-secondary] .wp-block-button.wndb-text-secondary>a:not(.has-text-color){color:var(--wndb--color--contrast)!important}[class*=nfd-theme-dark] .nfd-text-primary:not(.has-text-color),[class*=nfd-theme-darker] .nfd-text-primary:not(.has-text-color){color:var(--wndb--color--secondary)!important}.nfd-text-subtle:not(.has-text-color){color:var(--wndb--color--subtle)!important}.editor-styles-wrapper div .nfd-text-current:where(:not(.has-text-color)),.editor-styles-wrapper div :where(.nfd-text-current:not(.has-text-color):not(.wp-element-button)) a:where(:not(:hover)),.wp-site-blocks .nfd-text-current:where(:not(.has-text-color)),.wp-site-blocks .nfd-text-current:where(:not(.has-text-color)) a:where(:not(:hover)){color:currentColor}[class*=nfd-theme-] .wp-block-social-links.is-style-logos-only:not(.has-icon-color) .wp-block-social-link{color:var(--wndb--color--text--faded)!important;fill:var(--wndb--color--text--faded)!important}[class*=nfd-theme-] .wp-block-social-links.is-style-logos-only:not(.has-icon-color) .wp-block-social-link:hover{color:var(--wndb--color--text)!important;fill:var(--wndb--color--text)!important}.nfd-container.is-position-sticky:not([class*=nfd-bg-surface]):not([class*=is-style-nfd-]):not(.has-background){background-color:var(--wndb--color--body)!important}.nfd-container .has-secondary-color{color:var(--wndb--color--secondary)!important}.nfd-bg-gray-100:not(.has-background),.nfd-bg-gray-800:not(.has-background){background-color:var(--wndb--color--surface)!important}.nfd-bg-gray-100:not(.has-text-color),.nfd-bg-gray-800:not(.has-text-color){color:var(--wndb--color--text)!important}.nfd-bg-gray-800{--wndb--color--surface:var(--wndb-gray-800);--wndb--color--text:var(--wndb-white);--wndb--color--borders:var(--wndb-white-100);--wndb--color--text--faded:var(--wndb-white-700)}.nfd-bg-gray-100{--wndb--color--surface:var(--wndb-gray-50);--wndb--color--text:var(--wndb-gray-700);--wndb--color--borders:var(--wndb-gray-100)}.nfd-text-opacity-80 p:not(.has-text-color):not(.has-link-color):not(.has-background),.nfd-text-opacity-80 time:not(.has-text-color):not(.has-background),p.nfd-text-opacity-80:not(.has-text-color):not(.has-link-color):not(.has-background){opacity:.8!important}:where(:root){--wndb--slider-height:100lvh}.nfd-scroll-slider-horizontal,.nfd-scroll-slider-vertical{flex-wrap:nowrap!important;height:var(--wndb--slider-height)!important;overflow-y:auto!important;scroll-snap-type:y mandatory!important;-ms-overflow-style:none!important;scrollbar-width:none!important}.nfd-scroll-slider-horizontal::-webkit-scrollbar,.nfd-scroll-slider-vertical::-webkit-scrollbar{display:none!important}.nfd-scroll-slider-vertical{height:100vh!important;overflow-y:auto!important;scroll-snap-type:y mandatory!important}.nfd-scroll-slider-vertical>*{scroll-snap-align:start!important;width:100%!important}.nfd-scroll-slider-horizontal{flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}.nfd-scroll-slider-horizontal>*{flex-shrink:0!important;scroll-snap-align:start!important}.nfd-scroll-slider-horizontal>.wp-block-cover{width:100vw!important}.nfd-container.alignfull .nfd-scroll-slider-horizontal{--half-container:calc(50vw - var(--wndb--container)/2);padding-left:var(--half-container)!important;padding-right:var(--half-container)!important;scroll-padding:var(--half-container)!important}.nfd-scroll-slider-horizontal.nfd-scroll-slider-animate>.wp-block-cover:first-child{animation:scroll-slider-slide 1s ease 1s forwards}@keyframes scroll-slider-slide{0%{margin-left:0}to{margin-left:-100vw}}.block-editor-block-preview__content-iframe .is-root-container{min-height:8rem!important}.block-editor-block-preview__content-iframe figure:has([style*=\\\"aspect-ratio: 16 / 9\\\"]){width:100%!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 100vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:100vh\\\"]{min-height:800px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 70vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:70vh\\\"]{min-height:560px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 60vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:60vh\\\"]{min-height:480px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 50vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:50vh\\\"]{min-height:400px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 40vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:40vh\\\"]{min-height:320px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 35vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:35vh\\\"]{min-height:280px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 30vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:30vh\\\"]{min-height:240px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 10vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:10vh\\\"]{min-height:80px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 5vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:5vh\\\"]{min-height:40px!important}.nfd-wba-modal *{box-sizing:border-box!important}.block-editor-block-preview__content-iframe .nfd-wb-animate{opacity:1!important;transform:none!important;transition:none!important}.block-editor-block-preview__content-iframe .block-editor-warning:not(.wp-block-missing .block-editor-warning){display:none!important}.block-editor-block-preview__content-iframe .is-root-container>.nfd-container:not([class*=nfd-p-]):not([class*=nfd-py-]):not([class*=nfd-pt-]):not([class*=nfd-pb-]):not([style*=padding]){padding-block:var(--wndb--p)!important}.block-editor-block-preview__content-iframe [class*=nfd-rounded]:not([style*=-radius])>div>img:not([style*=-radius]){border-radius:calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor))!important}ol.nfd-gap-sm:not(.is-layout-flex) li:not(:last-child),ul.nfd-gap-sm:not(.is-layout-flex) li:not(:last-child){margin-bottom:.5em!important}ol.nfd-gap-md:not(.is-layout-flex) li:not(:last-child),ul.nfd-gap-md:not(.is-layout-flex) li:not(:last-child){margin-bottom:1em!important}ul.nfd-list-check{list-style-type:none!important;padding-inline-start:1em!important}ul.nfd-list-check li:before{content:\\\"✓\\\";display:inline-block;margin-inline-end:8px}[class*=nfd-query-loop-] :where(.wp-block-post-author__avatar img){border-radius:999px;display:block}[class*=nfd-query-loop-] :where(.avatar-48){height:36px!important;width:36px!important}[class*=nfd-query-loop-] :where(.wp-block-post-author__content){display:flex;flex-direction:column;gap:4px;justify-content:center}[class*=nfd-query-loop-] .wp-block-post-author__avatar{margin-right:12px!important}.nfd-query-loop-1 :where(.wp-block-cover){aspect-ratio:2/1.1}.nfd-query-loop-1 :where(.wp-block-post-author__content){align-items:center!important;flex-direction:row!important}.nfd-query-loop-1 :where(.wp-block-post-author__byline){font-size:1em!important;opacity:.8!important}[class*=nfd-query-loop-] :where(.wp-block-categories){display:flex;gap:8px;list-style:none;padding:0}[class*=nfd-query-loop-] :where(.wp-block-categories a){color:inherit!important}.nfd-query-loop-2 .wp-block-cover__background{-webkit-mask-image:linear-gradient(180deg,transparent 25%,#000 75%)!important;mask-image:linear-gradient(180deg,transparent 25%,#000 75%)!important}.nfd-query-loop-3 :where(.wp-block-post-author__name){display:none!important}.nfd-form-items-grow>div:not(.wp-block-jetpack-button){flex-grow:1!important}.nfd-jp-form.nfd-text-center .consent{text-align:center!important}.nfd-jp-form .contact-form-submission .go-back-message .link{color:currentColor!important;text-decoration:underline!important}.nfd-jp-form .contact-form-submission .go-back-message{margin-top:0!important}.nfd-jp-form .contact-form-submission{border-color:currentColor!important;padding:calc(var(--wndb--p--md)*.5) 0!important}.nfd-jp-form textarea{resize:vertical!important}.nfd-jp-form .wp-block-button__link{padding-block-end:10px!important;padding-block-start:10px!important}.nfd-jp-form .consent,.nfd-jp-form .jetpack-field-checkbox .jetpack-field-label .jetpack-field-label__input,.nfd-jp-form .jetpack-field-consent .jetpack-field-label .jetpack-field-label__input{font-size:.875rem!important;line-height:1.5em!important;text-transform:none!important;text-wrap:balance!important}.nfd-jp-form input[type=checkbox]{padding:0!important}.nfd-mask-fade-to-b>.wp-block-cover__background{-webkit-mask-image:linear-gradient(180deg,transparent 50%,#000 120%)!important;mask-image:linear-gradient(180deg,transparent 50%,#000 120%)!important}.nfd-mask-radial-center>.wp-block-cover__background{-webkit-mask-image:radial-gradient(circle,transparent -40%,rgba(0,0,0,.9) 58%)!important;mask-image:radial-gradient(circle,transparent -40%,rgba(0,0,0,.9) 58%)!important}p[style*=text-decoration]>a{color:inherit!important;text-decoration:inherit!important}.is-style-dots.nfd-text-left:before{padding-left:0!important}.nfd-h-full,.nfd-h-full>.components-resizable-box__container>img,.nfd-h-full>img{height:100%!important}.nfd-w-full,.nfd-w-full>.components-resizable-box__container>img,.nfd-w-full>img{width:100%!important}.nfd-backdrop-blur-sm{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.nfd-backdrop-blur-md{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}:not(.editor-styles-wrapper) header:has(.nfd-absolute-header){position:sticky!important;top:0!important;z-index:1!important}.nfd-absolute-header:not([style*=margin]){margin:0!important}:not(.editor-styles-wrapper) .nfd-absolute-header:not([style*=padding]):not([class*=nfd-px-]):not([style*=padding]){padding-inline:var(--wndb--p)!important}.wp-site-blocks .nfd-transparent-header,.wp-site-blocks header:has(>:first-child.nfd-transparent-header){min-width:100%!important;position:absolute!important;z-index:1!important}.nfd-transparent-header{background-color:transparent!important}.wp-site-blocks .nfd-transparent-header+:not([style*=margin]),.wp-site-blocks>header:has(>:first-child.nfd-transparent-header)+:not([style*=margin]){margin-top:0!important}:is([style*=\\\"min-height:100vh\\\"]){min-height:calc(100vh - var(--wp-admin--admin-bar--height))!important}@supports (height:100dvh){:is([style*=\\\"height:100vh\\\"]){min-height:calc(100dvh - var(--wp-admin--admin-bar--height, 0px))!important}}.nfd-wk-search .wp-block-search__input{font-size:inherit!important;min-height:50px!important;padding:8px 16px!important}:where(.wp-block-search__input){border-radius:var(--wndb--border--radius--sm)!important}.nfd-stretch-cover-child,.nfd-stretch-cover-child .wp-block-cover__inner-container{display:flex!important;flex-direction:column!important}.nfd-stretch-cover-child .wp-block-cover__inner-container,.nfd-stretch-cover-child .wp-block-cover__inner-container>.nfd-pseudo-play-icon,.nfd-stretch-cover-child .wp-block-cover__inner-container>.wp-block-group{align-items:inherit!important;flex-grow:1!important;justify-content:inherit!important}.nfd-stretch-cover-child .wp-block-cover__inner-container>.wp-block-group,.nfd-stretch-cover-child .wp-block-cover__inner-container>p{width:100%!important}.nfd-container summary{line-height:1.5!important;padding-right:32px!important;position:relative!important}.nfd-container summary::marker{content:none!important}.nfd-container summary:before{align-items:center!important;background-color:var(--wndb--color--borders)!important;background-image:url(\\\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wbHVzIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik01IDEyaDE0TTEyIDV2MTQiLz48L3N2Zz4=\\\")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:13px!important;border-radius:999px!important;content:\\\"\\\"!important;display:flex!important;height:1em!important;justify-content:center!important;opacity:.6!important;position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;width:1em!important}.nfd-container [open] summary{font-weight:700!important}.nfd-container [open] summary:before{opacity:1!important;transform:translateY(-50%) rotate(45deg)!important}.nfd-container summary:hover:before{opacity:1!important}.is-style-wide.wp-block-separator{width:100%!important}.nfd-aspect-video{aspect-ratio:16/9!important}.nfd-img-object-left img{-o-object-position:left!important;object-position:left!important}.nfd-img-object-right img{-o-object-position:right!important;object-position:right!important}.editor-styles-wrapper .wp-block-image.nfd-h-full>div{aspect-ratio:unset!important;height:100%!important;max-height:unset!important}.nfd-img-floating-photo{border:10px solid #fff!important;border-radius:8px!important;box-shadow:6px 6px 20px rgba(0,0,0,.2)!important;transform:rotate(5deg)!important}.nfd-yoast-toc ul li{list-style-type:disc!important}.nfd-yoast-toc{line-height:1.5!important}[class*=is-style-nfd-dots],[class*=is-style-nfd-waves]{padding-block:var(--wndb--p--sm)!important;position:relative!important}[class*=is-style-nfd-waves]{padding-block:var(--wndb--p--md)!important}.is-style-nfd-dots-bottom-right,.is-style-nfd-dots-top-right{padding-inline-end:var(--wndb--p--sm)!important}.is-style-nfd-dots-bottom-left,.is-style-nfd-dots-top-left{padding-inline-start:var(--wndb--p--sm)!important}.is-style-nfd-waves-bottom-right,.is-style-nfd-waves-top-right{padding-inline-end:var(--wndb--p--md)!important;padding-inline-start:var(--wndb--p--xs)!important}.is-style-nfd-waves-bottom-left,.is-style-nfd-waves-top-left{padding-inline-end:var(--wndb--p--xs)!important;padding-inline-start:var(--wndb--p--md)!important}[class*=is-style-nfd-dots]>img[class^=wp-image-],[class*=is-style-nfd-waves]>img[class^=wp-image-]{position:relative!important}[class*=is-style-nfd-dots]:before{background-image:radial-gradient(var(--wndb--color--primary) 2px,transparent 2px)!important;background-size:16px 16px!important;height:106px!important;opacity:1!important;width:106px!important}[class*=is-style-nfd-dots]:before,[class*=is-style-nfd-waves]:before{content:\\\"\\\"!important;display:block!important;position:absolute!important}[class*=is-style-nfd-waves]:before{--wndb--wave-width:380px;--wndb--wave-spacing:16px;--wndb--wave-thickness:8px;--wndb--wave-curve:0.85;background:color-mix(in srgb,var(--wndb--color--tertiary) 60%,#fff)!important;width:var(--wndb--wave-width)!important;z-index:1!important;--wndb--wave-radius:calc(var(--wndb--wave-spacing)*sqrt(var(--wndb--wave-curve) * var(--wndb--wave-curve) + 1) + var(--wndb--wave-thickness)/2);--wndb--wave-height:calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness));--wndb--wave-gap:14px;height:calc(var(--wndb--wave-height)*3 + var(--wndb--wave-gap)*2)!important;--wndb--y1:0px;--wndb--y2:calc(var(--wndb--wave-height) + var(--wndb--wave-gap));--wndb--y3:calc((var(--wndb--wave-height) + var(--wndb--wave-gap))*2);--wndb--wave-gradient:#0000 calc(99% - var(--wndb--wave-thickness)),#000 calc(101% - var(--wndb--wave-thickness)) 99%,#0000 101%;--wndb--mask-stripe-1-top:radial-gradient(var(--wndb--wave-radius) at left 50% top calc(var(--wndb--wave-curve)*-1*var(--wndb--wave-spacing)),var(--wndb--wave-gradient)) 50% calc(var(--wndb--y1) + var(--wndb--wave-spacing)/2 + var(--wndb--wave-thickness)/2) /calc(var(--wndb--wave-spacing)*4) calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness)) repeat-x;--wndb--mask-stripe-1-bottom:radial-gradient(var(--wndb--wave-radius) at left 50% bottom calc(var(--wndb--wave-curve)*-1*var(--wndb--wave-spacing)),var(--wndb--wave-gradient)) calc(50% - var(--wndb--wave-spacing)*2) calc(var(--wndb--y1) - var(--wndb--wave-spacing)/2 - var(--wndb--wave-thickness)/2) /calc(var(--wndb--wave-spacing)*4) calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness)) repeat-x;--wndb--mask-stripe-2-top:radial-gradient(var(--wndb--wave-radius) at left 50% top calc(var(--wndb--wave-curve)*-1*var(--wndb--wave-spacing)),var(--wndb--wave-gradient)) 50% calc(var(--wndb--y2) + var(--wndb--wave-spacing)/2 + var(--wndb--wave-thickness)/2) /calc(var(--wndb--wave-spacing)*4) calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness)) repeat-x;--wndb--mask-stripe-2-bottom:radial-gradient(var(--wndb--wave-radius) at left 50% bottom calc(var(--wndb--wave-curve)*-1*var(--wndb--wave-spacing)),var(--wndb--wave-gradient)) calc(50% - var(--wndb--wave-spacing)*2) calc(var(--wndb--y2) - var(--wndb--wave-spacing)/2 - var(--wndb--wave-thickness)/2) /calc(var(--wndb--wave-spacing)*4) calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness)) repeat-x;--wndb--mask-stripe-3-top:radial-gradient(var(--wndb--wave-radius) at left 50% top calc(var(--wndb--wave-curve)*-1*var(--wndb--wave-spacing)),var(--wndb--wave-gradient)) 50% calc(var(--wndb--y3) + var(--wndb--wave-spacing)/2 + var(--wndb--wave-thickness)/2) /calc(var(--wndb--wave-spacing)*4) calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness)) repeat-x;--wndb--mask-stripe-3-bottom:radial-gradient(var(--wndb--wave-radius) at left 50% bottom calc(var(--wndb--wave-curve)*-1*var(--wndb--wave-spacing)),var(--wndb--wave-gradient)) calc(50% - var(--wndb--wave-spacing)*2) calc(var(--wndb--y3) - var(--wndb--wave-spacing)/2 - var(--wndb--wave-thickness)/2) /calc(var(--wndb--wave-spacing)*4) calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness)) repeat-x;mask:var(--wndb--mask-stripe-1-bottom),var(--wndb--mask-stripe-1-top),var(--wndb--mask-stripe-2-bottom),var(--wndb--mask-stripe-2-top),var(--wndb--mask-stripe-3-bottom),var(--wndb--mask-stripe-3-top)!important;-webkit-mask:var(--wndb--mask-stripe-1-bottom),var(--wndb--mask-stripe-1-top),var(--wndb--mask-stripe-2-bottom),var(--wndb--mask-stripe-2-top),var(--wndb--mask-stripe-3-bottom),var(--wndb--mask-stripe-3-top)!important;mask-repeat:repeat-x!important;-webkit-mask-repeat:repeat-x!important}.is-style-nfd-dots-bottom-right:before,.is-style-nfd-waves-bottom-right:before{bottom:0!important;right:0!important}.is-style-nfd-dots-bottom-left:before,.is-style-nfd-waves-bottom-left:before{bottom:0!important;left:0!important}.is-style-nfd-dots-top-left:before,.is-style-nfd-waves-top-left:before{left:0!important;top:0!important}.is-style-nfd-dots-top-right:before,.is-style-nfd-waves-top-right:before{right:0!important;top:0!important}@media (max-width:782px){.md\\\\:nfd-order-2{order:2!important}.md\\\\:nfd-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.md\\\\:nfd-flex{display:flex!important}.md\\\\:nfd-hidden{display:none!important}.md\\\\:nfd-basis-full{flex-basis:100%!important}.md\\\\:nfd-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.md\\\\:nfd-flex-col{flex-direction:column!important}.md\\\\:nfd-flex-wrap{flex-wrap:wrap!important}.md\\\\:nfd-items-start{align-items:flex-start!important}.md\\\\:nfd-justify-start{justify-content:flex-start!important}.md\\\\:nfd-justify-end{justify-content:flex-end!important}.md\\\\:nfd-justify-center{justify-content:center!important}.md\\\\:nfd-gap-0{gap:0!important}.md\\\\:nfd-gap-4{gap:1rem!important}.md\\\\:nfd-gap-5{gap:1.25rem!important}.md\\\\:nfd-gap-8{gap:2rem!important}.md\\\\:nfd-self-start{align-self:flex-start!important}.md\\\\:nfd-rounded-lg:not([style*=-radius]){border-radius:.5rem!important}.md\\\\:nfd-border-none{border-style:none!important}.md\\\\:nfd-p-0:not([style*=padding]){padding:0!important}.md\\\\:nfd-p-4:not([style*=padding]){padding:1rem!important}.md\\\\:nfd-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.md\\\\:nfd-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.md\\\\:nfd-text-left{text-align:left!important}.md\\\\:nfd-text-center{text-align:center!important}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67403, 'nfd_utilities_js', '(()=>{var l=class{constructor({clientId:t,...n}={}){this.options={activeClass:\\\"nfd-wb-animated-in\\\",root:null,rootMargin:\\\"0px\\\",threshold:0,...n}}observeElements(t,n=null,e=!1){if(!(\\\"IntersectionObserver\\\"in window)||!t?.length||document.documentElement.classList.contains(\\\"block-editor-block-preview__content-iframe\\\"))return;function a(r,i){this._mutationCallback(r,i,n)}let o=new IntersectionObserver(this._handleIntersection.bind(this),this.options),d=new MutationObserver(a.bind(this)),u=new MutationObserver(this._handleClassMutation.bind(this));t.forEach(r=>{let i=r;r.classList.contains(\\\"nfd-wb-reveal-right\\\")&&(i=r.parentElement),o.observe(i),e&&(u.observe(i,{attributes:!0,attributeFilter:[\\\"class\\\"]}),d.observe(i,{attributes:!0,attributeFilter:[\\\"class\\\"]}))})}_handleIntersection(t,n){t.forEach(e=>{e.isIntersecting&&(e.target.classList.add(this.options.activeClass),e.target.querySelectorAll(\\\".nfd-wb-animate\\\").forEach(a=>{a.classList.add(this.options.activeClass)}),n.unobserve(e.target))})}_handleClassMutation(t){t.forEach(n=>{if(n?.type===\\\"attributes\\\"){let e=n.target;e.classList.contains(\\\"nfd-wb-animated-in\\\")||e.classList.add(\\\"nfd-wb-animated-in\\\")}})}_mutationCallback(t,n,e=null){t.forEach(a=>{if(a?.type===\\\"attributes\\\"){let o=a.target;e&&e===o.getAttribute(\\\"data-block\\\")&&(o.getAttribute(\\\"data-replay-animation\\\")===null&&(o.setAttribute(\\\"data-replay-animation\\\",!0),requestAnimationFrame(()=>{o.removeAttribute(\\\"data-replay-animation\\\")})),n.disconnect())}})}};document.addEventListener(\\\"DOMContentLoaded\\\",()=>{c()});document.addEventListener(\\\"wonder-blocks/toolbar-button-added\\\",()=>{c()});document.addEventListener(\\\"wonder-blocks/animation-changed\\\",s=>{let t=s?.detail?.clientId;c(t)});document.addEventListener(\\\"wonder-blocks/block-order-changed\\\",()=>{c()});window.onload=function(){c()};function c(s=null){let t=document.body?.classList.contains(\\\"block-editor-page\\\")||!!s||document.body?.classList.contains(\\\"block-editor-iframe__body\\\"),n=t?document.querySelector(\\\".interface-interface-skeleton__content\\\"):null,e=new l({root:n,threshold:0});requestAnimationFrame(()=>{let a=Array.from(document.getElementsByClassName(\\\"nfd-wb-animate\\\"));e.observeElements(a,s,t)})}})();\n', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67404, 'nfd_utilities_last_refresh_time', 1755964244, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67928, 'odyssey_stats_admin_asset_cache_buster', '{\"cache_buster\":\"c3887647199\",\"cached_at\":1741971715728}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68949, 'nfd_wb_cta_enabled_posts', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68950, 'nfd_wb_cta_enabled_pages', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73137, 'loginpress_review_dismiss', 'yes_v3', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73503, 'itsec_user_encryption_test', '$t1$SDlFHeetXRmuzwiZlXDEPvoRkTIzC6zVvzAdwEPdsSC8avL8SzMwEEwI6ZlWVajzgVOc', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73567, 'stellarwp_telemetry_last_send', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73568, 'stellarwp_telemetry', 'a:1:{s:7:\"plugins\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73659, 'passster_secure_key', 'd3d538ed6775e3c902a12558d26f870644df847bde25154d7043672023cc125f', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73660, 'passster', 'a:28:{s:7:\"_locale\";s:4:\"user\";s:8:\"headline\";s:14:\"Protected Area\";s:11:\"instruction\";s:88:\"This content is password-protected. Please verify with a password to unlock the content.\";s:11:\"placeholder\";s:21:\"Enter your password..\";s:5:\"error\";s:26:\"Sorry, there was an error.\";s:12:\"button_label\";s:6:\"Unlock\";s:13:\"show_password\";s:0:\"\";s:21:\"form_background_color\";s:7:\"#FAFAFA\";s:19:\"headline_font_color\";s:7:\"#6804cc\";s:18:\"headline_font_size\";s:2:\"24\";s:20:\"headline_font_weight\";s:3:\"500\";s:22:\"instruction_font_color\";s:4:\"#000\";s:21:\"instruction_font_size\";s:2:\"16\";s:23:\"instruction_font_weight\";s:3:\"300\";s:23:\"button_background_color\";s:7:\"#6804cc\";s:17:\"button_font_color\";s:4:\"#fff\";s:16:\"button_font_size\";s:4:\"16px\";s:29:\"button_background_color_hover\";s:4:\"#000\";s:23:\"button_font_color_hover\";s:4:\"#fff\";s:14:\"form_max_width\";s:5:\"700px\";s:18:\"form_border_radius\";s:1:\"0\";s:12:\"form_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"20px\";}s:11:\"form_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:14:\"button_padding\";a:4:{s:3:\"top\";s:4:\"10px\";s:5:\"right\";s:4:\"10px\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:4:\"10px\";}s:13:\"button_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:20:\"button_border_radius\";s:1:\"0\";s:26:\"activate_global_protection\";s:1:\"1\";s:20:\"global_protection_id\";s:2:\"77\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (82556, 'nfd_image_optimization', 'a:6:{s:7:\"enabled\";b:0;s:34:\"prefer_optimized_image_when_exists\";b:0;s:30:\"auto_optimized_uploaded_images\";a:2:{s:7:\"enabled\";b:0;s:26:\"auto_delete_original_image\";b:0;}s:12:\"lazy_loading\";a:1:{s:7:\"enabled\";b:0;}s:17:\"bulk_optimization\";b:0;s:10:\"cloudflare\";a:2:{s:6:\"polish\";a:2:{s:5:\"value\";b:1;s:8:\"user_set\";b:0;}s:6:\"mirage\";a:2:{s:5:\"value\";b:1;s:8:\"user_set\";b:0;}}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (82654, 'jetpack_unique_connection', 'a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:0;s:7:\"version\";s:5:\"3.6.1\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (82658, 'jetpack_sync_full_status', 'a:4:{s:7:\"started\";i:1736374834;s:8:\"finished\";i:1736374842;s:8:\"progress\";a:5:{s:7:\"options\";a:1:{s:8:\"finished\";b:1;}s:9:\"functions\";a:1:{s:8:\"finished\";b:1;}s:9:\"constants\";a:1:{s:8:\"finished\";b:1;}s:5:\"users\";a:4:{s:5:\"total\";i:1;s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}s:15:\"network_options\";a:1:{s:8:\"finished\";b:1;}}s:6:\"config\";a:5:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:1;}s:15:\"network_options\";b:1;}}', 'no');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (82659, 'jetpack_active_modules_initialized', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (84234, 'monitor_receive_notifications', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (86017, 'taxonomy_60', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (97127, 'dipi_fix_library_permalinks', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (99097, 'taxonomy_61', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (105544, 'loginpress_captcha_settings', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (109228, 'nfd_file_cache_fixed_bh_hg', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (119742, 'loginpress_integration_settings', '', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (125493, 'jetpack_protect_blocked_attempts', 36, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (135175, 'ninja_tables_installed_at', '2025-06-02 21:11:12', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (142999, 'wpfd_license_token', 'c3d45e3e-5195-4d28-9264-0d4d35367d2f', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (148358, 'taxonomy_62', 'a:2:{s:6:\"access\";s:2:\"-1\";s:5:\"roles\";a:0:{}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (151215, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.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-6.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.2\";s:7:\"version\";s:5:\"6.8.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1756026526;s:15:\"version_checked\";s:5:\"6.8.2\";s:12:\"translations\";a:0:{}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (151228, 'nfd_module_onboarding_compatibility_results', 'a:2:{s:6:\"status\";s:10:\"compatible\";s:9:\"timestamp\";s:19:\"2025-07-15 21:07:01\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (151667, 'can_compress_scripts', '0', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (151698, 'wpfd-category_children', 'a:8:{i:24;a:1:{i:0;i:25;}i:26;a:12:{i:0;i:27;i:1;i:39;i:2;i:40;i:3;i:44;i:4;i:48;i:5;i:51;i:6;i:53;i:7;i:54;i:8;i:58;i:9;i:60;i:10;i:61;i:11;i:62;}i:27;a:5:{i:0;i:28;i:1;i:29;i:2;i:30;i:3;i:31;i:4;i:59;}i:31;a:7:{i:0;i:32;i:1;i:33;i:2;i:34;i:3;i:35;i:4;i:36;i:5;i:37;i:6;i:38;}i:40;a:2:{i:0;i:41;i:1;i:42;}i:44;a:3:{i:0;i:45;i:1;i:46;i:2;i:47;}i:48;a:2:{i:0;i:49;i:1;i:50;}i:54;a:2:{i:0;i:55;i:1;i:56;}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (152439, 'nfd_fonts_optimization', 'a:1:{s:10:\"cloudflare\";a:2:{s:5:\"fonts\";a:2:{s:5:\"value\";b:1;s:8:\"user_set\";b:0;}s:12:\"last_updated\";i:1756046072;}}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (152796, 'd90a50f6e762709bcb4a3a810e0d4dcf', 'a:2:{s:7:\"timeout\";i:1755682708;s:5:\"value\";O:8:\"stdClass\":15:{s:11:\"new_version\";s:5:\"5.2.3\";s:14:\"stable_version\";s:5:\"5.2.3\";s:4:\"name\";s:68:\"Ninja Tables Pro - The Fastest and Most Diverse WP DataTables Plugin\";s:4:\"slug\";s:23:\"ninja-tables-pro-add-on\";s:3:\"url\";s:59:\"https://wpmanageninja.com/products/ninja-tables-pro-add-on/\";s:12:\"last_updated\";s:19:\"2025-08-18 06:11:24\";s:8:\"homepage\";s:59:\"https://wpmanageninja.com/products/ninja-tables-pro-add-on/\";s:7:\"package\";s:210:\"https://wpmanageninja.com/edd-sl/package_download/MTc1NTcyNTkwODplNmM2NDRlMWYwZDc4NzVkYmJjMjdiYmM1MDkzOGY3ODoyNzM6MzE2NmI3ZTQyNjg0YWEzMzAwNjJjMGZhOGI1OGQ2Yjg6aHR0cHNALy9vd2Vucy1taW5vci5teWJlbmVmaXRwb3J0LmNvbTow\";s:13:\"download_link\";s:210:\"https://wpmanageninja.com/edd-sl/package_download/MTc1NTcyNTkwODplNmM2NDRlMWYwZDc4NzVkYmJjMjdiYmM1MDkzOGY3ODoyNzM6MzE2NmI3ZTQyNjg0YWEzMzAwNjJjMGZhOGI1OGQ2Yjg6aHR0cHNALy9vd2Vucy1taW5vci5teWJlbmVmaXRwb3J0LmNvbTow\";s:8:\"sections\";a:2:{s:11:\"description\";s:0:\"\";s:9:\"changelog\";s:0:\"\";}s:7:\"banners\";s:41:\"a:2:{s:3:\"low\";s:0:\"\";s:4:\"high\";s:0:\"\";}\";s:5:\"icons\";s:38:\"a:2:{s:2:\"2x\";s:0:\"\";s:2:\"1x\";s:0:\"\";}\";s:15:\"license_message\";s:19:\"Invalid License Key\";s:14:\"license_status\";s:7:\"invalid\";s:7:\"success\";b:1;}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (154306, 'nfd_link_prefetch_settings', 'a:7:{s:15:\"activeOnDesktop\";b:1;s:8:\"behavior\";s:10:\"mouseHover\";s:10:\"hoverDelay\";i:60;s:12:\"instantClick\";b:0;s:14:\"activeOnMobile\";b:1;s:14:\"mobileBehavior\";s:8:\"viewport\";s:14:\"ignoreKeywords\";s:3:\"#,?\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (156737, '_transient_timeout_jetpack_file_data_14.8', 1756471213, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (156738, '_transient_jetpack_file_data_14.8', 'a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (158761, '_transient_timeout_jetpack_file_data_14.9', 1756933233, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (158762, '_transient_jetpack_file_data_14.9', 'a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (158774, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1756026529;s:7:\"checked\";a:2:{s:4:\"Divi\";s:6:\"4.27.4\";s:16:\"twentytwentyfive\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:6:\"4.27.4\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:144:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=0d0599f2cd2b8d6da8e77df897534264675ab194&username=Ehalvorson\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:12:\"translations\";a:0:{}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (159217, 'nfd_next_steps', 'a:5:{s:2:\"id\";s:10:\"blog_setup\";s:5:\"label\";s:10:\"Blog Setup\";s:11:\"description\";s:56:\"Get your blog up and running with these essential steps:\";s:6:\"tracks\";a:3:{i:0;a:4:{s:2:\"id\";s:16:\"blog_build_track\";s:5:\"label\";s:5:\"Build\";s:4:\"open\";b:0;s:8:\"sections\";a:5:{i:0;a:5:{s:2:\"id\";s:16:\"basic_blog_setup\";s:5:\"label\";s:16:\"Basic Blog Setup\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:1;s:5:\"tasks\";a:1:{i:0;a:8:{s:2:\"id\";s:16:\"blog_quick_setup\";s:5:\"title\";s:11:\"Quick Setup\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:38:\"{siteUrl}/wp-admin/options-general.php\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:2:{s:12:\"data-test-id\";s:16:\"blog_quick_setup\";s:11:\"data-nfd-id\";s:16:\"blog_quick_start\";}}}}i:1;a:5:{s:2:\"id\";s:14:\"customize_blog\";s:5:\"label\";s:19:\"Customize Your Blog\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:1;s:5:\"tasks\";a:4:{i:0;a:8:{s:2:\"id\";s:16:\"blog_upload_logo\";s:5:\"title\";s:11:\"Upload Logo\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:94:\"{siteUrl}/wp-admin/site-editor.php?p=%2Fpattern&postType=wp_template_part&categoryId=all-parts\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:24:\"blog_choose_colors_fonts\";s:5:\"title\";s:23:\"Choose Colors and Fonts\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:46:\"{siteUrl}/wp-admin/site-editor.php?p=%2Fstyles\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:21:\"blog_customize_header\";s:5:\"title\";s:16:\"Customize Header\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:91:\"{siteUrl}/wp-admin/site-editor.php?p=%2Fpattern&postType=wp_template_part&categoryId=header\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:3;a:8:{s:2:\"id\";s:21:\"blog_customize_footer\";s:5:\"title\";s:16:\"Customize Footer\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:91:\"{siteUrl}/wp-admin/site-editor.php?p=%2Fpattern&postType=wp_template_part&categoryId=footer\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:2;a:5:{s:2:\"id\";s:14:\"create_content\";s:5:\"label\";s:14:\"Create Content\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:3:{i:0;a:8:{s:2:\"id\";s:15:\"blog_first_post\";s:5:\"title\";s:24:\"Add Your First Blog Post\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:31:\"{siteUrl}/wp-admin/post-new.php\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:15:\"blog_about_page\";s:5:\"title\";s:22:\"Create an \"About\" Page\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:87:\"{siteUrl}/wp-admin/post-new.php?post_type=page&wb-library=patterns&wb-category=features\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:23:\"blog_set_featured_image\";s:5:\"title\";s:33:\"Set a Featured Image for One Post\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:46:\"{siteUrl}/wp-admin/post.php?post=1&action=edit\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:3;a:5:{s:2:\"id\";s:16:\"setup_navigation\";s:5:\"label\";s:17:\"Set Up Navigation\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:3:{i:0;a:8:{s:2:\"id\";s:14:\"blog_add_pages\";s:5:\"title\";s:40:\"Add Pages for Home, Blog, About, Contact\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:42:\"{siteUrl}/wp-admin/edit.php?post_type=page\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:24:\"blog_create_primary_menu\";s:5:\"title\";s:21:\"Create a Primary Menu\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:48:\"{siteUrl}/wp-admin/site-editor.php?p=/navigation\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:23:\"blog_create_footer_menu\";s:5:\"title\";s:20:\"Create a Footer Menu\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:91:\"{siteUrl}/wp-admin/site-editor.php?p=%2Fpattern&postType=wp_template_part&categoryId=footer\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:4;a:5:{s:2:\"id\";s:21:\"setup_essential_pages\";s:5:\"label\";s:22:\"Set Up Essential Pages\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:3:{i:0;a:8:{s:2:\"id\";s:19:\"blog_privacy_policy\";s:5:\"title\";s:20:\"Add a Privacy Policy\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:38:\"{siteUrl}/wp-admin/options-privacy.php\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:21:\"blog_terms_conditions\";s:5:\"title\";s:22:\"Add Terms & Conditions\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:68:\"{siteUrl}/wp-admin/post-new.php?wb-library=patterns&wb-category=text\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:28:\"blog_accessibility_statement\";s:5:\"title\";s:30:\"Add an Accessibility Statement\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:68:\"{siteUrl}/wp-admin/post-new.php?wb-library=patterns&wb-category=text\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}}}i:1;a:4:{s:2:\"id\";s:16:\"blog_brand_track\";s:5:\"label\";s:5:\"Brand\";s:4:\"open\";b:0;s:8:\"sections\";a:3:{i:0;a:5:{s:2:\"id\";s:23:\"first_audience_building\";s:5:\"label\";s:29:\"First Audience-Building Steps\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:1:{i:0;a:8:{s:2:\"id\";s:28:\"blog_welcome_subscribe_popup\";s:5:\"title\";s:29:\"Add a Welcome-Subscribe Popup\";s:11:\"description\";s:38:\"Convert visitors to email subscribers.\";s:4:\"href\";s:70:\"https://www.bluehost.com/blog/improve-conversion-rate-website-pop-ups/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:1;a:5:{s:2:\"id\";s:19:\"blog_promote_social\";s:5:\"label\";s:15:\"Social Presence\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:1:{i:0;a:8:{s:2:\"id\";s:22:\"blog_embed_social_feed\";s:5:\"title\";s:37:\"Embed a Social Media Feed on Homepage\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:111:\"https://www.bluehost.com/blog/how-to-incorporate-a-social-media-marketing-strategy-with-your-wordpress-website/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:2;a:5:{s:2:\"id\";s:16:\"blog_promote_seo\";s:5:\"label\";s:16:\"SEO & Visibility\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:3:{i:0;a:8:{s:2:\"id\";s:17:\"blog_optimize_seo\";s:5:\"title\";s:20:\"Optimize On-Page SEO\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:49:\"{siteUrl}/wp-admin/admin.php?page=wpseo_dashboard\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:26:\"blog_submit_search_console\";s:5:\"title\";s:36:\"Submit Site to Google Search Console\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:75:\"https://www.bluehost.com/blog/how-to-submit-your-website-to-search-engines/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:21:\"blog_generate_sitemap\";s:5:\"title\";s:29:\"Generate & Submit XML Sitemap\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:80:\"https://www.bluehost.com/blog/what-is-a-sitemap-how-it-helps-seo-and-navigation/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}}}i:2;a:4:{s:2:\"id\";s:15:\"blog_grow_track\";s:5:\"label\";s:4:\"Grow\";s:4:\"open\";b:0;s:8:\"sections\";a:4:{i:0;a:5:{s:2:\"id\";s:25:\"enhance_reader_experience\";s:5:\"label\";s:25:\"Enhance Reader Experience\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:3:{i:0;a:8:{s:2:\"id\";s:27:\"blog_customize_author_boxes\";s:5:\"title\";s:30:\"Customize Author/Profile Boxes\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:52:\"{siteUrl}/wp-admin/site-editor.php?p=%2F&canvas=edit\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:25:\"blog_display_testimonials\";s:5:\"title\";s:44:\"Display Testimonials or Highlighted Comments\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:52:\"https://www.bluehost.com/blog/customer-testimonials/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:19:\"blog_create_favicon\";s:5:\"title\";s:16:\"Create a Favicon\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:65:\"{siteUrl}/wp-admin/customize.php?autofocus[section]=title_tagline\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:4;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:1;a:5:{s:2:\"id\";s:31:\"advanced_promotion_partnerships\";s:5:\"label\";s:38:\"Advanced Social & Influencer Marketing\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:4:{i:0;a:8:{s:2:\"id\";s:21:\"blog_build_newsletter\";s:5:\"title\";s:25:\"Build an Email Newsletter\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:64:\"https://www.bluehost.com/blog/how-to-create-an-email-newsletter/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:24:\"blog_draft_outreach_list\";s:5:\"title\";s:44:\"Draft an Influencer/Guest-Post Outreach List\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:45:\"https://www.bluehost.com/blog/guest-blogging/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:17:\"blog_run_first_ad\";s:5:\"title\";s:41:\"Run pillar article promotion on social ad\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:60:\"https://www.bluehost.com/blog/social-media-advertising-tips/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:3;a:8:{s:2:\"id\";s:24:\"blog_track_utm_campaigns\";s:5:\"title\";s:30:\"Track Campaigns with UTM Links\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:63:\"https://www.bluehost.com/blog/how-to-create-a-content-calendar/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:4;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:2;a:5:{s:2:\"id\";s:24:\"content_traffic_strategy\";s:5:\"label\";s:26:\"Content & Traffic Strategy\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:3:{i:0;a:8:{s:2:\"id\";s:24:\"blog_plan_content_series\";s:5:\"title\";s:43:\"Plan a Content Series or Editorial Calendar\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:63:\"https://www.bluehost.com/blog/how-to-create-a-content-calendar/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:31:\"blog_implement_internal_linking\";s:5:\"title\";s:35:\"Implement Internal-Linking Strategy\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:53:\"https://www.bluehost.com/blog/internal-linking-guide/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:26:\"blog_install_yoast_premium\";s:5:\"title\";s:42:\"Install Yoast Premium for Advanced Schemas\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:49:\"{siteUrl}/wp-admin/admin.php?page=wpseo_dashboard\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:3;a:5:{s:2:\"id\";s:25:\"blog_performance_security\";s:5:\"label\";s:22:\"Performance & Security\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:1:{i:0;a:8:{s:2:\"id\";s:24:\"blog_create_staging_site\";s:5:\"title\";s:21:\"Create a Staging Site\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:122:\"https://www.bluehost.com/blog/what-is-a-staging-site-and-how-to-create-a-bluehost-staging-site-for-your-wordpress-website/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}}}}s:7:\"version\";s:5:\"1.1.1\";}', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (159363, '_transient_timeout_jetpack_file_data_14.9.1', 1757070294, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (159364, '_transient_jetpack_file_data_14.9.1', 'a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (163476, '_transient_timeout_jetpack_a8c_data', 1756244262, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (163477, '_transient_jetpack_a8c_data', 'a:4:{s:4:\"a12s\";i:1479;s:9:\"countries\";i:82;s:9:\"languages\";s:3:\"110\";s:16:\"featured_plugins\";a:4:{i:0;s:11:\"woocommerce\";i:1;s:14:\"wp-super-cache\";i:2;s:14:\"wp-job-manager\";i:3;s:15:\"co-authors-plus\";}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (163506, '_transient_timeout_loginpress_rdn_fetch_notifications', 1756244503, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (163507, '_transient_loginpress_rdn_fetch_notifications', 'rdn_fetch_notifications', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (163936, '_site_transient_timeout_php_check_d876ede602bb9ac9456a7d884ebdc1f3', 1756328334, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (163937, '_site_transient_php_check_d876ede602bb9ac9456a7d884ebdc1f3', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (164697, '_transient_timeout__ninjatables_pro_license_status_checking', 1756059352, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (164698, '_transient__ninjatables_pro_license_status_checking', 'O:8:\"stdClass\":14:{s:7:\"success\";b:1;s:7:\"license\";s:5:\"valid\";s:7:\"item_id\";s:7:\"7560865\";s:9:\"item_name\";N;s:7:\"expires\";s:8:\"lifetime\";s:10:\"payment_id\";s:7:\"7226957\";s:13:\"customer_name\";s:11:\"Gus Forward\";s:14:\"customer_email\";s:23:\"gus.forward@lockton.com\";s:13:\"license_limit\";s:1:\"0\";s:10:\"site_count\";s:2:\"13\";s:16:\"activations_left\";s:9:\"unlimited\";s:8:\"price_id\";s:2:\"34\";s:9:\"cached_at\";i:1755886552;s:6:\"is_new\";b:1;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (164992, '_transient_timeout__et_builder_gf_feature_cache', 1756050644, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (164993, '_transient__et_builder_gf_feature_cache', 1, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165015, '_transient_timeout_et_check_mod_pagespeed', 1756067869, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165016, '_transient_et_check_mod_pagespeed', '', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165094, '_transient_timeout_wp_plugin_update_bluehost-wordpress-plugin', 1756048126, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165095, '_transient_wp_plugin_update_bluehost-wordpress-plugin', 'O:8:\"stdClass\":22:{s:6:\"author\";s:43:\"<a href=\"https://bluehost.com\">Bluehost</a>\";s:11:\"author_name\";s:8:\"Bluehost\";s:10:\"author_uri\";s:20:\"https://bluehost.com\";s:11:\"description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";s:13:\"download_link\";s:104:\"https://github.com/newfold-labs/wp-plugin-bluehost/releases/download/4.5.1/bluehost-wordpress-plugin.zip\";s:8:\"homepage\";s:20:\"https://bluehost.com\";s:2:\"id\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:12:\"last_updated\";s:20:\"2025-08-20T14:25:14Z\";s:4:\"name\";s:19:\"The Bluehost Plugin\";s:6:\"plugin\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:8:\"requires\";s:3:\"6.6\";s:12:\"requires_php\";s:3:\"7.3\";s:8:\"sections\";a:1:{s:11:\"description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";}s:17:\"short_description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";s:4:\"slug\";s:25:\"bluehost-wordpress-plugin\";s:6:\"tested\";s:5:\"6.8.2\";s:7:\"version\";s:5:\"4.5.1\";s:7:\"banners\";a:4:{s:2:\"2x\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";s:2:\"1x\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";s:4:\"high\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";s:3:\"low\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";}s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-icon.svg\";s:2:\"1x\";s:68:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-icon.svg\";}s:11:\"new_version\";s:5:\"4.5.1\";s:7:\"package\";s:104:\"https://github.com/newfold-labs/wp-plugin-bluehost/releases/download/4.5.1/bluehost-wordpress-plugin.zip\";s:3:\"url\";s:20:\"https://bluehost.com\";}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165105, '_transient_timeout_jetpack_is_single_user', 1756069730, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165106, '_transient_jetpack_is_single_user', 2, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165111, '_transient_timeout_nfd_site_capabilities', 1756060472, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165112, '_transient_nfd_site_capabilities', 'a:20:{s:11:\"canAccessAI\";b:1;s:12:\"hasAISiteGen\";b:1;s:18:\"canAccessGlobalCTB\";b:1;s:19:\"canAccessHelpCenter\";b:1;s:11:\"hasEcomdash\";b:0;s:11:\"hasSolution\";b:0;s:15:\"hasYithExtended\";b:0;s:11:\"isEcommerce\";b:0;s:8:\"isJarvis\";b:1;s:14:\"canMigrateSite\";b:1;s:17:\"canOptimizeImages\";b:1;s:19:\"hasCloudflareMirage\";b:1;s:19:\"hasCloudflarePolish\";b:1;s:18:\"hasCloudflareFonts\";b:1;s:20:\"hasLinkPrefetchClick\";b:1;s:20:\"hasLinkPrefetchHover\";b:1;s:31:\"google_site_kit_feature_enabled\";b:0;s:23:\"abTestSolutionsLaunched\";b:1;s:24:\"abTestCustomerCardExpiry\";b:0;s:20:\"abTestShowMyProducts\";b:0;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165113, '_site_transient_timeout_wp_theme_files_patterns-4c0f3c6f4b7b61fdf008b05ae5edddda', 1756047873, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165114, '_site_transient_wp_theme_files_patterns-4c0f3c6f4b7b61fdf008b05ae5edddda', 'a:2:{s:7:\"version\";s:6:\"4.27.4\";s:8:\"patterns\";a:0:{}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165130, '_transient_timeout_nfd_hosting_panel_needs_refresh', 1756132574, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165131, '_transient_nfd_hosting_panel_needs_refresh', 1, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165135, '_transient_timeout_jetpack_sync_constants_await', 1756049776, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165136, '_transient_jetpack_sync_constants_await', 1756046176.3845, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165137, '_site_transient_timeout_theme_roots', 1756047976, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165138, '_site_transient_theme_roots', 'a:2:{s:4:\"Divi\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165141, '_site_transient_timeout_fs_garbage_collection', 1756132577, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165142, '_site_transient_fs_garbage_collection', 1, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165143, 'jetpack_nonce_1756046176_AbkyjoUX0A', 1756046177, 'no');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165144, '_transient_timeout_jetpack_blaze_site_supports_blaze_235178995', 1756132577, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165145, '_transient_jetpack_blaze_site_supports_blaze_235178995', 'a:1:{s:8:\"approved\";b:1;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165146, '_transient_timeout_jetpack_https_test', 1756132578, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165147, '_transient_jetpack_https_test', 1, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165148, '_transient_timeout_jetpack_https_test_message', 1756132578, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165149, '_transient_jetpack_https_test_message', '', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165150, '_transient_timeout_jpp_li_0faa79716178e9fdcb0fa09656e3a51a', 1756046238, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165151, '_transient_jpp_li_0faa79716178e9fdcb0fa09656e3a51a', 'a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:61:\"{\"trusted_header\":\"REMOTE_ADDR\",\"segments\":1,\"reverse\":false}\";s:17:\"seconds_remaining\";i:60;s:16:\"blocked_attempts\";s:2:\"36\";s:6:\"expire\";i:1756046238;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165152, '_transient_timeout_jpp_headers_updated_recently', 1756132578, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165153, '_transient_jpp_headers_updated_recently', 1, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165157, '_transient_timeout_my-jetpack-purchases', 1756046184, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165158, '_transient_my-jetpack-purchases', 'a:1:{i:0;O:8:\"stdClass\":90:{s:7:\"product\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2219;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:15:\"product_name_en\";s:13:\"Jetpack Stats\";s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:12:\"product_type\";s:7:\"jetpack\";s:4:\"meta\";s:0:\"\";s:7:\"bd_slug\";s:13:\"jetpack-stats\";s:17:\"bd_variation_slug\";s:20:\"jetpack-stats-yearly\";s:9:\"available\";s:3:\"yes\";s:11:\"sale_coupon\";N;s:5:\"multi\";b:0;s:7:\"blog_id\";s:9:\"235178995\";s:18:\"bundle_product_ids\";a:0:{}s:11:\"description\";s:0:\"\";s:11:\"bill_period\";s:3:\"365\";s:10:\"outer_slug\";s:0:\"\";s:5:\"extra\";N;s:10:\"capability\";s:14:\"manage_options\";s:18:\"product_name_short\";s:5:\"Stats\";}s:2:\"ID\";s:8:\"24795775\";s:7:\"user_id\";s:9:\"235933627\";s:7:\"blog_id\";s:9:\"235178995\";s:10:\"product_id\";s:4:\"2219\";s:15:\"subscribed_date\";s:25:\"2024-10-09T21:02:38+00:00\";s:5:\"renew\";s:1:\"1\";s:10:\"auto_renew\";s:1:\"1\";s:10:\"renew_date\";s:0:\"\";s:13:\"inactive_date\";N;s:6:\"active\";s:1:\"1\";s:4:\"meta\";s:0:\"\";s:12:\"ownership_id\";s:8:\"56805630\";s:22:\"most_recent_renew_date\";s:25:\"2024-10-09T21:02:38+00:00\";s:6:\"amount\";i:200;s:11:\"expiry_date\";s:25:\"2025-10-09T00:00:00+00:00\";s:14:\"expiry_message\";s:26:\"Expires on October 9, 2025\";s:18:\"expiry_sub_message\";s:0:\"\";s:13:\"expiry_status\";s:8:\"expiring\";s:12:\"partner_name\";N;s:12:\"partner_slug\";N;s:12:\"partner_type\";N;s:14:\"partner_key_id\";N;s:19:\"subscription_status\";s:6:\"active\";s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:12:\"product_type\";s:7:\"jetpack\";s:27:\"is_google_workspace_product\";b:0;s:21:\"is_titan_mail_product\";b:0;s:21:\"is_jetpack_ai_product\";b:0;s:24:\"is_jetpack_stats_product\";b:1;s:20:\"is_jetpack_backup_t1\";b:0;s:29:\"is_free_jetpack_stats_product\";b:0;s:26:\"is_jetpack_plan_or_product\";b:1;s:22:\"is_jetpack_legacy_plan\";b:0;s:21:\"is_auto_renew_enabled\";b:1;s:7:\"is_plan\";b:1;s:13:\"is_upgradable\";b:1;s:23:\"is_pending_registration\";b:0;s:9:\"site_slug\";s:29:\"owens-minor.mybenefitport.com\";s:17:\"blog_created_date\";s:25:\"2024-07-16T21:05:51+00:00\";s:8:\"blogname\";s:13:\"Owens & Minor\";s:6:\"domain\";s:29:\"owens-minor.mybenefitport.com\";s:11:\"description\";s:0:\"\";s:12:\"primary_blog\";s:4:\"true\";s:23:\"attached_to_purchase_id\";N;s:15:\"included_domain\";s:0:\"\";s:31:\"included_domain_purchase_amount\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"currency_symbol\";s:1:\"$\";s:23:\"renewal_price_tier_slug\";s:16:\"up_to_100k_views\";s:33:\"renewal_price_tier_usage_quantity\";i:100000;s:23:\"current_price_tier_slug\";s:16:\"up_to_100k_views\";s:33:\"current_price_tier_usage_quantity\";i:100000;s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":6:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:10000;s:13:\"maximum_price\";i:10000;s:21:\"minimum_price_display\";s:4:\"$100\";s:21:\"maximum_price_display\";s:4:\"$100\";}i:1;O:8:\"stdClass\":6:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:20000;s:13:\"maximum_price\";i:20000;s:21:\"minimum_price_display\";s:4:\"$200\";s:21:\"maximum_price_display\";s:4:\"$200\";}i:2;O:8:\"stdClass\":6:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:30000;s:13:\"maximum_price\";i:30000;s:21:\"minimum_price_display\";s:4:\"$300\";s:21:\"maximum_price_display\";s:4:\"$300\";}i:3;O:8:\"stdClass\":6:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:50000;s:13:\"maximum_price\";i:50000;s:21:\"minimum_price_display\";s:4:\"$500\";s:21:\"maximum_price_display\";s:4:\"$500\";}i:4;O:8:\"stdClass\":6:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:70000;s:13:\"maximum_price\";i:70000;s:21:\"minimum_price_display\";s:4:\"$700\";s:21:\"maximum_price_display\";s:4:\"$700\";}i:5;O:8:\"stdClass\":10:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:95000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:45000;s:12:\"per_unit_fee\";i:25000;s:21:\"minimum_price_display\";s:4:\"$950\";s:21:\"maximum_price_display\";N;}}s:22:\"auto_renew_coupon_code\";N;s:37:\"auto_renew_coupon_discount_percentage\";N;s:10:\"price_text\";s:4:\"$200\";s:17:\"bill_period_label\";s:8:\"per year\";s:16:\"bill_period_days\";i:365;s:18:\"regular_price_text\";s:4:\"$200\";s:21:\"regular_price_integer\";i:20000;s:21:\"product_display_price\";s:47:\"<abbr title=\"United States Dollars\">$</abbr>200\";s:13:\"price_integer\";i:20000;s:34:\"async_pending_payment_block_is_set\";b:0;s:13:\"is_cancelable\";b:0;s:18:\"can_explicit_renew\";b:1;s:22:\"can_disable_auto_renew\";b:0;s:25:\"can_reenable_auto_renewal\";b:0;s:28:\"iap_purchase_management_link\";N;s:15:\"is_iap_purchase\";b:0;s:9:\"is_locked\";b:0;s:13:\"is_refundable\";b:0;s:21:\"refund_period_in_days\";i:14;s:12:\"is_renewable\";b:1;s:10:\"is_renewal\";b:0;s:24:\"has_private_registration\";b:0;s:22:\"is_hundred_year_domain\";b:0;s:12:\"is_removable\";b:1;s:20:\"is_woo_express_trial\";b:0;s:13:\"refund_amount\";i:0;s:14:\"refund_integer\";i:0;s:22:\"refund_currency_symbol\";s:1:\"$\";s:11:\"refund_text\";s:2:\"$0\";s:14:\"refund_options\";N;s:19:\"total_refund_amount\";i:0;s:20:\"total_refund_integer\";i:0;s:21:\"total_refund_currency\";s:3:\"USD\";s:17:\"total_refund_text\";s:2:\"$0\";s:9:\"check_dns\";b:0;}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165159, '_transient_timeout_my-jetpack-red-bubble-transient', 1756049779, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165160, '_transient_my-jetpack-red-bubble-transient', 'a:1:{s:40:\"jetpack_stats_yearly--plan_expiring_soon\";a:6:{s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:11:\"expiry_date\";s:25:\"2025-10-09T00:00:00+00:00\";s:14:\"expiry_message\";s:26:\"Expires on October 9, 2025\";s:10:\"manage_url\";s:96:\"https://wordpress.com/checkout/jetpack_stats_yearly/renew/24795775/owens-minor.mybenefitport.com\";s:17:\"products_effected\";a:1:{i:0;s:5:\"Stats\";}}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165161, '_transient_timeout_newfold_solutions', 1756067779, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165162, '_transient_newfold_solutions', 'a:5:{s:9:\"solutions\";a:3:{i:0;a:11:{s:2:\"id\";s:36:\"15948a14-248a-4de9-9b01-c93a568ce760\";s:4:\"name\";s:8:\"Services\";s:3:\"sku\";s:19:\"WP_SOLUTION_SERVICE\";s:11:\"description\";s:85:\"Boost local visibility and streamline your business operations with specialized tools\";s:5:\"price\";s:5:\"$4.99\";s:9:\"fullPrice\";s:5:\"$0.00\";s:3:\"url\";N;s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:8:\"priority\";i:20;s:8:\"features\";a:4:{i:0;s:52:\"Includes the <strong>Content Creator bundle</strong>\";i:1;s:34:\"8 Exclusive Local Business Plugins\";i:2;s:20:\"Integrated Invoicing\";i:3;s:34:\"Local Social Media and SEO Plugins\";}s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:1;a:11:{s:2:\"id\";s:36:\"d66b1e8b-1d1f-4da3-914d-42f12f01f2e0\";s:4:\"name\";s:24:\"eCommerce Premium Add-On\";s:3:\"sku\";s:20:\"WP_SOLUTION_COMMERCE\";s:11:\"description\";s:72:\"Promote, sell, and grow your online store with powerful eCommerce tools.\";s:5:\"price\";s:5:\"$6.99\";s:9:\"fullPrice\";s:5:\"$0.00\";s:3:\"url\";N;s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:8:\"priority\";i:30;s:8:\"features\";a:4:{i:0;s:53:\"Includes the <strong>Service Business</strong> bundle\";i:1;s:24:\"Express 1-Click Checkout\";i:2;s:30:\"24 Exclusive eCommerce Plugins\";i:3;s:38:\"Customizable Customer Account Creation\";}s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:2;a:11:{s:2:\"id\";s:36:\"f090d687-6e78-46af-99b0-f4f371a721cc\";s:4:\"name\";s:27:\"eCommerce Essentials Add-On\";s:3:\"sku\";s:19:\"WP_SOLUTION_CREATOR\";s:11:\"description\";s:83:\"Manage your site, build your brand, and monetize your content with essential tools.\";s:5:\"price\";s:5:\"$3.99\";s:9:\"fullPrice\";s:5:\"$0.00\";s:3:\"url\";N;s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:8:\"priority\";i:10;s:8:\"features\";a:4:{i:0;s:26:\"Monetize Content with Ease\";i:1;s:32:\"4 Exclusive Social Media Plugins\";i:2;s:29:\"6 Exclusive Marketing Plugins\";i:3;s:31:\"Secure Payment Gateway Included\";}s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}}s:10:\"categories\";a:8:{i:0;a:5:{s:2:\"id\";s:36:\"0d0743fa-8f69-44ef-a64a-6f2bab8025d0\";s:4:\"name\";s:16:\"Store Operations\";s:8:\"priority\";i:70;s:5:\"count\";i:5;s:4:\"slug\";s:16:\"store-operations\";}i:1;a:5:{s:2:\"id\";s:36:\"1d464335-e588-4a5d-9f57-a7581a2273dc\";s:4:\"name\";s:26:\"Search Engine Optimization\";s:8:\"priority\";i:60;s:5:\"count\";i:6;s:4:\"slug\";s:26:\"search-engine-optimization\";}i:2;a:5:{s:2:\"id\";s:36:\"1df2e41d-7458-48c8-b2d7-a6dfd6ab9b01\";s:4:\"name\";s:16:\"Sales & Checkout\";s:8:\"priority\";i:50;s:5:\"count\";i:6;s:4:\"slug\";s:14:\"sales-checkout\";}i:3;a:5:{s:2:\"id\";s:36:\"2bb5e44d-4397-4816-bc21-ba8c94a21907\";s:4:\"name\";s:20:\"Content Monetization\";s:8:\"priority\";i:20;s:5:\"count\";i:4;s:4:\"slug\";s:20:\"content-monetization\";}i:4;a:5:{s:2:\"id\";s:36:\"4c1c3382-7a3e-410a-9ef5-1e532ce9640b\";s:4:\"name\";s:10:\"Core Tools\";s:8:\"priority\";i:10;s:5:\"count\";i:2;s:4:\"slug\";s:10:\"core-tools\";}i:5;a:5:{s:2:\"id\";s:36:\"a6d0db0e-a1db-442b-8bb3-80893c0a0072\";s:4:\"name\";s:20:\"Payments & Shippings\";s:8:\"priority\";i:45;s:5:\"count\";i:3;s:4:\"slug\";s:18:\"payments-shippings\";}i:6;a:5:{s:2:\"id\";s:36:\"a8519715-61b2-417a-8a4f-8ecbe27b1a4e\";s:4:\"name\";s:19:\"Customer Engagement\";s:8:\"priority\";i:30;s:5:\"count\";i:8;s:4:\"slug\";s:19:\"customer-engagement\";}i:7;a:5:{s:2:\"id\";s:36:\"f7959867-a50c-4ca3-ae7c-bd215d6fa681\";s:4:\"name\";s:18:\"Product Management\";s:8:\"priority\";i:40;s:5:\"count\";i:4;s:4:\"slug\";s:18:\"product-management\";}}s:7:\"premium\";a:38:{i:0;a:20:{s:2:\"id\";s:36:\"017f26ed-6a07-4489-806a-7c2b413d0b7d\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:13:\"Store Locator\";s:11:\"description\";s:73:\"Enable a store locator on your website to help customers find you easily.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:56:\"{siteUrl}/wp-admin/admin.php?page=bh_store_locator_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:23:\"wp-plugin-store-locator\";s:8:\"download\";N;s:4:\"slug\";s:23:\"wp-plugin-store-locator\";s:8:\"basename\";s:51:\"wp-plugin-store-locator/wp-plugin-store-locator.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:64:\"https://cdn.hiive.space/solutions/entitlements/store-locator.svg\";s:12:\"featureImage\";s:78:\"https://cdn.hiive.space/solutions/feature/yith-store-locator-for-wordpress.svg\";}s:8:\"category\";s:16:\"Sales & Checkout\";s:12:\"categorySlug\";s:14:\"sales-checkout\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:1;a:20:{s:2:\"id\";s:36:\"08bba9a8-aa3d-4306-89e3-ae98d734c8a8\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:25:\"Customize My Account Page\";s:11:\"description\";s:76:\"Add videos, files, discount codes, and more to your customer\'s account page.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:53:\"{siteUrl}/wp-admin/admin.php?page=bh_my_account_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:35:\"wp-plugin-customize-my-account-page\";s:8:\"download\";N;s:4:\"slug\";s:35:\"wp-plugin-customize-my-account-page\";s:8:\"basename\";s:75:\"wp-plugin-customize-my-account-page/wp-plugin-customize-my-account-page.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:76:\"https://cdn.hiive.space/solutions/entitlements/customize-my-account-page.svg\";s:12:\"featureImage\";s:87:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-customize-myaccount-page.svg\";}s:8:\"category\";s:16:\"Store Operations\";s:12:\"categorySlug\";s:16:\"store-operations\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:2;a:20:{s:2:\"id\";s:36:\"1b080683-ea8f-4300-ac81-afc7e6355d40\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:9:\"Yoast SEO\";s:11:\"description\";s:118:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO plugin.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:5:\"Yoast\";s:3:\"url\";s:18:\"https://yoast.com/\";}s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:3:\"cta\";a:2:{s:4:\"text\";s:9:\"Configure\";s:3:\"url\";s:78:\"{siteUrl}/wp-admin/admin.php?page=wpseo_dashboard#top#first-time-configuration\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:70:\"https://downloads.wordpress.org/plugin/wordpress-seo.latest-stable.zip\";s:4:\"slug\";s:6:\"wp-seo\";s:8:\"basename\";s:24:\"wordpress-seo/wp-seo.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:64:\"https://cdn.hiive.space/solutions/entitlements/yoast-premium.svg\";s:12:\"featureImage\";s:51:\"https://cdn.hiive.space/solutions/feature/yoast.svg\";}s:8:\"category\";s:26:\"Search Engine Optimization\";s:12:\"categorySlug\";s:26:\"search-engine-optimization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:3;a:20:{s:2:\"id\";s:36:\"22738509-089c-4c70-9904-2c5859740d98\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:48:\"YITH Shippo Shippings for WooCommerce (Extended)\";s:11:\"description\";s:118:\"The YITH Shippo Shippings for WooCommerce plugin allows you to connect your Shippo accounts to your WooCommerce store.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";s:73:\"https://docs.yithemes.com/yith-shippo-shippings-for-woocommerce-extended/\";s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:70:\"{siteUrl}/wp-admin/admin.php?page=yith_shippo_shipping_for_woocommerce\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:82:\"https://hiive.cloud/workers/plugin-downloads/yith-shippo-shippings-for-woocommerce\";s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:55:\"yith-shippo-shippings-for-woocommerce-extended/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:57:\"https://cdn.hiive.space/solutions/entitlements/shippo.svg\";s:12:\"featureImage\";s:57:\"https://cdn.hiive.space/solutions/entitlements/shippo.svg\";}s:8:\"category\";s:20:\"Payments & Shippings\";s:12:\"categorySlug\";s:18:\"payments-shippings\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:4;a:20:{s:2:\"id\";s:36:\"252488a7-4a63-4a32-a9e2-edbed8f1aad1\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:17:\"Affiliate Program\";s:11:\"description\";s:75:\"Grant your affiliates earnings each time someone purchases from their link.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:53:\"{siteUrl}/wp-admin/admin.php?page=bh_affiliates_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:20:\"wp-plugin-affiliates\";s:8:\"download\";N;s:4:\"slug\";s:20:\"wp-plugin-affiliates\";s:8:\"basename\";s:45:\"wp-plugin-affiliates/wp-plugin-affiliates.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:69:\"https://cdn.hiive.space/solutions/entitlements/affiliate-programs.svg\";s:12:\"featureImage\";s:69:\"https://cdn.hiive.space/solutions/entitlements/affiliate-programs.svg\";}s:8:\"category\";s:20:\"Content Monetization\";s:12:\"categorySlug\";s:20:\"content-monetization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:5;a:20:{s:2:\"id\";s:36:\"39d70456-ac56-4602-a05b-25095eecd6ef\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:39:\"YITH Stripe Payments for Woo (Extended)\";s:11:\"description\";s:83:\"Allow your users to pay with a credit card and use Stripe to process your payments.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:60:\"{siteUrl}/wp-admin/admin.php?page=yith_stripe_payments_panel\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:81:\"https://hiive.cloud/workers/plugin-downloads/yith-stripe-payments-for-woocommerce\";s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:54:\"yith-stripe-payments-for-woocommerce-extended/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:57:\"https://cdn.hiive.space/solutions/entitlements/stripe.svg\";s:12:\"featureImage\";s:57:\"https://cdn.hiive.space/solutions/entitlements/stripe.svg\";}s:8:\"category\";s:20:\"Payments & Shippings\";s:12:\"categorySlug\";s:18:\"payments-shippings\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:6;a:20:{s:2:\"id\";s:36:\"415f4b6c-a459-4794-9404-fefdfdc2d5e9\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:31:\"Product Add-Ons & Extra Options\";s:11:\"description\";s:78:\"Add advanced options (free or paid) to your product pages using varied fields.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:49:\"{siteUrl}/wp-admin/admin.php?page=yith_wapo_panel\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:41:\"yith-woocommerce-advanced-product-options\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:58:\"yith-woocommerce-advanced-product-options-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:80:\"https://cdn.hiive.space/solutions/entitlements/product-add-ons-extra-options.svg\";s:12:\"featureImage\";s:87:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-advanced-product-options.svg\";}s:8:\"category\";s:18:\"Product Management\";s:12:\"categorySlug\";s:18:\"product-management\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:7;a:20:{s:2:\"id\";s:36:\"4237c463-3032-43df-836c-cfd69673c786\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"PDF Invoices\";s:11:\"description\";s:76:\"Generate invoices and create packing slips to speed up the shipping process.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:54:\"{siteUrl}/wp-admin/admin.php?page=bh_pdf_invoice_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:22:\"wp-plugin-pdf-invoices\";s:8:\"download\";N;s:4:\"slug\";s:22:\"wp-plugin-pdf-invoices\";s:8:\"basename\";s:49:\"wp-plugin-pdf-invoices/wp-plugin-pdf-invoices.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:63:\"https://cdn.hiive.space/solutions/entitlements/pdf-invoices.svg\";s:12:\"featureImage\";s:74:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-pdf-invoice.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:8;a:20:{s:2:\"id\";s:36:\"48cd03e6-1271-4a67-ae1c-791c32fa9500\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Gift Cards\";s:11:\"description\";s:75:\"Offer customizable gift cards with personalized messages for the recipient.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:104:\"{siteUrl}/wp-admin/edit.php?post_type=gift_card&post_status=publish&yith-plugin-fw-panel-skip-redirect=1\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:27:\"yith-woocommerce-gift-cards\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:44:\"yith-woocommerce-gift-cards-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:61:\"https://cdn.hiive.space/solutions/entitlements/gift-cards.svg\";s:12:\"featureImage\";s:73:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-gift-cards.svg\";}s:8:\"category\";s:16:\"Sales & Checkout\";s:12:\"categorySlug\";s:14:\"sales-checkout\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:9;a:20:{s:2:\"id\";s:36:\"49efa0f3-4e0d-43a7-a486-5e87420d995a\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:69:\"Security, performance, and marketing tools made by WordPress experts.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:10:\"Automattic\";s:3:\"url\";s:20:\"https://jetpack.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:44:\"{siteUrl}/wp-admin/admin.php?page=my-jetpack\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:64:\"https://downloads.wordpress.org/plugin/jetpack.latest-stable.zip\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"basename\";s:19:\"jetpack/jetpack.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:58:\"https://cdn.hiive.space/solutions/entitlements/jetpack.svg\";s:12:\"featureImage\";s:53:\"https://cdn.hiive.space/solutions/feature/jetpack.svg\";}s:8:\"category\";s:16:\"Store Operations\";s:12:\"categorySlug\";s:16:\"store-operations\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:10;a:20:{s:2:\"id\";s:36:\"4b2431a7-5b2e-48d1-8d83-5b317a68b6cb\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Sensei LMS\";s:11:\"description\";s:67:\"Create beautiful and engaging online courses, lessons, and quizzes.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:10:\"Automattic\";s:3:\"url\";s:23:\"https://automattic.com/\";}s:3:\"url\";s:22:\"https://senseilms.com/\";s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:40:\"{siteUrl}/wp-admin/admin.php?page=sensei\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:67:\"https://downloads.wordpress.org/plugin/sensei-lms.latest-stable.zip\";s:4:\"slug\";s:10:\"sensei-lms\";s:8:\"basename\";s:25:\"sensei-lms/sensei-lms.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:61:\"https://cdn.hiive.space/solutions/entitlements/sensei-lms.svg\";s:12:\"featureImage\";s:56:\"https://cdn.hiive.space/solutions/feature/sensei-lms.svg\";}s:8:\"category\";s:20:\"Content Monetization\";s:12:\"categorySlug\";s:20:\"content-monetization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:11;a:20:{s:2:\"id\";s:36:\"50a22e06-dd90-4b51-a9bb-1e096d17232a\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Easy Login\";s:11:\"description\";s:101:\"Streamline the login and signup process by allowing visitors to use their Google or Facebook account.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:53:\"{siteUrl}/wp-admin/admin.php?page=bh_easy_login_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:20:\"wp-plugin-easy-login\";s:8:\"download\";N;s:4:\"slug\";s:20:\"wp-plugin-easy-login\";s:8:\"basename\";s:45:\"wp-plugin-easy-login/wp-plugin-easy-login.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:61:\"https://cdn.hiive.space/solutions/entitlements/easy-login.svg\";s:12:\"featureImage\";s:61:\"https://cdn.hiive.space/solutions/entitlements/easy-login.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:12;a:20:{s:2:\"id\";s:36:\"55d418f0-38aa-458d-a1b5-9d794dcaeabd\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Yoast Local SEO\";s:11:\"description\";s:63:\"Increase your online presence and search rank on a local level.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:5:\"Yoast\";s:3:\"url\";s:17:\"https://yoast.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:45:\"{siteUrl}/wp-admin/admin.php?page=wpseo_local\";}s:15:\"plsProviderName\";s:5:\"yoast\";s:7:\"plsSlug\";s:15:\"yoast-seo-local\";s:8:\"download\";N;s:4:\"slug\";s:9:\"local-seo\";s:8:\"basename\";s:25:\"wpseo-local/local-seo.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:66:\"https://cdn.hiive.space/solutions/entitlements/yoast-local-seo.svg\";s:12:\"featureImage\";s:61:\"https://cdn.hiive.space/solutions/feature/yoast-seo-local.svg\";}s:8:\"category\";s:26:\"Search Engine Optimization\";s:12:\"categorySlug\";s:26:\"search-engine-optimization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:13;a:20:{s:2:\"id\";s:36:\"55f77557-8a49-4db6-a028-bb100cb5c029\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"Yoast News SEO\";s:11:\"description\";s:117:\"Ensure faster indexing and better visibility of your news articles in Google News, driving more traffic to your site.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:5:\"Yoast\";s:3:\"url\";s:17:\"https://yoast.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:44:\"{siteUrl}/wp-admin/admin.php?page=wpseo_news\";}s:15:\"plsProviderName\";s:5:\"yoast\";s:7:\"plsSlug\";s:14:\"yoast-seo-news\";s:8:\"download\";N;s:4:\"slug\";s:10:\"wpseo-news\";s:8:\"basename\";s:25:\"wpseo-news/wpseo-news.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:65:\"https://cdn.hiive.space/solutions/entitlements/yoast-news-seo.svg\";s:12:\"featureImage\";s:60:\"https://cdn.hiive.space/solutions/feature/yoast-seo-news.svg\";}s:8:\"category\";s:26:\"Search Engine Optimization\";s:12:\"categorySlug\";s:26:\"search-engine-optimization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:14;a:20:{s:2:\"id\";s:36:\"59ab96ef-ff8a-4f81-bb0c-f6422719ad58\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:18:\"Product Comparison\";s:11:\"description\";s:76:\"Compare products to highlight differences and focus on key product features.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:55:\"{siteUrl}/wp-admin/admin.php?page=yith_woocompare_panel\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:24:\"yith-woocommerce-compare\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:41:\"yith-woocommerce-compare-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:69:\"https://cdn.hiive.space/solutions/entitlements/product-comparison.svg\";s:12:\"featureImage\";s:70:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-compare.svg\";}s:8:\"category\";s:18:\"Product Management\";s:12:\"categorySlug\";s:18:\"product-management\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:15;a:20:{s:2:\"id\";s:36:\"5ef26369-550f-4e9a-870d-0771197bdf91\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:21:\"Yoast WooCommerce SEO\";s:11:\"description\";s:65:\"Unlock extra tools, features, and SEO for your WooCommerce store.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:5:\"Yoast\";s:3:\"url\";s:17:\"https://yoast.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:43:\"{siteUrl}/wp-admin/admin.php?page=wpseo_woo\";}s:15:\"plsProviderName\";s:5:\"yoast\";s:7:\"plsSlug\";s:21:\"yoast-seo-woocommerce\";s:8:\"download\";N;s:4:\"slug\";s:17:\"wpseo-woocommerce\";s:8:\"basename\";s:39:\"wpseo-woocommerce/wpseo-woocommerce.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:72:\"https://cdn.hiive.space/solutions/entitlements/yoast-woocommerce-seo.svg\";s:12:\"featureImage\";s:67:\"https://cdn.hiive.space/solutions/feature/yoast-seo-woocommerce.svg\";}s:8:\"category\";s:26:\"Search Engine Optimization\";s:12:\"categorySlug\";s:26:\"search-engine-optimization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:16;a:20:{s:2:\"id\";s:36:\"63a82492-9656-4794-9b9e-43810eaed452\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:18:\"One-Click Checkout\";s:11:\"description\";s:107:\"Enable an easy and one-quick checkout option (like on Amazon) for users already registered with your store.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:49:\"{siteUrl}/wp-admin/admin.php?page=yith_wocc_panel\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:35:\"yith-woocommerce-one-click-checkout\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:52:\"yith-woocommerce-one-click-checkout-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:69:\"https://cdn.hiive.space/solutions/entitlements/one-click-checkout.svg\";s:12:\"featureImage\";s:81:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-one-click-checkout.svg\";}s:8:\"category\";s:16:\"Sales & Checkout\";s:12:\"categorySlug\";s:14:\"sales-checkout\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:17;a:20:{s:2:\"id\";s:36:\"694770cc-dfee-481d-b3b4-6b456cc0c47c\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:16:\"Advanced Reviews\";s:11:\"description\";s:65:\"Get positive product reviews and use social proof to drive sales.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:59:\"{siteUrl}/wp-admin/admin.php?page=bh_advanced_reviews_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:26:\"wp-plugin-advanced-reviews\";s:8:\"download\";N;s:4:\"slug\";s:26:\"wp-plugin-advanced-reviews\";s:8:\"basename\";s:57:\"wp-plugin-advanced-reviews/wp-plugin-advanced-reviews.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:67:\"https://cdn.hiive.space/solutions/entitlements/advanced-reviews.svg\";s:12:\"featureImage\";s:79:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-advanced-reviews.svg\";}s:8:\"category\";s:18:\"Product Management\";s:12:\"categorySlug\";s:18:\"product-management\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:18;a:20:{s:2:\"id\";s:36:\"6b6d87a4-025d-48d0-966c-da97e0d6c453\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:24:\"Creative Email Marketing\";s:11:\"description\";s:64:\"Send newsletters, promotions, updates, and transactional emails.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:15:\"Newfold Digital\";s:3:\"url\";s:19:\"https://newfold.com\";}s:3:\"url\";s:64:\"https://wordpress.org/plugins/creative-mail-by-constant-contact/\";s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:46:\"{siteUrl}/wp-admin/admin.php?page=creativemail\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:90:\"https://downloads.wordpress.org/plugin/creative-mail-by-constant-contact.latest-stable.zip\";s:4:\"slug\";s:20:\"creative-mail-plugin\";s:8:\"basename\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:79:\"https://cdn.hiive.space/solutions/entitlements/creativemail-email-marketing.svg\";s:12:\"featureImage\";s:66:\"https://cdn.hiive.space/solutions/feature/creative-mail-plugin.svg\";}s:8:\"category\";s:20:\"Content Monetization\";s:12:\"categorySlug\";s:20:\"content-monetization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:19;a:20:{s:2:\"id\";s:36:\"6d22b3db-5884-4a83-83eb-b7ed39c99bc8\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Email Templates\";s:11:\"description\";s:58:\"Manage and customize email templates sent from your store.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:58:\"{siteUrl}/wp-admin/admin.php?page=bh_email_templates_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:25:\"wp-plugin-email-templates\";s:8:\"download\";N;s:4:\"slug\";s:25:\"wp-plugin-email-templates\";s:8:\"basename\";s:55:\"wp-plugin-email-templates/wp-plugin-email-templates.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:73:\"https://cdn.hiive.space/solutions/entitlements/custom-email-templates.svg\";s:12:\"featureImage\";s:78:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-email-templates.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:20;a:20:{s:2:\"id\";s:36:\"6d6e63c2-b03a-4f09-9493-3310a130bc55\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"Product Search\";s:11:\"description\";s:77:\"Speed up search for your customers with a predictive real-time search engine.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:49:\"{siteUrl}/wp-admin/admin.php?page=yith_wcas_panel\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:28:\"yith-woocommerce-ajax-search\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:45:\"yith-woocommerce-ajax-search-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:65:\"https://cdn.hiive.space/solutions/entitlements/product-search.svg\";s:12:\"featureImage\";s:74:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-ajax-search.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:21;a:20:{s:2:\"id\";s:36:\"6f6f6bd0-2747-46ff-b01d-c1bbc0892017\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:17:\"SMS Notifications\";s:11:\"description\";s:69:\"You and your customer can stay updated on all order activity via SMS.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:60:\"{siteUrl}/wp-admin/admin.php?page=bh_sms_notifications_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:27:\"wp-plugin-sms-notifications\";s:8:\"download\";N;s:4:\"slug\";s:27:\"wp-plugin-sms-notifications\";s:8:\"basename\";s:59:\"wp-plugin-sms-notifications/wp-plugin-sms-notifications.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:68:\"https://cdn.hiive.space/solutions/entitlements/sms-notifications.svg\";s:12:\"featureImage\";s:80:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-sms-notifications.svg\";}s:8:\"category\";s:16:\"Store Operations\";s:12:\"categorySlug\";s:16:\"store-operations\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:22;a:20:{s:2:\"id\";s:36:\"77c00c44-3880-4f19-9798-6aa44445c12e\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Tab Manager\";s:11:\"description\";s:69:\"Setup customized tabs in product pages to show all the info you need.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:83:\"{siteUrl}/wp-admin/edit.php?post_type=ywtm_tab&yith-plugin-fw-panel-skip-redirect=1\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:28:\"yith-woocommerce-tab-manager\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:45:\"yith-woocommerce-tab-manager-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:66:\"https://cdn.hiive.space/solutions/entitlements/pdp-tab-manager.svg\";s:12:\"featureImage\";s:74:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-tab-manager.svg\";}s:8:\"category\";s:18:\"Product Management\";s:12:\"categorySlug\";s:18:\"product-management\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:23;a:20:{s:2:\"id\";s:36:\"7b19a90e-d222-499d-8338-618ef42dd5ce\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:8:\"Ecomdash\";s:11:\"description\";s:146:\"Seamlessly connects your Ecomdash with WooCommerce, syncing inventory, orders, and more—so you can save time and focus on growing your business.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:15:\"Newfold Digital\";s:3:\"url\";s:20:\"https://newfold.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:21:\"Manage Sales Channels\";s:3:\"url\";s:50:\"{siteUrl}/wp-admin/admin.php?page=newfold-ecomdash\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:70:\"https://hiive.cloud/workers/plugin-downloads/ecomdash-wordpress-plugin\";s:4:\"slug\";s:15:\"ecomdash-plugin\";s:8:\"basename\";s:45:\"ecomdash-wordpress-plugin/ecomdash-plugin.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:59:\"https://cdn.hiive.space/solutions/entitlements/ecomdash.svg\";s:12:\"featureImage\";s:61:\"https://cdn.hiive.space/solutions/feature/ecomdash-plugin.svg\";}s:8:\"category\";s:16:\"Store Operations\";s:12:\"categorySlug\";s:16:\"store-operations\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:24;a:20:{s:2:\"id\";s:36:\"7bdecca7-8e00-4cf2-b022-71e0dae1cd7c\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Memberships\";s:11:\"description\";s:130:\"Create membership plans to allow access to products, pages, articles, and restricted areas of your website for registered members.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:55:\"{siteUrl}/wp-admin/edit.php?post_type=bh-mbs-membership\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:21:\"wp-plugin-memberships\";s:8:\"download\";N;s:4:\"slug\";s:21:\"wp-plugin-memberships\";s:8:\"basename\";s:47:\"wp-plugin-memberships/wp-plugin-memberships.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:62:\"https://cdn.hiive.space/solutions/entitlements/memberships.svg\";s:12:\"featureImage\";s:73:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-membership.svg\";}s:8:\"category\";s:20:\"Content Monetization\";s:12:\"categorySlug\";s:20:\"content-monetization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:25;a:20:{s:2:\"id\";s:36:\"86c50ce7-b6b7-492c-9f3b-0059429c7900\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:20:\"Product Catalog Mode\";s:11:\"description\";s:73:\"Encourage customers to contact you for pricing or additional information.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:55:\"{siteUrl}/wp-admin/admin.php?page=bh_catalog_mode_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:22:\"wp-plugin-catalog-mode\";s:8:\"download\";N;s:4:\"slug\";s:22:\"wp-plugin-catalog-mode\";s:8:\"basename\";s:49:\"wp-plugin-catalog-mode/wp-plugin-catalog-mode.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:63:\"https://cdn.hiive.space/solutions/entitlements/catalog-mode.svg\";s:12:\"featureImage\";s:75:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-catalog-mode.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:26;a:20:{s:2:\"id\";s:36:\"86d752d2-4e50-4086-9a19-3d3c41d21914\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:13:\"Jetpack Forms\";s:11:\"description\";s:98:\"Capture contacts, leads, and questions from your posts and pages, with the power of Jetpack Forms.\";s:15:\"longDescription\";s:110:\"Build a robust contact list and manage subscriber relationships effectively, enhancing your marketing efforts.\";s:6:\"author\";a:2:{s:4:\"name\";s:10:\"Automattic\";s:3:\"url\";s:20:\"https://jetpack.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:58:\"{siteUrl}/wp-admin/admin.php?page=check-jetpack-connection\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:64:\"https://downloads.wordpress.org/plugin/jetpack.latest-stable.zip\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"basename\";s:19:\"jetpack/jetpack.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:64:\"https://cdn.hiive.space/solutions/entitlements/jetpack-forms.svg\";s:12:\"featureImage\";s:59:\"https://cdn.hiive.space/solutions/feature/jetpack-forms.svg\";}s:8:\"category\";s:10:\"Core Tools\";s:12:\"categorySlug\";s:10:\"core-tools\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:27;a:20:{s:2:\"id\";s:36:\"8f2ee7f7-e230-4587-a8b6-b222cfd5d0e6\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:16:\"Points & Rewards\";s:11:\"description\";s:57:\"Reward customer loyalty with an effective points program.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:69:\"{siteUrl}/wp-admin/admin.php?page=yith_woocommerce_points_and_rewards\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:35:\"yith-woocommerce-points-and-rewards\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:52:\"yith-woocommerce-points-and-rewards-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:65:\"https://cdn.hiive.space/solutions/entitlements/points-rewards.svg\";s:12:\"featureImage\";s:81:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-points-and-rewards.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:28;a:20:{s:2:\"id\";s:36:\"ad68e506-8c2b-4c0f-a9e3-16623d00041e\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:23:\"Bookings & Appointments\";s:11:\"description\";s:48:\"Manage renting or booking of services and items.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:87:\"{siteUrl}/wp-admin/edit.php?post_type=yith_booking&yith-plugin-fw-panel-skip-redirect=1\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:24:\"yith-woocommerce-booking\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:41:\"yith-woocommerce-booking-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:72:\"https://cdn.hiive.space/solutions/entitlements/bookings-appointments.svg\";s:12:\"featureImage\";s:70:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-booking.svg\";}s:8:\"category\";s:16:\"Sales & Checkout\";s:12:\"categorySlug\";s:14:\"sales-checkout\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:29;a:20:{s:2:\"id\";s:36:\"b21b564d-f9f2-4bd5-90f2-dcaa74c30487\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Product Filters\";s:11:\"description\";s:103:\"Make it easier for customers to find what they need quickly, improving the overall shopping experience.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:49:\"{siteUrl}/wp-admin/admin.php?page=yith_wcan_panel\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:32:\"yith-woocommerce-ajax-navigation\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:53:\"yith-woocommerce-ajax-product-filter-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:66:\"https://cdn.hiive.space/solutions/entitlements/product-filters.svg\";s:12:\"featureImage\";s:78:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-ajax-navigation.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:30;a:20:{s:2:\"id\";s:36:\"bb65fce0-24b6-4714-8d5d-3a693f428df4\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:13:\"Yoast Premium\";s:11:\"description\";s:118:\"SEO made easy! Improve your ranking in search engines, boost performance and visibility, and get 24/7 premium support.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:5:\"Yoast\";s:3:\"url\";s:17:\"https://yoast.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:63:\"{siteUrl}/wp-admin/admin.php?page=wpseo_installation_successful\";}s:15:\"plsProviderName\";s:5:\"yoast\";s:7:\"plsSlug\";s:27:\"yoast-seo-wordpress-premium\";s:8:\"download\";N;s:4:\"slug\";s:21:\"wordpress-seo-premium\";s:8:\"basename\";s:47:\"wordpress-seo-premium/wordpress-seo-premium.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:64:\"https://cdn.hiive.space/solutions/entitlements/yoast-premium.svg\";s:12:\"featureImage\";s:59:\"https://cdn.hiive.space/solutions/feature/yoast-premium.svg\";}s:8:\"category\";s:26:\"Search Engine Optimization\";s:12:\"categorySlug\";s:26:\"search-engine-optimization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:0:{}s:5:\"ctbId\";s:36:\"57d6a568-783c-45e2-a388-847cff155897\";s:7:\"ctbHref\";s:92:\"https://yoast.com/?yst-add-to-cart=2811749&utm_source=wp-marketplace&utm_medium=brand-plugin\";}i:31;a:20:{s:2:\"id\";s:36:\"d561ecd7-678b-4a19-ad34-385894bea07a\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:9:\"Wishlists\";s:11:\"description\";s:75:\"Let customers add products to lists and share them with family and friends.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:49:\"{siteUrl}/wp-admin/admin.php?page=yith_wcwl_panel\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:25:\"yith-woocommerce-wishlist\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:42:\"yith-woocommerce-wishlist-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:60:\"https://cdn.hiive.space/solutions/entitlements/wishlists.svg\";s:12:\"featureImage\";s:71:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-wishlist.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:32;a:20:{s:2:\"id\";s:36:\"da640085-ab9f-4ee7-a3ef-b5e278e810e0\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Yoast Video SEO\";s:11:\"description\";s:103:\"Improve video ranking on Google Search results as well as page load speeds with embedded video content.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:5:\"Yoast\";s:3:\"url\";s:17:\"https://yoast.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:45:\"{siteUrl}/wp-admin/admin.php?page=wpseo_video\";}s:15:\"plsProviderName\";s:5:\"yoast\";s:7:\"plsSlug\";s:15:\"yoast-seo-video\";s:8:\"download\";N;s:4:\"slug\";s:9:\"video-seo\";s:8:\"basename\";s:25:\"wpseo-video/video-seo.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:66:\"https://cdn.hiive.space/solutions/entitlements/yoast-video-seo.svg\";s:12:\"featureImage\";s:61:\"https://cdn.hiive.space/solutions/feature/yoast-seo-video.svg\";}s:8:\"category\";s:26:\"Search Engine Optimization\";s:12:\"categorySlug\";s:26:\"search-engine-optimization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:33;a:20:{s:2:\"id\";s:36:\"e2ea718a-853d-4ee9-a77e-d00fcc533686\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:39:\"YITH PayPal Payments For Woo (Extended)\";s:11:\"description\";s:36:\"Integrations for payments via PayPal\";s:15:\"longDescription\";s:36:\"Integrations for payments via PayPal\";s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";s:72:\"https://yithemes.com/themes/plugins/yith-paypal-payouts-for-woocommerce/\";s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:54:\"{siteUrl}/wp-admin/admin.php?page=yith_paypal_payments\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:81:\"https://hiive.cloud/workers/plugin-downloads/yith-paypal-payments-for-woocommerce\";s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:54:\"yith-paypal-payments-for-woocommerce-extended/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:57:\"https://cdn.hiive.space/solutions/entitlements/paypal.svg\";s:12:\"featureImage\";s:57:\"https://cdn.hiive.space/solutions/entitlements/paypal.svg\";}s:8:\"category\";s:20:\"Payments & Shippings\";s:12:\"categorySlug\";s:18:\"payments-shippings\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:34;a:20:{s:2:\"id\";s:36:\"e86bfab7-c47d-4be6-b538-5cb4d1d4b504\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"WonderCart\";s:11:\"description\";s:71:\"Generate more sales with custom upsell, cross-sell and other campaigns.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:65:\"{siteUrl}/wp-admin/admin.php?page=bluehost#/store/sales_discounts\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:11:\"wonder-cart\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:20:\"wonder-cart/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:61:\"https://cdn.hiive.space/solutions/entitlements/wondercart.svg\";s:12:\"featureImage\";s:57:\"https://cdn.hiive.space/solutions/feature/wonder-cart.svg\";}s:8:\"category\";s:16:\"Sales & Checkout\";s:12:\"categorySlug\";s:14:\"sales-checkout\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:35;a:20:{s:2:\"id\";s:36:\"eda61ec6-5902-4848-8205-7b2a2dc73050\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Request a Quote\";s:11:\"description\";s:107:\"Hide prices, disable shopping carts, and encourage customers to request a quote for products in your store.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:56:\"{siteUrl}/wp-admin/admin.php?page=bh_request_quote_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:23:\"wp-plugin-request-quote\";s:8:\"download\";N;s:4:\"slug\";s:23:\"wp-plugin-request-quote\";s:8:\"basename\";s:51:\"wp-plugin-request-quote/wp-plugin-request-quote.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:66:\"https://cdn.hiive.space/solutions/entitlements/request-a-quote.svg\";s:12:\"featureImage\";s:78:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-request-a-quote.svg\";}s:8:\"category\";s:16:\"Store Operations\";s:12:\"categorySlug\";s:16:\"store-operations\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:36;a:20:{s:2:\"id\";s:36:\"effa1363-dcf3-4858-a658-bf67de515b75\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:74:\"Create passive revenue by selling subscription-based products or services.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:56:\"{siteUrl}/wp-admin/admin.php?page=bh_subscriptions_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:23:\"wp-plugin-subscriptions\";s:8:\"download\";N;s:4:\"slug\";s:23:\"wp-plugin-subscriptions\";s:8:\"basename\";s:51:\"wp-plugin-subscriptions/wp-plugin-subscriptions.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:64:\"https://cdn.hiive.space/solutions/entitlements/subscriptions.svg\";s:12:\"featureImage\";s:75:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-subscription.svg\";}s:8:\"category\";s:16:\"Sales & Checkout\";s:12:\"categorySlug\";s:14:\"sales-checkout\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:37;a:20:{s:2:\"id\";s:36:\"f79d5320-9ea1-465a-88be-c0ace631d123\";s:4:\"type\";s:7:\"feature\";s:4:\"name\";s:12:\"WonderBlocks\";s:11:\"description\";s:68:\"Build webpages fast with tailored block patterns and page templates.\";s:15:\"longDescription\";s:82:\"Build webpages fast with tailored block patterns and page templates and then some.\";s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:20:\"https://bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:15:\"Build a Webpage\";s:3:\"url\";s:66:\"{siteUrl}/wp-admin/post-new.php?post_type=page&wb-library=patterns\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";N;s:4:\"slug\";s:0:\"\";s:8:\"basename\";s:0:\"\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:63:\"https://cdn.hiive.space/solutions/entitlements/wonderblocks.png\";s:12:\"featureImage\";s:58:\"https://cdn.hiive.space/solutions/feature/wonderblocks.svg\";}s:8:\"category\";s:10:\"Core Tools\";s:12:\"categorySlug\";s:10:\"core-tools\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}}s:8:\"solution\";N;s:12:\"entitlements\";a:0:{}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165164, '_transient_timeout_jetpack_scan_state', 1756047983, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165165, '_transient_jetpack_scan_state', 'O:8:\"stdClass\":4:{s:5:\"state\";s:11:\"unavailable\";s:7:\"threats\";N;s:9:\"has_cloud\";b:1;s:6:\"reason\";s:23:\"missing_scan_capability\";}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165166, '_transient_timeout_newfold_marketplace', 1756132584, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165167, '_transient_newfold_marketplace', '{\"categories\":{\"data\":[{\"name\":\"featured\",\"priority\":100,\"styles\":null,\"products_count\":6,\"title\":\"Featured\"},{\"name\":\"services\",\"priority\":10,\"styles\":null,\"products_count\":8,\"title\":\"Services\"},{\"name\":\"ecommerce\",\"priority\":9,\"styles\":null,\"products_count\":14,\"title\":\"eCommerce\"},{\"name\":\"seo\",\"priority\":5,\"styles\":null,\"products_count\":8,\"title\":\"SEO\"},{\"name\":\"security\",\"priority\":3,\"styles\":null,\"products_count\":3,\"title\":\"Security\"},{\"name\":\"themes\",\"priority\":0,\"styles\":null,\"products_count\":8,\"title\":\"Themes\"}],\"links\":{\"first\":\"https:\\/\\/hiive.cloud\\/api\\/marketplace\\/v1\\/products\\/categories?brand=bluehost&per_page=60&page=1\",\"last\":\"https:\\/\\/hiive.cloud\\/api\\/marketplace\\/v1\\/products\\/categories?brand=bluehost&per_page=60&page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"https:\\/\\/hiive.cloud\\/api\\/marketplace\\/v1\\/products\\/categories?brand=bluehost&per_page=60&page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"https:\\/\\/hiive.cloud\\/api\\/marketplace\\/v1\\/products\\/categories\",\"per_page\":60,\"to\":6,\"total\":6,\"ttl\":86400}},\"products\":{\"data\":[{\"id\":\"871e0ade-884e-4eb3-9b09-5e4ec71426a2\",\"name\":\"eCommerce Premium Add-On\",\"version\":null,\"description\":\"Promote, sell, and grow your online store with powerful eCommerce tools.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/solutions\\/commerce-solution.svg\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bluehost.com\\/my-account\\/market-place?utm_source=wp-marketplace&utm_medium=brand-plugin&channelid=P99C100S1N0B3003A151D115E0000V111\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"3985cf1c-c17f-4617-a2d7-6ffd1e2efa04\",\"type\":\"plugin\",\"price\":\"6.99\",\"vendor_id\":null,\"priority\":100,\"createdAt\":\"2024-12-04T15:43:58.000000Z\",\"updatedAt\":\"2025-04-18T15:18:38.000000Z\",\"categories\":[\"Featured\",\"eCommerce\"],\"vendor\":null,\"price_formatted\":\"$6.99 monthly\"},{\"id\":\"7beee5ae-2e91-4282-9930-15ada43fc738\",\"name\":\"Yoast SEO Premium\",\"version\":null,\"description\":\"SEO made easy! Improve your ranking in search engines, boost performance and visibility, get social previews, a redirect manager, internal linking suggestions and 24\\/7 premium support.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Yoast-PRO.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yoast-pro.webp\",\"primaryUrl\":\"https:\\/\\/yoast.com\\/?yst-add-to-cart=2811749&utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":\"3ecd5302-5909-4830-973f-fce09e5dfdf6\",\"secondaryCallToAction\":\"Learn More\",\"clickToBuyId\":\"57d6a568-783c-45e2-a388-847cff155897\",\"type\":\"plugin\",\"price\":\"8.33\",\"vendor_id\":\"03e93b44-9a95-400f-bc0b-f53c2bfa91cf\",\"priority\":100,\"createdAt\":\"2022-06-21T21:34:08.000000Z\",\"updatedAt\":\"2024-06-19T20:43:17.000000Z\",\"categories\":[\"Featured\",\"SEO\"],\"vendor\":{\"name\":\"Yoast\",\"url\":\"https:\\/\\/yoast.com\\/\"},\"price_formatted\":\"$8.33 monthly\"},{\"id\":\"d877208f-2796-48a9-9720-2a41f0b3aa99\",\"name\":\"Yoast Local Premium bundle\",\"version\":null,\"description\":\"Combine the power of Yoast Local SEO plugin and Yoast SEO Premium plugin. Together they help you technically optimize your local business site, improve your content and make sure you\\u2019ll be found in your local community.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/marketplace\\/premium-plugins\\/yoast-local-premium-bundle.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/yoast.com\\/?yst-add-to-cart=2815951&utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"8a4c61ad-e0cd-434e-85a8-d51e694e021c\",\"type\":\"plugin\",\"price\":\"145.00\",\"vendor_id\":\"03e93b44-9a95-400f-bc0b-f53c2bfa91cf\",\"priority\":100,\"createdAt\":\"2024-09-10T20:13:17.000000Z\",\"updatedAt\":\"2024-09-30T15:55:26.000000Z\",\"categories\":[\"Featured\",\"SEO\"],\"vendor\":{\"name\":\"Yoast\",\"url\":\"https:\\/\\/yoast.com\\/\"},\"price_formatted\":\"$145.00 annually\"},{\"id\":\"49308eca-63ac-4719-94fc-d0f55d886e09\",\"name\":\"eCommerce Essentials Add-On\",\"version\":null,\"description\":\"Manage your site, build your brand, and monetize your content with essential tools.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/solutions\\/content-creator-solution.svg\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bluehost.com\\/my-account\\/market-place?utm_source=wp-marketplace&utm_medium=brand-plugin&channelid=P99C100S1N0B3003A151D115E0000V111\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"7b2b2c14-cbfa-49b9-8542-f4c41640660b\",\"type\":\"plugin\",\"price\":\"3.99\",\"vendor_id\":null,\"priority\":100,\"createdAt\":\"2024-12-04T15:45:48.000000Z\",\"updatedAt\":\"2025-04-18T15:17:44.000000Z\",\"categories\":[\"Featured\"],\"vendor\":null,\"price_formatted\":\"$3.99 monthly\"},{\"id\":\"8a7f19b7-21f2-4be2-a764-33b4d4760bb9\",\"name\":\"Jetpack Backups\",\"version\":null,\"description\":\"Jetpack Backup provides redundant backups and an activity log of all your changes, which means you can choose the right backup and restore that specific version of your site.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Jetpack-Backup.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/jetpack.webp\",\"primaryUrl\":\"https:\\/\\/www.bluehost.com\\/my-account\\/login?urlDestination=\\/my-account\\/hosting\\/details\\/sites\\/site\\/backups%23click-to-buy-JETPACK_BACKUP_FAMILY&utm_source=wp-marketplace&utm_medium=brand-plugin&\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"f31db6aa-69fe-4463-b3a2-9b21665fd3fd\",\"type\":\"plugin\",\"price\":\"4.95\",\"vendor_id\":null,\"priority\":50,\"createdAt\":\"2022-06-24T17:30:27.000000Z\",\"updatedAt\":\"2023-11-02T21:09:23.000000Z\",\"categories\":[\"Security\"],\"vendor\":null,\"price_formatted\":\"$4.95 monthly\"},{\"id\":\"def84460-075d-4495-b016-cdd75bf0b628\",\"name\":\"Highend\",\"version\":null,\"description\":\"The ultimate WordPress theme that allows you to build stunning websites without any coding skills. It\'s responsive, customizable, regularly updated and comes with many advanced options.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Highend.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/hb-themes.com\\/highend?utm_source=mojo-sunset&utm_medium=seller-offramp\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"theme\",\"price\":\"59.00\",\"vendor_id\":null,\"priority\":40,\"createdAt\":\"2022-06-21T21:39:27.000000Z\",\"updatedAt\":\"2022-08-08T18:28:56.000000Z\",\"categories\":[\"Themes\"],\"vendor\":null,\"price_formatted\":\"$59.00\"},{\"id\":\"5380fe94-791f-46c0-88e7-38759d8e0164\",\"name\":\"Creativo\",\"version\":null,\"description\":\"Creativo is the ultimate multi-purpose WordPress theme. Using Creativo, you can create pixel-perfect websites easily without coding using drag-and-drop elements.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Creativo.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/rockythemes.com\\/creativo\\/?utm_source=mojo-sunset&utm_medium=seller-offramp\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"theme\",\"price\":\"59.00\",\"vendor_id\":null,\"priority\":30,\"createdAt\":\"2022-06-21T21:51:45.000000Z\",\"updatedAt\":\"2022-08-08T18:57:37.000000Z\",\"categories\":[\"Themes\"],\"vendor\":null,\"price_formatted\":\"$59.00\"},{\"id\":\"cdc07289-86dd-457d-9b2f-d889d03fe1c2\",\"name\":\"Birch\",\"version\":null,\"description\":\"Birch allows you to build the perfect website for your business without any programming or coding skills. All customizations take place with a very user-friendly theme options panel.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Birch.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bottomlessthemes.com\\/wordpress-themes\\/birch\\/?utm_source=mojo-sunset&utm_medium=seller-offramp\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"theme\",\"price\":\"59.00\",\"vendor_id\":null,\"priority\":20,\"createdAt\":\"2022-06-21T21:54:35.000000Z\",\"updatedAt\":\"2022-08-08T19:17:43.000000Z\",\"categories\":[\"Themes\"],\"vendor\":null,\"price_formatted\":\"$59.00\"},{\"id\":\"c1f47ba4-655c-412b-8447-a38fda6024ac\",\"name\":\"Yoast WooCommerce SEO\",\"version\":null,\"description\":\"If you use WooCommerce and you\'re serious about selling and competing online, you need the Yoast WooCommerce SEO plugin to unlock extra tools, features, and SEO for your WooCommerce store.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Yoast-Woo.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yoast-woocommerce.webp\",\"primaryUrl\":\"https:\\/\\/outbound.click\\/yoast-woo-buy\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":\"https:\\/\\/outbound.click\\/yoast-woo-learn\",\"secondaryCallToAction\":\"Learn More\",\"clickToBuyId\":\"5b32250e-e6f0-44ae-ad74-3cefc8e427f9\",\"type\":\"plugin\",\"price\":\"6.58\",\"vendor_id\":\"03e93b44-9a95-400f-bc0b-f53c2bfa91cf\",\"priority\":20,\"createdAt\":\"2022-07-11T18:21:39.000000Z\",\"updatedAt\":\"2024-08-06T17:46:11.000000Z\",\"categories\":[\"eCommerce\",\"SEO\"],\"vendor\":{\"name\":\"Yoast\",\"url\":\"https:\\/\\/yoast.com\\/\"},\"price_formatted\":\"$6.58 monthly\"},{\"id\":\"ec14a614-8672-4094-8310-cb0b1eb0f176\",\"name\":\"SSL\",\"version\":null,\"description\":\"Protect sensitive visitor data by encrypting communication to your website with an SSL certificate. It boosts security and helps you build trust with your website visitors.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/SSL.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bluehost.com\\/my-account\\/login?urlDestination=\\/my-account\\/hosting\\/details\\/sites\\/site\\/security%23click-to-buy-SSL_DV&utm_source=wp-marketplace&utm_medium=brand-plugin&channelid=P99C\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":\"d7b04e12-b33c-4801-a0fe-bde1f6300853\",\"secondaryCallToAction\":\"Learn More\",\"clickToBuyId\":\"39331070-d1e4-4e24-94be-a5a91e9d3569\",\"type\":\"service\",\"price\":\"7.49\",\"vendor_id\":null,\"priority\":20,\"createdAt\":\"2022-06-17T15:47:26.000000Z\",\"updatedAt\":\"2025-02-07T15:15:47.000000Z\",\"categories\":[\"Security\"],\"vendor\":null,\"price_formatted\":\"$7.49 monthly\"},{\"id\":\"4e97f285-5b62-4bd1-8b72-a12bf3190cd2\",\"name\":\"Yoast Video SEO\",\"version\":null,\"description\":\"The Yoast Video SEO plugin helps you drive search traffic to videos on your website. It automates technical SEO for videos in order to improve your video\\u2019s performance and findability!\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Yoast-Video.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yoast-video.webp\",\"primaryUrl\":\"https:\\/\\/yoast.com\\/?yst-add-to-cart=883404&utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":\"https:\\/\\/yoast.com\\/wordpress\\/plugins\\/video-seo\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"secondaryCallToAction\":\"Learn More\",\"clickToBuyId\":null,\"type\":\"plugin\",\"price\":\"6.58\",\"vendor_id\":\"03e93b44-9a95-400f-bc0b-f53c2bfa91cf\",\"priority\":10,\"createdAt\":\"2022-07-11T16:59:09.000000Z\",\"updatedAt\":\"2024-05-15T08:18:28.000000Z\",\"categories\":[\"SEO\"],\"vendor\":{\"name\":\"Yoast\",\"url\":\"https:\\/\\/yoast.com\\/\"},\"price_formatted\":\"$6.58 monthly\"},{\"id\":\"cf025ad6-22d2-4283-92c5-31d07abf26c0\",\"name\":\"Yoast News SEO\",\"version\":null,\"description\":\"Aim for that top spot in Google\'s news carousel with Yoast News SEO by adding relevant schema data to your articles. Make it easier for search engines to pick your work and rank you higher!\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Yoast-News.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yoast-news.webp\",\"primaryUrl\":\"https:\\/\\/yoast.com\\/?yst-add-to-cart=883406&utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":\"https:\\/\\/yoast.com\\/wordpress\\/plugins\\/news-seo\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"secondaryCallToAction\":\"Learn More\",\"clickToBuyId\":\"bb97b332-40bc-4285-a2d7-8740b453b6a6\",\"type\":\"plugin\",\"price\":\"6.58\",\"vendor_id\":\"03e93b44-9a95-400f-bc0b-f53c2bfa91cf\",\"priority\":10,\"createdAt\":\"2022-07-11T18:14:28.000000Z\",\"updatedAt\":\"2024-06-24T19:09:13.000000Z\",\"categories\":[\"SEO\"],\"vendor\":{\"name\":\"Yoast\",\"url\":\"https:\\/\\/yoast.com\\/\"},\"price_formatted\":\"$6.58 monthly\"},{\"id\":\"00c3eae2-9f6c-4e13-8674-599fe4a05cc0\",\"name\":\"Yoast Local SEO\",\"version\":null,\"description\":\"If you own a local business, you need to increase your online presence and search rank on a local level. Use the Yoast Local SEO plugin to rank high in your customers\' local search results.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Yoast-Local.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yoast-local.webp\",\"primaryUrl\":\"https:\\/\\/yoast.com\\/?yst-add-to-cart=883408&utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":\"https:\\/\\/yoast.com\\/wordpress\\/plugins\\/local-seo\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"secondaryCallToAction\":\"Learn More\",\"clickToBuyId\":\"b542d10e-02b5-4c88-b548-9a210107d9cf\",\"type\":\"plugin\",\"price\":\"6.58\",\"vendor_id\":\"03e93b44-9a95-400f-bc0b-f53c2bfa91cf\",\"priority\":10,\"createdAt\":\"2022-07-11T18:06:49.000000Z\",\"updatedAt\":\"2024-06-24T19:08:52.000000Z\",\"categories\":[\"SEO\"],\"vendor\":{\"name\":\"Yoast\",\"url\":\"https:\\/\\/yoast.com\\/\"},\"price_formatted\":\"$6.58 monthly\"},{\"id\":\"fc4cbc14-470d-471b-b448-c6666e5b763d\",\"name\":\"YITH Booking and Appointment for WooCommerce\",\"version\":null,\"description\":\"Enable a booking\\/appointment system to manage renting or booking of services, rooms, houses, cars, accommodation and more to make it easy for your customers to do business with you.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Yith-Booking.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yith-booking.webp\",\"primaryUrl\":\"https:\\/\\/yithemes.com\\/themes\\/plugins\\/yith-woocommerce-booking\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"e2f4caa1-411c-468b-86b1-a3c4e4e8cec6\",\"type\":\"plugin\",\"price\":\"249.99\",\"vendor_id\":\"390d41f9-82a1-45e8-a1d9-6358e63388be\",\"priority\":7,\"full_price\":\"289.99\",\"createdAt\":\"2024-02-05T19:37:10.000000Z\",\"updatedAt\":\"2024-02-05T19:37:10.000000Z\",\"categories\":[\"eCommerce\"],\"vendor\":{\"name\":\"YITH\",\"url\":\"https:\\/\\/yithemes.com\\/\"},\"price_formatted\":\"$249.99 annually\",\"full_price_formatted\":\"$289.99 annually\"},{\"id\":\"e307cb8f-24b5-46e1-81e3-83de32c62c78\",\"name\":\"YITH WooCommerce AJAX Search\",\"version\":null,\"description\":\"YITH WooCommerce AJAX Search is an effective and predictive real-time search engine on your store so users can quickly find products they want. Speed up your search and boost your sales.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/Yith-Ajax-Search.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yith-ajax-search.webp\",\"primaryUrl\":\"https:\\/\\/yithemes.com\\/themes\\/plugins\\/yith-woocommerce-ajax-search\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"plugin\",\"price\":\"69.99\",\"vendor_id\":\"390d41f9-82a1-45e8-a1d9-6358e63388be\",\"priority\":6,\"full_price\":\"79.99\",\"createdAt\":\"2024-02-05T19:45:45.000000Z\",\"updatedAt\":\"2025-02-07T19:32:11.000000Z\",\"categories\":[\"eCommerce\"],\"vendor\":{\"name\":\"YITH\",\"url\":\"https:\\/\\/yithemes.com\\/\"},\"price_formatted\":\"$69.99 annually\",\"full_price_formatted\":\"$79.99 annually\"},{\"id\":\"f7834881-f5df-43ab-9c7e-c4e6969f5606\",\"name\":\"YITH WooCommerce Gift Cards\",\"version\":null,\"description\":\"YITH WooCommerce Gift Cards allows you to easily create and sell customizable digital or printable gift cards of any amount in your store with personalized messages for the recipient.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/Yith-Gift-Cards.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yith-gift-cards.webp\",\"primaryUrl\":\"https:\\/\\/yithemes.com\\/themes\\/plugins\\/yith-woocommerce-gift-cards\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"ded80bbd-4662-48e4-85ca-a1af92164bc0\",\"type\":\"plugin\",\"price\":\"129.99\",\"vendor_id\":\"390d41f9-82a1-45e8-a1d9-6358e63388be\",\"priority\":6,\"full_price\":\"149.99\",\"createdAt\":\"2024-02-05T19:39:24.000000Z\",\"updatedAt\":\"2024-02-05T19:39:24.000000Z\",\"categories\":[\"eCommerce\"],\"vendor\":{\"name\":\"YITH\",\"url\":\"https:\\/\\/yithemes.com\\/\"},\"price_formatted\":\"$129.99 annually\",\"full_price_formatted\":\"$149.99 annually\"},{\"id\":\"dbd75129-e223-4ba7-bec3-6636ec6aa9e3\",\"name\":\"YITH WooCommerce Multi Vendor \\/ Marketplace\",\"version\":null,\"description\":\"Turn your ecommerce website into a marketplace or a multi-vendor platform where vendors manage their own products and you earn commissions on each sale made by your vendors.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Yith--Vendors-1.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yith-vendors.webp\",\"primaryUrl\":\"https:\\/\\/yithemes.com\\/themes\\/plugins\\/yith-woocommerce-multi-vendor\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"plugin\",\"price\":\"149.99\",\"vendor_id\":\"390d41f9-82a1-45e8-a1d9-6358e63388be\",\"priority\":5,\"createdAt\":\"2022-06-21T22:06:34.000000Z\",\"updatedAt\":\"2023-01-26T23:00:49.000000Z\",\"categories\":[\"eCommerce\"],\"vendor\":{\"name\":\"YITH\",\"url\":\"https:\\/\\/yithemes.com\\/\"},\"price_formatted\":\"$149.99\"},{\"id\":\"93c942e4-36fb-46be-867b-5f0d014adb22\",\"name\":\"YITH WooCommerce Wishlist\",\"version\":null,\"description\":\"Wishlist is a popular tool to have in your eCommerce shop. It allows your customers to create lists of products they want and share them with family and friends.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Yith-Wishlist.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yith-wishlist.webp\",\"primaryUrl\":\"https:\\/\\/yithemes.com\\/themes\\/plugins\\/yith-woocommerce-wishlist\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"ae909143-6549-46cd-8ed0-56aeeb5f3bf1\",\"type\":\"plugin\",\"price\":\"94.99\",\"vendor_id\":\"390d41f9-82a1-45e8-a1d9-6358e63388be\",\"priority\":5,\"full_price\":\"109.99\",\"createdAt\":\"2024-02-05T19:47:39.000000Z\",\"updatedAt\":\"2024-02-05T19:47:39.000000Z\",\"categories\":[\"eCommerce\"],\"vendor\":{\"name\":\"YITH\",\"url\":\"https:\\/\\/yithemes.com\\/\"},\"price_formatted\":\"$94.99 annually\",\"full_price_formatted\":\"$109.99 annually\"},{\"id\":\"b991e4ad-09de-47f7-9092-9dd55af439e7\",\"name\":\"Pro Design Live\",\"version\":null,\"description\":\"Get personalized access to our team of WordPress experts to help you build and grow your website.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/pro-design-live.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bluehost.com\\/my-account\\/market-place?utm_source=wp-marketplace&utm_medium=brand-plugin&channelid=P99C100S1N0B3003A151D115E0000V111\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"838cc912-adb3-4d75-9450-262bf3ee3576\",\"type\":\"service\",\"price\":\"33.00\",\"vendor_id\":null,\"priority\":5,\"createdAt\":\"2023-11-01T20:33:20.000000Z\",\"updatedAt\":\"2024-03-07T13:21:22.000000Z\",\"categories\":[\"Services\",\"Featured\"],\"vendor\":null,\"price_formatted\":\"$33.00 monthly\"},{\"id\":\"9e851eb3-e511-4edc-aef9-939693c5a369\",\"name\":\"YITH WooCommerce PDF Invoices & Packing Slips\",\"version\":null,\"description\":\"YITH WooCommerce PDF Invoices & Packing Slips is the complete solution to automatically generate and manage your invoices and create packing slips to speed up your shipping process.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Yith-Invoice.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yith-pdf-invoice.webp\",\"primaryUrl\":\"https:\\/\\/yithemes.com\\/themes\\/plugins\\/yith-woocommerce-pdf-invoice\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"plugin\",\"price\":\"79.99\",\"vendor_id\":\"390d41f9-82a1-45e8-a1d9-6358e63388be\",\"priority\":5,\"createdAt\":\"2022-06-21T22:03:45.000000Z\",\"updatedAt\":\"2023-01-26T23:00:06.000000Z\",\"categories\":[\"eCommerce\"],\"vendor\":{\"name\":\"YITH\",\"url\":\"https:\\/\\/yithemes.com\\/\"},\"price_formatted\":\"$79.99\"},{\"id\":\"55dcf7e9-da24-4b7d-ba74-04de777025cb\",\"name\":\"YITH Stripe Connect for WooCommerce\",\"version\":null,\"description\":\"Splitting order payments made easy with YITH Stripe Connect! Manage complex transactions such as splitting payments for a single product and even for the whole store automatically.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Yith-Stripe-Connect.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yith-stripe.webp\",\"primaryUrl\":\"https:\\/\\/yithemes.com\\/themes\\/plugins\\/yith-woocommerce-stripe-connect\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"plugin\",\"price\":\"79.99\",\"vendor_id\":\"390d41f9-82a1-45e8-a1d9-6358e63388be\",\"priority\":5,\"createdAt\":\"2022-06-21T22:07:49.000000Z\",\"updatedAt\":\"2023-01-26T23:00:27.000000Z\",\"categories\":[\"eCommerce\"],\"vendor\":{\"name\":\"YITH\",\"url\":\"https:\\/\\/yithemes.com\\/\"},\"price_formatted\":\"$79.99\"},{\"id\":\"4ff38ef5-7798-40e1-b760-48af71f48def\",\"name\":\"YITH WooCommerce Membership\",\"version\":null,\"description\":\"Activate some sections of your e-commerce with restricted access to create memberships in your store. You can sell videos, courses, lessons, and more to customers who sign up as members.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Yith-Membership.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yith-membership.webp\",\"primaryUrl\":\"https:\\/\\/yithemes.com\\/themes\\/plugins\\/yith-woocommerce-membership\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"plugin\",\"price\":\"149.99\",\"vendor_id\":\"390d41f9-82a1-45e8-a1d9-6358e63388be\",\"priority\":5,\"createdAt\":\"2022-06-21T22:00:37.000000Z\",\"updatedAt\":\"2023-01-26T22:58:56.000000Z\",\"categories\":[\"eCommerce\"],\"vendor\":{\"name\":\"YITH\",\"url\":\"https:\\/\\/yithemes.com\\/\"},\"price_formatted\":\"$149.99\"},{\"id\":\"58701f50-cb5c-4b39-b030-edadf4af6f97\",\"name\":\"YITH WooCommerce Customize My Account Page\",\"version\":null,\"description\":\"YITH WooCommerce Customize My Account Page allows you to add custom content including texts, images, videos, downloadable files, discount codes, and more to your customers account page.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/Yith-My-Account.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yith-my-account.webp\",\"primaryUrl\":\"https:\\/\\/yithemes.com\\/themes\\/plugins\\/yith-woocommerce-customize-myaccount-page\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"0391f4e6-b5b0-41b5-832d-9464e2390214\",\"type\":\"plugin\",\"price\":\"59.99\",\"vendor_id\":\"390d41f9-82a1-45e8-a1d9-6358e63388be\",\"priority\":4,\"full_price\":\"69.99\",\"createdAt\":\"2024-02-05T19:33:49.000000Z\",\"updatedAt\":\"2024-02-05T19:34:39.000000Z\",\"categories\":[\"eCommerce\"],\"vendor\":{\"name\":\"YITH\",\"url\":\"https:\\/\\/yithemes.com\\/\"},\"price_formatted\":\"$59.99 annually\",\"full_price_formatted\":\"$69.99 annually\"},{\"id\":\"c7025d24-a05a-4f01-bca7-5c9bcd17bb76\",\"name\":\"YITH WooCommerce Ajax Product Filter\",\"version\":null,\"description\":\"YITH WooCommerce Ajax Product Filter is the perfect way to add an advanced filter to all products in your store by size, color, price, and more to find the right product or gift with ease.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/Yith-Ajax-Filter.webp\",\"smallThumbnailUrl\":\"https:\\/\\/hiive-space-cdn.nyc3.cdn.digitaloceanspaces.com\\/marketplace\\/premium-plugins\\/yith-ajax-filter.webp\",\"primaryUrl\":\"https:\\/\\/yithemes.com\\/themes\\/plugins\\/yith-woocommerce-ajax-product-filter\\/?utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"95e9b032-4c21-42c3-b9aa-8891253b64c2\",\"type\":\"plugin\",\"price\":\"89.99\",\"vendor_id\":\"390d41f9-82a1-45e8-a1d9-6358e63388be\",\"priority\":3,\"full_price\":\"109.99\",\"createdAt\":\"2024-02-05T19:43:37.000000Z\",\"updatedAt\":\"2024-02-05T19:43:37.000000Z\",\"categories\":[\"eCommerce\"],\"vendor\":{\"name\":\"YITH\",\"url\":\"https:\\/\\/yithemes.com\\/\"},\"price_formatted\":\"$89.99 annually\",\"full_price_formatted\":\"$109.99 annually\"},{\"id\":\"09e84ac4-957e-455b-81ad-bf28b58e2831\",\"name\":\"YITH WooCommerce Request a Quote\",\"version\":null,\"description\":\"Maximize sales with this seamless quote management tool. Turn hesitant customers into buyers by enabling them to request personalized quotes for items in your shop.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/Yith%20Quote.png\",\"smallThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/yith-quote.png\",\"primaryUrl\":\"https:\\/\\/yithemes.com\\/themes\\/plugins\\/yith-woocommerce-request-a-quote\\/\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"plugin\",\"price\":\"69.99\",\"vendor_id\":\"390d41f9-82a1-45e8-a1d9-6358e63388be\",\"priority\":0,\"full_price\":\"79.99\",\"createdAt\":\"2023-05-12T22:00:24.000000Z\",\"updatedAt\":\"2025-01-29T16:12:41.000000Z\",\"categories\":[\"eCommerce\"],\"vendor\":{\"name\":\"YITH\",\"url\":\"https:\\/\\/yithemes.com\\/\"},\"price_formatted\":\"$69.99 annually\",\"full_price_formatted\":\"$79.99 annually\"},{\"id\":\"80005565-2190-424b-a9d7-8997b1d201e7\",\"name\":\"Pro Website\",\"version\":null,\"description\":\"Let our experts build a great looking website that reflects your brand and establishes your online presence.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/pro-website.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bluehost.com\\/solutions\\/website-design?utm_source=wp-marketplace&utm_medium=brand-plugin&channelid=P99C100S1N0B3003A151D115E0000V111\",\"primaryCallToAction\":\"Learn More\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"service\",\"price\":\"0.00\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2023-11-01T22:59:11.000000Z\",\"updatedAt\":\"2023-11-01T23:03:32.000000Z\",\"categories\":[\"Services\"],\"vendor\":null,\"price_formatted\":\"$0.00\"},{\"id\":\"1c3d901d-ef04-479a-a992-533a5afb14fc\",\"name\":\"YITH WooCommerce Subscription\",\"version\":null,\"description\":\"Sell products with a subscription plan in your e-commerce and loyalize your customers.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/Yith%20Subscription.png\",\"smallThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/yith-subscription.png\",\"primaryUrl\":\"https:\\/\\/yithemes.com\\/themes\\/plugins\\/yith-woocommerce-subscription\\/\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"plugin\",\"price\":\"199.99\",\"vendor_id\":\"390d41f9-82a1-45e8-a1d9-6358e63388be\",\"priority\":0,\"full_price\":\"234.99\",\"createdAt\":\"2023-05-22T19:20:40.000000Z\",\"updatedAt\":\"2023-05-22T19:20:40.000000Z\",\"categories\":[\"eCommerce\"],\"vendor\":{\"name\":\"YITH\",\"url\":\"https:\\/\\/yithemes.com\\/\"},\"price_formatted\":\"$199.99 annually\",\"full_price_formatted\":\"$234.99 annually\"},{\"id\":\"22a0ad0a-44bf-4adf-becf-d081452f2b2e\",\"name\":\"Pro Pay Per Click\",\"version\":null,\"description\":\"Lean on trusted experts to optimize your ad strategy based on keywords best fit to your website.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/pro-pay-per-click.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bluehost.com\\/solutions\\/digital-marketing?utm_source=wp-marketplace&utm_medium=brand-plugin&channelid=P99C100S1N0B3003A151D115E0000V111\",\"primaryCallToAction\":\"Learn More\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"service\",\"price\":\"0.00\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2023-11-01T23:08:30.000000Z\",\"updatedAt\":\"2023-11-01T23:08:30.000000Z\",\"categories\":[\"Services\"],\"vendor\":null,\"price_formatted\":\"$0.00\"},{\"id\":\"e8dacee6-effb-400c-8207-b6f6ea72c2cf\",\"name\":\"Nectar\",\"version\":null,\"description\":\"Nectar is a fully-responsive WordPress theme. The clean, modern, and minimal design makes it perfect for any kind of creative, eco, business, or nonprofit use.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/nectr.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bottomlessthemes.com\\/wordpress-themes\\/nectar\\/?utm_source=mojo-sunset&utm_medium=seller-offramp\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"theme\",\"price\":\"59.00\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2022-08-09T20:36:34.000000Z\",\"updatedAt\":\"2022-08-09T20:36:34.000000Z\",\"categories\":[\"Themes\"],\"vendor\":null,\"price_formatted\":\"$59.00\"},{\"id\":\"e76055d3-2bb3-43d4-8949-5b80f3da2218\",\"name\":\"Pro SEO Assist\",\"version\":null,\"description\":\"Work with our SEO experts to improve search engine rankings and boost your website traffic.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/po-seo-assist.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bluehost.com\\/solutions\\/digital-marketing?utm_source=wp-marketplace&utm_medium=brand-plugin&channelid=P99C100S1N0B3003A151D115E0000V111\",\"primaryCallToAction\":\"Learn More\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"service\",\"price\":\"0.00\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2023-11-01T23:06:13.000000Z\",\"updatedAt\":\"2023-11-01T23:06:13.000000Z\",\"categories\":[\"Services\"],\"vendor\":null,\"price_formatted\":\"$0.00\"},{\"id\":\"2b831ac0-1130-4b88-bf1b-dfaab1c2db06\",\"name\":\"Yoast WooCommerce Premium bundle\",\"version\":null,\"description\":\"Combine the power of the Yoast WooCommerce SEO plugin and the Yoast SEO Premium plugin. Together they help you optimize your content and keep your shop optimized to the fullest extent.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/marketplace\\/premium-plugins\\/yoast-woo-premium-bundle.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/yoast.com\\/?yst-add-to-cart=2815943&utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"c7e7baa1-2020-420c-a427-89701700b607\",\"type\":\"plugin\",\"price\":\"145.00\",\"vendor_id\":\"03e93b44-9a95-400f-bc0b-f53c2bfa91cf\",\"priority\":0,\"createdAt\":\"2024-09-10T20:19:00.000000Z\",\"updatedAt\":\"2024-09-30T15:55:58.000000Z\",\"categories\":[\"SEO\"],\"vendor\":{\"name\":\"Yoast\",\"url\":\"https:\\/\\/yoast.com\\/\"},\"price_formatted\":\"$145.00 annually\"},{\"id\":\"40048810-1ed5-45c1-a26c-dd14875110fe\",\"name\":\"SiteLock\",\"version\":null,\"description\":\"Protect your websites with SiteLock, the global leader in security products. On activation, SiteLock safeguards your website along with your visitors against cyberattacks automatically.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/Sitelock.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bluehost.com\\/my-account\\/login?urlDestination=\\/my-account\\/hosting\\/details\\/sites\\/site\\/security%23click-to-buy-SITELOCK_FAMILY&utm_source=wp-marketplace&utm_medium=brand-plugin&chann\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"8d4dbaed-4961-4b25-81e1-d8076d723b5e\",\"type\":\"service\",\"price\":\"7.99\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2022-06-24T17:39:45.000000Z\",\"updatedAt\":\"2024-03-20T22:43:45.000000Z\",\"categories\":[\"Security\"],\"vendor\":null,\"price_formatted\":\"$7.99 monthly\"},{\"id\":\"de36d52a-3835-42f8-97cb-cc99027a0be8\",\"name\":\"Pro Online Store\",\"version\":null,\"description\":\"Start selling online with a conversion-focused website built by our expert design team.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/pro-online-store.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bluehost.com\\/solutions\\/website-design?utm_source=wp-marketplace&utm_medium=brand-plugin&channelid=P99C100S1N0B3003A151D115E0000V111\",\"primaryCallToAction\":\"Learn More\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"service\",\"price\":\"0.00\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2023-11-01T23:02:13.000000Z\",\"updatedAt\":\"2023-11-01T23:02:13.000000Z\",\"categories\":[\"Services\"],\"vendor\":null,\"price_formatted\":\"$0.00\"},{\"id\":\"4f7235ca-a6d9-48da-a579-1f96b20e61a3\",\"name\":\"Nimva\",\"version\":null,\"description\":\"NIMVA is a clean, multipurpose and fully responsive WordPress Theme perfectly suited for business websites, stores, and users who want to showcase their work on a neat portfolio site.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/nimva.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/rockythemes.com\\/nimva-ultimate-multi-purpose-wordpress-theme\\/?utm_source=mojo-sunset&utm_medium=seller-offramp\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"theme\",\"price\":\"59.00\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2022-08-09T20:34:39.000000Z\",\"updatedAt\":\"2022-08-09T20:34:39.000000Z\",\"categories\":[\"Themes\"],\"vendor\":null,\"price_formatted\":\"$59.00\"},{\"id\":\"ca1dadb5-f58d-4ae4-a26b-27efb09136ec\",\"name\":\"Consultus\",\"version\":null,\"description\":\"Clean Business WordPress Theme\",\"productThumbnailUrl\":\"https:\\/\\/marketplace-assets-production.s3-us-west-2.amazonaws.com\\/vault\\/items\\/preview-64351101-ad9c-431b-b083-0014ac110005-poM2Q.jpg\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/matchthemes.com\\/premium\\/consultus-finance-consulting-wordpress-theme\\/?utm_source=mojo-sunset&utm_medium=seller-offramp\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"theme\",\"price\":\"59.00\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2022-06-28T17:23:11.000000Z\",\"updatedAt\":\"2022-08-08T19:20:46.000000Z\",\"categories\":[\"Themes\"],\"vendor\":null,\"price_formatted\":\"$59.00\"},{\"id\":\"6b80d399-8e68-41ae-b579-d3f683482af0\",\"name\":\"Zephyr\",\"version\":null,\"description\":\"Zephyr is A Clean & Minimal WordPress Blog Theme - Perfectly suited for all bloggers. Whether you are a foodie, a traveler or just love writing your life away, Zephyr can help you do it!\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/zephyr.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.growthwp.com\\/zephyr?utm_source=mojo-sunset&utm_medium=seller-offramp\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"theme\",\"price\":\"49.00\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2022-08-09T20:32:49.000000Z\",\"updatedAt\":\"2022-08-09T20:32:49.000000Z\",\"categories\":[\"Themes\"],\"vendor\":null,\"price_formatted\":\"$49.00\"},{\"id\":\"7695eb74-821e-401c-b03d-eb760f33b79b\",\"name\":\"Solstice\",\"version\":null,\"description\":\"Solstice is a responsive WordPress theme. The clean, modern, and easy-to-use design makes it perfect for any kind of blogging, creative, service-based, business, or nonprofit use.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/solstice.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bottomlessthemes.com\\/wordpress-themes\\/solstice\\/?utm_source=mojo-sunset&utm_medium=seller-offramp\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"theme\",\"price\":\"59.00\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2022-08-09T20:37:52.000000Z\",\"updatedAt\":\"2022-08-09T20:37:52.000000Z\",\"categories\":[\"Themes\"],\"vendor\":null,\"price_formatted\":\"$59.00\"},{\"id\":\"b47738d0-5b88-40b5-bc7a-defda7ac8499\",\"name\":\"Upwork Experts\",\"version\":null,\"description\":\"Supercharge your website with top-rated, Bluehost-vetted experts from Upwork. Connect with skilled WordPress, WooCommerce, and cPanel professionals to elevate your online presence.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/upwork-experts.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.upwork.com\\/experts\\/bluehost?utm_medium=Affiliate&utm_source=bluehost&utm_campaign=AFF_bluehost_PSHP_marketplace\",\"primaryCallToAction\":\"Hire Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":null,\"type\":\"service\",\"price\":\"0.00\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2024-08-05T05:37:05.000000Z\",\"updatedAt\":\"2024-08-05T17:00:15.000000Z\",\"categories\":[\"Services\",\"Featured\"],\"vendor\":null,\"price_formatted\":\"$0.00\"},{\"id\":\"76cd8d02-95cc-4207-9cb0-451029bcfd3a\",\"name\":\"Yoast News Premium bundle\",\"version\":null,\"description\":\"If you\\u2019re a news publisher, your aim is that top result for every news story you publish. In both the news carousel, as on Google\\u2019s News tab. Using the News SEO plugin, combined with Yoast SEO Premium, you will make sure to serve the right (News) XML sitemaps to search engines. We\\u2019ll ping Google every time you post something new. Besides that, the News SEO plugin adds all the right and relevant NewsArticle schema.org markup to your posts.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/marketplace\\/premium-plugins\\/yoast-news-premium-bundle.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/yoast.com\\/?yst-add-to-cart=2815956&utm_source=wp-marketplace&utm_medium=brand-plugin\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"5c5bb830-8c0a-4b40-8b51-23500e5e18b2\",\"type\":\"plugin\",\"price\":\"145.00\",\"vendor_id\":\"03e93b44-9a95-400f-bc0b-f53c2bfa91cf\",\"priority\":0,\"createdAt\":\"2024-09-10T20:16:36.000000Z\",\"updatedAt\":\"2024-09-30T15:47:06.000000Z\",\"categories\":[\"SEO\"],\"vendor\":{\"name\":\"Yoast\",\"url\":\"https:\\/\\/yoast.com\\/\"},\"price_formatted\":\"$145.00 annually\"},{\"id\":\"9d87a059-fdc9-47ac-9ffa-31bfb1364346\",\"name\":\"Site Migration\",\"version\":null,\"description\":\"Migrate one website with our expert migration team.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/site-migration.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bluehost.com\\/my-account\\/market-place?utm_source=wp-marketplace&utm_medium=brand-plugin&channelid=P99C100S1N0B3003A151D115E0000V111\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"d516d4c6-4d6f-4337-af91-15d11aeb7ae9\",\"type\":\"service\",\"price\":\"149.99\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2023-11-02T19:23:25.000000Z\",\"updatedAt\":\"2023-11-02T19:40:12.000000Z\",\"categories\":[\"Services\"],\"vendor\":null,\"price_formatted\":\"$149.99\"},{\"id\":\"943a6e3f-1ce0-4b81-84b1-a885a18e4b61\",\"name\":\"Email Migration\",\"version\":null,\"description\":\"Migrate one mailbox from Google, Microsoft, or webmail with our expert migration team.\",\"productThumbnailUrl\":\"https:\\/\\/cdn.hiive.space\\/products\\/thumbs\\/email-migration.webp\",\"smallThumbnailUrl\":null,\"primaryUrl\":\"https:\\/\\/www.bluehost.com\\/my-account\\/market-place?utm_source=wp-marketplace&utm_medium=brand-plugin&channelid=P99C100S1N0B3003A151D115E0000V111\",\"primaryCallToAction\":\"Buy Now\",\"secondaryUrl\":null,\"secondaryCallToAction\":null,\"clickToBuyId\":\"59dac785-a651-4ef6-a924-c852ce9ae81d\",\"type\":\"service\",\"price\":\"99.00\",\"vendor_id\":null,\"priority\":0,\"createdAt\":\"2023-11-02T19:26:40.000000Z\",\"updatedAt\":\"2023-11-02T19:55:43.000000Z\",\"categories\":[\"Services\"],\"vendor\":null,\"price_formatted\":\"$99.00\"}],\"links\":{\"first\":\"https:\\/\\/hiive.cloud\\/api\\/marketplace\\/v1\\/products?brand=bluehost&per_page=60&page=1\",\"last\":\"https:\\/\\/hiive.cloud\\/api\\/marketplace\\/v1\\/products?brand=bluehost&per_page=60&page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"https:\\/\\/hiive.cloud\\/api\\/marketplace\\/v1\\/products?brand=bluehost&per_page=60&page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"https:\\/\\/hiive.cloud\\/api\\/marketplace\\/v1\\/products\",\"per_page\":60,\"to\":41,\"total\":41,\"ttl\":86400}}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165168, '_transient_timeout_jetpack_rewind_state', 1756047984, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165169, '_transient_jetpack_rewind_state', 'O:8:\"stdClass\":4:{s:5:\"state\";s:11:\"unavailable\";s:12:\"last_updated\";s:29:\"2025-08-24T14:36:24.706+00:00\";s:6:\"reason\";s:13:\"no_site_found\";s:9:\"has_cloud\";b:1;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165177, '_transient_timeout_my-jetpack-site-features', 1756046245, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165178, '_transient_my-jetpack-site-features', 'a:2:{s:6:\"active\";a:23:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:14:\"multistep-form\";i:4;s:14:\"install-themes\";i:5;s:17:\"jetpack-dashboard\";i:6;s:18:\"recurring-payments\";i:7;s:11:\"republicize\";i:8;s:17:\"security-settings\";i:9;s:17:\"seo-preview-tools\";i:10;s:14:\"send-a-message\";i:11;s:18:\"social-shares-1000\";i:12;s:29:\"social-connections-management\";i:13;s:10:\"stats-free\";i:14;s:10:\"stats-paid\";i:15;s:16:\"stats-commercial\";i:16;s:18:\"upload-audio-files\";i:17;s:18:\"upload-video-files\";i:18;s:15:\"whatsapp-button\";i:19;s:25:\"social-image-auto-convert\";i:20;s:17:\"social-admin-page\";i:21;s:19:\"social-share-status\";i:22;s:21:\"social-editor-preview\";}s:9:\"available\";O:8:\"stdClass\":49:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:15:\"personal-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:10:\"stats-paid\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:16:\"stats-commercial\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:12:\"ai-assistant\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:15:\"ai-seo-enhancer\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:20:\"cornerstone-10-pages\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:10:\"field-file\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"image-cdn-liar\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:17:\"image-cdn-quality\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"performance-history\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"social-image-generator\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165179, 'jetpack_site_products', 'a:1:{i:0;a:7:{s:10:\"product_id\";s:4:\"2219\";s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:18:\"product_name_short\";s:5:\"Stats\";s:12:\"product_type\";s:7:\"jetpack\";s:7:\"expired\";b:0;s:13:\"user_is_owner\";b:0;}}', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165180, '_transient_timeout_newfold_notifications', 1756046250, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165181, '_transient_newfold_notifications', 'a:2:{i:0;a:5:{s:2:\"id\";s:36:\"49bedb5c-54e9-4989-bd46-a2ddddbe9383\";s:9:\"locations\";a:1:{i:0;a:2:{s:5:\"pages\";s:3:\"all\";s:7:\"context\";s:15:\"wp-admin-notice\";}}s:5:\"query\";N;s:10:\"expiration\";i:1752866566;s:7:\"content\";s:19379:\"<style>.nfd-message-container {	margin: 10px 20px 0px auto;	clear: both;	position: relative;	container-type: inline-size;	container-name: nfd-message;	}	.nfd-root .nfd-message-container {	margin-right: 0px !important;	}	.nfd-message-container h1,	.nfd-message-container h2,	.nfd-message-container h3,	.nfd-message-container h4,	.nfd-message-container h5,	.nfd-message-container h6,	.nfd-message-container p {	margin: 0;	}	.nfd-message-container > div {	padding: 10px 45px 10px 20px;	min-height: 70px;	display: flex;	align-items: center;	}	@container nfd-message (max-width: 768px) {	.nfd-message-container > div {	padding: 16px;	}	}</style><div class=\"nfd-message-container\"><style>.nfd-message-container a[data-action=\"close\"] {	cursor: pointer;	z-index: 3;	position: absolute;	top: 12px;	right: 16px;	}</style><a href=\"\" data-action=\"close\" aria-label=\"Dismiss notice\" style=\"\"><svg width=\"14\" height=\"16\" viewBox=\"0 0 14 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><title>Dismiss</title><path	d=\"M14 1.58625L12.59 0L7 6.28875L1.41 0L0 1.58625L5.59 7.875L0 14.1637L1.41 15.75L7 9.46125L12.59 15.75L14 14.1637L8.41 7.875L14 1.58625Z\"	fill=\"#fff\" /></svg></a><style>.nfd-message-container-yoast {	background: linear-gradient(90.06deg, #5E247B -1.48%, #A71F6A 27.97%, #91216F 63.42%, #A71F6A 91.24%, #5E247B 107.6%);	color: #fff;	font-family: \"Open Sans\", sans-serif;	font-optical-sizing: auto;	display: flex;	justify-content: space-between;	align-items: center;	gap: 32px;	text-align: center;	border-radius: 8px;	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.15);	}	.nfd-message-container-yoast > div:first-of-type {	min-width: 211px;	}	.nfd-message-container-yoast > div:last-of-type {	min-width: 125px;	}	.nfd-message-container-yoast div:last-of-type img {	display: none;	}	.nfd-message-container-yoast svg {	display: block;	margin: 0 auto;	}	.nfd-message-container-yoast p {	text-shadow: 2px 2px 8px rgba(0, 0, 0, .15);	}	@container nfd-message (max-width: 1040px) {	.nfd-message-container-yoast > div:first-of-type {	min-width: 175px;	}	}	@container nfd-message (max-width: 900px) {	.nfd-message-container-yoast svg {	scale: 0.9;	}	.nfd-message-container-yoast p {	font-size: 14px;	}	}	@container nfd-message (max-width: 768px) {	.nfd-message-container-yoast {	flex-direction: column;	gap: 16px;	}	.nfd-message-container-yoast > div:first-of-type {	display: none;	}	.nfd-message-container-yoast div:last-of-type {	min-width: 100%;	}	.nfd-message-container-yoast div:last-of-type img {	display: block;	max-width: 80px;	position: absolute;	top: 10px;	left: 16px;	}	}	@container nfd-message (max-width: 625px) {	.nfd-message-content {	padding-top: 32px;	}	.nfd-message-container-yoast div:last-of-type img {	max-width: 60px;	}	}</style><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap\" rel=\"stylesheet\"><div class=\"nfd-message-container-yoast\"><div><img src=\"https://d2k7nyq3ix8wzh.cloudfront.net/fd2fcf66-2e29-4013-8b2f-d1eabacfbf05/images/messages/yoast-seo-mascot-logo.png\" alt=\"Yoast logo\"></div><div class=\"nfd-message-content\"><div><svg width=\"269\" height=\"38\" viewBox=\"0 0 269 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.9766 21.6031C15.9766 23.8343 15.1797 25.5873 13.5861 26.8224C11.9924 28.0974 9.76125 28.7348 6.93248 28.7348C4.10371 28.7348 1.79288 28.2966 0 27.42V23.5554C1.15541 24.0733 2.35068 24.5116 3.62562 24.8303C4.90055 25.1491 6.09581 25.3084 7.21138 25.3084C8.84489 25.3084 10.0401 24.9897 10.7971 24.3921C11.5541 23.7944 11.9525 22.9578 11.9525 21.9219C11.9525 21.0055 11.594 20.2087 10.8768 19.5314C10.1597 18.8939 8.72537 18.0971 6.49423 17.2205C4.22325 16.3042 2.58972 15.2285 1.67336 14.073C0.756999 12.8778 0.278897 11.4833 0.278897 9.80998C0.278897 7.73821 1.03591 6.06485 2.51005 4.8696C3.9842 3.67434 5.97629 3.07672 8.48632 3.07672C10.9963 3.07672 13.2673 3.59466 15.618 4.63055L14.3032 7.97725C12.0721 7.06089 10.08 6.58279 8.36677 6.58279C7.05199 6.58279 6.05596 6.86169 5.33881 7.45931C4.6615 8.0171 4.30293 8.81393 4.30293 9.73029C4.30293 10.3678 4.42246 10.9255 4.70135 11.4036C4.98024 11.8818 5.41849 12.32 6.05595 12.7184C6.69342 13.1168 7.80899 13.6746 9.44251 14.3519C11.2752 15.1089 12.6299 15.8261 13.4665 16.5034C14.3032 17.1807 14.9407 17.8979 15.3391 18.7345C15.7773 19.4517 15.9766 20.4477 15.9766 21.6031ZM34.6225 28.3762H20.4787V3.39545H34.6225V6.86169H24.5824V13.6746H33.9851V17.101H24.5824V24.9499H34.6225V28.3762ZM61.8344 15.8659C61.8344 19.9298 60.7986 23.0773 58.7666 25.3483C56.7347 27.6193 53.8661 28.7348 50.121 28.7348C46.3758 28.7348 43.4674 27.6192 41.4354 25.3881C39.4035 23.157 38.4075 19.9696 38.4075 15.8261C38.4075 11.6825 39.4434 8.53504 41.4753 6.3039C43.5072 4.1126 46.4157 2.99703 50.2006 2.99703C53.9856 2.99703 56.7745 4.1126 58.8065 6.38358C60.8384 8.61472 61.8344 11.7622 61.8344 15.8659ZM42.7901 15.8659C42.7901 18.9337 43.4276 21.2844 44.6626 22.8781C45.8977 24.4718 47.7304 25.2686 50.2006 25.2686C52.6708 25.2686 54.4637 24.4718 55.6988 22.9179C56.9339 21.3641 57.5714 19.0134 57.5714 15.9058C57.5714 12.7981 56.9737 10.5271 55.7387 8.93346C54.5036 7.33979 52.6708 6.54295 50.2405 6.54295C47.8101 6.54295 45.9376 7.33979 44.7025 8.93346C43.3877 10.4873 42.7901 12.7981 42.7901 15.8659ZM84.3052 12.4794H79.6836V28.3364H75.6595V12.4794H72.5519V10.6068L75.6595 9.37172V8.13662C75.6595 5.90548 76.1775 4.23213 77.2134 3.1564C78.2493 2.08067 79.8828 1.52289 82.0342 1.52289C83.4287 1.52289 84.8231 1.76194 86.2176 2.24004L85.1419 5.26802C84.1458 4.94928 83.1896 4.78991 82.3131 4.78991C81.4366 4.78991 80.7195 5.06881 80.321 5.62659C79.9226 6.18438 79.6836 7.02105 79.6836 8.17646V9.41156H84.3052V12.4794ZM103.947 18.8541C103.947 21.9617 103.15 24.3522 101.557 26.0654C99.963 27.7786 97.7717 28.6551 94.943 28.6551C93.1899 28.6551 91.5962 28.2567 90.2416 27.4599C88.887 26.6631 87.8511 25.5076 87.0941 24.0335C86.377 22.5593 86.0184 20.8063 86.0184 18.8541C86.0184 15.7862 86.8152 13.3957 88.3691 11.6825C89.9229 9.96935 92.154 9.09283 95.0226 9.09283C97.8912 9.09283 99.9232 9.96934 101.517 11.7224C103.15 13.5551 103.947 15.8659 103.947 18.8541ZM90.2018 18.8541C90.2018 23.2367 91.7955 25.3881 95.0226 25.3881C98.2498 25.3881 99.8037 23.1968 99.8037 18.8541C99.8037 14.5113 98.21 12.3599 94.9828 12.3599C93.3094 12.3599 92.0744 12.9176 91.3174 14.0332C90.5604 15.2285 90.2018 16.8221 90.2018 18.8541ZM117.812 9.13267C118.609 9.13267 119.286 9.17251 119.804 9.29204L119.406 13.0372C118.848 12.9176 118.25 12.838 117.613 12.838C116.019 12.838 114.704 13.3559 113.708 14.3918C112.712 15.4277 112.194 16.7823 112.194 18.4955V28.3762H108.17V9.4514H111.318L111.836 12.7981H112.035C112.673 11.6825 113.469 10.7662 114.505 10.1287C115.581 9.49124 116.657 9.13267 117.812 9.13267ZM161.04 8.0171C160.443 8.0171 159.965 8.17647 159.646 8.4952C159.327 8.81393 159.168 9.21235 159.168 9.65061C159.168 10.049 159.287 10.5271 159.487 11.0849C159.646 11.5232 159.726 12.0013 159.686 12.4794C159.407 14.2723 158.809 16.1847 157.893 18.1768C157.415 19.2525 156.538 20.6868 155.383 22.4797L153.55 24.91L153.271 22.2805L151.957 10.7662C151.917 10.4076 151.877 10.049 151.757 9.77014C151.478 8.65457 150.642 8.05694 149.407 8.05694C148.968 8.05694 148.53 8.13662 148.092 8.29599C147.096 8.73425 146.379 9.33188 145.94 10.049L145.861 10.2084L145.821 10.2482L145.861 10.3279L146.498 11.6825L146.578 11.8419L146.697 11.7224L147.574 11.0052C147.693 10.9255 147.813 10.8459 147.972 10.8459C148.132 10.8459 148.291 11.1646 148.371 11.6825L151.08 29.0536V29.1731H151.2L153.749 28.934H153.789L153.829 28.8942L158.012 23.2765C159.407 21.2047 160.562 19.2923 161.399 17.5791C161.877 16.5432 162.315 15.5472 162.634 14.5511C162.953 13.5551 163.152 12.5591 163.152 11.6029C163.152 10.6467 162.993 9.80998 162.634 9.17251C162.276 8.41551 161.718 8.0171 161.04 8.0171ZM176.579 8.37567C175.941 8.13662 175.144 8.0171 174.228 8.0171C173.312 8.0171 172.395 8.17647 171.519 8.4952C168.889 9.4514 166.857 11.5232 165.503 14.591C164.547 16.6628 164.068 18.8541 164.068 21.125C164.068 24.6311 165.343 27.0615 167.853 28.3762C168.77 28.8543 169.965 29.0934 171.399 29.0934C172.834 29.0934 174.427 28.5755 176.101 27.5396C176.977 26.9818 177.734 26.2646 178.372 25.3881L178.491 25.2287L178.531 25.1491L178.491 25.0694L177.535 23.3562L177.455 23.1968L177.336 23.3163L177.057 23.5952C175.304 25.3483 173.431 26.2248 171.519 26.2248C170.523 26.2248 169.766 25.9061 169.128 25.2686C168.849 24.9897 168.61 24.6311 168.411 24.2327C168.212 23.8343 168.053 23.396 167.973 22.9578C167.853 22.5195 167.814 22.1211 167.814 21.8024C167.814 21.4836 167.774 21.2047 167.774 20.9657V20.6469C169.049 20.5673 170.483 20.2884 172.077 19.8103C172.953 19.5314 173.87 19.2126 174.746 18.7744C175.623 18.3361 176.459 17.858 177.137 17.2604C177.854 16.6628 178.451 15.9855 178.89 15.2285C179.368 14.4316 179.607 13.4754 179.607 12.32C179.607 11.1646 179.168 10.0889 178.292 9.25219C177.814 9.01314 177.256 8.61472 176.579 8.37567ZM169.646 13.3559C169.965 12.7981 170.363 12.32 170.762 11.8818C171.16 11.4833 171.638 11.1248 172.116 10.8857C172.595 10.6467 173.152 10.5271 173.83 10.5271C174.427 10.5271 174.905 10.7263 175.304 11.1248C175.702 11.5232 175.901 12.0411 175.901 12.7184C175.901 13.4356 175.782 14.0332 175.543 14.4715C175.065 15.3878 174.228 16.1847 173.073 16.8221C171.479 17.6986 169.766 18.2166 167.933 18.3361C168.092 17.2604 168.371 16.1448 168.81 15.0691C169.009 14.4715 169.328 13.8738 169.646 13.3559ZM193.99 12.1606L194.149 12.2403L194.189 12.081L194.906 8.65457V8.57488L194.866 8.53504L194.747 8.41552C194.468 8.17647 194.029 8.09678 193.352 8.09678C191.838 8.09678 190.404 8.69441 189.009 9.84982C188.452 10.3279 187.974 10.806 187.535 11.3638L187.854 8.69441V8.61473L187.774 8.57488L186.818 8.09678H186.738L182.794 8.89362H182.714V8.9733L182.396 10.6467V10.7263L182.475 10.7662L184.069 11.5232L181.798 28.695V28.8543H185.344V28.7348L187.057 15.9855C187.655 14.6707 188.491 13.5949 189.527 12.838C190.005 12.4794 190.484 12.2403 190.962 12.081C191.44 11.9216 191.958 11.8419 192.555 11.8419C193.113 11.8419 193.512 11.9216 193.79 12.0411L193.99 12.1606ZM211.201 8.09678C210.723 8.09678 210.285 8.25615 209.966 8.57488C209.608 8.89362 209.448 9.29203 209.448 9.77014C209.448 10.1686 209.488 10.4873 209.568 10.6865L209.886 11.5232C210.006 11.8021 210.046 12.1606 209.966 12.5591C209.727 14.7504 208.89 17.3401 207.496 20.2884L206.54 22.3601C206.301 22.8781 206.102 23.2367 205.982 23.4757L203.99 27.2607L203.671 23.914L201.958 10.7662C201.799 9.80998 201.56 9.21235 201.321 8.85378C201.121 8.57488 200.842 8.37567 200.564 8.25615C200.245 8.13662 199.886 8.05694 199.408 8.05694C198.93 8.05694 198.492 8.17646 198.053 8.33583C196.938 8.85377 196.141 9.53108 195.703 10.3279L195.623 10.4873L195.583 10.5271L195.623 10.567L196.3 11.9216L196.38 12.081L196.5 11.9614L196.818 11.6825C197.655 10.8857 197.934 10.8459 197.934 10.8459C198.014 10.8459 198.093 10.8459 198.133 10.9255C198.173 10.9654 198.253 11.1248 198.412 11.7224L201.52 30.0496V30.1691H202.078C201.36 31.5636 200.524 32.6792 199.567 33.5158C199.089 33.9143 198.651 34.1931 198.173 34.3525C197.735 34.5119 197.257 34.5916 196.779 34.5916C196.261 34.5916 195.743 34.5119 195.185 34.3525C194.946 34.2728 194.786 34.1931 194.667 34.1533C194.508 34.0736 194.348 34.0338 194.268 33.9939L193.95 33.8744L193.83 33.8346L193.79 33.9541L192.994 36.743L192.954 36.8625L193.073 36.9024L193.352 36.9821C193.711 37.1016 194.189 37.2211 194.786 37.3406L195.623 37.4602C195.902 37.5 196.34 37.5 196.858 37.5C197.416 37.5 198.053 37.3805 198.731 37.1813C200.444 36.6235 201.799 35.6673 202.755 34.3127C204.388 32.3604 206.5 28.7747 209.09 23.6749L211.002 20.0493C212.715 16.6229 213.552 13.7942 213.552 11.6427C213.512 8.69441 212.277 8.09678 211.201 8.09678ZM196.221 34.6314C196.38 34.6314 196.579 34.6712 196.739 34.6712C196.579 34.6712 196.42 34.6314 196.221 34.6314ZM197.496 34.5916C197.416 34.5916 197.336 34.5916 197.217 34.6314C197.336 34.6314 197.416 34.6314 197.496 34.5916ZM195.982 34.5916C195.703 34.5517 195.424 34.472 195.145 34.3924C195.424 34.5517 195.703 34.5916 195.982 34.5916ZM227.218 8.61473C226.341 8.25615 225.385 8.05694 224.309 8.05694C223.233 8.05694 222.237 8.21631 221.361 8.57488C219.608 9.25219 218.134 10.4076 216.938 12.081C215.185 14.5511 214.269 17.3799 214.269 20.5274C214.269 24.7108 215.624 27.42 218.293 28.5755H218.333C219.209 28.934 220.166 29.1332 221.241 29.1332C222.317 29.1332 223.313 28.9739 224.23 28.6153C225.983 27.938 227.457 26.7427 228.652 25.0694C230.405 22.5992 231.321 19.7704 231.321 16.6229C231.321 13.8738 230.724 11.7224 229.489 10.2482C228.811 9.57093 228.094 9.01314 227.218 8.61473ZM227.536 16.6628C227.536 19.0931 227.058 21.3243 226.102 23.2765C225.026 25.5076 223.592 26.6232 221.759 26.6232C219.209 26.6232 217.935 24.671 217.935 20.6071C217.935 19.9298 217.974 19.2126 218.054 18.4955C218.413 15.7464 219.209 13.6348 220.484 12.2005C221.401 11.1248 222.476 10.6068 223.712 10.6068C226.261 10.6068 227.536 12.5989 227.536 16.6628ZM250.326 25.428L250.246 25.3084L250.127 25.428L249.848 25.667C249.17 26.2646 248.772 26.424 248.613 26.4638C248.573 26.3443 248.533 26.0654 248.573 25.3084C248.613 24.7108 248.892 22.8382 249.449 19.7704C249.529 19.2923 249.688 18.4158 249.967 17.101C250.246 15.7464 250.366 14.5511 250.366 13.5153C250.366 11.6029 249.967 10.1686 249.21 9.29204C248.812 8.85378 248.374 8.4952 247.816 8.29599C247.298 8.09678 246.7 8.0171 246.103 8.0171C245.346 8.0171 244.589 8.17647 243.832 8.45536C242.079 9.09283 240.405 10.2084 238.931 11.8419L239.25 8.65457V8.57488L239.17 8.53504L238.214 8.05694H238.134L234.23 8.85378H234.15V8.93346L233.831 10.6068V10.6865L233.911 10.7263L235.505 11.4833L233.234 28.6551V28.8145H236.78V28.695L238.493 15.7862C239.369 14.5113 240.445 13.3957 241.68 12.4794C242.278 12.0411 242.836 11.6825 243.433 11.4435C243.991 11.2044 244.589 11.0849 245.186 11.0849C245.744 11.0849 246.143 11.2443 246.382 11.563C246.541 11.7622 246.621 12.0013 246.7 12.32C246.78 12.6786 246.82 13.2762 246.82 14.1527C246.82 15.0293 246.621 16.5831 246.182 18.8939L245.306 23.7148C245.226 24.2725 245.146 24.7905 245.067 25.3483C244.987 25.8662 244.947 26.2646 244.947 26.5435V27.0615C244.947 28.4559 245.744 29.2528 247.178 29.2528C247.696 29.2528 248.174 29.1731 248.613 28.9739C249.728 28.5356 250.525 27.8981 251.083 27.1013L251.202 26.9419L251.242 26.8623L251.202 26.7826L250.326 25.428ZM246.461 8.21631C246.541 8.21631 246.66 8.21631 246.74 8.25615C246.621 8.21631 246.541 8.21631 246.461 8.21631ZM247.736 8.41552C247.617 8.37567 247.497 8.33583 247.338 8.29599C247.457 8.37567 247.577 8.37567 247.736 8.41552ZM247.178 8.33583C247.099 8.29599 246.979 8.29599 246.9 8.29599C247.019 8.29599 247.099 8.29599 247.178 8.33583ZM245.146 8.21631C245.067 8.21631 244.987 8.21631 244.907 8.25615C244.987 8.29599 245.067 8.29599 245.146 8.21631ZM244.549 8.37567C244.469 8.37567 244.429 8.41552 244.35 8.41552C244.429 8.37567 244.509 8.37567 244.549 8.37567ZM261.362 20.0095C262.239 19.7306 263.155 19.4118 264.031 18.9736C264.908 18.5353 265.745 18.0572 266.422 17.4596C267.139 16.862 267.737 16.1847 268.175 15.4277C268.653 14.6308 268.892 13.6746 268.892 12.5192C268.892 11.3638 268.454 10.2881 267.577 9.4514C267.139 9.01314 266.581 8.69441 265.904 8.45536C265.267 8.21631 264.47 8.09678 263.553 8.09678C262.637 8.09678 261.721 8.25615 260.844 8.57488C258.215 9.53108 256.183 11.6029 254.828 14.6707C253.872 16.7424 253.394 18.9337 253.394 21.2047C253.394 24.7108 254.669 27.1412 257.179 28.4559C258.095 28.934 259.29 29.1731 260.725 29.1731C262.159 29.1731 263.753 28.6551 265.426 27.6193C266.302 27.0615 267.059 26.3443 267.697 25.4678L267.816 25.3084L267.856 25.2287L267.816 25.1491L266.86 23.4359L266.781 23.2765L266.661 23.396L266.382 23.6749C264.629 25.428 262.757 26.3045 260.844 26.3045C259.848 26.3045 259.091 25.9857 258.454 25.3483C258.175 25.0694 257.936 24.7108 257.736 24.3124C257.537 23.914 257.378 23.4757 257.298 23.0374C257.179 22.5992 257.139 22.2008 257.139 21.882C257.139 21.5633 257.099 21.2844 257.099 21.0454V20.7266C258.334 20.7266 259.768 20.4477 261.362 20.0095ZM258.972 13.3559C259.29 12.7981 259.689 12.32 260.087 11.8818C260.486 11.4833 260.964 11.1248 261.442 10.8857C261.92 10.6467 262.478 10.5271 263.155 10.5271C263.753 10.5271 264.231 10.7263 264.629 11.1248C265.028 11.5232 265.227 12.0411 265.227 12.7184C265.227 13.4356 265.107 14.0332 264.868 14.4715C264.39 15.3878 263.553 16.1847 262.398 16.8221C260.804 17.6986 259.091 18.2166 257.258 18.3361C257.418 17.2604 257.697 16.1448 258.135 15.0691C258.334 14.4715 258.613 13.8738 258.972 13.3559ZM141.518 8.37567C140.881 8.13662 140.084 8.0171 139.167 8.0171C138.251 8.0171 137.335 8.17647 136.458 8.4952C133.829 9.4514 131.797 11.5232 130.442 14.591C129.486 16.6628 129.008 18.8541 129.008 21.125C129.008 24.6311 130.283 27.0615 132.793 28.3762C133.709 28.8543 134.904 29.0934 136.339 29.0934C137.773 29.0934 139.367 28.5755 141.04 27.5396C141.916 26.9818 142.673 26.2646 143.311 25.3881L143.43 25.2287L143.47 25.1491L143.43 25.0694L142.474 23.3562L142.395 23.1968L142.275 23.3163L141.996 23.5952C140.243 25.3483 138.37 26.2248 136.458 26.2248C135.462 26.2248 134.705 25.9061 134.068 25.2686C133.789 24.9897 133.55 24.6311 133.35 24.2327C133.151 23.8343 132.992 23.396 132.912 22.9578C132.793 22.5195 132.753 22.1211 132.753 21.8024C132.753 21.4836 132.713 21.2047 132.713 20.9657V20.6469C133.988 20.5673 135.422 20.2884 137.016 19.8103C137.892 19.5314 138.809 19.2126 139.685 18.7744C140.562 18.3361 141.398 17.858 142.076 17.2604C142.793 16.6628 143.391 15.9855 143.829 15.2285C144.307 14.4316 144.546 13.4754 144.546 12.32C144.546 11.1646 144.108 10.0889 143.231 9.25219C142.753 9.01314 142.195 8.61472 141.518 8.37567ZM134.586 13.3559C134.904 12.7981 135.303 12.32 135.701 11.8818C136.1 11.4833 136.578 11.1248 137.056 10.8857C137.534 10.6467 138.092 10.5271 138.769 10.5271C139.367 10.5271 139.845 10.7263 140.243 11.1248C140.641 11.5232 140.841 12.0411 140.841 12.7184C140.841 13.4356 140.721 14.0332 140.482 14.4715C140.004 15.3878 139.167 16.1847 138.012 16.8221C136.418 17.6986 134.705 18.2166 132.872 18.3361C133.032 17.2604 133.311 16.1448 133.749 15.0691C133.948 14.4715 134.267 13.8738 134.586 13.3559Z\" fill=\"white\"/></svg><p>Optimize your website, create high ranking content, and save time with generative AI.</p></div></div><div><style>@container nfd-message (max-width: 768px) {	.nfd-message-cta-button {	font-size: 14px !important;	box-sizing: border-box;	width: 100%;	}	}</style><a	href=\"https://yoast.com/wordpress/plugins/seo/?utm_source=wp-marketplace&amp;utm_medium=brand-plugin\"	target=\"_blank\"	class=\"nfd-message-cta-button\"	style=\"background: #FCD34D; color: #78350F; display: inline-block; font-size: 14px; font-weight: 650; text-decoration: none; letter-spacing: .5px; padding: 10px 20px; border-radius: 4px; box-shadow: 0px 3.5px 0px 0px #CAA93E;\"	data-message-cta	data-message-contenteditable	data-action=\"load-nfd-ctb\"	data-ctb-id=\"57d6a568-783c-45e2-a388-847cff155897\"	>Learn More</a><img src=\"https://d2k7nyq3ix8wzh.cloudfront.net/fd2fcf66-2e29-4013-8b2f-d1eabacfbf05/images/messages/yoast-seo-logo.png \" alt=\"Yoast logo\"></div></div></div><img src=\'https://hiive.cloud/i.png?notification_id=49bedb5c-54e9-4989-bd46-a2ddddbe9383\' alt=\'\' width=\'1\' height=\'1\' style=\'position: absolute;\' />\";}i:1;a:5:{s:2:\"id\";s:36:\"9c332d8d-37ec-4c4d-acb0-5de9d319a665\";s:9:\"locations\";a:1:{i:0;a:2:{s:5:\"pages\";s:3:\"all\";s:7:\"context\";s:15:\"wp-admin-notice\";}}s:5:\"query\";N;s:10:\"expiration\";i:1753467766;s:7:\"content\";s:4684:\"<style> @media screen and (max-width:1160px) { .cta { background-image: none !important; padding-left: 26px !important; } } @media screen and (max-width:600px) { .cta { padding-left: 0 !important; height: auto !important; } .cta .body { flex-direction: column } .cta-button { display: block !important; width: 100% !important; margin-bottom: 15px; margin-top: 15px; } } .cta-button:hover { background: #2C6CC9 !important; color: white !important; }</style><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\"><link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&amp;display=swap\" rel=\"stylesheet\"><div style=\"padding: 10px 20px 0 0;clear: both;\"> <div style=\"background: #3575D3;display: flex;box-shadow: 0 1px 3px rgba(100,100,100,.2);position:relative;color: #fff;font-family: \'Open Sans\', sans-serif;justify-content: space-between;\" class=\"cta\"> <div style=\"display:flex;justify-content: left;padding-top: 15px;padding-bottom: 15px;grow: 1;\"><svg viewBox=\"0 0 116.8 19.3\" title=\"Bluehost Logo\" style=\"width: 136px;padding: 0 30px;grow: 0;\"> <g fill=\"#ffffff\"> <path d=\"M0 0h5.3v5.3H0zm6.8 0h5.3v5.3H6.8zm6.9 0H19v5.3h-5.3zM0 6.8h5.3v5.3H0zm6.8 0h5.3v5.3H6.8zm6.9 0H19v5.3h-5.3zM0 13.7h5.3V19H0zm6.8 0h5.3V19H6.8zM13.7 13.7H19V19h-5.3zM29.8 8.2c1.1-1 2.5-1.5 4-1.5 2.7 0 5.3 1.8 5.3 6.3s-2.9 6.3-6.1 6.3c-1.6 0-3.2-.4-4.6-1.3V0h1.4zm0 9.1c1 .5 2.1.8 3.2.8 2.5 0 4.8-1.5 4.8-5.1 0-3.2-1.8-5.1-4.1-5.1-1.5.1-2.9.8-3.9 1.9zM41.5 19V0h1.3v19zm5.8-4.7c0 2.9 1.4 3.7 2.8 3.7 1.8-.1 3.3-1.1 4.2-2.7V6.9h1.4v12.2h-1.4v-2.4c-1 1.5-2.8 2.5-4.6 2.5-1.9 0-3.8-1.1-3.8-4.8V6.9h1.4zm21.4 3.9c-1.3.7-2.8 1.1-4.3 1-4.1-.1-6.2-3.4-6.1-6.8 0-3.2 2.5-5.8 5.6-5.8h.4c3.3.1 5.5 2.7 5.1 6.6h-9.8c0 2.6 2.1 4.7 4.7 4.8h.1c1.3 0 2.6-.3 3.8-.9zm-.5-6.1c.1-2.2-1.6-4.1-3.8-4.2h-.2c-2.4-.1-4.4 1.8-4.5 4.2zm5.6-2.9c1-1.6 2.6-2.5 4.5-2.6 2.4 0 3.9 1.8 3.9 4.6V19h-1.3v-7.6c0-2.6-1.4-3.6-2.8-3.6-1.8.2-3.3 1.2-4.2 2.7V19h-1.3V0H74c-.2 0-.2 9.2-.2 9.2zm22.3 3.7c0 4-2.7 6.3-5.9 6.3-3.5 0-5.9-2.8-5.9-6.3-.2-3.3 2.3-6.1 5.6-6.3h.3c3.2.1 5.9 2.4 5.9 6.3zm-10.3 0c0 2.7 1.6 5 4.5 5s4.5-2.4 4.5-5-1.7-5-4.5-5-4.5 2.3-4.5 5zm13.4 4c1 .6 2.1 1 3.2 1 1.3 0 2.9-.5 2.8-1.8 0-1.1-1.2-2-3-2.7-2.1-.8-3.9-1.6-3.9-3.5s1.8-3.3 4.2-3.3c1.2 0 2.3.3 3.4.9l-.5 1.1c-.9-.5-1.8-.7-2.8-.7-2 0-2.9 1-2.9 2 0 1.3 1.5 1.8 3.4 2.6 2.9 1.1 3.6 2.5 3.6 3.6 0 1.9-1.8 3.1-4.2 3.1-1.4 0-2.7-.4-3.9-1.1zm16.4-10V8h-4v6.7c0 2 .8 3.2 2.6 3.3.8 0 1.6-.1 2.3-.5l.4 1.2c-.9.3-1.8.5-2.7.5-2.2 0-3.9-1.3-3.9-4.5V8H108V6.9h2.2V2.8h1.4v4.1z\"> </path> </g> </svg> <div style=\"margin: 0;line-height:24px;font-size: 16px;font-family:\'Open Sans\',sans-serif;display: flex;align-items: center;justify-content: space-between;grow: 2;\" class=\"body\"><span style=\"max-width: 600px;grow: 2;\">Protect sensitive visitor data by encrypting communication to your website with an SSL certificate.</span> <button style=\"border: 1px solid #2C6CC9;display: inline-flex;padding: 0.5rem 1rem;text-decoration: none;font-weight: bold;font-family: \'Open Sans\', sans-serif;font-size: 16px;margin: 0 18px;color: #2C6CC9;outline: 1px solid transparent;border-radius: 3px;shrink: 0;text-align: center;background: #fff;grow: 0;\" class=\"cta-button ctb-cta\" data-ctb-id=\"39331070-d1e4-4e24-94be-a5a91e9d3569\" data-action=\"load-nfd-ctb\">Buy Now</a></div> </div> <a href=\"\" data-action=\"close\" style=\"margin: 8px 10px 0 0;grow: 0;\" class=\"\"> <svg width=\"16px\" height=\"16px\" viewBox=\"0 0 20 20\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" style=\"\"> <title>Close</title> <g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"> <g transform=\"translate(-1357.000000, -226.000000)\"> <g transform=\"translate(1355.000000, 224.000000)\"> <rect x=\"0\" y=\"0\" width=\"24\" height=\"24\"></rect> <path d=\"M14.12125,12 L20.53125,5.59 L21.853125,4.268125 C22.048125,4.073125 22.048125,3.75625 21.853125,3.56125 L20.43875,2.146875 C20.24375,1.951875 19.926875,1.951875 19.731875,2.146875 L12,9.87875 L4.268125,2.14625 C4.073125,1.95125 3.75625,1.95125 3.56125,2.14625 L2.14625,3.560625 C1.95125,3.755625 1.95125,4.0725 2.14625,4.2675 L9.87875,12 L2.14625,19.731875 C1.95125,19.926875 1.95125,20.24375 2.14625,20.43875 L3.560625,21.853125 C3.755625,22.048125 4.0725,22.048125 4.2675,21.853125 L12,14.12125 L18.41,20.53125 L19.731875,21.853125 C19.926875,22.048125 20.24375,22.048125 20.43875,21.853125 L21.853125,20.43875 C22.048125,20.24375 22.048125,19.926875 21.853125,19.731875 L14.12125,12 Z\" fill=\"#fff\"></path> </g> </g> </g> </svg></a> </div></div><img src=\'https://hiive.cloud/i.png?notification_id=9c332d8d-37ec-4c4d-acb0-5de9d319a665\' alt=\'\' width=\'1\' height=\'1\' style=\'position: absolute;\' />\";}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165185, '_transient_timeout_jetpack_sync_last_checked_queue_state_sync', 1756046275, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165186, '_transient_jetpack_sync_last_checked_queue_state_sync', 'a:2:{i:0;i:0;i:1;d:0;}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165187, '_transient_timeout_instawp_generate_large_files', 1756049850, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165188, '_transient_instawp_generate_large_files', 1, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165189, 'instawp_large_files_list', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165190, 'instawp_default_user', 1, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165191, 'instawp_sync_tab_roles', 'a:1:{i:0;s:13:\"administrator\";}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165196, '_transient_timeout_et_core_path', 1756132968, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165197, '_transient_et_core_path', '/home/cekozibafi7273/web/blameless-giraffe-64bb67.instawp.xyz/public_html/wp-content/themes/Divi/core', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165198, '_transient_timeout_et_core_version', 1756132968, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165199, '_transient_et_core_version', '4.27.4', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165200, '_transient_timeout_as-post-store-dependencies-met', 1756132647, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165201, '_transient_as-post-store-dependencies-met', 'yes', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165202, '_transient_timeout_jetpack_sync_callables_await', 1756046307, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165203, '_transient_jetpack_sync_callables_await', 1756046247.6858, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165204, '_transient_timeout_jetpack_plugin_api_action_links_refresh', 1756132647, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165205, '_transient_jetpack_plugin_api_action_links_refresh', 1756046247, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165206, '_transient_timeout_jetpack_last_plugin_sync', 1756049847, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165207, '_transient_jetpack_last_plugin_sync', 1756046247, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165208, 'jetpack_nonce_1756046247_zYjVuCoPJ6', 1756046248, 'no');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165210, 'instawp_heartbeat_failed', 2, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165212, '_transient_timeout_instawp_site_size_check_files_83414d4efa6256a60dcc182041707bc7', 1756049858, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165213, '_transient_instawp_site_size_check_files_83414d4efa6256a60dcc182041707bc7', 1006016006, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165214, '_transient_timeout_instawp_site_size_check_db_d751713988987e9331980363e24189ce', 1756049858, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165215, '_transient_instawp_site_size_check_db_d751713988987e9331980363e24189ce', 13434880, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165221, 'action_scheduler_migration_status', 'complete', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165222, 'as_has_wp_comment_logs', 'no', 'on');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165224, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1756046567;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:9:{s:23:\"appmysite/appmysite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/appmysite\";s:4:\"slug\";s:9:\"appmysite\";s:6:\"plugin\";s:23:\"appmysite/appmysite.php\";s:11:\"new_version\";s:6:\"3.13.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/appmysite/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/appmysite.3.13.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/appmysite/assets/icon.svg?rev=2244403\";s:3:\"svg\";s:54:\"https://ps.w.org/appmysite/assets/icon.svg?rev=2244403\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/appmysite/assets/banner-1544x500.png?rev=2829272\";s:2:\"1x\";s:64:\"https://ps.w.org/appmysite/assets/banner-772x250.png?rev=2829272\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:35:\"instawp-connect/instawp-connect.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/instawp-connect\";s:4:\"slug\";s:15:\"instawp-connect\";s:6:\"plugin\";s:35:\"instawp-connect/instawp-connect.php\";s:11:\"new_version\";s:7:\"0.1.1.6\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/instawp-connect/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/instawp-connect.0.1.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/instawp-connect/assets/icon-256x256.png?rev=2812065\";s:2:\"1x\";s:68:\"https://ps.w.org/instawp-connect/assets/icon-128x128.png?rev=2812065\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/instawp-connect/assets/banner-1544x500.png?rev=3245569\";s:2:\"1x\";s:70:\"https://ps.w.org/instawp-connect/assets/banner-772x250.png?rev=3245569\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:6:\"14.9.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/jetpack.14.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";}s:25:\"loginpress/loginpress.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/loginpress\";s:4:\"slug\";s:10:\"loginpress\";s:6:\"plugin\";s:25:\"loginpress/loginpress.php\";s:11:\"new_version\";s:5:\"5.0.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/loginpress/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/loginpress.5.0.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/loginpress/assets/icon-256x256.png?rev=3005027\";s:2:\"1x\";s:63:\"https://ps.w.org/loginpress/assets/icon-128x128.png?rev=3005027\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/loginpress/assets/banner-1544x500.png?rev=3320535\";s:2:\"1x\";s:65:\"https://ps.w.org/loginpress/assets/banner-772x250.png?rev=3320535\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:29:\"ninja-tables/ninja-tables.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/ninja-tables\";s:4:\"slug\";s:12:\"ninja-tables\";s:6:\"plugin\";s:29:\"ninja-tables/ninja-tables.php\";s:11:\"new_version\";s:5:\"5.2.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/ninja-tables/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/ninja-tables.5.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/ninja-tables/assets/icon-256x256.png?rev=3337819\";s:2:\"1x\";s:65:\"https://ps.w.org/ninja-tables/assets/icon-128x128.png?rev=3337819\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/ninja-tables/assets/banner-1544x500.png?rev=2798378\";s:2:\"1x\";s:67:\"https://ps.w.org/ninja-tables/assets/banner-772x250.png?rev=2798378\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:41:\"password-protected/password-protected.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/password-protected\";s:4:\"slug\";s:18:\"password-protected\";s:6:\"plugin\";s:41:\"password-protected/password-protected.php\";s:11:\"new_version\";s:5:\"2.7.9\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/password-protected/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/password-protected.2.7.9.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/password-protected/assets/icon-128x128.gif?rev=2824217\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/password-protected/assets/banner-1544x500.jpg?rev=3107315\";s:2:\"1x\";s:73:\"https://ps.w.org/password-protected/assets/banner-772x250.jpg?rev=3107315\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:20:\"printfriendly/pf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/printfriendly\";s:4:\"slug\";s:13:\"printfriendly\";s:6:\"plugin\";s:20:\"printfriendly/pf.php\";s:11:\"new_version\";s:5:\"5.5.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/printfriendly/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/printfriendly.5.5.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/printfriendly/assets/icon-256x256.png?rev=2951152\";s:2:\"1x\";s:66:\"https://ps.w.org/printfriendly/assets/icon-128x128.png?rev=2951152\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/printfriendly/assets/banner-772x250.png?rev=2953595\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.8.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.8.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}}s:7:\"checked\";a:14:{s:23:\"appmysite/appmysite.php\";s:6:\"3.13.3\";s:29:\"divi-booster/divi-booster.php\";s:5:\"4.6.1\";s:25:\"divi-pixel/divi-pixel.php\";s:6:\"2.45.0\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.5\";s:35:\"instawp-connect/instawp-connect.php\";s:7:\"0.1.1.6\";s:19:\"jetpack/jetpack.php\";s:6:\"14.9.1\";s:25:\"loginpress/loginpress.php\";s:5:\"5.0.0\";s:29:\"ninja-tables/ninja-tables.php\";s:5:\"5.2.2\";s:37:\"ninja-tables-pro/ninja-tables-pro.php\";s:5:\"5.2.2\";s:41:\"password-protected/password-protected.php\";s:5:\"2.7.9\";s:20:\"printfriendly/pf.php\";s:5:\"5.5.6\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:5:\"4.5.1\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.8.4\";s:37:\"wp-file-download/wp-file-download.php\";s:5:\"6.2.9\";}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165225, 'schema-ActionScheduler_StoreSchema', '7.0.1756046567', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165226, 'schema-ActionScheduler_LoggerSchema', '3.0.1756046567', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165227, 'instawp_api_options', 'a:6:{s:7:\"api_key\";s:47:\"111871|oAZMGCaXDmPDBRKqkZSlB5gJbeARrhLKSij5Vimk\";s:3:\"jwt\";s:488:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2FwcC5pbnN0YXdwLmlvL2FwaS92Mi9jb25uZWN0cy8yMDE2ODUvZ2VuZXJhdGUtdG9rZW4iLCJpYXQiOjE3NTYwNDY1NjksImV4cCI6MTc1NjA1MDE2OSwibmJmIjoxNzU2MDQ2NTY5LCJqdGkiOiJUVzEzaExCSnR2anB4VFBZIiwic3ViIjoiNDI3MDciLCJwcnYiOiIyM2JkNWM4OTQ5ZjYwMGFkYjM5ZTcwMWM0MDA4NzJkYjdhNTk3NmY3IiwiY2xhaW0iOnsiaWQiOjQyNzA3LCJuYW1lIjoid29yZHByZXNzLWNvZSIsImVtYWlsIjoid29yZHByZXNzLWNvZUBuZXdmb2xkLmNvbSIsInRlYW1faWQiOjQyODY1fX0.-2262RlyikPRcw9BVn8R2RHsEIotU3b54KFGMvjE8ns\";s:6:\"origin\";s:32:\"42519c45ee22175954f3cfdd0c3d39ef\";s:8:\"response\";a:5:{s:6:\"status\";b:1;s:4:\"name\";s:13:\"wordpress-coe\";s:5:\"email\";s:25:\"wordpress-coe@newfold.com\";s:9:\"team_name\";s:8:\"Bluehost\";s:10:\"permisions\";a:1:{i:0;s:1:\"*\";}}s:10:\"connect_id\";i:201685;s:12:\"connect_uuid\";s:36:\"438da435-f0f0-48f5-85db-307a2ab50dff\";}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165228, '_site_transient_timeout_wp_theme_files_patterns-4592ad108171390910e8403445f15740', 1756048368, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165229, '_site_transient_wp_theme_files_patterns-4592ad108171390910e8403445f15740', 'a:2:{s:7:\"version\";s:6:\"4.27.4\";s:8:\"patterns\";a:0:{}}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165230, '_transient_timeout_nfd_data_connection_throttle', 1756050169, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165231, '_transient_nfd_data_connection_throttle', 1, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165234, 'nfd_data_connection_attempts', 1, 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165235, 'instawp_staging_sites', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165236, 'nfd_data_token', 'J+Qy5VgjjgyjmLrhqvMBHFl5V0labEtIRmJIVzBWcjRuZi84aGtHOGdQczBWV2FHUlJKOVhkbkhWQnFoalhpU0NhcklNbE1oaFZBWGNNdk03MTZjRC9XU21lUkFhM3VRY0hrSE9kckE3NGVyNVYxRnBKeTBaaDIzQWxCbnJ2V1V5cDN5a01sUGdiUGtZei9IRGxCNVNrUFo2S1pTWWhhSm5GLzljTEpDNFR4c01QbU0yZz09', 'auto');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165240, '_transient_timeout_jetpack_update_remote_package_last_query', 1756046753, 'off');

INSERT IGNORE INTO `wp80_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165241, '_transient_jetpack_update_remote_package_last_query', 1756046693, 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=26058 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11, 10, '_wp_attached_file', '2024/07/site-logo.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12, 10, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:433;s:4:\"file\";s:21:\"2024/07/site-logo.png\";s:8:\"filesize\";i:55384;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"site-logo-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6464;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"site-logo-1024x222.png\";s:5:\"width\";i:1024;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25944;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"site-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4997;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"site-logo-768x166.png\";s:5:\"width\";i:768;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18737;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"site-logo-1536x333.png\";s:5:\"width\";i:1536;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41564;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"site-logo-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14605;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"site-logo-1080x433.png\";s:5:\"width\";i:1080;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31910;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"site-logo-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14667;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"site-logo-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19471;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"site-logo-1080x234.png\";s:5:\"width\";i:1080;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27476;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"site-logo-400x433.png\";s:5:\"width\";i:400;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12784;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"site-logo-1280x277.png\";s:5:\"width\";i:1280;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33630;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"site-logo-980x212.png\";s:5:\"width\";i:980;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24610;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"site-logo-480x104.png\";s:5:\"width\";i:480;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11006;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15, 36, '_wp_attached_file', '2014/09/logo-300.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16, 36, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:54;s:4:\"file\";s:20:\"2014/09/logo-300.png\";s:8:\"filesize\";i:3116;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"logo-300-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1011;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17, 37, '_wp_attached_file', '2014/09/B-16x16-black.gif');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18, 37, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:25:\"2014/09/B-16x16-black.gif\";s:8:\"filesize\";i:1406;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19, 38, '_wp_attached_file', '2014/09/bug-32.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20, 38, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:18:\"2014/09/bug-32.png\";s:8:\"filesize\";i:2425;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21, 42, '_wp_attached_file', '2014/09/bg-1600x900-1.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22, 42, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2014/09/bg-1600x900-1.jpg\";s:8:\"filesize\";i:115515;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"bg-1600x900-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10010;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62521;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"bg-1600x900-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5663;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"bg-1600x900-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40810;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-1-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113259;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"bg-1600x900-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15369;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67320;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"bg-1600x900-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17509;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"bg-1600x900-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26523;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67320;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"bg-1600x900-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28154;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-1-1280x800.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86205;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"bg-1600x900-1-980x613.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58722;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"bg-1600x900-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20029;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23, 183, '_wp_attached_file', '2014/09/bg-1600x900-bw.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24, 183, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2014/09/bg-1600x900-bw.jpg\";s:8:\"filesize\";i:37237;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-bw-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2869;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"bg-1600x900-bw-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13301;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-bw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2037;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-bw-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8793;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"bg-1600x900-bw-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23903;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-bw-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3935;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"bg-1600x900-bw-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14277;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-bw-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4332;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-bw-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6124;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"bg-1600x900-bw-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14277;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-bw-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6564;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"bg-1600x900-bw-1280x800.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18271;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-bw-980x613.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12450;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"bg-1600x900-bw-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4864;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25, 515, '_wp_attached_file', '2014/10/Lockton_logo_RGB.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26, 515, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:137;s:4:\"file\";s:28:\"2014/10/Lockton_logo_RGB.png\";s:8:\"filesize\";i:6695;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Lockton_logo_RGB-150x137.png\";s:5:\"width\";i:150;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6083;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27, 531, '_wp_attached_file', '2014/09/pic-couple.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28, 531, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:22:\"2014/09/pic-couple.jpg\";s:8:\"filesize\";i:19407;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"pic-couple-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"pic-couple-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5871;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"pic-couple-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17303;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"pic-couple-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18587;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"pic-couple-510x338.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26802;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"pic-couple-400x338.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21795;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"pic-couple-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20792;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29, 532, '_wp_attached_file', '2014/09/pic-nurse.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (30, 532, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:21:\"2014/09/pic-nurse.jpg\";s:8:\"filesize\";i:23855;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"pic-nurse-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12785;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"pic-nurse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7436;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"pic-nurse-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20822;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"pic-nurse-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23162;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"pic-nurse-510x338.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32696;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"pic-nurse-400x338.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28243;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"pic-nurse-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24825;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31, 533, '_wp_attached_file', '2014/09/pic-family.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (32, 533, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:22:\"2014/09/pic-family.jpg\";s:8:\"filesize\";i:40164;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"pic-family-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"pic-family-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8933;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"pic-family-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29992;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"pic-family-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32503;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"pic-family-510x338.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49459;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"pic-family-400x338.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40344;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"pic-family-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37019;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33, 539, '_wp_attached_file', '2014/09/bg-1920x1080-bluegrad.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34, 539, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2014/09/bg-1920x1080-bluegrad.jpg\";s:8:\"filesize\";i:75611;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5038;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"bg-1920x1080-bluegrad-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27519;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17660;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"bg-1920x1080-bluegrad-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52518;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7879;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"bg-1920x1080-bluegrad-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33589;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8896;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13112;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"bg-1920x1080-bluegrad-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29781;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12822;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"bg-1920x1080-bluegrad-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39140;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25679;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"bg-1920x1080-bluegrad-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9051;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35, 562, '_wp_attached_file', '2014/11/bg-1920x1080-clouds.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36, 562, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2014/11/bg-1920x1080-clouds.jpg\";s:8:\"filesize\";i:71336;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5903;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"bg-1920x1080-clouds-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3647;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18929;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"bg-1920x1080-clouds-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53888;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8532;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"bg-1920x1080-clouds-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33305;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9033;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12761;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"bg-1920x1080-clouds-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31006;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12538;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"bg-1920x1080-clouds-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40479;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26978;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"bg-1920x1080-clouds-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10182;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37, 566, '_wp_attached_file', '2014/11/active-couple.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38, 566, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:739;s:4:\"file\";s:25:\"2014/11/active-couple.jpg\";s:8:\"filesize\";i:37614;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"active-couple-162x300.jpg\";s:5:\"width\";i:162;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10333;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"active-couple-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6060;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"active-couple-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14380;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"active-couple-400x675.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35671;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"active-couple-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15986;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"active-couple-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21489;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"active-couple-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28476;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39, 578, '_wp_attached_file', '2014/09/new-hire-tn.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (40, 578, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:23:\"2014/09/new-hire-tn.jpg\";s:8:\"filesize\";i:32927;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"new-hire-tn-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14393;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"new-hire-tn-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7158;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"new-hire-tn-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20864;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"new-hire-tn-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21995;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"new-hire-tn-400x333.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27868;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"new-hire-tn-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27340;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (41, 623, '_wp_attached_file', '2014/09/2016-1.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42, 623, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2014/09/2016-1.jpg\";s:8:\"filesize\";i:100861;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"2016-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25542;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"2016-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18207;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"2016-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33708;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"2016-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35846;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"2016-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38374;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"2016-1-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39590;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43, 624, '_wp_attached_file', '2014/09/2016-2.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44, 624, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2014/09/2016-2.jpg\";s:8:\"filesize\";i:164618;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"2016-2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"2016-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19198;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"2016-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43182;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"2016-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47483;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"2016-2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56840;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"2016-2-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55063;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45, 625, '_wp_attached_file', '2014/09/2016-3.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46, 625, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2014/09/2016-3.jpg\";s:8:\"filesize\";i:163427;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"2016-3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40149;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"2016-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26570;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"2016-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54906;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"2016-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58177;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"2016-3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63808;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"2016-3-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66393;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47, 626, '_wp_attached_file', '2014/09/2016-4.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48, 626, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2014/09/2016-4.jpg\";s:8:\"filesize\";i:147145;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"2016-4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36177;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"2016-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24564;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"2016-4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49230;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"2016-4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52330;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"2016-4-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57566;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"2016-4-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58861;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49, 676, '_wp_attached_file', '2014/09/bg-professional-1920x1080-1.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (50, 676, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:39:\"2014/09/bg-professional-1920x1080-1.jpg\";s:8:\"filesize\";i:186891;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5460;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"bg-professional-1920x1080-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57511;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3131;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31722;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"bg-professional-1920x1080-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126211;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9786;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"bg-professional-1920x1080-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72266;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11119;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19266;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"bg-professional-1920x1080-1-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64109;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20925;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:40:\"bg-professional-1920x1080-1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89747;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52878;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"bg-professional-1920x1080-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12267;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (51, 682, '_wp_attached_file', '2014/09/2017-01.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (52, 682, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2014/09/2017-01.jpg\";s:8:\"filesize\";i:41361;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"2017-01-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"2017-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9292;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"2017-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28507;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"2017-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31199;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"2017-01-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35329;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"2017-01-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35853;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (53, 683, '_wp_attached_file', '2014/09/2017-02.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (54, 683, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2014/09/2017-02.jpg\";s:8:\"filesize\";i:25644;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"2017-02-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12456;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"2017-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6806;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"2017-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18704;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"2017-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20487;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"2017-02-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22459;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"2017-02-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23568;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (55, 684, '_wp_attached_file', '2014/09/2017-03.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (56, 684, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2014/09/2017-03.jpg\";s:8:\"filesize\";i:49774;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"2017-03-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21270;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"2017-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10499;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"2017-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33670;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"2017-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36769;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"2017-03-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41377;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"2017-03-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42399;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (57, 685, '_wp_attached_file', '2014/09/2017-04.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (58, 685, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2014/09/2017-04.jpg\";s:8:\"filesize\";i:52338;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"2017-04-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21565;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"2017-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10708;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"2017-04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34637;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"2017-04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37769;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"2017-04-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42424;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"2017-04-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44325;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (59, 701, '_wp_attached_file', '2014/09/2017-05.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60, 701, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2014/09/2017-05.jpg\";s:8:\"filesize\";i:50967;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"2017-05-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21129;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"2017-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10886;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"2017-05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33839;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"2017-05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37010;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"2017-05-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42294;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"2017-05-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42953;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61, 706, '_wp_attached_file', '2014/09/brainshark-thumb.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62, 706, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:536;s:4:\"file\";s:28:\"2014/09/brainshark-thumb.jpg\";s:8:\"filesize\";i:275441;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34166;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21511;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109878;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43568;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48242;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67521;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66258;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"brainshark-thumb-480x322.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60017;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (63, 746, '_wp_attached_file', '2017/10/home-1920.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (64, 746, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2017/10/home-1920.jpg\";s:8:\"filesize\";i:477712;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"home-1920-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21818;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"home-1920-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158804;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"home-1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10991;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"home-1920-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98778;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"home-1920-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304503;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"home-1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36672;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"home-1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185806;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"home-1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40317;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"home-1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61750;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"home-1920-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172222;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"home-1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57905;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"home-1920-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:227296;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"home-1920-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148808;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"home-1920-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45973;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65, 750, '_wp_attached_file', '2014/09/welcome-2018.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66, 750, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1158;s:6:\"height\";i:217;s:4:\"file\";s:24:\"2014/09/welcome-2018.png\";s:8:\"filesize\";i:18411;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"welcome-2018-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6159;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"welcome-2018-1024x192.png\";s:5:\"width\";i:1024;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27335;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"welcome-2018-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2847;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"welcome-2018-768x144.png\";s:5:\"width\";i:768;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19328;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"welcome-2018-400x217.png\";s:5:\"width\";i:400;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5127;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"welcome-2018-1080x217.png\";s:5:\"width\";i:1080;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18737;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"welcome-2018-400x217.png\";s:5:\"width\";i:400;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5127;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"welcome-2018-510x217.png\";s:5:\"width\";i:510;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7328;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"welcome-2018-1080x202.png\";s:5:\"width\";i:1080;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29009;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"welcome-2018-400x217.png\";s:5:\"width\";i:400;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5127;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"welcome-2018-980x184.png\";s:5:\"width\";i:980;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26000;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"welcome-2018-480x90.png\";s:5:\"width\";i:480;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11229;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67, 756, '_wp_attached_file', '2017/10/2018-Brookfield-Important-Notices.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68, 756, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"2018-Brookfield-Important-Notices-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252364;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"2018-Brookfield-Important-Notices-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28300;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"2018-Brookfield-Important-Notices-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139237;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"2018-Brookfield-Important-Notices-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19864;}}s:8:\"filesize\";i:80164;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (69, 764, '_wp_attached_file', '2014/09/intro-family.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70, 764, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:651;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2014/09/intro-family.png\";s:8:\"filesize\";i:827073;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"intro-family-195x300.png\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88097;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"intro-family-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39650;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"intro-family-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158859;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"intro-family-651x675.png\";s:5:\"width\";i:651;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:673735;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"intro-family-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176938;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"intro-family-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:292086;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"intro-family-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:292896;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"intro-family-480x737.png\";s:5:\"width\";i:480;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:466934;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (71, 782, '_wp_attached_file', '2017/10/2019-wellness-premium-incentive.gif');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72, 782, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1253;s:6:\"height\";i:272;s:4:\"file\";s:43:\"2017/10/2019-wellness-premium-incentive.gif\";s:8:\"filesize\";i:27223;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"2019-wellness-premium-incentive-300x65.gif\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:9457;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"2019-wellness-premium-incentive-1024x222.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:43333;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6823;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-768x167.gif\";s:5:\"width\";i:768;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:30896;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-400x250.gif\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:20067;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"2019-wellness-premium-incentive-1080x272.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:23441;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-400x272.gif\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:9431;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-510x272.gif\";s:5:\"width\";i:510;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:11096;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"2019-wellness-premium-incentive-1080x234.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:47883;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-400x272.gif\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:9431;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-980x213.gif\";s:5:\"width\";i:980;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:41643;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"2019-wellness-premium-incentive-480x104.gif\";s:5:\"width\";i:480;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:17765;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73, 785, '_wp_attached_file', '2017/10/2019-wellness-premium-incentive-gold.gif');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74, 785, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1197;s:6:\"height\";i:203;s:4:\"file\";s:48:\"2017/10/2019-wellness-premium-incentive-gold.gif\";s:8:\"filesize\";i:18415;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"2019-wellness-premium-incentive-gold-300x51.gif\";s:5:\"width\";i:300;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6639;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"2019-wellness-premium-incentive-gold-1024x174.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:29571;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:3113;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-768x130.gif\";s:5:\"width\";i:768;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:20233;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-400x203.gif\";s:5:\"width\";i:400;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5213;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"2019-wellness-premium-incentive-gold-1080x203.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:16629;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-400x203.gif\";s:5:\"width\";i:400;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5213;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-510x203.gif\";s:5:\"width\";i:510;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7441;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:49:\"2019-wellness-premium-incentive-gold-1080x183.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:30885;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-400x203.gif\";s:5:\"width\";i:400;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5213;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"2019-wellness-premium-incentive-gold-980x166.gif\";s:5:\"width\";i:980;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:28155;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"2019-wellness-premium-incentive-gold-480x81.gif\";s:5:\"width\";i:480;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:12384;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (75, 813, '_wp_attached_file', '2017/10/bwell-1.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (76, 813, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:582;s:4:\"file\";s:19:\"2017/10/bwell-1.png\";s:8:\"filesize\";i:268838;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"bwell-1-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"bwell-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11757;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"bwell-1-768x447.png\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152358;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"bwell-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51289;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"bwell-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57258;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"bwell-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90279;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"bwell-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57581;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"bwell-1-980x570.png\";s:5:\"width\";i:980;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:231818;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"bwell-1-480x279.png\";s:5:\"width\";i:480;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66814;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (77, 816, '_wp_attached_file', '2017/10/bwell-2.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (78, 816, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:4:\"file\";s:19:\"2017/10/bwell-2.png\";s:8:\"filesize\";i:740609;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"bwell-2-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51279;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"bwell-2-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:459145;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"bwell-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18663;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"bwell-2-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:459145;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"bwell-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61700;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"bwell-2-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:337578;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"bwell-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72609;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"bwell-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117055;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"bwell-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142818;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"bwell-2-980x1306.png\";s:5:\"width\";i:980;s:6:\"height\";i:1306;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:702523;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"bwell-2-480x640.png\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200065;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (79, 817, '_wp_attached_file', '2017/10/bwell-2-1.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (80, 817, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:488;s:6:\"height\";i:1333;s:4:\"file\";s:21:\"2017/10/bwell-2-1.png\";s:8:\"filesize\";i:517300;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-110x300.png\";s:5:\"width\";i:110;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35703;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"bwell-2-1-375x1024.png\";s:5:\"width\";i:375;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:321255;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22262;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83097;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-488x675.png\";s:5:\"width\";i:488;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:239850;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92519;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-488x382.png\";s:5:\"width\";i:488;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137831;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"bwell-2-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161397;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"bwell-2-1-480x1311.png\";s:5:\"width\";i:480;s:6:\"height\";i:1311;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:496315;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (81, 819, '_wp_attached_file', '2017/10/bwell-3.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (82, 819, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:488;s:6:\"height\";i:584;s:4:\"file\";s:19:\"2017/10/bwell-3.png\";s:8:\"filesize\";i:217838;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"bwell-3-251x300.png\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63733;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"bwell-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22852;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"bwell-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78484;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"bwell-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86799;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"bwell-3-488x382.png\";s:5:\"width\";i:488;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126778;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"bwell-3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161408;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"bwell-3-480x574.png\";s:5:\"width\";i:480;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200379;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (83, 850, '_wp_attached_file', '2014/09/mixed-family.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (84, 850, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:614;s:4:\"file\";s:24:\"2014/09/mixed-family.png\";s:8:\"filesize\";i:742627;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"mixed-family-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105159;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"mixed-family-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41308;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"mixed-family-768x589.png\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:624692;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"mixed-family-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151027;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"mixed-family-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167085;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"mixed-family-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:281718;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"mixed-family-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:342607;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"mixed-family-480x368.png\";s:5:\"width\";i:480;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:256082;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85, 869, '_wp_attached_file', '2017/12/email-head-650.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86, 869, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:650;s:6:\"height\";i:92;s:4:\"file\";s:26:\"2017/12/email-head-650.jpg\";s:8:\"filesize\";i:30578;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"email-head-650-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5983;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"email-head-650-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4240;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"email-head-650-400x92.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11187;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"email-head-650-400x92.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11187;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"email-head-650-510x92.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14987;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"email-head-650-400x92.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11187;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"email-head-650-480x68.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11451;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87, 886, '_wp_attached_file', '2018/09/header_bg.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88, 886, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1840;s:6:\"height\";i:786;s:4:\"file\";s:21:\"2018/09/header_bg.jpg\";s:8:\"filesize\";i:900643;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"header_bg-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31173;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"header_bg-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148317;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"header_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22911;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"header_bg-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97028;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"header_bg-1536x656.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272152;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"header_bg-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49220;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"header_bg-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190096;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"header_bg-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50756;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"header_bg-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71196;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"header_bg-1080x461.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160029;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"header_bg-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60849;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"header_bg-1280x547.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204710;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"header_bg-980x419.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139070;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"header_bg-480x205.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51857;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (89, 887, '_wp_attached_file', '2018/09/header_main.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (90, 887, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1840;s:6:\"height\";i:786;s:4:\"file\";s:23:\"2018/09/header_main.jpg\";s:8:\"filesize\";i:677181;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"header_main-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19625;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"header_main-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"header_main-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15509;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"header_main-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52709;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"header_main-1536x656.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138071;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"header_main-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28763;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"header_main-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97158;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"header_main-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29586;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"header_main-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39264;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"header_main-1080x461.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83390;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"header_main-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34030;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"header_main-1280x547.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105769;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"header_main-980x419.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73258;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"header_main-480x205.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29939;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (91, 939, '_wp_attached_file', '2018/10/waterdrops1920x1080.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (92, 939, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2018/10/waterdrops1920x1080.jpg\";s:8:\"filesize\";i:422202;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15051;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"waterdrops1920x1080-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124800;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72150;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"waterdrops1920x1080-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265702;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25751;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"waterdrops1920x1080-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156010;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28938;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46447;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"waterdrops1920x1080-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138072;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49848;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"waterdrops1920x1080-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189863;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115300;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"waterdrops1920x1080-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31421;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93, 958, '_wp_attached_file', '2018/10/savings.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94, 958, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1598;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2018/10/savings.jpg\";s:8:\"filesize\";i:238546;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"savings-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15351;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"savings-1024x692.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"savings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7701;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"savings-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67247;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"savings-1536x1038.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1038;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213518;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"savings-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22588;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"savings-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113318;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"savings-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24958;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"savings-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38846;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"savings-1080x730.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:730;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118343;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"savings-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36761;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"savings-1280x865.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158192;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"savings-980x662.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101227;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"savings-480x324.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31442;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (95, 982, '_wp_attached_file', '2018/10/graphic2.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (96, 982, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:488;s:6:\"height\";i:584;s:4:\"file\";s:20:\"2018/10/graphic2.png\";s:8:\"filesize\";i:1162371;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"graphic2-251x300.png\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"graphic2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23791;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"graphic2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68825;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"graphic2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74464;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"graphic2-488x382.png\";s:5:\"width\";i:488;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84841;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"graphic2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157263;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"graphic2-480x574.png\";s:5:\"width\";i:480;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:188766;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (97, 985, '_wp_attached_file', '2018/10/graphic1.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (98, 985, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:488;s:6:\"height\";i:1333;s:4:\"file\";s:20:\"2018/10/graphic1.png\";s:8:\"filesize\";i:328070;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"graphic1-110x300.png\";s:5:\"width\";i:110;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36794;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"graphic1-375x1024.png\";s:5:\"width\";i:375;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:299766;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"graphic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22140;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"graphic1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73751;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"graphic1-488x675.png\";s:5:\"width\";i:488;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142183;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"graphic1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81528;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"graphic1-488x382.png\";s:5:\"width\";i:488;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84748;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"graphic1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140739;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"graphic1-480x1311.png\";s:5:\"width\";i:480;s:6:\"height\";i:1311;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:436292;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (99, 1015, '_wp_attached_file', '2018/10/welcome-2019.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (100, 1015, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1158;s:6:\"height\";i:217;s:4:\"file\";s:24:\"2018/10/welcome-2019.png\";s:8:\"filesize\";i:1021856;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"welcome-2019-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6256;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"welcome-2019-1024x192.png\";s:5:\"width\";i:1024;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24427;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"welcome-2019-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3103;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"welcome-2019-768x144.png\";s:5:\"width\";i:768;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18013;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"welcome-2019-400x217.png\";s:5:\"width\";i:400;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4822;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"welcome-2019-1080x217.png\";s:5:\"width\";i:1080;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14527;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"welcome-2019-400x217.png\";s:5:\"width\";i:400;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4822;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"welcome-2019-510x217.png\";s:5:\"width\";i:510;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6118;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"welcome-2019-1080x202.png\";s:5:\"width\";i:1080;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26078;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"welcome-2019-400x217.png\";s:5:\"width\";i:400;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4822;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"welcome-2019-980x184.png\";s:5:\"width\";i:980;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23332;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"welcome-2019-480x90.png\";s:5:\"width\";i:480;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10870;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (101, 1017, '_wp_attached_file', '2018/10/home_header.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (102, 1017, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1840;s:6:\"height\";i:786;s:4:\"file\";s:23:\"2018/10/home_header.jpg\";s:8:\"filesize\";i:576062;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"home_header-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5537;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"home_header-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30613;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"home_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4031;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"home_header-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19245;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"home_header-1536x656.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62176;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"home_header-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10321;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"home_header-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50392;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"home_header-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10994;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"home_header-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16491;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"home_header-1080x461.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33506;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"home_header-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16767;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"home_header-1280x547.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45371;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"home_header-980x419.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28867;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"home_header-480x205.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9994;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (103, 1116, '_wp_attached_file', '2018/10/home1.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (104, 1116, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:17:\"2018/10/home1.jpg\";s:8:\"filesize\";i:1271534;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"home1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14115;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"home1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97199;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"home1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8308;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"home1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60223;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"home1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190845;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"home1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24362;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"home1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121661;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"home1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27618;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"home1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42587;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"home1-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105743;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"home1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48572;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"home1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140260;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"home1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90180;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"home1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28561;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (105, 1119, '_wp_attached_file', '2018/10/medical1.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (106, 1119, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2018/10/medical1.jpg\";s:8:\"filesize\";i:1140763;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"medical1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12188;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"medical1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80101;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"medical1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7008;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"medical1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50142;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"medical1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157508;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"medical1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20698;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"medical1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100730;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"medical1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23590;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"medical1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36267;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"medical1-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87286;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"medical1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40801;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"medical1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115707;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"medical1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74841;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"medical1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24277;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (107, 1121, '_wp_attached_file', '2018/10/dental.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (108, 1121, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2018/10/dental.jpg\";s:8:\"filesize\";i:1052881;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"dental-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12766;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"dental-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79126;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"dental-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8121;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"dental-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50645;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"dental-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151578;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"dental-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21441;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"dental-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97880;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"dental-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24245;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"dental-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37137;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"dental-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86083;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"dental-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40770;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"dental-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112780;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"dental-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74073;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"dental-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25023;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (109, 1122, '_wp_attached_file', '2018/10/vision.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (110, 1122, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2018/10/vision.jpg\";s:8:\"filesize\";i:1198912;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"vision-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13552;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"vision-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89891;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"vision-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7908;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"vision-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55913;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"vision-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176238;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"vision-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22747;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"vision-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111561;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"vision-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25102;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"vision-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38994;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"vision-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98057;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"vision-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44592;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"vision-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129852;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"vision-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83953;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"vision-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26974;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (111, 1125, '_wp_attached_file', '2018/10/2020-wellness-premium-incentive.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (112, 1125, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1253;s:6:\"height\";i:272;s:4:\"file\";s:43:\"2018/10/2020-wellness-premium-incentive.jpg\";s:8:\"filesize\";i:243943;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"2020-wellness-premium-incentive-300x65.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20774;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"2020-wellness-premium-incentive-1024x222.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61556;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"2020-wellness-premium-incentive-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19121;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"2020-wellness-premium-incentive-768x167.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44146;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"2020-wellness-premium-incentive-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36658;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"2020-wellness-premium-incentive-1080x272.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76235;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"2020-wellness-premium-incentive-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38272;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"2020-wellness-premium-incentive-510x272.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44488;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"2020-wellness-premium-incentive-1080x234.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62804;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"2020-wellness-premium-incentive-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38272;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"2020-wellness-premium-incentive-980x213.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60304;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"2020-wellness-premium-incentive-480x104.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29200;}}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:{}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (113, 1128, '_wp_attached_file', '2018/10/wellness.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (114, 1128, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2018/10/wellness.jpg\";s:8:\"filesize\";i:1449053;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"wellness-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13681;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"wellness-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"wellness-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8124;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"wellness-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59401;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"wellness-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199168;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"wellness-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23184;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"wellness-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119308;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"wellness-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25607;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"wellness-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39462;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"wellness-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107119;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"wellness-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45746;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"wellness-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143639;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"wellness-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90927;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"wellness-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28264;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (115, 1132, '_wp_attached_file', '2018/10/lifeadd.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (116, 1132, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2018/10/lifeadd.jpg\";s:8:\"filesize\";i:508094;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"lifeadd-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22234;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"lifeadd-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174298;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"lifeadd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11738;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"lifeadd-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108544;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"lifeadd-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:334573;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"lifeadd-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39935;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"lifeadd-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206763;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"lifeadd-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44741;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"lifeadd-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69877;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"lifeadd-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190268;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"lifeadd-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72412;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"lifeadd-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250559;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"lifeadd-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162790;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"lifeadd-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49670;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (117, 1133, '_wp_attached_file', '2018/10/incomprotection.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (118, 1133, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2018/10/incomprotection.jpg\";s:8:\"filesize\";i:562736;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"incomprotection-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14638;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"incomprotection-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96610;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"incomprotection-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7915;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"incomprotection-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60284;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"incomprotection-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189707;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"incomprotection-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23390;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"incomprotection-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113392;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"incomprotection-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25390;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"incomprotection-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38560;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"incomprotection-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105839;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"incomprotection-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42400;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"incomprotection-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139537;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"incomprotection-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90280;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"incomprotection-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29310;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (119, 1136, '_wp_attached_file', '2018/10/eap.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (120, 1136, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2018/10/eap.jpg\";s:8:\"filesize\";i:223531;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"eap-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12548;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"eap-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76716;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"eap-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6303;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"eap-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49002;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"eap-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146124;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"eap-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19785;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"eap-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88935;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"eap-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20991;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"eap-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30691;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"eap-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83503;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"eap-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26668;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"eap-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109769;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"eap-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71919;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"eap-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24490;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (121, 1139, '_wp_attached_file', '2018/10/commuterbenefits.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (122, 1139, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2018/10/commuterbenefits.jpg\";s:8:\"filesize\";i:283147;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"commuterbenefits-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17205;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"commuterbenefits-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99526;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"commuterbenefits-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"commuterbenefits-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64244;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"commuterbenefits-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186982;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"commuterbenefits-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27760;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"commuterbenefits-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120451;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"commuterbenefits-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31132;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"commuterbenefits-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46116;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"commuterbenefits-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108182;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"commuterbenefits-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45257;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"commuterbenefits-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141213;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"commuterbenefits-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93191;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"commuterbenefits-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32775;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (123, 1141, '_wp_attached_file', '2018/10/travel.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (124, 1141, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2018/10/travel.jpg\";s:8:\"filesize\";i:442940;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"travel-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20548;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"travel-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141669;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"travel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9897;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"travel-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88769;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"travel-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275657;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"travel-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33823;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"travel-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165963;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"travel-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36669;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"travel-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55126;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"travel-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154406;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"travel-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52967;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"travel-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203858;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"travel-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131789;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"travel-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42286;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (125, 1143, '_wp_attached_file', '2018/10/hsa.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (126, 1143, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2018/10/hsa.jpg\";s:8:\"filesize\";i:379203;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"hsa-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18579;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"hsa-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"hsa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9226;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"hsa-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80633;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"hsa-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249574;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"hsa-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30678;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"hsa-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150686;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"hsa-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32907;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"hsa-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49469;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"hsa-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141871;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"hsa-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48834;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"hsa-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186958;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"hsa-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121225;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"hsa-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38092;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (127, 1146, '_wp_attached_file', '2018/10/fsa.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (128, 1146, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2018/10/fsa.jpg\";s:8:\"filesize\";i:302685;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"fsa-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13332;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"fsa-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92839;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"fsa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7385;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"fsa-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56995;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"fsa-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188151;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"fsa-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22664;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"fsa-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116322;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"fsa-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25020;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"fsa-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38558;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"fsa-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101545;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"fsa-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41194;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"fsa-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136850;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"fsa-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86224;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"fsa-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26836;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (129, 1150, '_wp_attached_file', '2018/10/medical-management.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (130, 1150, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2018/10/medical-management.jpg\";s:8:\"filesize\";i:368547;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"medical-management-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16556;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"medical-management-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120593;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"medical-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"medical-management-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74344;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"medical-management-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237546;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"medical-management-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27599;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"medical-management-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148416;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"medical-management-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30618;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"medical-management-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49229;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"medical-management-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132366;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"medical-management-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49769;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"medical-management-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175105;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"medical-management-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112387;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"medical-management-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34061;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (131, 1152, '_wp_attached_file', '2018/10/health-advocacy.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (132, 1152, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2018/10/health-advocacy.jpg\";s:8:\"filesize\";i:279776;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"health-advocacy-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11287;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"health-advocacy-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"health-advocacy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7203;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"health-advocacy-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48832;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"health-advocacy-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169921;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"health-advocacy-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18419;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"health-advocacy-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104085;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"health-advocacy-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20932;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"health-advocacy-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33435;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"health-advocacy-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91422;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"health-advocacy-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46529;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"health-advocacy-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123740;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"health-advocacy-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76748;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"health-advocacy-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22403;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (133, 2150, '_wp_attached_file', '2020/12/2021_Brookfield_DEV_Hawaii_Medium_Plan_Guide_HR.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (134, 2150, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"2021_Brookfield_DEV_Hawaii_Medium_Plan_Guide_HR-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150568;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"2021_Brookfield_DEV_Hawaii_Medium_Plan_Guide_HR-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18631;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"2021_Brookfield_DEV_Hawaii_Medium_Plan_Guide_HR-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93849;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"2021_Brookfield_DEV_Hawaii_Medium_Plan_Guide_HR-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9448;}}s:8:\"filesize\";i:5813001;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (135, 2151, '_wp_attached_file', '2020/12/2021_Brookfield_DEV_High_Plan_Guide_HR-2.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (136, 2151, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"2021_Brookfield_DEV_High_Plan_Guide_HR-2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150568;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"2021_Brookfield_DEV_High_Plan_Guide_HR-2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18631;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"2021_Brookfield_DEV_High_Plan_Guide_HR-2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93849;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"2021_Brookfield_DEV_High_Plan_Guide_HR-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9448;}}s:8:\"filesize\";i:10600328;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (137, 2152, '_wp_attached_file', '2020/12/2021_DEV_Important_Notices.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (138, 2152, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"2021_DEV_Important_Notices-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:916551;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"2021_DEV_Important_Notices-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80657;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"2021_DEV_Important_Notices-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:477144;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"2021_DEV_Important_Notices-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56441;}}s:8:\"filesize\";i:212273;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (139, 2153, '_wp_attached_file', '2020/12/logo2.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (140, 2153, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:54;s:4:\"file\";s:17:\"2020/12/logo2.png\";s:8:\"filesize\";i:6006;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"logo2-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1944;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (141, 2157, '_wp_attached_file', '2020/12/yoga_2020b.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (142, 2157, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:599;s:6:\"height\";i:370;s:4:\"file\";s:22:\"2020/12/yoga_2020b.png\";s:8:\"filesize\";i:17011;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8646;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5636;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12046;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13830;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-510x370.png\";s:5:\"width\";i:510;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15428;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-400x370.png\";s:5:\"width\";i:400;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14064;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"yoga_2020b-480x296.png\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14651;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (143, 2158, '_wp_attached_file', '2020/12/heart_2020b.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (144, 2158, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:599;s:6:\"height\";i:370;s:4:\"file\";s:23:\"2020/12/heart_2020b.png\";s:8:\"filesize\";i:13413;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"heart_2020b-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"heart_2020b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5813;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"heart_2020b-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10680;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"heart_2020b-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12622;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"heart_2020b-510x370.png\";s:5:\"width\";i:510;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11414;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"heart_2020b-400x370.png\";s:5:\"width\";i:400;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11159;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"heart_2020b-480x296.png\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13579;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (145, 2159, '_wp_attached_file', '2020/12/family_2020b.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (146, 2159, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:599;s:6:\"height\";i:370;s:4:\"file\";s:24:\"2020/12/family_2020b.png\";s:8:\"filesize\";i:16564;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"family_2020b-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8387;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"family_2020b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6437;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"family_2020b-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11704;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"family_2020b-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13384;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"family_2020b-510x370.png\";s:5:\"width\";i:510;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15234;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"family_2020b-400x370.png\";s:5:\"width\";i:400;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14861;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"family_2020b-480x296.png\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14179;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (147, 2160, '_wp_attached_file', '2020/12/pig_2020b.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (148, 2160, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:599;s:6:\"height\";i:370;s:4:\"file\";s:21:\"2020/12/pig_2020b.png\";s:8:\"filesize\";i:20728;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"pig_2020b-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11248;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"pig_2020b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7063;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"pig_2020b-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15576;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"pig_2020b-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17753;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"pig_2020b-510x370.png\";s:5:\"width\";i:510;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19478;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"pig_2020b-400x370.png\";s:5:\"width\";i:400;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16200;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"pig_2020b-480x296.png\";s:5:\"width\";i:480;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18855;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (149, 2178, '_wp_attached_file', '2020/12/login-logo.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (150, 2178, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:312;s:6:\"height\";i:138;s:4:\"file\";s:22:\"2020/12/login-logo.png\";s:8:\"filesize\";i:4440;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"login-logo-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3832;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"login-logo-150x138.png\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1792;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (151, 2216, '_wp_attached_file', '2020/12/UHA-3000-scaled-1.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (152, 2216, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:651;s:4:\"file\";s:29:\"2020/12/UHA-3000-scaled-1.jpg\";s:8:\"filesize\";i:112114;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"UHA-3000-scaled-1-300x76.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14127;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"UHA-3000-scaled-1-1024x260.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39168;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"UHA-3000-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13343;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"UHA-3000-scaled-1-768x195.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29106;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"UHA-3000-scaled-1-1536x391.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60981;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"UHA-3000-scaled-1-2048x521.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79749;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"UHA-3000-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21195;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"UHA-3000-scaled-1-1080x651.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54883;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"UHA-3000-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21757;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"UHA-3000-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26218;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"UHA-3000-scaled-1-1080x275.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40612;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"UHA-3000-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26919;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"UHA-3000-scaled-1-1280x326.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50274;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"UHA-3000-scaled-1-980x249.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36067;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"UHA-3000-scaled-1-480x122.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19900;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (153, 2238, '_wp_attached_file', '2021/02/GettyImages-1084671586-scaled-1.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (154, 2238, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1696;s:4:\"file\";s:43:\"2021/02/GettyImages-1084671586-scaled-1.jpg\";s:8:\"filesize\";i:981318;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"GettyImages-1084671586-scaled-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41368;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"GettyImages-1084671586-scaled-1-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214849;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"GettyImages-1084671586-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26269;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"GettyImages-1084671586-scaled-1-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139045;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"GettyImages-1084671586-scaled-1-1536x1018.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1018;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:410664;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:45:\"GettyImages-1084671586-scaled-1-2048x1357.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1357;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:647224;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"GettyImages-1084671586-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54943;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"GettyImages-1084671586-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221487;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"GettyImages-1084671586-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59373;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"GettyImages-1084671586-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83824;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"GettyImages-1084671586-scaled-1-1080x716.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:233930;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"GettyImages-1084671586-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77072;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:44:\"GettyImages-1084671586-scaled-1-1280x848.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:848;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:301745;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"GettyImages-1084671586-scaled-1-980x649.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201762;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"GettyImages-1084671586-scaled-1-480x318.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72004;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:18:\"Getty Images/EyeEm\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:61:\"fitness concept with Exercise Equipment on wooden background.\";s:17:\"created_timestamp\";s:10:\"1501334890\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:66:\"High Angle View Of Various Fruits With Exercise Equipment On Table\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (157, 6600, '_et_pb_row_layout', '1_3,1_3,1_3');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (158, 6600, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (159, 6652, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (168, 6654, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (169, 6654, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (170, 6654, '_menu_item_object_id', 6654);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (171, 6654, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (172, 6654, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (173, 6654, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (174, 6654, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (175, 6654, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (184, 6656, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (185, 6656, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (186, 6656, '_menu_item_object_id', 6656);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (187, 6656, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (188, 6656, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (189, 6656, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (190, 6656, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (191, 6656, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (216, 6660, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (217, 6660, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (218, 6660, '_menu_item_object_id', 6660);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (219, 6660, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (220, 6660, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (221, 6660, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (222, 6660, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (223, 6660, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (224, 6661, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (225, 6661, '_menu_item_menu_item_parent', 7139);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (226, 6661, '_menu_item_object_id', 6661);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (227, 6661, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (228, 6661, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (229, 6661, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (230, 6661, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (231, 6661, '_menu_item_url', 'https://benefitsmyway.mybenefitport.com/supplemental-insurance/#accident');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (232, 6662, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (233, 6662, '_menu_item_menu_item_parent', 7139);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (234, 6662, '_menu_item_object_id', 6662);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (235, 6662, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (236, 6662, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (237, 6662, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (238, 6662, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (239, 6662, '_menu_item_url', 'https://benefitsmyway.mybenefitport.com/supplemental-insurance/#critical');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (240, 6663, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (241, 6663, '_menu_item_menu_item_parent', 7139);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (242, 6663, '_menu_item_object_id', 6663);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (243, 6663, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (244, 6663, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (245, 6663, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (246, 6663, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (247, 6663, '_menu_item_url', 'https://benefitsmyway.mybenefitport.com/supplemental-insurance/#hospital');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (272, 6839, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (289, 6968, '_et_pb_row_layout', '4_4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (290, 6968, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (299, 6970, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (300, 6970, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (301, 6970, '_menu_item_object_id', 6970);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (302, 6970, '_menu_item_object', 'custom');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (303, 6970, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (304, 6970, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (305, 6970, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (306, 6970, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (315, 6972, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (316, 6972, '_menu_item_menu_item_parent', 6660);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (317, 6972, '_menu_item_object_id', 6972);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (318, 6972, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (319, 6972, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (320, 6972, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (321, 6972, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (322, 6972, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (355, 6977, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (356, 6977, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (357, 6977, '_menu_item_object_id', 6977);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (358, 6977, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (359, 6977, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (360, 6977, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (361, 6977, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (362, 6977, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (395, 6982, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (396, 6982, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (397, 6982, '_menu_item_object_id', 6982);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (398, 6982, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (399, 6982, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (400, 6982, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (401, 6982, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (402, 6982, '_menu_item_url', '#');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (435, 6987, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (436, 6987, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (437, 6987, '_menu_item_object_id', 6987);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (438, 6987, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (439, 6987, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (440, 6987, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (441, 6987, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (442, 6987, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (451, 5751, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (452, 5751, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (453, 5751, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (454, 5751, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (455, 5751, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (456, 5751, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (457, 5751, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (458, 5751, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (459, 5751, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (460, 5751, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (461, 5751, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (462, 5751, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (463, 5751, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"5751\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (464, 5751, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (465, 5751, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (466, 5751, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Eligibility</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">As an Owens &amp; Minor teammate, you’re eligible for benefits if you work 30 hours or more per week.<br />\nHawaii teammates who work 20+ hours per week and earn a monthly wage of at least 86.67 times the Hawaii minimum hourly wage are eligible for medical coverage that starts after 30 days of employment.</div>\n			</div><div id=\"new-employees\" class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Your Eligible Dependents<br />\nDuring enrollment, you’ll be asked to verify that your dependents meet the eligibility requirements for coverage. Eligible dependents include:</p>\n<p>Your Spouse.*<br />\nThe individual you’re legally married to.</p>\n<p>Your domestic partner.*<br />\nMust be 18+ years old; unmarried; not blood-related; mutually supporting; share a common residence; and be each other’s sole domestic partner.</p>\n<p>Your qualified children under the age of 26.<br />\nBiological, step, legally adopted, your domestic partner’s children, or lawfully placed with you for legal adoption and/or eligible foster children.</p>\n<p>Your unmarried child who is disabled: Living with you; dependent due to a mental or physical disability.</p>\n<p>*Spouses or domestic partners who have access to other employer insurance cannot enroll under O&amp;M medical or prescription plans.</p></div>\n			</div><div id=\"new-employees\" class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dependent Eligibility Verification<br />\nDomestic partners<br />\nFor your domestic partner and their eligible children to receive benefits under the Owens &amp; Minor Welfare Benefits Plan, both you and your partner must:</p>\n<p> 	Complete and sign the Declaration of Domestic Partnership (the “Declaration”).<br />\n 	Upload the signed Declaration and appropriate documentation to Workday HR within 31 days of hire/Qualified Life Event or by the end of the Open Enrollment period.</p>\n<p>For a list of acceptable documentation, refer to the Declaration of Domestic Partnership.<br />\nAll other dependents<br />\nOwens &amp; Minor reserves the right to audit dependent eligibility. Be sure to keep proof of your dependents’ eligibility in case of an audit. Refer to the Documents Library for a list of supporting documents.</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"Domestic Partner coverage\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (467, 5751, '_et_pb_truncate_post_date', '2025-01-07 13:59:01');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (468, 5751, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (469, 5751, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (470, 5751, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (471, 5751, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (472, 5751, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (498, 5959, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (499, 5959, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (500, 5959, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (501, 5959, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (502, 5959, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (503, 5959, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (504, 5959, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (505, 5959, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (506, 5959, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (507, 5959, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (508, 5959, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (509, 5959, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (510, 5959, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"5959\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (511, 5959, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (512, 5959, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (513, 5959, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">YOUR DENTAL PLAN OPTIONS</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>We offer dental coverage through Delta Dental of Virginia to help you maintain that healthy smile.</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dental Plans</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p><div id=\"footable_parent_7683\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"7683\" data-filter-delay=\"1000\" aria-label=\"dental.csv\"            id=\"footable_7683\"\n           data-unique_identifier=\"ninja_table_unique_id_1330728731_7683\"\n           class=\" foo-table ninja_footable foo_table_7683 ninja_table_unique_id_1330728731_7683 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninjatable_hide_header_row ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                            <col class=\"ninja_column_4 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\" colspan=\"2\" class=\"ninja_column_1 ninja_clmn_nm_basicplan \">Basic Plan</th><td class=\"ninja_temp_cell\"></td><th scope=\"col\" colspan=\"2\" class=\"ninja_column_3 ninja_clmn_nm_buy_up_plan \">Buy-up Plan</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"194\" class=\"ninja_table_row_0 nt_row_id_194\">\n            <td> </td><td colspan=\"2\"><center><b>Basic Plan</td><td class=\"ninja_temp_cell\"></td><td colspan=\"2\"><center><b>Buy-up Plan</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"195\" class=\"ninja_table_row_1 nt_row_id_195\">\n            <td></td><td><center><b>PPO</td><td><center><b>Premier</td><td><center><b>PPO</td><td><center><b>Premier</td>        </tr>\n            <tr data-row_id=\"196\" class=\"ninja_table_row_2 nt_row_id_196\">\n            <td><b>In-network</td><td></td><td></td><td></td><td></td>        </tr>\n            <tr data-row_id=\"197\" class=\"ninja_table_row_3 nt_row_id_197\">\n            <td><b>Individual/Family Deductible</td><td>$25/$75</td><td>$50/$150</td><td>$25/$75</td><td>$50/$150</td>        </tr>\n            <tr data-row_id=\"198\" class=\"ninja_table_row_4 nt_row_id_198\">\n            <td><b>Annual Maximum Benefit</td><td>$750</td><td>$750</td><td>$1,500</td><td>$1,500</td>        </tr>\n            <tr data-row_id=\"199\" class=\"ninja_table_row_5 nt_row_id_199\">\n            <td><b>Services</b><br><br>  Preventive<br><br>  Basic<br><br><br>  <br>Major<br></td><td><br><br>You pay $0<br><br>  You pay 20%,<br>  plan pays 80%<br><br><br>  Not covered</td><td><br><br>You pay $0<br><br>  You pay 30%,<br> plan pays 70%<br><br><br>  Not covered</td><td><br><br>You pay $0<br><br>  You pay 10%,<br> plan pays 90%<br>  <br>You pay 40%,<br> plan pays 60%</td><td><br><br>You pay $0<br><br>  You pay 20%,<br> plan pays 80%<br>  <br>You pay 50%,<br> plan pays 50%</td>        </tr>\n            <tr data-row_id=\"200\" class=\"ninja_table_row_6 nt_row_id_200\">\n            <td><b>Orthodontia Coinsurance/ Lifetime Maximum (Dependent children up to age 26 only)</td><td colspan=\"2\">Not covered</td><td class=\"ninja_temp_cell\"></td><td colspan=\"2\">50%/$1,500</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"201\" class=\"ninja_table_row_7 nt_row_id_201\">\n            <td colspan=\"5\"><b>Out-of-Network:</b> For coverage details refer to the <a href=\"https//www.owens-minor.mybenefitport.com/documents\"><span style=\"color: #872434;\"><b>Documents Library</a></td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7683\'>\n                        #footable_7683  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7683 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7683 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7683 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7683 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7683 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7683,\n    #footable_7683 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7683 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7683:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7683 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7683 tr.footable-header, #footable_7683 tr.footable-header th, .colored_table #footable_7683 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7683 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7683 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7683 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7683 tbody tr:nth-child(odd) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7683 tbody tr:nth-child(even):hover {\n        background-color: rgba(221, 221, 221, 1) !important;\n        }\n        #footable_7683 tbody tr:nth-child(odd):hover {\n        background-color: rgba(221, 221, 221, 1) !important;\n        }\n\n        #footable_7683 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7683 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7683 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7683 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7683 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7683 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7683 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7683 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7683 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7683 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7683:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_7683 td.ninja_column_1 { text-align: center; }#footable_7683 th.ninja_column_1 { text-align: center; }#footable_7683 td.ninja_column_2 { text-align: center; }#footable_7683 th.ninja_column_2 { text-align: center; }#footable_7683 td.ninja_column_3 { text-align: center; }#footable_7683 th.ninja_column_3 { text-align: center; }#footable_7683 td.ninja_column_4 { text-align: center; }#footable_7683 th.ninja_column_4 { text-align: center; }                </style>\n                \n    \n    \n</div>\n<br />\nFor more information, visit deltadentalva.com.</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Both plans provide:<br />\n• Prevention first benefit (preventive and diagnostic services do not count against the annual maximum)<br />\n• Affordable coverage<br />\n• In-network discounts</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"dental\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Healthy Smile, Healthy You<br />\nHealthy Smile, Healthy You offers additional benefits for teammates with these health conditions:</p>\n<p>• Pregnancy<br />\n• Diabetes<br />\n• High-risk cardiac conditions<br />\n• Cancer treatments<br />\n• Weakened immune system<br />\n• Kidney failure or dialysis</p>\n<p>Eligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty\">\n				\n				\n				\n				\n				\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_4 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (514, 5959, '_et_pb_truncate_post_date', '2024-11-08 02:11:24');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (515, 5959, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (516, 5959, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (517, 5959, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (518, 5959, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (519, 5959, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (521, 5971, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (522, 5971, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (523, 5971, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (524, 5971, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (525, 5971, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (526, 5971, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (527, 5971, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (528, 5971, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (529, 5971, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (530, 5971, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (531, 5971, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (532, 5971, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (533, 5971, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"5971\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (534, 5971, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (535, 5971, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (536, 5971, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">YOUR VISION PLAN</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_2 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">VISION THROUGH UHC</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_3 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Enroll in UnitedHealthcare’s Vision Plan to help keep life in focus. The plan covers eye exams, eyeglasses, and contact lenses for you and your eligible dependents.</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Coverage Details</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p><div id=\"footable_parent_7957\"\n         class=\"ninja-footable-loader footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"7957\" data-filter-delay=\"1000\" aria-label=\"Vision 2\"            id=\"footable_7957\"\n           data-unique_identifier=\"ninja_table_unique_id_389348845_7957\"\n           class=\" foo-table ninja_footable foo_table_7957 ninja_table_unique_id_389348845_7957 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                <th scope=\"col\" colspan=\"2\" class=\"ninja_column_0 ninja_clmn_nm_benefit \">UHC Vision PPO Plan</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"250\" class=\"ninja_table_row_0 nt_row_id_250\">\n            <td><b>Exam</td><td>$15 copay</td>        </tr>\n            <tr data-row_id=\"251\" class=\"ninja_table_row_1 nt_row_id_251\">\n            <td><b>Materials Copay</td><td>None</td>        </tr>\n            <tr data-row_id=\"252\" class=\"ninja_table_row_2 nt_row_id_252\">\n            <td><b>Frequency</b><br>Exams<br>Lenses<br>Frames<br></td><td><br>12 months<br>12 months<br>12 months<br></td>        </tr>\n            <tr data-row_id=\"262\" class=\"ninja_table_row_3 nt_row_id_262\">\n            <td><b>Frame Retail Allowance</td><td>$130 allowance, then 30% off any remaining balance</td>        </tr>\n            <tr data-row_id=\"253\" class=\"ninja_table_row_4 nt_row_id_253\">\n            <td><b>Lenses</b><br>Single vision lenses<br>Bifocal lenses<br>Trifocal lenses<br>Lenticular lenses<br>Standard progressive lenses</td><td><br>$0 copay, then covered in full<br>$0 copay, then covered in full<br>$0 copay, then covered in full<br>$0 copay, then covered in full<br>Tier 1 — $55, applicable bifocal copay</td>        </tr>\n            <tr data-row_id=\"257\" class=\"ninja_table_row_5 nt_row_id_257\">\n            <td><b>Medically Necessary Contact Lenses</b></td><td>100%</td>        </tr>\n            <tr data-row_id=\"258\" class=\"ninja_table_row_6 nt_row_id_258\">\n            <td><b>Elective Contact Lenses</b></td><td>$130 allowance</td>        </tr>\n            <tr data-row_id=\"260\" class=\"ninja_table_row_7 nt_row_id_260\">\n            <td colspan=\"2\"><b>Out-of-Network:</b> For coverage details refer to the <a href=\"https//www.owens-minor.mybenefitport.com/documents\"><span style=\"color: #872434;\"><b>Documents Library</a></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n    \n    \n    \n</div>\n<br />\nFor more information, visit whyuhc.com/owensminor.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_right  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"vision\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_4 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (537, 5971, '_et_pb_truncate_post_date', '2025-05-19 20:32:25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (538, 5971, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (539, 5971, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (540, 5971, '_last_editor_used_jetpack', 'classic-editor');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (541, 5971, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (542, 5971, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (544, 6720, '_ninja_table_columns', 'a:4:{i:0;a:12:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:0:\"\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:1;a:12:{s:3:\"key\";s:5:\"value\";s:4:\"name\";s:12:\"UHC PPO Core\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:2;a:12:{s:3:\"key\";s:7:\"premier\";s:4:\"name\";s:30:\"UHC $3,200 HDHP w/Optional HSA\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:3;a:12:{s:3:\"key\";s:10:\"choiceplus\";s:4:\"name\";s:10:\"Surest PPO\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (545, 6720, '_ninja_table_settings', 'a:29:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(247, 247, 247, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(247, 247, 247, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (546, 6720, '_ninja_table_cache_object', 'a:14:{i:0;a:5:{s:14:\"ninja_column_1\";s:15:\"<b>HSA eligible\";s:5:\"value\";s:5:\"<b>No\";s:7:\"premier\";s:6:\"<b>Yes\";s:10:\"choiceplus\";s:5:\"<b>No\";s:8:\"___id___\";i:1;}i:1;a:5:{s:14:\"ninja_column_1\";s:39:\"<b>Company matching contribution to HSA\";s:5:\"value\";s:3:\"N/A\";s:7:\"premier\";s:269:\"• $300 (teammate only)<br> • $425 (teammate + spouse/domestic partner/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\"color: #68ace5;\">HSA page</b></span> for details<br> You must contribute to your HSA in order to receive the company match\";s:10:\"choiceplus\";s:16:\"Lower deductible\";s:8:\"___id___\";i:2;}i:2;a:5:{s:14:\"ninja_column_1\";s:35:\"<strong>In-network care: your costs\";s:5:\"value\";s:0:\"\";s:7:\"premier\";s:0:\"\";s:10:\"choiceplus\";s:0:\"\";s:8:\"___id___\";i:3;}i:3;a:5:{s:14:\"ninja_column_1\";s:23:\"<strong>Preventive care\";s:5:\"value\";s:18:\"$0; plan pays 100%\";s:7:\"premier\";s:18:\"$0; plan pays 100%\";s:10:\"choiceplus\";s:18:\"$0; plan pays 100%\";s:8:\"___id___\";i:4;}i:4;a:5:{s:14:\"ninja_column_1\";s:31:\"<b>Individual/family deductible\";s:5:\"value\";s:16:\"<b>$2,000/$4,000\";s:7:\"premier\";s:16:\"<b>$3,200/$6,400\";s:10:\"choiceplus\";s:8:\"<b>$0/$0\";s:8:\"___id___\";i:5;}i:5;a:5:{s:14:\"ninja_column_1\";s:63:\"<b>Individual/family out-ofpocket maximum (includes deductible)\";s:5:\"value\";s:14:\"$6,000/$12,000\";s:7:\"premier\";s:14:\"$6,550/$13,100\";s:10:\"choiceplus\";s:14:\"$6,000/$12,000\";s:8:\"___id___\";i:6;}i:6;a:5:{s:14:\"ninja_column_1\";s:19:\"<b>Your coinsurance\";s:5:\"value\";s:23:\"<b>20% after deductible\";s:7:\"premier\";s:23:\"<b>30% after deductible\";s:10:\"choiceplus\";s:6:\"<b>N/A\";s:8:\"___id___\";i:7;}i:7;a:5:{s:14:\"ninja_column_1\";s:42:\"<b>Office visit (primary care/ specialist)\";s:5:\"value\";s:19:\"$30 copay/$60 copay\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:26:\"$40-$140 copay<sup>1</sup>\";s:8:\"___id___\";i:8;}i:8;a:5:{s:14:\"ninja_column_1\";s:21:\"<b>Telemedicine visit\";s:5:\"value\";s:6:\"<b>$30\";s:7:\"premier\";s:43:\"<b>30% after deductible30% after deductible\";s:10:\"choiceplus\";s:15:\"<b>$0-$90 copay\";s:8:\"___id___\";i:9;}i:9;a:5:{s:14:\"ninja_column_1\";s:23:\"<b>Emergency room visit\";s:5:\"value\";s:20:\"20% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:22:\"$850 copay<sup>2</sup>\";s:8:\"___id___\";i:10;}i:10;a:5:{s:14:\"ninja_column_1\";s:28:\"<b>Prescriptions: your costs\";s:5:\"value\";s:0:\"\";s:7:\"premier\";s:0:\"\";s:10:\"choiceplus\";s:0:\"\";s:8:\"___id___\";i:11;}i:11;a:5:{s:14:\"ninja_column_1\";s:90:\"<b>Retail: 30-day supply</b></br> Generic</br> Formulary</br> Non-formulary</br> Specialty\";s:5:\"value\";s:126:\"Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*\";s:7:\"premier\";s:21:\"30% after deductible*\";s:10:\"choiceplus\";s:97:\"Tier 1-$10 copay<br> Tier 2-$90 copay<br> Tier 3-$160<br> Tier1-$440/Tier 2-$480/<br> Tier 3-$530\";s:8:\"___id___\";i:12;}i:12;a:5:{s:14:\"ninja_column_1\";s:90:\"<b>Mail order: 90-day supply</b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty\";s:5:\"value\";s:96:\"Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N/A\";s:7:\"premier\";s:113:\"Tier 1—30% after deductible<br> Tier 2—30% after deductible<br> Tier 3—30% after deductible<br> Tier 4: N/A\";s:10:\"choiceplus\";s:75:\"Tier1-$25 copay<br> Tier 2-$225 copay<br> Tier 3-$400 copay<br> Not covered\";s:8:\"___id___\";i:13;}i:13;a:5:{s:14:\"ninja_column_1\";s:71:\"<b>Preventive maintenance drugs are covered at 100% on all three plans.\";s:5:\"value\";s:9:\"#colspan#\";s:7:\"premier\";s:9:\"#colspan#\";s:10:\"choiceplus\";s:9:\"#colspan#\";s:8:\"___id___\";i:14;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (547, 6720, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (548, 6720, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (549, 6720, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (550, 6720, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_value \">UHC PPO Core</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_premier \">UHC $3,200 HDHP w/Optional HSA</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_choiceplus \">Surest PPO</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"1\" class=\"ninja_table_row_0 nt_row_id_1\">\n            <td><b>HSA eligible</td><td><b>No</td><td><b>Yes</td><td><b>No</td>        </tr>\n            <tr data-row_id=\"2\" class=\"ninja_table_row_1 nt_row_id_2\">\n            <td><b>Company matching contribution to HSA</td><td>N/A</td><td>• $300 (teammate only)<br> • $425 (teammate + spouse/domestic partner/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\"color: #68ace5;\">HSA page</b></span> for details<br> You must contribute to your HSA in order to receive the company match</td><td>Lower deductible</td>        </tr>\n            <tr data-row_id=\"3\" class=\"ninja_table_row_2 nt_row_id_3\">\n            <td><strong>In-network care: your costs</td><td></td><td></td><td></td>        </tr>\n            <tr data-row_id=\"4\" class=\"ninja_table_row_3 nt_row_id_4\">\n            <td><strong>Preventive care</td><td>$0; plan pays 100%</td><td>$0; plan pays 100%</td><td>$0; plan pays 100%</td>        </tr>\n            <tr data-row_id=\"5\" class=\"ninja_table_row_4 nt_row_id_5\">\n            <td><b>Individual/family deductible</td><td><b>$2,000/$4,000</td><td><b>$3,200/$6,400</td><td><b>$0/$0</td>        </tr>\n            <tr data-row_id=\"6\" class=\"ninja_table_row_5 nt_row_id_6\">\n            <td><b>Individual/family out-ofpocket maximum (includes deductible)</td><td>$6,000/$12,000</td><td>$6,550/$13,100</td><td>$6,000/$12,000</td>        </tr>\n            <tr data-row_id=\"7\" class=\"ninja_table_row_6 nt_row_id_7\">\n            <td><b>Your coinsurance</td><td><b>20% after deductible</td><td><b>30% after deductible</td><td><b>N/A</td>        </tr>\n            <tr data-row_id=\"8\" class=\"ninja_table_row_7 nt_row_id_8\">\n            <td><b>Office visit (primary care/ specialist)</td><td>$30 copay/$60 copay</td><td>30% after deductible</td><td>$40-$140 copay<sup>1</sup></td>        </tr>\n            <tr data-row_id=\"9\" class=\"ninja_table_row_8 nt_row_id_9\">\n            <td><b>Telemedicine visit</td><td><b>$30</td><td><b>30% after deductible30% after deductible</td><td><b>$0-$90 copay</td>        </tr>\n            <tr data-row_id=\"10\" class=\"ninja_table_row_9 nt_row_id_10\">\n            <td><b>Emergency room visit</td><td>20% after deductible</td><td>30% after deductible</td><td>$850 copay<sup>2</sup></td>        </tr>\n            <tr data-row_id=\"11\" class=\"ninja_table_row_10 nt_row_id_11\">\n            <td><b>Prescriptions: your costs</td><td></td><td></td><td></td>        </tr>\n            <tr data-row_id=\"12\" class=\"ninja_table_row_11 nt_row_id_12\">\n            <td><b>Retail: 30-day supply</b></br> Generic</br> Formulary</br> Non-formulary</br> Specialty</td><td>Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*</td><td>30% after deductible*</td><td>Tier 1-$10 copay<br> Tier 2-$90 copay<br> Tier 3-$160<br> Tier1-$440/Tier 2-$480/<br> Tier 3-$530</td>        </tr>\n            <tr data-row_id=\"13\" class=\"ninja_table_row_12 nt_row_id_13\">\n            <td><b>Mail order: 90-day supply</b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty</td><td>Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N/A</td><td>Tier 1—30% after deductible<br> Tier 2—30% after deductible<br> Tier 3—30% after deductible<br> Tier 4: N/A</td><td>Tier1-$25 copay<br> Tier 2-$225 copay<br> Tier 3-$400 copay<br> Not covered</td>        </tr>\n            <tr data-row_id=\"14\" class=\"ninja_table_row_13 nt_row_id_14\">\n            <td colspan=\"4\"><b>Preventive maintenance drugs are covered at 100% on all three plans.</td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (551, 6720, '_last_edited_by', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (552, 6720, '_last_edited_time', '2024-07-07 19:28:46');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (553, 6720, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (554, 6734, '_ninja_table_columns', 'a:5:{i:0;a:12:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:7:\"Benefit\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}i:1;a:12:{s:3:\"key\";s:5:\"value\";s:4:\"name\";s:7:\"Carrier\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}i:2;a:12:{s:3:\"key\";s:7:\"premier\";s:4:\"name\";s:7:\"Website\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}i:3;a:12:{s:3:\"key\";s:10:\"choiceplus\";s:4:\"name\";s:12:\"Phone Number\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}i:4;a:13:{s:4:\"name\";s:12:\"Group Number\";s:3:\"key\";s:12:\"group_number\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (555, 6734, '_ninja_table_settings', 'a:29:{s:7:\"perPage\";s:3:\"200\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:10:\"ajax_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (556, 6734, '_ninja_table_cache_object', 'a:24:{i:0;a:6:{s:14:\"ninja_column_1\";s:10:\"<b>Medical\";s:5:\"value\";s:19:\"<b>UnitedHealthcare\";s:7:\"premier\";s:334:\"Pre-Enrollment:<br> <b> <a href=\'https://whyuhc.com/owensminor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">https://whyuhc.com/owensminor</a></b></span><br> Post-Enrollment:<br> <b> <a href=\'http://www.myuhc.com\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">www.myuhc.com</b><br>\";s:10:\"choiceplus\";s:45:\"<b><span style=\"color: #68ace5;\">855.396.4462\";s:12:\"group_number\";s:6:\"932303\";s:8:\"___id___\";i:15;}i:1;a:6:{s:14:\"ninja_column_1\";s:11:\"<b>Medical \";s:5:\"value\";s:16:\"<b>Surest (Bind)\";s:7:\"premier\";s:374:\"Pre-Enrollment:<br> <b><a href=\"//join.surest.com/OwensMinor”\" target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">https://join.surest.com/OwensMinor</a></span></b><br> Access Code: OwensMinor2024<br> Post-Enrollment:<br> <b><span style=\"color: #68ace5;\"><a href=\'https://www.surest.com\' target=\'_blank\' rel=\"noreferrer noopener\">www.surest.com</a></b>\";s:10:\"choiceplus\";s:45:\"<b><span style=\"color: #68ace5;\">866.683.6440\";s:12:\"group_number\";s:8:\"78800516\";s:8:\"___id___\";i:16;}i:2;a:6:{s:14:\"ninja_column_1\";s:12:\"<b>Medical  \";s:5:\"value\";s:7:\"<b>UPMC\";s:7:\"premier\";s:144:\"<span style=\"color: #68ace5;\"><b><a href=\'http://www.UPMCHealthPlan.com\' target=\'_blank\' rel=\"noreferrer noopener\">www.UPMCHealthPlan.com<b></a>\";s:10:\"choiceplus\";s:45:\"<b><span style=\"color: #68ace5;\">888.876.2756\";s:12:\"group_number\";s:6:\"022482\";s:8:\"___id___\";i:17;}i:3;a:6:{s:14:\"ninja_column_1\";s:13:\"<b>Medical   \";s:5:\"value\";s:25:\"<b>Kaiser Permanente—CA\";s:7:\"premier\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">www.kp.org</a></b>\";s:10:\"choiceplus\";s:45:\"<b><span style=\"color: #68ace5;\">800.324.9208\";s:12:\"group_number\";s:12:\"100138/31908\";s:8:\"___id___\";i:19;}i:4;a:6:{s:14:\"ninja_column_1\";s:14:\"<b>Medical    \";s:5:\"value\";s:25:\"<b>Kaiser Permanente—CO\";s:7:\"premier\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">www.kp.org</a></b>\";s:10:\"choiceplus\";s:46:\"<b><span style=\"color: #68ace5;\">800.324.9208 \";s:12:\"group_number\";s:5:\"28802\";s:8:\"___id___\";i:20;}i:5;a:6:{s:14:\"ninja_column_1\";s:15:\"<b>Medical     \";s:5:\"value\";s:25:\"<b>Kaiser Permanente—GA\";s:7:\"premier\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">www.kp.org</a></b>\";s:10:\"choiceplus\";s:47:\"<b><span style=\"color: #68ace5;\">800.324.9208  \";s:12:\"group_number\";s:4:\"9838\";s:8:\"___id___\";i:21;}i:6;a:6:{s:14:\"ninja_column_1\";s:16:\"<b>Medical      \";s:5:\"value\";s:26:\"<b>Kaiser Permanente—MAS\";s:7:\"premier\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">www.kp.org</a></b>\";s:10:\"choiceplus\";s:48:\"<b><span style=\"color: #68ace5;\">800.324.9208   \";s:12:\"group_number\";s:5:\"18803\";s:8:\"___id___\";i:22;}i:7;a:6:{s:14:\"ninja_column_1\";s:18:\"<b>Medical        \";s:5:\"value\";s:33:\"<b>Kaiser Permanente— Northwest\";s:7:\"premier\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">www.kp.org</a></b>\";s:10:\"choiceplus\";s:49:\"<b><span style=\"color: #68ace5;\">800.324.9208    \";s:12:\"group_number\";s:5:\"15033\";s:8:\"___id___\";i:23;}i:8;a:6:{s:14:\"ninja_column_1\";s:19:\"<b>Medical         \";s:5:\"value\";s:25:\"<b>Kaiser Permanente—HI\";s:7:\"premier\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">www.kp.org</a></b>\";s:10:\"choiceplus\";s:50:\"<b><span style=\"color: #68ace5;\">800.324.9208     \";s:12:\"group_number\";s:4:\"4551\";s:8:\"___id___\";i:24;}i:9;a:6:{s:14:\"ninja_column_1\";s:20:\"<b>Medical          \";s:5:\"value\";s:25:\"<b>Kaiser Permanente—WA\";s:7:\"premier\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #68ace5;\">www.kp.org</a></b>\";s:10:\"choiceplus\";s:51:\"<b><span style=\"color: #68ace5;\">800.324.9208      \";s:12:\"group_number\";s:5:\"20078\";s:8:\"___id___\";i:25;}i:10;a:6:{s:14:\"ninja_column_1\";s:21:\"<b>Prescription Drugs\";s:5:\"value\";s:8:\"<b>Optum\";s:7:\"premier\";s:127:\"<b><span style=\"color: #68ace5;\"><a href=\'http://www.optumrx.com\' target=\'_blank\' rel=\"noreferrer noopener\">www.optumrx.com</a>\";s:10:\"choiceplus\";s:138:\"UHC:<br> <b><span style=\"color: #68ace5;\">855.396.4462</b></span><br> Surest:<br> <b><span style=\"color: #68ace5;\">866.683.6440</b></span>\";s:12:\"group_number\";s:3:\"N/A\";s:8:\"___id___\";i:26;}i:11;a:6:{s:14:\"ninja_column_1\";s:46:\"<b>Health Savings & Flexible Spending Accounts\";s:5:\"value\";s:15:\"<b>HealthEquity\";s:7:\"premier\";s:106:\"<b><span style=\"color: #68ace5;\"><a href=\"http://www.healthequity.com\">www.healthequity.com</b></span><br>\";s:10:\"choiceplus\";s:45:\"<b><span style=\"color: #68ace5;\">866.346.5800\";s:12:\"group_number\";s:4:\"N/A \";s:8:\"___id___\";i:27;}i:12;a:6:{s:14:\"ninja_column_1\";s:75:\"<b>Supplemental Medical: Accident, Critical, & Hospital Indemnity Insurance\";s:5:\"value\";s:8:\"<b>Cigna\";s:7:\"premier\";s:92:\"<b><span style=\"color: #68ace5;\"><a href=\"http://www.cigna.com\">www.cigna.com</b></span><br>\";s:10:\"choiceplus\";s:45:\"<span style=\"color: #68ace5;\"><b>800.754.3207\";s:12:\"group_number\";s:34:\"AI111284<br> CI111233<br> HC111012\";s:8:\"___id___\";i:28;}i:13;a:6:{s:14:\"ninja_column_1\";s:9:\"<b>Dental\";s:5:\"value\";s:27:\"<b>Delta Dental of Virginia\";s:7:\"premier\";s:108:\"<b><span style=\"color: #68ace5;\"><a href=\"http://www.deltadentalva.com\">www.deltadentalva.com</a></span></b>\";s:10:\"choiceplus\";s:45:\"<span style=\"color: #68ace5;\"><b>800.237.6060\";s:12:\"group_number\";s:4:\"8627\";s:8:\"___id___\";i:30;}i:14;a:6:{s:14:\"ninja_column_1\";s:9:\"<b>Vision\";s:5:\"value\";s:19:\"<b>UnitedHealthcare\";s:7:\"premier\";s:270:\"Pre-Enrollment:<br> <span style=\"color: #68ace5;\"><b><a href=\"https://whyuhc.com/owensminor\">https://whyuhc.com/owensminor</a></span></b><br> Post-Enrollment:<br> <span style=\"color: #68ace5;\"><b><a href=\"https://whyuhc.com/owensminor\">www.myuhcvision.com</a></span></b>\";s:10:\"choiceplus\";s:45:\"<span style=\"color: #68ace5;\"><b>800.638.3120\";s:12:\"group_number\";s:6:\"932303\";s:8:\"___id___\";i:31;}i:15;a:6:{s:14:\"ninja_column_1\";s:26:\"<b>Life and AD&D Insurance\";s:5:\"value\";s:16:\"<b>New York Life\";s:7:\"premier\";s:87:\"<span style=\"color: #68ace5;\"><b><a href=\"http://www.mynylgbs.com\">www.mynylgbs.com</a>\";s:10:\"choiceplus\";s:45:\"<span style=\"color: #68ace5;\"><b>888.842.4462\";s:12:\"group_number\";s:21:\"FLX980485<br>OK980493\";s:8:\"___id___\";i:32;}i:16;a:6:{s:14:\"ninja_column_1\";s:32:\"<b>Short- & long-term Disability\";s:5:\"value\";s:17:\"<b>New York Life \";s:7:\"premier\";s:88:\"<span style=\"color: #68ace5;\"><b><a href=\"http://www.mynylgbs.com\">www.mynylgbs.com</a> \";s:10:\"choiceplus\";s:46:\"<span style=\"color: #68ace5;\"><b>888.842.4462 \";s:12:\"group_number\";s:21:\"SHD985445<br>LK980375\";s:8:\"___id___\";i:33;}i:17;a:6:{s:14:\"ninja_column_1\";s:20:\"<b>Commuter Benefits\";s:5:\"value\";s:15:\"<b>HealthEquity\";s:7:\"premier\";s:126:\"<span style=\"color: #68ace5;\"><b><a href=\"http://www.healthequity.com/wageworks\">www.healthequity.com/wageworks</b></a></span>\";s:10:\"choiceplus\";s:45:\"<span style=\"color: #68ace5;\"><b>877.924.3967\";s:12:\"group_number\";s:3:\"N/A\";s:8:\"___id___\";i:34;}i:18;a:6:{s:14:\"ninja_column_1\";s:16:\"<b>Auto and Home\";s:5:\"value\";s:22:\"<b>Farmers GroupSelect\";s:7:\"premier\";s:138:\"<span style=\"color: #68ace5;\"><b><a href=\"http://https://www.farmers.com/ groupselect\">https://www.farmers.com/ groupselect</b></a></span>\";s:10:\"choiceplus\";s:45:\"<span style=\"color: #68ace5;\"><b>800.438.6381\";s:12:\"group_number\";s:4:\"N/A \";s:8:\"___id___\";i:35;}i:19;a:6:{s:14:\"ninja_column_1\";s:16:\"<b>Pet Insurance\";s:5:\"value\";s:10:\"<b>MetLife\";s:7:\"premier\";s:113:\"<span style=\"color: #68ace5;\"><b><a href=\"http://www.metlife.com/getpetquote\">www.metlife.com/getpetquote</b></a>\";s:10:\"choiceplus\";s:45:\"<b><span style=\"color: #68ace5;\">800.GET.MET8\";s:12:\"group_number\";s:5:\"N/A  \";s:8:\"___id___\";i:36;}i:20;a:6:{s:14:\"ninja_column_1\";s:25:\"<b>24-Hour Virtual Visits\";s:5:\"value\";s:19:\"<b>UnitedHealthcare\";s:7:\"premier\";s:85:\"<span style=\"color: #68ace5;\"><b><a href=\"http://www.myuhc.com\">www.myuhc.com</b></a>\";s:10:\"choiceplus\";s:45:\"<span style=\"color: #68ace5;\"><b>855.396.4462\";s:12:\"group_number\";s:6:\"932303\";s:8:\"___id___\";i:37;}i:21;a:6:{s:14:\"ninja_column_1\";s:51:\"<b>Teammate Assistance Program (Live and Work Well)\";s:5:\"value\";s:20:\"<b>UnitedHealthcare \";s:7:\"premier\";s:142:\"<span style=\"color: #68ace5;\"><b><a href=\"http://www.liveandworkwell.com\">www.liveandworkwell.com</b></a><br></span> (Access Code: owensminor)\";s:10:\"choiceplus\";s:45:\"<span style=\"color: #68ace5;\"><b>866.374.6061\";s:12:\"group_number\";s:7:\"932303 \";s:8:\"___id___\";i:38;}i:22;a:6:{s:14:\"ninja_column_1\";s:18:\"<b>Fidelity 401(k)\";s:5:\"value\";s:11:\"<b>Fidelity\";s:7:\"premier\";s:94:\"<span style=\"color: #68ace5;\"><b><a href=\"http://www.401k.com\">www.401k.com</b></a><br></span>\";s:10:\"choiceplus\";s:45:\"<span style=\"color: #68ace5;\"><b>800.544.9354\";s:12:\"group_number\";s:5:\"93221\";s:8:\"___id___\";i:39;}i:23;a:6:{s:14:\"ninja_column_1\";s:16:\"<b>Fidelity TSPP\";s:5:\"value\";s:12:\"<b>Fidelity \";s:7:\"premier\";s:101:\"<span style=\"color: #68ace5;\"><b><a href=\"www.netbenefits.com\">www.netbenefits.com</b></a><br></span>\";s:10:\"choiceplus\";s:46:\"<span style=\"color: #68ace5;\"><b>800.544.9354 \";s:12:\"group_number\";s:3:\"N/A\";s:8:\"___id___\";i:40;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (557, 6734, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (558, 6734, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (559, 6734, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (560, 6734, '__ninja_cached_table_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (561, 6734, '_last_edited_by', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (562, 6734, '_last_edited_time', '2024-07-06 16:20:27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (563, 6734, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (564, 6734, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (565, 6734, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (566, 6760, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:0:\"\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}i:1;a:12:{s:3:\"key\";s:5:\"value\";s:4:\"name\";s:19:\"UHC Vision PPO Plan\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (567, 6760, '_ninja_table_settings', 'a:31:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:11:\"manual_sort\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(221, 221, 221, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(221, 221, 221, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:14:\"stacks_devices\";a:0:{}s:18:\"stacks_appearances\";a:0:{}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (568, 6760, '_ninja_table_cache_object', 'a:0:{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (569, 6760, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (570, 6760, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (571, 6760, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (572, 6760, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_value \">UHC Vision PPO Plan</th></tr>\n</thead>\n<tbody>\n\n</tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (573, 6760, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (574, 6760, '_last_edited_time', '2024-10-26 02:29:11');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (575, 6760, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (576, 6765, '_ninja_table_columns', 'a:5:{i:0;a:14:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:0:\"\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";s:16:\"background_color\";s:0:\"\";s:10:\"text_color\";s:0:\"\";}i:1;a:12:{s:3:\"key\";s:5:\"value\";s:4:\"name\";s:10:\"Basic Plan\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}i:2;a:13:{s:4:\"name\";s:9:\"#colspan#\";s:3:\"key\";s:7:\"colspan\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}i:3;a:16:{s:4:\"name\";s:11:\"Buy-up Plan\";s:3:\"key\";s:11:\"buy_up_plan\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";s:10:\"conditions\";a:1:{i:0;a:6:{s:19:\"conditionalOperator\";s:0:\"\";s:16:\"conditionalValue\";s:0:\"\";s:17:\"conditionalValue2\";s:0:\"\";s:12:\"targetAction\";s:0:\"\";s:11:\"targetValue\";s:0:\"\";s:16:\"targetValueColor\";s:0:\"\";}}s:16:\"background_color\";s:0:\"\";s:10:\"text_color\";s:0:\"\";}i:4;a:13:{s:4:\"name\";s:9:\"#colspan#\";s:3:\"key\";s:8:\"colwspan\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (577, 6765, '_ninja_table_settings', 'a:30:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:11:\"manual_sort\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(221, 221, 221, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(221, 221, 221, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:15:\"hide_header_row\";s:1:\"1\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (578, 6765, '_ninja_table_cache_object', 'a:8:{i:0;a:6:{s:14:\"ninja_column_1\";s:1:\" \";s:5:\"value\";s:13:\"<b>Basic Plan\";s:7:\"colspan\";s:9:\"#colspan#\";s:11:\"buy_up_plan\";s:14:\"<b>Buy-up Plan\";s:8:\"colwspan\";s:9:\"#colspan#\";s:8:\"___id___\";i:72;}i:1;a:6:{s:14:\"ninja_column_1\";s:0:\"\";s:5:\"value\";s:6:\"<b>PPO\";s:7:\"colspan\";s:10:\"<b>Premier\";s:11:\"buy_up_plan\";s:6:\"<b>PPO\";s:8:\"colwspan\";s:10:\"<b>Premier\";s:8:\"___id___\";i:60;}i:2;a:4:{s:14:\"ninja_column_1\";s:13:\"<b>In-network\";s:5:\"value\";s:0:\"\";s:7:\"colspan\";N;s:8:\"___id___\";i:58;}i:3;a:8:{s:14:\"ninja_column_1\";s:31:\"<b>Individual/family deductible\";s:5:\"value\";s:7:\"$25/$75\";s:7:\"premier\";s:18:\"$0; plan pays 100%\";s:10:\"choiceplus\";s:18:\"$0; plan pays 100%\";s:7:\"colspan\";s:8:\"$50/$150\";s:11:\"buy_up_plan\";s:7:\"$25/$75\";s:8:\"colwspan\";s:8:\"$50/$150\";s:8:\"___id___\";i:59;}i:4;a:6:{s:14:\"ninja_column_1\";s:25:\"<b>Annual maximum benefit\";s:5:\"value\";s:4:\"$750\";s:7:\"colspan\";s:4:\"$750\";s:11:\"buy_up_plan\";s:6:\"$1,500\";s:8:\"colwspan\";s:6:\"$1,500\";s:8:\"___id___\";i:56;}i:5;a:8:{s:14:\"ninja_column_1\";s:54:\"<b>Services</b><br> Preventive<br> Basic<br> Major<br>\";s:5:\"value\";s:61:\"You pay $0<br> You pay 20%,<br> plan pays 80%<br> Not covered\";s:7:\"premier\";s:14:\"$6,550/$13,100\";s:10:\"choiceplus\";s:14:\"$6,000/$12,000\";s:7:\"colspan\";s:61:\"You pay $0<br> You pay 30%,<br> plan pays 70%<br> Not covered\";s:11:\"buy_up_plan\";s:80:\"You pay $0<br> You pay 10%,<br> plan pays 90%<br> You pay 40%,<br> plan pays 60%\";s:8:\"colwspan\";s:80:\"You pay $0<br> You pay 20%,<br> plan pays 80%<br> You pay 50%,<br> plan pays 50%\";s:8:\"___id___\";i:61;}i:6;a:8:{s:14:\"ninja_column_1\";s:83:\"<b>Orthodontia coinsurance/ lifetime maximum (dependent children up to age 26 only)\";s:5:\"value\";s:11:\"Not covered\";s:7:\"premier\";s:269:\"• $300 (teammate only)<br> • $425 (teammate + spouse/domestic partner/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\"color: #68ace5;\">HSA page</b></span> for details<br> You must contribute to your HSA in order to receive the company match\";s:10:\"choiceplus\";s:16:\"Lower deductible\";s:7:\"colspan\";s:9:\"#colspan#\";s:11:\"buy_up_plan\";s:10:\"50%/$1,500\";s:8:\"colwspan\";s:9:\"#colspan#\";s:8:\"___id___\";i:57;}i:7;a:6:{s:14:\"ninja_column_1\";s:100:\"<b>Out-of-network:</b> For coverage details refer to Workday>Teammate Benefits & Wellness dashboard.\";s:5:\"value\";s:9:\"#colspan#\";s:7:\"colspan\";s:9:\"#colspan#\";s:11:\"buy_up_plan\";s:9:\"#colspan#\";s:8:\"colwspan\";s:9:\"#colspan#\";s:8:\"___id___\";i:71;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (579, 6765, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (580, 6765, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (581, 6765, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (582, 6765, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\" colspan=\"2\" class=\"ninja_column_1 ninja_clmn_nm_value \">Basic Plan</th><td class=\"ninja_temp_cell\"></td><th scope=\"col\" colspan=\"2\" class=\"ninja_column_3 ninja_clmn_nm_buy_up_plan \">Buy-up Plan</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"72\" class=\"ninja_table_row_0 nt_row_id_72\">\n            <td> </td><td colspan=\"2\"><b>Basic Plan</td><td class=\"ninja_temp_cell\"></td><td colspan=\"2\"><b>Buy-up Plan</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"60\" class=\"ninja_table_row_1 nt_row_id_60\">\n            <td></td><td><b>PPO</td><td><b>Premier</td><td><b>PPO</td><td><b>Premier</td>        </tr>\n            <tr data-row_id=\"58\" class=\"ninja_table_row_2 nt_row_id_58\">\n            <td><b>In-network</td><td></td><td></td><td></td><td></td>        </tr>\n            <tr data-row_id=\"59\" class=\"ninja_table_row_3 nt_row_id_59\">\n            <td><b>Individual/family deductible</td><td>$25/$75</td><td>$50/$150</td><td>$25/$75</td><td>$50/$150</td>        </tr>\n            <tr data-row_id=\"56\" class=\"ninja_table_row_4 nt_row_id_56\">\n            <td><b>Annual maximum benefit</td><td>$750</td><td>$750</td><td>$1,500</td><td>$1,500</td>        </tr>\n            <tr data-row_id=\"61\" class=\"ninja_table_row_5 nt_row_id_61\">\n            <td><b>Services</b><br> Preventive<br> Basic<br> Major<br></td><td>You pay $0<br> You pay 20%,<br> plan pays 80%<br> Not covered</td><td>You pay $0<br> You pay 30%,<br> plan pays 70%<br> Not covered</td><td>You pay $0<br> You pay 10%,<br> plan pays 90%<br> You pay 40%,<br> plan pays 60%</td><td>You pay $0<br> You pay 20%,<br> plan pays 80%<br> You pay 50%,<br> plan pays 50%</td>        </tr>\n            <tr data-row_id=\"57\" class=\"ninja_table_row_6 nt_row_id_57\">\n            <td><b>Orthodontia coinsurance/ lifetime maximum (dependent children up to age 26 only)</td><td colspan=\"2\">Not covered</td><td class=\"ninja_temp_cell\"></td><td colspan=\"2\">50%/$1,500</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"71\" class=\"ninja_table_row_7 nt_row_id_71\">\n            <td colspan=\"5\"><b>Out-of-network:</b> For coverage details refer to Workday>Teammate Benefits & Wellness dashboard.</td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (583, 6765, '_last_edited_by', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (584, 6765, '_last_edited_time', '2024-07-07 16:16:54');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (585, 6765, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (586, 6765, '_ninja_tables_data_migrated_for_manual_sort', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (587, 6765, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (588, 6765, '_ninja_tables_custom_js', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (589, 6825, '_ninja_table_columns', 'a:4:{i:0;a:12:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:0:\"\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:1;a:12:{s:3:\"key\";s:5:\"value\";s:4:\"name\";s:34:\"Kaiser HDHP with Optional HSA—CA\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:2;a:12:{s:3:\"key\";s:7:\"premier\";s:4:\"name\";s:34:\"Kaiser HDHP with Optional HSA—CO\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:3;a:12:{s:3:\"key\";s:10:\"choiceplus\";s:4:\"name\";s:34:\"Kaiser HDHP with Optional HSA—GA\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (590, 6825, '_ninja_table_settings', 'a:29:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:11:\"manual_sort\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(227, 227, 227, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(227, 227, 227, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (591, 6825, '_ninja_table_cache_object', 'a:15:{i:0;a:5:{s:14:\"ninja_column_1\";s:0:\"\";s:5:\"value\";s:13:\"<b>In-Network\";s:7:\"premier\";s:13:\"<b>In-Network\";s:10:\"choiceplus\";s:13:\"<b>In-Network\";s:8:\"___id___\";i:75;}i:1;a:5:{s:14:\"ninja_column_1\";s:72:\"<b>Annual Deductible</b><br> Single<br> Family<br> Embedded or Aggregate\";s:5:\"value\";s:30:\"$3,200<br> $6,400<br> Embedded\";s:7:\"premier\";s:30:\"$3,200<br> $6,400<br> Embedded\";s:10:\"choiceplus\";s:30:\"$3,200<br> $6,400<br> Embedded\";s:8:\"___id___\";i:74;}i:2;a:5:{s:14:\"ninja_column_1\";s:66:\"<b>Annual Out-of-Pocket Max</b><br> Single<br> Family<br> Embedded\";s:5:\"value\";s:26:\"$6,000<br> $12,000<br> Yes\";s:7:\"premier\";s:26:\"$6,000<br> $12,000<br> Yes\";s:10:\"choiceplus\";s:26:\"$6,000<br> $12,000<br> Yes\";s:8:\"___id___\";i:73;}i:3;a:5:{s:14:\"ninja_column_1\";s:20:\"<strong>Office Visit\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:76;}i:4;a:5:{s:14:\"ninja_column_1\";s:22:\"<b>Preventive Services\";s:5:\"value\";s:9:\"No Charge\";s:7:\"premier\";s:9:\"No Charge\";s:10:\"choiceplus\";s:9:\"No Charge\";s:8:\"___id___\";i:77;}i:5;a:5:{s:14:\"ninja_column_1\";s:52:\"<b>Chiropractic Care (May require medical necessity)\";s:5:\"value\";s:47:\"30% after deductible (up to 20 visits per year)\";s:7:\"premier\";s:47:\"30% after deductible (up to 20 visits per year)\";s:10:\"choiceplus\";s:47:\"30% after deductible (up to 20 visits per year)\";s:8:\"___id___\";i:78;}i:6;a:5:{s:14:\"ninja_column_1\";s:14:\"<b>Lab & X-Ray\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:79;}i:7;a:5:{s:14:\"ninja_column_1\";s:28:\"<b>Inpatient Hospitalization\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:80;}i:8;a:5:{s:14:\"ninja_column_1\";s:21:\"<b>Outpatient Surgery\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:81;}i:9;a:5:{s:14:\"ninja_column_1\";s:14:\"<b>Urgent Care\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:82;}i:10;a:5:{s:14:\"ninja_column_1\";s:17:\"<b>Emergency Room\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:83;}i:11;a:5:{s:14:\"ninja_column_1\";s:21:\"<b>Prescription Drugs\";s:5:\"value\";s:16:\"<b>Generic/Brand\";s:7:\"premier\";s:16:\"<b>Generic/Brand\";s:10:\"choiceplus\";s:16:\"<b>Generic/Brand\";s:8:\"___id___\";i:84;}i:12;a:5:{s:14:\"ninja_column_1\";s:29:\"<b>Deductible (Single/Family)\";s:5:\"value\";s:18:\"Combined w/medical\";s:7:\"premier\";s:18:\"Combined w/medical\";s:10:\"choiceplus\";s:18:\"Combined w/medical\";s:8:\"___id___\";i:85;}i:13;a:5:{s:14:\"ninja_column_1\";s:25:\"<b>Retail (30 day supply)\";s:5:\"value\";s:29:\"$15/$35<br>(after deductible)\";s:7:\"premier\";s:29:\"$15/$35<br>(after deductible)\";s:10:\"choiceplus\";s:29:\"$15/$35<br>(after deductible)\";s:8:\"___id___\";i:86;}i:14;a:5:{s:14:\"ninja_column_1\";s:29:\"<b>Mail Order (90 day supply)\";s:5:\"value\";s:29:\"$30/$70<br>(after deductible)\";s:7:\"premier\";s:29:\"$30/$70<br>(after deductible)\";s:10:\"choiceplus\";s:41:\"$30/$70<br>(after deductible)<sup>1</sup>\";s:8:\"___id___\";i:88;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (592, 6825, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (593, 6825, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (594, 6825, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (595, 6825, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_value \">Kaiser HDHP with Optional HSA—CA</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_premier \">Kaiser HDHP with Optional HSA—CO</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_choiceplus \">Kaiser HDHP with Optional HSA—GA</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"75\" class=\"ninja_table_row_0 nt_row_id_75\">\n            <td></td><td><b>In-Network</td><td><b>In-Network</td><td><b>In-Network</td>        </tr>\n            <tr data-row_id=\"74\" class=\"ninja_table_row_1 nt_row_id_74\">\n            <td><b>Annual Deductible</b><br> Single<br> Family<br> Embedded or Aggregate</td><td>$3,200<br> $6,400<br> Embedded</td><td>$3,200<br> $6,400<br> Embedded</td><td>$3,200<br> $6,400<br> Embedded</td>        </tr>\n            <tr data-row_id=\"73\" class=\"ninja_table_row_2 nt_row_id_73\">\n            <td><b>Annual Out-of-Pocket Max</b><br> Single<br> Family<br> Embedded</td><td>$6,000<br> $12,000<br> Yes</td><td>$6,000<br> $12,000<br> Yes</td><td>$6,000<br> $12,000<br> Yes</td>        </tr>\n            <tr data-row_id=\"76\" class=\"ninja_table_row_3 nt_row_id_76\">\n            <td><strong>Office Visit</td><td>30% after deductible</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"77\" class=\"ninja_table_row_4 nt_row_id_77\">\n            <td><b>Preventive Services</td><td>No Charge</td><td>No Charge</td><td>No Charge</td>        </tr>\n            <tr data-row_id=\"78\" class=\"ninja_table_row_5 nt_row_id_78\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>30% after deductible (up to 20 visits per year)</td><td>30% after deductible (up to 20 visits per year)</td><td>30% after deductible (up to 20 visits per year)</td>        </tr>\n            <tr data-row_id=\"79\" class=\"ninja_table_row_6 nt_row_id_79\">\n            <td><b>Lab & X-Ray</td><td>30% after deductible</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"80\" class=\"ninja_table_row_7 nt_row_id_80\">\n            <td><b>Inpatient Hospitalization</td><td>30% after deductible</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"81\" class=\"ninja_table_row_8 nt_row_id_81\">\n            <td><b>Outpatient Surgery</td><td>30% after deductible</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"82\" class=\"ninja_table_row_9 nt_row_id_82\">\n            <td><b>Urgent Care</td><td>30% after deductible</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"83\" class=\"ninja_table_row_10 nt_row_id_83\">\n            <td><b>Emergency Room</td><td>30% after deductible</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"84\" class=\"ninja_table_row_11 nt_row_id_84\">\n            <td><b>Prescription Drugs</td><td><b>Generic/Brand</td><td><b>Generic/Brand</td><td><b>Generic/Brand</td>        </tr>\n            <tr data-row_id=\"85\" class=\"ninja_table_row_12 nt_row_id_85\">\n            <td><b>Deductible (Single/Family)</td><td>Combined w/medical</td><td>Combined w/medical</td><td>Combined w/medical</td>        </tr>\n            <tr data-row_id=\"86\" class=\"ninja_table_row_13 nt_row_id_86\">\n            <td><b>Retail (30 day supply)</td><td>$15/$35<br>(after deductible)</td><td>$15/$35<br>(after deductible)</td><td>$15/$35<br>(after deductible)</td>        </tr>\n            <tr data-row_id=\"88\" class=\"ninja_table_row_14 nt_row_id_88\">\n            <td><b>Mail Order (90 day supply)</td><td>$30/$70<br>(after deductible)</td><td>$30/$70<br>(after deductible)</td><td>$30/$70<br>(after deductible)<sup>1</sup></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (596, 6825, '_last_edited_by', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (597, 6825, '_last_edited_time', '2024-07-07 19:28:24');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (598, 6825, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (599, 6825, '_ninja_tables_data_migrated_for_manual_sort', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (600, 6828, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:0:\"\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"33\";}i:1;a:12:{s:3:\"key\";s:5:\"value\";s:4:\"name\";s:57:\"Kaiser HDHP with Optional HSA— Mid‑Atlantic States/WA\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"33\";}i:2;a:12:{s:3:\"key\";s:7:\"premier\";s:4:\"name\";s:41:\"Kaiser HDHP with Optional HSA—Northwest\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"33\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (601, 6828, '_ninja_table_settings', 'a:29:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:11:\"manual_sort\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(227, 227, 227, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(227, 227, 227, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (602, 6828, '_ninja_table_cache_object', 'a:15:{i:0;a:5:{s:14:\"ninja_column_1\";s:0:\"\";s:5:\"value\";s:13:\"<b>In-Network\";s:7:\"premier\";s:13:\"<b>In-Network\";s:10:\"choiceplus\";s:13:\"<b>In-Network\";s:8:\"___id___\";i:91;}i:1;a:5:{s:14:\"ninja_column_1\";s:72:\"<b>Annual Deductible</b><br> Single<br> Family<br> Embedded or Aggregate\";s:5:\"value\";s:30:\"$3,200<br> $6,400<br> Embedded\";s:7:\"premier\";s:30:\"$3,200<br> $6,400<br> Embedded\";s:10:\"choiceplus\";s:30:\"$3,200<br> $6,400<br> Embedded\";s:8:\"___id___\";i:90;}i:2;a:5:{s:14:\"ninja_column_1\";s:66:\"<b>Annual Out-of-Pocket Max</b><br> Single<br> Family<br> Embedded\";s:5:\"value\";s:26:\"$6,000<br> $12,000<br> Yes\";s:7:\"premier\";s:26:\"$6,000<br> $12,000<br> Yes\";s:10:\"choiceplus\";s:26:\"$6,000<br> $12,000<br> Yes\";s:8:\"___id___\";i:89;}i:3;a:5:{s:14:\"ninja_column_1\";s:20:\"<strong>Office Visit\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:21:\"30% after deductible*\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:92;}i:4;a:5:{s:14:\"ninja_column_1\";s:22:\"<b>Preventive Services\";s:5:\"value\";s:9:\"No Charge\";s:7:\"premier\";s:9:\"No Charge\";s:10:\"choiceplus\";s:9:\"No Charge\";s:8:\"___id___\";i:93;}i:5;a:5:{s:14:\"ninja_column_1\";s:52:\"<b>Chiropractic Care (May require medical necessity)\";s:5:\"value\";s:47:\"30% after deductible (up to 20 visits per year)\";s:7:\"premier\";s:47:\"30% after deductible (up to 20 visits per year)\";s:10:\"choiceplus\";s:47:\"30% after deductible (up to 20 visits per year)\";s:8:\"___id___\";i:94;}i:6;a:5:{s:14:\"ninja_column_1\";s:14:\"<b>Lab & X-Ray\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:95;}i:7;a:5:{s:14:\"ninja_column_1\";s:28:\"<b>Inpatient Hospitalization\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:96;}i:8;a:5:{s:14:\"ninja_column_1\";s:21:\"<b>Outpatient Surgery\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:97;}i:9;a:5:{s:14:\"ninja_column_1\";s:14:\"<b>Urgent Care\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:98;}i:10;a:5:{s:14:\"ninja_column_1\";s:17:\"<b>Emergency Room\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:99;}i:11;a:5:{s:14:\"ninja_column_1\";s:21:\"<b>Prescription Drugs\";s:5:\"value\";s:16:\"<b>Generic/Brand\";s:7:\"premier\";s:16:\"<b>Generic/Brand\";s:10:\"choiceplus\";s:16:\"<b>Generic/Brand\";s:8:\"___id___\";i:100;}i:12;a:5:{s:14:\"ninja_column_1\";s:29:\"<b>Deductible (Single/Family)\";s:5:\"value\";s:18:\"Combined w/medical\";s:7:\"premier\";s:18:\"Combined w/medical\";s:10:\"choiceplus\";s:18:\"Combined w/medical\";s:8:\"___id___\";i:101;}i:13;a:5:{s:14:\"ninja_column_1\";s:25:\"<b>Retail (30 day supply)\";s:5:\"value\";s:29:\"$15/$35<br>(after deductible)\";s:7:\"premier\";s:29:\"$15/$35<br>(after deductible)\";s:10:\"choiceplus\";s:29:\"$15/$35<br>(after deductible)\";s:8:\"___id___\";i:102;}i:14;a:5:{s:14:\"ninja_column_1\";s:29:\"<b>Mail Order (90 day supply)\";s:5:\"value\";s:29:\"$30/$70<br>(after deductible)\";s:7:\"premier\";s:29:\"$30/$70<br>(after deductible)\";s:10:\"choiceplus\";s:41:\"$30/$70<br>(after deductible)<sup>1</sup>\";s:8:\"___id___\";i:103;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (603, 6828, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (604, 6828, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (605, 6828, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (606, 6828, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_value \">Kaiser HDHP with Optional HSA— Mid‑Atlantic States/WA</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_premier \">Kaiser HDHP with Optional HSA—Northwest</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"91\" class=\"ninja_table_row_0 nt_row_id_91\">\n            <td></td><td><b>In-Network</td><td><b>In-Network</td>        </tr>\n            <tr data-row_id=\"90\" class=\"ninja_table_row_1 nt_row_id_90\">\n            <td><b>Annual Deductible</b><br> Single<br> Family<br> Embedded or Aggregate</td><td>$3,200<br> $6,400<br> Embedded</td><td>$3,200<br> $6,400<br> Embedded</td>        </tr>\n            <tr data-row_id=\"89\" class=\"ninja_table_row_2 nt_row_id_89\">\n            <td><b>Annual Out-of-Pocket Max</b><br> Single<br> Family<br> Embedded</td><td>$6,000<br> $12,000<br> Yes</td><td>$6,000<br> $12,000<br> Yes</td>        </tr>\n            <tr data-row_id=\"92\" class=\"ninja_table_row_3 nt_row_id_92\">\n            <td><strong>Office Visit</td><td>30% after deductible</td><td>30% after deductible*</td>        </tr>\n            <tr data-row_id=\"93\" class=\"ninja_table_row_4 nt_row_id_93\">\n            <td><b>Preventive Services</td><td>No Charge</td><td>No Charge</td>        </tr>\n            <tr data-row_id=\"94\" class=\"ninja_table_row_5 nt_row_id_94\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>30% after deductible (up to 20 visits per year)</td><td>30% after deductible (up to 20 visits per year)</td>        </tr>\n            <tr data-row_id=\"95\" class=\"ninja_table_row_6 nt_row_id_95\">\n            <td><b>Lab & X-Ray</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"96\" class=\"ninja_table_row_7 nt_row_id_96\">\n            <td><b>Inpatient Hospitalization</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"97\" class=\"ninja_table_row_8 nt_row_id_97\">\n            <td><b>Outpatient Surgery</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"98\" class=\"ninja_table_row_9 nt_row_id_98\">\n            <td><b>Urgent Care</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"99\" class=\"ninja_table_row_10 nt_row_id_99\">\n            <td><b>Emergency Room</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"100\" class=\"ninja_table_row_11 nt_row_id_100\">\n            <td><b>Prescription Drugs</td><td><b>Generic/Brand</td><td><b>Generic/Brand</td>        </tr>\n            <tr data-row_id=\"101\" class=\"ninja_table_row_12 nt_row_id_101\">\n            <td><b>Deductible (Single/Family)</td><td>Combined w/medical</td><td>Combined w/medical</td>        </tr>\n            <tr data-row_id=\"102\" class=\"ninja_table_row_13 nt_row_id_102\">\n            <td><b>Retail (30 day supply)</td><td>$15/$35<br>(after deductible)</td><td>$15/$35<br>(after deductible)</td>        </tr>\n            <tr data-row_id=\"103\" class=\"ninja_table_row_14 nt_row_id_103\">\n            <td><b>Mail Order (90 day supply)</td><td>$30/$70<br>(after deductible)</td><td>$30/$70<br>(after deductible)</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (607, 6828, '_last_edited_by', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (608, 6828, '_last_edited_time', '2024-07-07 19:28:17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (609, 6828, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (610, 6828, '_ninja_tables_data_migrated_for_manual_sort', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (611, 6831, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:0:\"\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}i:1;a:12:{s:3:\"key\";s:5:\"value\";s:4:\"name\";s:14:\"Hawaii POS 405\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (612, 6831, '_ninja_table_settings', 'a:29:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:11:\"manual_sort\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(227, 227, 227, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(227, 227, 227, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (613, 6831, '_ninja_table_cache_object', 'a:17:{i:0;a:5:{s:14:\"ninja_column_1\";s:0:\"\";s:5:\"value\";s:13:\"<b>In-Network\";s:7:\"premier\";s:13:\"<b>In-Network\";s:10:\"choiceplus\";s:13:\"<b>In-Network\";s:8:\"___id___\";i:106;}i:1;a:5:{s:14:\"ninja_column_1\";s:72:\"<b>Annual Deductible</b><br> Single<br> Family<br> Embedded or Aggregate\";s:5:\"value\";s:57:\" <br>Not applicable<br> Not applicable<br> Not applicable\";s:7:\"premier\";s:30:\"$3,200<br> $6,400<br> Embedded\";s:10:\"choiceplus\";s:30:\"$3,200<br> $6,400<br> Embedded\";s:8:\"___id___\";i:105;}i:2;a:5:{s:14:\"ninja_column_1\";s:66:\"<b>Annual Out-of-Pocket Max</b><br> Single<br> Family<br> Embedded\";s:5:\"value\";s:30:\" <br>$2,000<br> $6,000<br> Yes\";s:7:\"premier\";s:26:\"$6,000<br> $12,000<br> Yes\";s:10:\"choiceplus\";s:26:\"$6,000<br> $12,000<br> Yes\";s:8:\"___id___\";i:104;}i:3;a:5:{s:14:\"ninja_column_1\";s:20:\"<strong>Office Visit\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:21:\"30% after deductible*\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:107;}i:4;a:5:{s:14:\"ninja_column_1\";s:22:\"<b>Preventive Services\";s:5:\"value\";s:9:\"No Charge\";s:7:\"premier\";s:9:\"No Charge\";s:10:\"choiceplus\";s:9:\"No Charge\";s:8:\"___id___\";i:108;}i:5;a:5:{s:14:\"ninja_column_1\";s:15:\"<b>Office Visit\";s:5:\"value\";s:9:\"$15 copay\";s:7:\"premier\";s:47:\"30% after deductible (up to 20 visits per year)\";s:10:\"choiceplus\";s:47:\"30% after deductible (up to 20 visits per year)\";s:8:\"___id___\";i:109;}i:6;a:5:{s:14:\"ninja_column_1\";s:22:\"<b>Preventive Services\";s:5:\"value\";s:9:\"No charge\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:110;}i:7;a:5:{s:14:\"ninja_column_1\";s:52:\"<b>Chiropractic Care (May require medical necessity)\";s:5:\"value\";s:11:\"Not Covered\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:112;}i:8;a:5:{s:14:\"ninja_column_1\";s:14:\"<b>Lab & X-Ray\";s:5:\"value\";s:3:\"10%\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:113;}i:9;a:5:{s:14:\"ninja_column_1\";s:28:\"<b>Inpatient Hospitalization\";s:5:\"value\";s:17:\"$75 copay per day\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:114;}i:10;a:3:{s:14:\"ninja_column_1\";s:21:\"<b>Outpatient Surgery\";s:5:\"value\";s:9:\"$15 copay\";s:8:\"___id___\";i:115;}i:11;a:5:{s:14:\"ninja_column_1\";s:14:\"<b>Urgent Care\";s:5:\"value\";s:87:\"$15 copay per visit within service area; 20% of applicable charges outside service area\";s:7:\"premier\";s:18:\"Combined w/medical\";s:10:\"choiceplus\";s:18:\"Combined w/medical\";s:8:\"___id___\";i:116;}i:12;a:5:{s:14:\"ninja_column_1\";s:17:\"<b>Emergency Room\";s:5:\"value\";s:40:\"$75 copay per visit (waived if admitted)\";s:7:\"premier\";s:29:\"$15/$35<br>(after deductible)\";s:10:\"choiceplus\";s:29:\"$15/$35<br>(after deductible)\";s:8:\"___id___\";i:117;}i:13;a:3:{s:14:\"ninja_column_1\";s:21:\"<b>Prescription Drugs\";s:5:\"value\";s:14:\"Not applicable\";s:8:\"___id___\";i:118;}i:14;a:3:{s:14:\"ninja_column_1\";s:29:\"<b>Deductible (Single/Family)\";s:5:\"value\";s:14:\"Not applicable\";s:8:\"___id___\";i:119;}i:15;a:3:{s:14:\"ninja_column_1\";s:25:\"<b>Retail (30 day supply)\";s:5:\"value\";s:19:\"$15 copay/$15 copay\";s:8:\"___id___\";i:120;}i:16;a:3:{s:14:\"ninja_column_1\";s:29:\"<b>Mail Order (90 day supply)\";s:5:\"value\";s:19:\"$30 copay/$30 copay\";s:8:\"___id___\";i:121;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (614, 6831, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (615, 6831, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (616, 6831, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (617, 6831, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_value \">Hawaii POS 405</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"106\" class=\"ninja_table_row_0 nt_row_id_106\">\n            <td></td><td><b>In-Network</td>        </tr>\n            <tr data-row_id=\"105\" class=\"ninja_table_row_1 nt_row_id_105\">\n            <td><b>Annual Deductible</b><br> Single<br> Family<br> Embedded or Aggregate</td><td> <br>Not applicable<br> Not applicable<br> Not applicable</td>        </tr>\n            <tr data-row_id=\"104\" class=\"ninja_table_row_2 nt_row_id_104\">\n            <td><b>Annual Out-of-Pocket Max</b><br> Single<br> Family<br> Embedded</td><td> <br>$2,000<br> $6,000<br> Yes</td>        </tr>\n            <tr data-row_id=\"107\" class=\"ninja_table_row_3 nt_row_id_107\">\n            <td><strong>Office Visit</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"108\" class=\"ninja_table_row_4 nt_row_id_108\">\n            <td><b>Preventive Services</td><td>No Charge</td>        </tr>\n            <tr data-row_id=\"109\" class=\"ninja_table_row_5 nt_row_id_109\">\n            <td><b>Office Visit</td><td>$15 copay</td>        </tr>\n            <tr data-row_id=\"110\" class=\"ninja_table_row_6 nt_row_id_110\">\n            <td><b>Preventive Services</td><td>No charge</td>        </tr>\n            <tr data-row_id=\"112\" class=\"ninja_table_row_7 nt_row_id_112\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>Not Covered</td>        </tr>\n            <tr data-row_id=\"113\" class=\"ninja_table_row_8 nt_row_id_113\">\n            <td><b>Lab & X-Ray</td><td>10%</td>        </tr>\n            <tr data-row_id=\"114\" class=\"ninja_table_row_9 nt_row_id_114\">\n            <td><b>Inpatient Hospitalization</td><td>$75 copay per day</td>        </tr>\n            <tr data-row_id=\"115\" class=\"ninja_table_row_10 nt_row_id_115\">\n            <td><b>Outpatient Surgery</td><td>$15 copay</td>        </tr>\n            <tr data-row_id=\"116\" class=\"ninja_table_row_11 nt_row_id_116\">\n            <td><b>Urgent Care</td><td>$15 copay per visit within service area; 20% of applicable charges outside service area</td>        </tr>\n            <tr data-row_id=\"117\" class=\"ninja_table_row_12 nt_row_id_117\">\n            <td><b>Emergency Room</td><td>$75 copay per visit (waived if admitted)</td>        </tr>\n            <tr data-row_id=\"118\" class=\"ninja_table_row_13 nt_row_id_118\">\n            <td><b>Prescription Drugs</td><td>Not applicable</td>        </tr>\n            <tr data-row_id=\"119\" class=\"ninja_table_row_14 nt_row_id_119\">\n            <td><b>Deductible (Single/Family)</td><td>Not applicable</td>        </tr>\n            <tr data-row_id=\"120\" class=\"ninja_table_row_15 nt_row_id_120\">\n            <td><b>Retail (30 day supply)</td><td>$15 copay/$15 copay</td>        </tr>\n            <tr data-row_id=\"121\" class=\"ninja_table_row_16 nt_row_id_121\">\n            <td><b>Mail Order (90 day supply)</td><td>$30 copay/$30 copay</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (618, 6831, '_last_edited_by', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (619, 6831, '_last_edited_time', '2024-07-07 19:27:55');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (620, 6831, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (621, 6831, '_ninja_tables_data_migrated_for_manual_sort', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (622, 6835, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:0:\"\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}i:1;a:12:{s:3:\"key\";s:5:\"value\";s:4:\"name\";s:31:\"UPMC HDHP EPO with Optional HSA\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (623, 6835, '_ninja_table_settings', 'a:31:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:11:\"manual_sort\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(227, 227, 227, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(227, 227, 227, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:14:\"stacks_devices\";a:0:{}s:18:\"stacks_appearances\";a:0:{}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (624, 6835, '_ninja_table_cache_object', 'a:16:{i:0;a:5:{s:14:\"ninja_column_1\";s:0:\"\";s:5:\"value\";s:13:\"<b>In-Network\";s:7:\"premier\";s:13:\"<b>In-Network\";s:10:\"choiceplus\";s:13:\"<b>In-Network\";s:8:\"___id___\";i:124;}i:1;a:5:{s:14:\"ninja_column_1\";s:72:\"<b>Annual Deductible</b><br> Single<br> Family<br> Embedded or Aggregate\";s:5:\"value\";s:32:\" <br> $6,550<br> $13,100<br> Yes\";s:7:\"premier\";s:30:\"$3,200<br> $6,400<br> Embedded\";s:10:\"choiceplus\";s:30:\"$3,200<br> $6,400<br> Embedded\";s:8:\"___id___\";i:123;}i:2;a:5:{s:14:\"ninja_column_1\";s:66:\"<b>Annual Out-of-Pocket Max</b><br> Single<br> Family<br> Embedded\";s:5:\"value\";s:35:\" <br>$4,000<br> $8,000<br> Embedded\";s:7:\"premier\";s:26:\"$6,000<br> $12,000<br> Yes\";s:10:\"choiceplus\";s:26:\"$6,000<br> $12,000<br> Yes\";s:8:\"___id___\";i:122;}i:3;a:5:{s:14:\"ninja_column_1\";s:15:\"<b>Lifetime Max\";s:5:\"value\";s:9:\"Unlimited\";s:7:\"premier\";s:47:\"30% after deductible (up to 20 visits per year)\";s:10:\"choiceplus\";s:47:\"30% after deductible (up to 20 visits per year)\";s:8:\"___id___\";i:127;}i:4;a:3:{s:14:\"ninja_column_1\";s:15:\"<b>Office Visit\";s:5:\"value\";s:20:\"30% after deductible\";s:8:\"___id___\";i:132;}i:5;a:5:{s:14:\"ninja_column_1\";s:22:\"<b>Preventive Services\";s:5:\"value\";s:9:\"No Charge\";s:7:\"premier\";s:9:\"No Charge\";s:10:\"choiceplus\";s:9:\"No Charge\";s:8:\"___id___\";i:126;}i:6;a:5:{s:14:\"ninja_column_1\";s:52:\"<b>Chiropractic Care (May require medical necessity)\";s:5:\"value\";s:11:\"Not Covered\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:129;}i:7;a:3:{s:14:\"ninja_column_1\";s:14:\"<b>Lab & X-Ray\";s:5:\"value\";s:20:\"30% after deductible\";s:8:\"___id___\";i:138;}i:8;a:5:{s:14:\"ninja_column_1\";s:28:\"<b>Inpatient Hospitalization\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:131;}i:9;a:5:{s:14:\"ninja_column_1\";s:21:\"<b>Outpatient Surgery\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:29:\"$15/$35<br>(after deductible)\";s:10:\"choiceplus\";s:29:\"$15/$35<br>(after deductible)\";s:8:\"___id___\";i:134;}i:10;a:5:{s:14:\"ninja_column_1\";s:14:\"<b>Urgent Care\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:20:\"30% after deductible\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:130;}i:11;a:5:{s:14:\"ninja_column_1\";s:22:\"<strong>Emergency Room\";s:5:\"value\";s:20:\"30% after deductible\";s:7:\"premier\";s:21:\"30% after deductible*\";s:10:\"choiceplus\";s:20:\"30% after deductible\";s:8:\"___id___\";i:125;}i:12;a:3:{s:14:\"ninja_column_1\";s:22:\"<b>Preventive Services\";s:5:\"value\";s:16:\"<b>Generic/Brand\";s:8:\"___id___\";i:133;}i:13;a:3:{s:14:\"ninja_column_1\";s:29:\"<b>Deductible (Single/Family)\";s:5:\"value\";s:18:\"Combined w/medical\";s:8:\"___id___\";i:136;}i:14;a:3:{s:14:\"ninja_column_1\";s:25:\"<b>Retail (30 day supply)\";s:5:\"value\";s:26:\"30%/30% (after deductible)\";s:8:\"___id___\";i:137;}i:15;a:3:{s:14:\"ninja_column_1\";s:29:\"<b>Mail Order (90 day supply)\";s:5:\"value\";s:26:\"30%/30% (after deductible)\";s:8:\"___id___\";i:153;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (625, 6835, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (626, 6835, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (627, 6835, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (628, 6835, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_value \">UPMC HDHP EPO with Optional HSA</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"124\" class=\"ninja_table_row_0 nt_row_id_124\">\n            <td></td><td><b>In-Network</td>        </tr>\n            <tr data-row_id=\"123\" class=\"ninja_table_row_1 nt_row_id_123\">\n            <td><b>Annual Deductible</b><br> Single<br> Family<br> Embedded or Aggregate</td><td> <br> $6,550<br> $13,100<br> Yes</td>        </tr>\n            <tr data-row_id=\"122\" class=\"ninja_table_row_2 nt_row_id_122\">\n            <td><b>Annual Out-of-Pocket Max</b><br> Single<br> Family<br> Embedded</td><td> <br>$4,000<br> $8,000<br> Embedded</td>        </tr>\n            <tr data-row_id=\"127\" class=\"ninja_table_row_3 nt_row_id_127\">\n            <td><b>Lifetime Max</td><td>Unlimited</td>        </tr>\n            <tr data-row_id=\"132\" class=\"ninja_table_row_4 nt_row_id_132\">\n            <td><b>Office Visit</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"126\" class=\"ninja_table_row_5 nt_row_id_126\">\n            <td><b>Preventive Services</td><td>No Charge</td>        </tr>\n            <tr data-row_id=\"129\" class=\"ninja_table_row_6 nt_row_id_129\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>Not Covered</td>        </tr>\n            <tr data-row_id=\"138\" class=\"ninja_table_row_7 nt_row_id_138\">\n            <td><b>Lab & X-Ray</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"131\" class=\"ninja_table_row_8 nt_row_id_131\">\n            <td><b>Inpatient Hospitalization</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"134\" class=\"ninja_table_row_9 nt_row_id_134\">\n            <td><b>Outpatient Surgery</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"130\" class=\"ninja_table_row_10 nt_row_id_130\">\n            <td><b>Urgent Care</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"125\" class=\"ninja_table_row_11 nt_row_id_125\">\n            <td><strong>Emergency Room</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"133\" class=\"ninja_table_row_12 nt_row_id_133\">\n            <td><b>Preventive Services</td><td><b>Generic/Brand</td>        </tr>\n            <tr data-row_id=\"136\" class=\"ninja_table_row_13 nt_row_id_136\">\n            <td><b>Deductible (Single/Family)</td><td>Combined w/medical</td>        </tr>\n            <tr data-row_id=\"137\" class=\"ninja_table_row_14 nt_row_id_137\">\n            <td><b>Retail (30 day supply)</td><td>30%/30% (after deductible)</td>        </tr>\n            <tr data-row_id=\"153\" class=\"ninja_table_row_15 nt_row_id_153\">\n            <td><b>Mail Order (90 day supply)</td><td>30%/30% (after deductible)</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (629, 6835, '_last_edited_by', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (630, 6835, '_last_edited_time', '2024-07-07 19:39:34');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (631, 6835, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (632, 6835, '_ninja_tables_data_migrated_for_manual_sort', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (633, 6855, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:20:\"Teammate Plan Option\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}i:1;a:12:{s:3:\"key\";s:5:\"value\";s:4:\"name\";s:8:\"Coverage\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (634, 6855, '_ninja_table_settings', 'a:31:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:11:\"manual_sort\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(227, 227, 227, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(227, 227, 227, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:14:\"stacks_devices\";a:0:{}s:18:\"stacks_appearances\";a:0:{}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (635, 6855, '_ninja_table_cache_object', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (636, 6855, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (637, 6855, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (638, 6855, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (639, 6855, '__ninja_cached_table_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (640, 6855, '_last_edited_by', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (641, 6855, '_last_edited_time', '2024-07-07 22:22:18');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (642, 6855, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (643, 6855, '_ninja_tables_data_migrated_for_manual_sort', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (644, 6989, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (645, 6989, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (646, 6989, '_menu_item_object_id', 6989);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (647, 6989, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (648, 6989, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (649, 6989, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (650, 6989, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (651, 6989, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (700, 6996, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (701, 6996, '_wp_old_slug', 'hello-world');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (702, 6996, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (703, 6996, '_thumbnail_id', 7657);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (704, 6996, '_et_post_bg_color', '#ffffff');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (705, 6996, '_et_post_bg_layout', 'light');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (706, 6996, '_et_pb_show_title', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (707, 6996, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (708, 6996, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (709, 6996, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (710, 6996, '_wp_old_slug', 'how-to-use-our-app');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (711, 6996, 'nf_dc_page', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (712, 6996, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (713, 6996, '_et_pb_old_content', '<!-- wp:paragraph -->\r\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\r\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\r\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:group {\"metadata\":{\"name\":\"Contents\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\r\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\r\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"450px\"}} -->\r\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\r\n<!-- /wp:heading --></div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\r\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\r\n<p>Exploring life\'s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:buttons -->\r\n<div class=\"wp-block-buttons\"><!-- wp:button -->\r\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://owensandminor.mybenefitport.com/vision/\">Get Started</a></div>\r\n<!-- /wp:button --></div>\r\n<!-- /wp:buttons --></div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\r\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":7019,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-large\"><img src=\"https://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/Screenshot-2024-07-12-at-10.24.46 AM-1024x646.png\" alt=\"\" class=\"wp-image-7019\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\r\n<!-- /wp:image --></div>\r\n<!-- /wp:group -->\r\n\r\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\r\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\r\n<!-- /wp:spacer --></div>\r\n<!-- /wp:group -->');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (714, 6996, '_et_gb_content_width', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (715, 6996, '_monsterinsights_skip_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (716, 6996, '_monsterinsights_sitenote_active', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (717, 6996, 'footnotes', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (718, 6996, '_et_pb_truncate_post', '<div class=\"et_pb_section et_pb_section_4 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">October 28 – November 8\n2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens &amp; Minor is here to help you choose the best options to meet your unique needs\n&nbsp;\nRemember, this year’s open enrollment is passive. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, with the exception of the Health Savings Account (HSA), Flexible Spending Accounts (FSA), and Commuter Benefits. These require election each year.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper  et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\">Learn More</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div>');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (719, 6996, '_et_pb_truncate_post_date', '2024-10-31 01:09:22');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (720, 6996, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (721, 6996, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (722, 6996, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (723, 6996, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6996\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (724, 6996, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (725, 6996, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (726, 6996, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (729, 6996, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (730, 6996, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (731, 6996, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (732, 77, '_et_builder_dynamic_assets_loading_attr_threshold', 16);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (733, 77, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (734, 77, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (735, 77, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (736, 77, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (737, 77, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (738, 77, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (739, 77, '_et_pb_truncate_post', '<div class=\"et_pb_section et_pb_section_7 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5 et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover dbdb-has-custom-padding\" data-slide-id=\"et_pb_slide_0\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Got Questions?</h2><div class=\"et_pb_slide_content\">The O&amp;M Benefits Solutions Counselors can help.\r\nEmail O&amp;M Benefits Solutions Team or call (800) 463-3819.\r</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay dbdb-icon-on-left dbdb-icon-on-hover dbdb-has-custom-padding\" data-slide-id=\"et_pb_slide_1\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Choices To Fit Your Life</h2><div class=\"et_pb_slide_content\">Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!\r</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_8 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_row et_pb_row_6 et_pb_equal_columns et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\">ENROLL ON WORKDAY HR</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\">ENROLL ON FIDELITY</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a id=\"sg-popup-id-7920\" class=\"et_pb_button et_pb_button_2 sg-popup-id-7920 et_pb_bg_layout_light\" href=\"tel:+18004633819\">CONTACT BENEFITS COUNSELOR</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_9 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7 et_pb_gutters1.5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Health\r</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_8 et_pb_gutters1.5\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/medical-rx\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"med-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;med-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/dental\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"dental-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;dental-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/vision\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"vision-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;vision-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_9 et_pb_gutters1.5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Wealth\r</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_10 et_pb_gutters1.5\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_3\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"hsa-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;hsa-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_4\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"fsa-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;fsa-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_5\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/401k\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"401k-a\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;401k-a&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_11 et_pb_gutters1.5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Resources\r</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_12 et_pb_gutters1.5\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_6\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/contacts/\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"contacts-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;contacts-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_7\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/documents\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"457\" height=\"304\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg?resize=457%2C304&#038;ssl=1\" alt=\"\" title=\"docs-hover\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg?w=457&ssl=1 457w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg?resize=300%2C200&ssl=1 300w\" sizes=\"(max-width: 457px) 100vw, 457px\" class=\"wp-image-7063\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;docs-hover&quot;,&quot;class&quot;:&quot;wp-image-7063&quot;,&quot;srcset&quot;:&quot;https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg?w=457&amp;ssl=1 457w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg?resize=300%2C200&amp;ssl=1 300w&quot;,&quot;sizes&quot;:&quot;(max-width: 457px) 100vw, 457px&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg&quot;,&quot;srcset&quot;:&quot;https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg?w=457&amp;ssl=1 457w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg?resize=300%2C200&amp;ssl=1 300w&quot;,&quot;sizes&quot;:&quot;(max-width: 457px) 100vw, 457px&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_8\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/video-library/\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"vids-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;vids-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_10 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_13 et_pb_equal_columns et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_9\">\n				\n				\n				\n				\n				<a href=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" target=\"_blank\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1080\" height=\"1382\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?resize=1080%2C1382&#038;ssl=1\" alt=\"guide cover\" title=\"2025-guide\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?w=1080&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?resize=234%2C300&ssl=1 234w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?resize=800%2C1024&ssl=1 800w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?resize=768%2C983&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?resize=980%2C1254&ssl=1 980w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?resize=480%2C614&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-7679\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">View the Latest Benefits Guide\r\nLike this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the Summary Plan Descriptions for further plan details.\r</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_left et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_dark\" href=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\">Take A Look</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_24  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_10\">\n				\n				\n				\n				\n				<a href=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorNH\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1080\" height=\"608\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=1080%2C608&#038;ssl=1\" alt=\"\" title=\"nh-brainshark\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?w=1920&ssl=1 1920w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=300%2C169&ssl=1 300w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=1024%2C576&ssl=1 1024w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=768%2C432&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=1536%2C864&ssl=1 1536w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=1080%2C608&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=1280%2C720&ssl=1 1280w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=980%2C551&ssl=1 980w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=480%2C270&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-8097\" /></span></a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_11 et_pb_with_background et_section_regular section_has_divider et_pb_bottom_divider\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_14 et_pb_equal_columns et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_25  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_0  et_pb_text_align_center et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon\"></span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Have Questions About Benefits?</span></h4>\n						<div class=\"et_pb_blurb_description\">Email owens-minor@bpaenroll.com or\r\ncall 800.463.3819</div>\n					</div>\n				</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_dark\" href=\"mailto:%22owens-minor@bpaenroll.com%22\">Email Us</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_26  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_1  et_pb_text_align_center et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon\"></span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Access Benefits Contact Information</span></h4>\n						<div class=\"et_pb_blurb_description\">Quick access to websites and phone numbers of our benefit providers.\r</div>\n					</div>\n				</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_dark\" href=\"https://benefitsmyway.mybenefitport.com/contacts/\">Learn More</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_27  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_2  et_pb_text_align_center et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon\"></span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Update Your Personal Information</span></h4>\n						<div class=\"et_pb_blurb_description\">Log into your Workday HR account to update your name, address, and other info.\r</div>\n					</div>\n				</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_6 et_pb_bg_layout_dark\" href=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\">Learn More</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				<div class=\"et_pb_bottom_inside_divider et-no-transition\"></div>\n			</div>');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (740, 77, '_et_pb_truncate_post_date', '2025-05-19 20:32:25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (741, 77, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (742, 77, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (743, 77, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (744, 77, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (745, 77, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"77\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (746, 77, '_et_pb_custom_css', '/* special triangle bullet */\n.special_bullet li::marker {\n    color: #29689A !important;\n    content: \'\\2B95  \' !important; \n  font-size: .85em;\n}\n.special_bullet li {padding-top: .35em;}\n.lead_in_header {color: #00689e; font-weight: 500; letter-spacing: .6px;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (747, 77, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (748, 77, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (749, 77, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (750, 77, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (751, 77, '_et_builder_dynamic_assets_loading_attr_threshold', 16);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (753, 77, 'dipi_at_pages_selected', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (754, 77, 'dipi_at_exception_selected', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (755, 77, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (756, 77, 'toolstipssynonyms', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (757, 77, 'toolstipbulletscreentag', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (762, 5730, '_vp_words_count', 5);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (763, 6069, '_et_builder_dynamic_assets_loading_attr_threshold', 20);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (764, 6069, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (765, 6069, '_edit_last', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (766, 6069, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (767, 6069, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (768, 6069, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (769, 6069, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (770, 6069, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (771, 6069, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (772, 6069, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (773, 6069, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (774, 6069, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (775, 6069, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (776, 6069, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6069\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (777, 6069, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (778, 6069, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (779, 6069, '_et_pb_truncate_post', '<div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_1\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_5 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Benefit Videos\r</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_6 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_video et_pb_video_0\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_2\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\">401(k) Retirement\r</div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_3\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_1\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_4\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\">Employee Assistance Programs\r</div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_5\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_6\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_2\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_7\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\">Prescription Drugs – Managing Costs\r</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_3\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_8\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\">How to Stretch Your Healthcare Dollars\r</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_4\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_9\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\">How to Optimize Your FSA\r</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_10\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_11\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_5\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_12\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\">HSA vs FSA\r</div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_13\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_14\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_6\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_15\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\">Qualifying Life Events\r</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_7\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_16\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\">Medical Plans Compared: HDHP vs PPO\r</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_8\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_17\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\">Primary Care vs Urgent Care vs ER\r</div>\n			</div><div class=\"et_pb_module et_pb_video et_pb_video_9\">\n				\n				\n				\n				\n				<div class=\"et_pb_video_box\">\n				<video controls>\n					<source type=\"video/mp4\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" />\n					\n				</video></div>\n				<div style=\"background-image:url(https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png)\" class=\"et_pb_video_overlay\"><div class=\"et_pb_video_overlay_hover\"><a href=\"#\" class=\"et_pb_video_play\"></a></div></div>\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_18\">\n				\n				\n				\n				\n				<div class=\"et_pb_code_inner\">How to Optimize Your HSA\r</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_sidebar_1 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-2\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-2\" placeholder=\"\" value=\"401K\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_7 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_7 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div>');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (780, 6069, '_et_pb_truncate_post_date', '2024-11-03 15:33:14');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (781, 6069, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (782, 6069, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (783, 6069, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (784, 6069, '_et_builder_dynamic_assets_loading_attr_threshold', 20);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (785, 6069, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (787, 6079, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (788, 6079, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (789, 6079, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (790, 6079, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (791, 6079, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (792, 6079, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (793, 6079, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (794, 6079, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (795, 6079, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (796, 6079, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (797, 6079, '_wp_page_template', 'default');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (798, 6079, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (799, 6079, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6079\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (800, 6079, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (801, 6079, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (802, 6079, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Vendor Contact Information</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_7358\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"7358\" data-filter-delay=\"1000\" aria-label=\"contacts.csv\"            id=\"footable_7358\"\n           data-unique_identifier=\"ninja_table_unique_id_379630802_7358\"\n           class=\" foo-table ninja_footable foo_table_7358 ninja_table_unique_id_379630802_7358 ui table  nt_type_ajax_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                            <col class=\"ninja_column_4 \">\n                    </colgroup>\n            </table>\n    \n    \n    \n</div>\n</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"contact hr\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div id=\"eligibility\" class=\"et_pb_row et_pb_row_3 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Visit the Documents Library for access to a Summary of Benefits Coverage for each of your medical plan options.</p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_4 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (803, 6079, '_et_pb_truncate_post_date', '2025-05-15 02:27:15');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (804, 6079, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (805, 6079, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (806, 6079, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (807, 6079, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (808, 6079, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (810, 6771, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (811, 6771, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (812, 6771, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (813, 6771, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (814, 6771, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (815, 6771, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (816, 6771, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (817, 6771, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (818, 6771, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (819, 6771, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (820, 6771, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (821, 6771, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (822, 6771, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (823, 6771, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6771\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (824, 6771, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (825, 6771, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (826, 6771, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Tobacco Surcharge and Cessation Programs</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>To promote the health of our teammates, Owens &amp; Minor imposes a premium surcharge for tobacco users if either they and/or their spouse or domestic partner has used tobacco products in the previous six months. Teammates and their spouses/domestic partners who are non-tobacco users will be eligible for the reward of reduced (non-tobacco) premiums.</p>\n<p>A tobacco user is defined as anyone who has used any tobacco products at least four times per week in the last six months, including:</p>\n<p> 	Cigarettes<br />\n 	Cigars<br />\n 	Chewing tobacco<br />\n 	Snuff<br />\n 	Pipe tobacco</p>\n<p>This information is self-reported in Workday HR during enrollment.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Tobacco Cessation Programs<br />\nOwens &amp; Minor provides multiple tobacco cessation programs to help you lead a healthier life while lowering your out-of-pocket medical costs. If you are unable to meet the standard of being tobacco-free, you can earn the reward of reduced (non-tobacco) premiums by completing one of the following Tobacco Cessation programs.</p></div>\n			</div><style>.et_pb_accordion_0 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">For Teammates with a UnitedHealthcare or Surest Plan</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Quit For Life® is designed to give you the confidence you need to quit tobacco for good. Get a personalized quit plan and 1:1 access to coaches via phone, chat, or text. Plus, get group video sessions and more, all at no additional cost, with your UHC or Surest medical plan.</p>\n<p>PLUS, receive a Quit Kit that includes Nicotine Replacement Therapy like gum or patches to help conquer cravings.</p>\n<p>Get started at quitnow.net or call (866) 784-8454 TTY 711.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">For Teammates with a Kaiser Plan</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Kaiser offers multiple tobacco cessation programs that combine counseling, behavior modification, and medication support. Classes and telephone support are usually offered at no cost to teammates, and the online tobacco cessation program is free. Teammates can also be prescribed over-the-counter nicotine replacement therapy at a discount or other medically necessary smoking cessation medications for the usual copay, depending on the teammate’s pharmacy benefit (also may require participation in designated behavioral modification programs). Your Kaiser Permanente physician will determine medical necessity.<br />\nTo engage in one of Kaiser’s Healthy Lifestyle Programs, including tobacco cessation, you will need to first take the Total Health Assessment at kp.org/tha. You can also contact your KP medical center/PCP or the Member Services phone number on your ID card for more information.</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Removal and Refund of Tobacco Surcharge<br />\nThe premium surcharge may be removed by completing the tobacco cessation program offered by Owens &amp; Minor or an approved reasonable alternative. This must be done within six months of the 2025 benefit effective date associated with the first time you or your spouse/domestic partner first identified as a tobacco user. Once the surcharge is removed, a retroactive refund of the premium surcharge for that year will be issued as soon as administratively possible.<br />\nYour proof of completion must be submitted to the O&amp;M Benefits Solutions Team within 10 days of receipt.<br />\n&nbsp;</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"id card\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (827, 6771, '_et_pb_truncate_post_date', '2025-02-25 16:17:20');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (828, 6771, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (829, 6771, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (830, 6771, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (831, 6771, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (832, 6771, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (834, 6798, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (835, 6798, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (836, 6798, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (837, 6798, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (838, 6798, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (839, 6798, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (840, 6798, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (841, 6798, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (842, 6798, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (843, 6798, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (844, 6798, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (845, 6798, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (846, 6798, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (847, 6798, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6798\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (848, 6798, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (849, 6798, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (850, 6798, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Enrollment &amp; Changes</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know Life Takes Care™.<br />\nAccess our Benefits Enrollment Journey Guide to learn what you need to know and do when you experience any of these events.</p>\n<p>Becoming a New Teammate<br />\nGetting Married<br />\nWelcoming a New Child<br />\nGetting a Divorce<br />\nExperiencing a Dependent Death<br />\nGaining or Losing Coverage Elsewhere<br />\nExperiencing a Change in Work Status<br />\nTurning 65/Medicare-eligible<br />\nLeaving O&amp;M</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefits elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"Leaving owens and minor\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div id=\"eligibility\" class=\"et_pb_row et_pb_row_3 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<a href=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"555\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png?resize=1080%2C555&#038;ssl=1\" alt=\"\" title=\"25-om-guide\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png?w=2158&ssl=1 2158w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png?resize=300%2C154&ssl=1 300w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png?resize=1024%2C526&ssl=1 1024w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png?resize=768%2C394&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png?resize=1536%2C789&ssl=1 1536w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png?resize=2048%2C1052&ssl=1 2048w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png?resize=1080%2C555&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png?resize=1280%2C657&ssl=1 1280w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png?resize=980%2C503&ssl=1 980w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png?resize=480%2C246&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-8084\" /></span></a>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">2025 Benefits Guide</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<a href=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"554\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png?resize=1080%2C554&#038;ssl=1\" alt=\"\" title=\"OMI - EJG\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png?w=4182&ssl=1 4182w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png?resize=300%2C154&ssl=1 300w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png?resize=1024%2C526&ssl=1 1024w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png?resize=768%2C394&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png?resize=1536%2C789&ssl=1 1536w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png?resize=2048%2C1051&ssl=1 2048w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png?resize=1080%2C554&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png?w=2160&ssl=1 2160w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png?w=3240&ssl=1 3240w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-7469\" /></span></a>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Enrollment Journey Guide</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div id=\"eligibility\" class=\"et_pb_row et_pb_row_4 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_cta_0 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><h2 class=\"et_pb_module_header\">Questions?</h2><div>Call (800) 463-3819 to speak to an O&amp;M Benefits Solutions Counselor or email the O&amp;M Benefits Solutions Team.</div></div>\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_5 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (851, 6798, '_et_pb_truncate_post_date', '2025-02-24 17:58:37');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (852, 6798, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (853, 6798, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (854, 6798, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (855, 6798, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (856, 6798, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (858, 6807, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (859, 6807, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (860, 6807, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (861, 6807, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (862, 6807, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (863, 6807, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (864, 6807, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (865, 6807, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (866, 6807, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (867, 6807, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (868, 6807, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (869, 6807, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (870, 6807, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6807\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (871, 6807, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (872, 6807, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (873, 6807, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Enrollment Checklist</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Take Action!<br />\nOpen Enrollment is November 2-16. This year’s enrollment is active. This means you must enroll to have benefits in 2024. If you don’t enroll, you’ll only have company-paid Short-Term Disability, Life, and AD&amp;D Insurance. Your 2023 benefits will not carry over.</p></div>\n			</div><div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Learn about your benefit options</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Learn about your benefit options by reviewing this benefits guide, paying attention to new offerings for the coming year</p></div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Think about your coverage needs</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Think about your coverage needs, including how much healthcare you anticipate needing, and if you need additional life  insurance or income protection in the event of illness or injury.</p></div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_2  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Access Workday starting November 2</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Make sure to access Workday starting November 2.</p></div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_3  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Enroll your dependents</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Enroll your dependents. Dependent information was not transferred to Workday. This means you’ll need to add any dependents you wish to cover. Be ready to provide dependent personal information, such as name, date of birth and social security number.</p></div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_4  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Designate beneficiaries</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Designate beneficiaries for Life and AD&amp;D Insurance benefits. Beneficiary information was not transferred to Workday.</p></div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_5  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Elect the benefits that best support you and your family</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Make sure to elect the benefits that best support you and your family.</p></div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_6  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Review your Benefits Summary for accuracy</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Review your Benefits Summary for accuracy.</p></div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_7  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Complete your enrollment by November 16, 2023</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>Dont miss the deadline! Complete your enrollment by November 16, 2023.</p></div>\n			</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_code et_pb_code_1\">\n				\n				\n				\n				\n				\n			</div><div id=\"eligibility\" class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Need Benefits Help?<br />\nContact the HR Service Center at 800.305.0263 to speak to an O&amp;M Benefits Solutions counselor. They’ll help you understand your options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well (starting November 2). Interpreters are available in multiple languages.</p>\n<p>October 30-November 1<br />\nCall: Monday-Friday from 8am-8pm EST</p>\n<p>November 2-November 16<br />\nCall: Monday-Friday from 8am-10pm EST and Saturday (November 4 and November 11) from 9am-5pm EST</p>\n<p>After November 16<br />\nCall: Monday-Friday from 8am-10pm EST</p>\n<p>You may also schedule an appointment during business hours by visiting calendly.com/owensandminor. This is highly recommended if you are requesting a language outside of English or Spanish.</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"where do i enroll at\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (874, 6807, '_et_pb_truncate_post_date', '2024-11-08 17:07:52');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (875, 6807, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (876, 6807, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (877, 6807, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (878, 6807, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (879, 6807, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (881, 6819, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (882, 6819, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (883, 6819, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (884, 6819, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (885, 6819, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (886, 6819, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (887, 6819, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (888, 6819, '_et_builder_version', 'VB|Divi|4.26.0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (889, 6819, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (890, 6819, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (891, 6819, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (892, 6819, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (893, 6819, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (894, 6819, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6819\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (895, 6819, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (896, 6819, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (897, 6819, '_et_pb_truncate_post', '<div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_1\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_5 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Regional Medical Plan Options\r</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_6 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Depending on where you live, you may also be eligible to select Kaiser Medical or the UPMC Plan for your medical care coverage.\r\n\r\nKaiser Medical\r\nKaiser offers comprehensive coverage and the convenience of coordinated care among Kaiser providers. We offer a High Deductible Health Plan option for teammates in California, Colorado, Georgia, Washington, and in the Northwest (Oregon and Southern Washington) and Mid-Atlantic (District of Columbia, Maryland, and Virginia). If you choose this plan, you can enroll in a Health Savings Account (HSA).\r\n\r\nHawaii teammates have the option of enrolling in the Point of Service (POS) 405 plan. This plan is compatible with the Healthcare Flexible Spending Account.\r\n\r\nFor more information, go to select.kaiserpermanente.org/owens-and-minor.\r</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_6825\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_1\" data-footable_id=\"6825\" data-filter-delay=\"1000\" aria-label=\"Regional Med Chart 1\"            id=\"footable_6825\"\n           data-unique_identifier=\"ninja_table_unique_id_912774845_6825\"\n           class=\" foo-table ninja_footable foo_table_6825 ninja_table_unique_id_912774845_6825 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_value \">Kaiser HDHP with Optional HSA—CA</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_premier \">Kaiser HDHP with Optional HSA—CO</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_choiceplus \">Kaiser HDHP with Optional HSA—GA</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"75\" class=\"ninja_table_row_0 nt_row_id_75\">\n            <td></td><td><b>In-Network</td><td><b>In-Network</td><td><b>In-Network</td>        </tr>\n            <tr data-row_id=\"74\" class=\"ninja_table_row_1 nt_row_id_74\">\n            <td><b>Annual Deductible</b><br> Single<br> Family<br> Embedded or Aggregate</td><td>$3,200<br> $6,400<br> Embedded</td><td>$3,200<br> $6,400<br> Embedded</td><td>$3,200<br> $6,400<br> Embedded</td>        </tr>\n            <tr data-row_id=\"73\" class=\"ninja_table_row_2 nt_row_id_73\">\n            <td><b>Annual Out-of-Pocket Max</b><br> Single<br> Family<br> Embedded</td><td>$6,000<br> $12,000<br> Yes</td><td>$6,000<br> $12,000<br> Yes</td><td>$6,000<br> $12,000<br> Yes</td>        </tr>\n            <tr data-row_id=\"76\" class=\"ninja_table_row_3 nt_row_id_76\">\n            <td><strong>Office Visit</td><td>30% after deductible</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"77\" class=\"ninja_table_row_4 nt_row_id_77\">\n            <td><b>Preventive Services</td><td>No Charge</td><td>No Charge</td><td>No Charge</td>        </tr>\n            <tr data-row_id=\"78\" class=\"ninja_table_row_5 nt_row_id_78\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>30% after deductible (up to 20 visits per year)</td><td>30% after deductible (up to 20 visits per year)</td><td>30% after deductible (up to 20 visits per year)</td>        </tr>\n            <tr data-row_id=\"79\" class=\"ninja_table_row_6 nt_row_id_79\">\n            <td><b>Lab & X-Ray</td><td>30% after deductible</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"80\" class=\"ninja_table_row_7 nt_row_id_80\">\n            <td><b>Inpatient Hospitalization</td><td>30% after deductible</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"81\" class=\"ninja_table_row_8 nt_row_id_81\">\n            <td><b>Outpatient Surgery</td><td>30% after deductible</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"82\" class=\"ninja_table_row_9 nt_row_id_82\">\n            <td><b>Urgent Care</td><td>30% after deductible</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"83\" class=\"ninja_table_row_10 nt_row_id_83\">\n            <td><b>Emergency Room</td><td>30% after deductible</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"84\" class=\"ninja_table_row_11 nt_row_id_84\">\n            <td><b>Prescription Drugs</td><td><b>Generic/Brand</td><td><b>Generic/Brand</td><td><b>Generic/Brand</td>        </tr>\n            <tr data-row_id=\"85\" class=\"ninja_table_row_12 nt_row_id_85\">\n            <td><b>Deductible (Single/Family)</td><td>Combined w/medical</td><td>Combined w/medical</td><td>Combined w/medical</td>        </tr>\n            <tr data-row_id=\"86\" class=\"ninja_table_row_13 nt_row_id_86\">\n            <td><b>Retail (30 day supply)</td><td>$15/$35<br>(after deductible)</td><td>$15/$35<br>(after deductible)</td><td>$15/$35<br>(after deductible)</td>        </tr>\n            <tr data-row_id=\"88\" class=\"ninja_table_row_14 nt_row_id_88\">\n            <td><b>Mail Order (90 day supply)</td><td>$30/$70<br>(after deductible)</td><td>$30/$70<br>(after deductible)</td><td>$30/$70<br>(after deductible)<sup>1</sup></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7685\'>\n                        #footable_7685  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7685 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7685 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7685 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7685 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7685 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7685,\n    #footable_7685 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7685 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7685:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7685 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7685 tr.footable-header, #footable_7685 tr.footable-header th, .colored_table #footable_7685 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7685 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7685 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7685 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd) {\n        background-color:  !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(even):hover {\n        background-color: rgba(221, 221, 221, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd):hover {\n        background-color: rgba(221, 221, 221, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7685 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7685 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7685:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_7685 td.ninja_column_0 { text-align: center; }#footable_7685 th.ninja_column_0 { text-align: center; }#footable_7685 td.ninja_column_1 { text-align: center; }#footable_7685 th.ninja_column_1 { text-align: center; }#footable_7685 td.ninja_column_2 { text-align: center; }#footable_7685 th.ninja_column_2 { text-align: center; }#footable_7685 td.ninja_column_3 { text-align: center; }#footable_7685 th.ninja_column_3 { text-align: center; }#footable_7685 thead tr th.ninja_column_0,#footable_7685 tbody tr td.ninja_column_0{ background-color: rgba(244, 244, 244, 1); }#footable_7685 thead tr th.ninja_column_2,#footable_7685 tbody tr td.ninja_column_2{ background-color: rgba(244, 244, 244, 1); }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_6825\'>\n                        #footable_6825  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6825 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6825 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6825 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6825 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6825 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6825,\n    #footable_6825 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_6825 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6825:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6825 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6825 tr.footable-header, #footable_6825 tr.footable-header th, .colored_table #footable_6825 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6825 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6825 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6825 tbody tr:nth-child(even) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(even):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6825 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6825 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6825:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_6825 td.ninja_column_1 { text-align: center; }#footable_6825 th.ninja_column_1 { text-align: center; }#footable_6825 td.ninja_column_2 { text-align: center; }#footable_6825 th.ninja_column_2 { text-align: center; }#footable_6825 td.ninja_column_3 { text-align: center; }#footable_6825 th.ninja_column_3 { text-align: center; }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_6828\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_2\" data-footable_id=\"6828\" data-filter-delay=\"1000\" aria-label=\"Regional Med Chart 2\"            id=\"footable_6828\"\n           data-unique_identifier=\"ninja_table_unique_id_1484168524_6828\"\n           class=\" foo-table ninja_footable foo_table_6828 ninja_table_unique_id_1484168524_6828 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_value \">Kaiser HDHP with Optional HSA— Mid‑Atlantic States/WA</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_premier \">Kaiser HDHP with Optional HSA—Northwest</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"91\" class=\"ninja_table_row_0 nt_row_id_91\">\n            <td></td><td><b>In-Network</td><td><b>In-Network</td>        </tr>\n            <tr data-row_id=\"90\" class=\"ninja_table_row_1 nt_row_id_90\">\n            <td><b>Annual Deductible</b><br> Single<br> Family<br> Embedded or Aggregate</td><td>$3,200<br> $6,400<br> Embedded</td><td>$3,200<br> $6,400<br> Embedded</td>        </tr>\n            <tr data-row_id=\"89\" class=\"ninja_table_row_2 nt_row_id_89\">\n            <td><b>Annual Out-of-Pocket Max</b><br> Single<br> Family<br> Embedded</td><td>$6,000<br> $12,000<br> Yes</td><td>$6,000<br> $12,000<br> Yes</td>        </tr>\n            <tr data-row_id=\"92\" class=\"ninja_table_row_3 nt_row_id_92\">\n            <td><strong>Office Visit</td><td>30% after deductible</td><td>30% after deductible*</td>        </tr>\n            <tr data-row_id=\"93\" class=\"ninja_table_row_4 nt_row_id_93\">\n            <td><b>Preventive Services</td><td>No Charge</td><td>No Charge</td>        </tr>\n            <tr data-row_id=\"94\" class=\"ninja_table_row_5 nt_row_id_94\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>30% after deductible (up to 20 visits per year)</td><td>30% after deductible (up to 20 visits per year)</td>        </tr>\n            <tr data-row_id=\"95\" class=\"ninja_table_row_6 nt_row_id_95\">\n            <td><b>Lab & X-Ray</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"96\" class=\"ninja_table_row_7 nt_row_id_96\">\n            <td><b>Inpatient Hospitalization</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"97\" class=\"ninja_table_row_8 nt_row_id_97\">\n            <td><b>Outpatient Surgery</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"98\" class=\"ninja_table_row_9 nt_row_id_98\">\n            <td><b>Urgent Care</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"99\" class=\"ninja_table_row_10 nt_row_id_99\">\n            <td><b>Emergency Room</td><td>30% after deductible</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"100\" class=\"ninja_table_row_11 nt_row_id_100\">\n            <td><b>Prescription Drugs</td><td><b>Generic/Brand</td><td><b>Generic/Brand</td>        </tr>\n            <tr data-row_id=\"101\" class=\"ninja_table_row_12 nt_row_id_101\">\n            <td><b>Deductible (Single/Family)</td><td>Combined w/medical</td><td>Combined w/medical</td>        </tr>\n            <tr data-row_id=\"102\" class=\"ninja_table_row_13 nt_row_id_102\">\n            <td><b>Retail (30 day supply)</td><td>$15/$35<br>(after deductible)</td><td>$15/$35<br>(after deductible)</td>        </tr>\n            <tr data-row_id=\"103\" class=\"ninja_table_row_14 nt_row_id_103\">\n            <td><b>Mail Order (90 day supply)</td><td>$30/$70<br>(after deductible)</td><td>$30/$70<br>(after deductible)</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7685\'>\n                        #footable_7685  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7685 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7685 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7685 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7685 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7685 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7685,\n    #footable_7685 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7685 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7685:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7685 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7685 tr.footable-header, #footable_7685 tr.footable-header th, .colored_table #footable_7685 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7685 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7685 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7685 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd) {\n        background-color:  !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(even):hover {\n        background-color: rgba(221, 221, 221, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd):hover {\n        background-color: rgba(221, 221, 221, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7685 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7685 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7685:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_7685 td.ninja_column_0 { text-align: center; }#footable_7685 th.ninja_column_0 { text-align: center; }#footable_7685 td.ninja_column_1 { text-align: center; }#footable_7685 th.ninja_column_1 { text-align: center; }#footable_7685 td.ninja_column_2 { text-align: center; }#footable_7685 th.ninja_column_2 { text-align: center; }#footable_7685 td.ninja_column_3 { text-align: center; }#footable_7685 th.ninja_column_3 { text-align: center; }#footable_7685 thead tr th.ninja_column_0,#footable_7685 tbody tr td.ninja_column_0{ background-color: rgba(244, 244, 244, 1); }#footable_7685 thead tr th.ninja_column_2,#footable_7685 tbody tr td.ninja_column_2{ background-color: rgba(244, 244, 244, 1); }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_6825\'>\n                        #footable_6825  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6825 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6825 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6825 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6825 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6825 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6825,\n    #footable_6825 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_6825 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6825:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6825 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6825 tr.footable-header, #footable_6825 tr.footable-header th, .colored_table #footable_6825 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6825 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6825 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6825 tbody tr:nth-child(even) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(even):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6825 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6825 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6825:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_6825 td.ninja_column_1 { text-align: center; }#footable_6825 th.ninja_column_1 { text-align: center; }#footable_6825 td.ninja_column_2 { text-align: center; }#footable_6825 th.ninja_column_2 { text-align: center; }#footable_6825 td.ninja_column_3 { text-align: center; }#footable_6825 th.ninja_column_3 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_6828\'>\n                        #footable_6828  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6828 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6828 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6828 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6828 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6828 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6828,\n    #footable_6828 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_6828 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6828:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6828 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6828 tr.footable-header, #footable_6828 tr.footable-header th, .colored_table #footable_6828 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6828 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6828 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6828 tbody tr:nth-child(even) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(even):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(odd):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n\n        #footable_6828 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6828 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6828 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6828 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6828 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6828 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6828:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_6828 td.ninja_column_1 { text-align: center; }#footable_6828 th.ninja_column_1 { text-align: center; }#footable_6828 td.ninja_column_2 { text-align: center; }#footable_6828 th.ninja_column_2 { text-align: center; }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Per Senate Bill 1529: Primary care visit — $5 Copay (after Plan Deductible) for first 3 visits per year. First 3 visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_6831\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_3\" data-footable_id=\"6831\" data-filter-delay=\"1000\" aria-label=\"Regional Med Chart 3\"            id=\"footable_6831\"\n           data-unique_identifier=\"ninja_table_unique_id_1478933508_6831\"\n           class=\" foo-table ninja_footable foo_table_6831 ninja_table_unique_id_1478933508_6831 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_value \">Hawaii POS 405</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"106\" class=\"ninja_table_row_0 nt_row_id_106\">\n            <td></td><td><b>In-Network</td>        </tr>\n            <tr data-row_id=\"105\" class=\"ninja_table_row_1 nt_row_id_105\">\n            <td><b>Annual Deductible</b><br> Single<br> Family<br> Embedded or Aggregate</td><td> <br>Not applicable<br> Not applicable<br> Not applicable</td>        </tr>\n            <tr data-row_id=\"104\" class=\"ninja_table_row_2 nt_row_id_104\">\n            <td><b>Annual Out-of-Pocket Max</b><br> Single<br> Family<br> Embedded</td><td> <br>$2,000<br> $6,000<br> Yes</td>        </tr>\n            <tr data-row_id=\"107\" class=\"ninja_table_row_3 nt_row_id_107\">\n            <td><strong>Office Visit</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"108\" class=\"ninja_table_row_4 nt_row_id_108\">\n            <td><b>Preventive Services</td><td>No Charge</td>        </tr>\n            <tr data-row_id=\"109\" class=\"ninja_table_row_5 nt_row_id_109\">\n            <td><b>Office Visit</td><td>$15 copay</td>        </tr>\n            <tr data-row_id=\"110\" class=\"ninja_table_row_6 nt_row_id_110\">\n            <td><b>Preventive Services</td><td>No charge</td>        </tr>\n            <tr data-row_id=\"112\" class=\"ninja_table_row_7 nt_row_id_112\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>Not Covered</td>        </tr>\n            <tr data-row_id=\"113\" class=\"ninja_table_row_8 nt_row_id_113\">\n            <td><b>Lab & X-Ray</td><td>10%</td>        </tr>\n            <tr data-row_id=\"114\" class=\"ninja_table_row_9 nt_row_id_114\">\n            <td><b>Inpatient Hospitalization</td><td>$75 copay per day</td>        </tr>\n            <tr data-row_id=\"115\" class=\"ninja_table_row_10 nt_row_id_115\">\n            <td><b>Outpatient Surgery</td><td>$15 copay</td>        </tr>\n            <tr data-row_id=\"116\" class=\"ninja_table_row_11 nt_row_id_116\">\n            <td><b>Urgent Care</td><td>$15 copay per visit within service area; 20% of applicable charges outside service area</td>        </tr>\n            <tr data-row_id=\"117\" class=\"ninja_table_row_12 nt_row_id_117\">\n            <td><b>Emergency Room</td><td>$75 copay per visit (waived if admitted)</td>        </tr>\n            <tr data-row_id=\"118\" class=\"ninja_table_row_13 nt_row_id_118\">\n            <td><b>Prescription Drugs</td><td>Not applicable</td>        </tr>\n            <tr data-row_id=\"119\" class=\"ninja_table_row_14 nt_row_id_119\">\n            <td><b>Deductible (Single/Family)</td><td>Not applicable</td>        </tr>\n            <tr data-row_id=\"120\" class=\"ninja_table_row_15 nt_row_id_120\">\n            <td><b>Retail (30 day supply)</td><td>$15 copay/$15 copay</td>        </tr>\n            <tr data-row_id=\"121\" class=\"ninja_table_row_16 nt_row_id_121\">\n            <td><b>Mail Order (90 day supply)</td><td>$30 copay/$30 copay</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7685\'>\n                        #footable_7685  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7685 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7685 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7685 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7685 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7685 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7685,\n    #footable_7685 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7685 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7685:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7685 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7685 tr.footable-header, #footable_7685 tr.footable-header th, .colored_table #footable_7685 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7685 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7685 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7685 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd) {\n        background-color:  !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(even):hover {\n        background-color: rgba(221, 221, 221, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd):hover {\n        background-color: rgba(221, 221, 221, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7685 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7685 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7685:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_7685 td.ninja_column_0 { text-align: center; }#footable_7685 th.ninja_column_0 { text-align: center; }#footable_7685 td.ninja_column_1 { text-align: center; }#footable_7685 th.ninja_column_1 { text-align: center; }#footable_7685 td.ninja_column_2 { text-align: center; }#footable_7685 th.ninja_column_2 { text-align: center; }#footable_7685 td.ninja_column_3 { text-align: center; }#footable_7685 th.ninja_column_3 { text-align: center; }#footable_7685 thead tr th.ninja_column_0,#footable_7685 tbody tr td.ninja_column_0{ background-color: rgba(244, 244, 244, 1); }#footable_7685 thead tr th.ninja_column_2,#footable_7685 tbody tr td.ninja_column_2{ background-color: rgba(244, 244, 244, 1); }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_6825\'>\n                        #footable_6825  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6825 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6825 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6825 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6825 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6825 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6825,\n    #footable_6825 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_6825 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6825:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6825 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6825 tr.footable-header, #footable_6825 tr.footable-header th, .colored_table #footable_6825 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6825 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6825 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6825 tbody tr:nth-child(even) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(even):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6825 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6825 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6825:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_6825 td.ninja_column_1 { text-align: center; }#footable_6825 th.ninja_column_1 { text-align: center; }#footable_6825 td.ninja_column_2 { text-align: center; }#footable_6825 th.ninja_column_2 { text-align: center; }#footable_6825 td.ninja_column_3 { text-align: center; }#footable_6825 th.ninja_column_3 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_6828\'>\n                        #footable_6828  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6828 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6828 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6828 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6828 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6828 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6828,\n    #footable_6828 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_6828 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6828:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6828 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6828 tr.footable-header, #footable_6828 tr.footable-header th, .colored_table #footable_6828 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6828 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6828 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6828 tbody tr:nth-child(even) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(even):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(odd):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n\n        #footable_6828 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6828 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6828 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6828 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6828 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6828 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6828:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_6828 td.ninja_column_1 { text-align: center; }#footable_6828 th.ninja_column_1 { text-align: center; }#footable_6828 td.ninja_column_2 { text-align: center; }#footable_6828 th.ninja_column_2 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_6831\'>\n                        #footable_6831  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6831 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6831 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6831 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6831 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6831 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6831,\n    #footable_6831 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_6831 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6831:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6831 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6831 tr.footable-header, #footable_6831 tr.footable-header th, .colored_table #footable_6831 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6831 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6831 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6831 tbody tr:nth-child(even) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(even):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(odd):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n\n        #footable_6831 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6831 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6831 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6831 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6831 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6831 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6831:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_6831 td.ninja_column_1 { text-align: center; }#footable_6831 th.ninja_column_1 { text-align: center; }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">UPMC HDHP EPO\r\nIf you live in Pennsylvania (certain zip codes), the UPMC HDHP EPO might be your best choice. This plan blends elements of a traditional HMO and a PPO. Similar to a PPO, you don’t have to select a primary care physician. But like an HMO, you must receive your care from network physicians and facilities for your care to be covered. You can also enroll in a Health Savings Account (HSA).\r</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_6835\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_4\" data-footable_id=\"6835\" data-filter-delay=\"1000\" aria-label=\"Regional Med Chart 4\"            id=\"footable_6835\"\n           data-unique_identifier=\"ninja_table_unique_id_839793273_6835\"\n           class=\" foo-table ninja_footable foo_table_6835 ninja_table_unique_id_839793273_6835 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_value \">UPMC HDHP EPO with Optional HSA</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"124\" class=\"ninja_table_row_0 nt_row_id_124\">\n            <td></td><td><b>In-Network</td>        </tr>\n            <tr data-row_id=\"123\" class=\"ninja_table_row_1 nt_row_id_123\">\n            <td><b>Annual Deductible</b><br> Single<br> Family<br> Embedded or Aggregate</td><td> <br> $6,550<br> $13,100<br> Yes</td>        </tr>\n            <tr data-row_id=\"122\" class=\"ninja_table_row_2 nt_row_id_122\">\n            <td><b>Annual Out-of-Pocket Max</b><br> Single<br> Family<br> Embedded</td><td> <br>$4,000<br> $8,000<br> Embedded</td>        </tr>\n            <tr data-row_id=\"127\" class=\"ninja_table_row_3 nt_row_id_127\">\n            <td><b>Lifetime Max</td><td>Unlimited</td>        </tr>\n            <tr data-row_id=\"132\" class=\"ninja_table_row_4 nt_row_id_132\">\n            <td><b>Office Visit</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"126\" class=\"ninja_table_row_5 nt_row_id_126\">\n            <td><b>Preventive Services</td><td>No Charge</td>        </tr>\n            <tr data-row_id=\"129\" class=\"ninja_table_row_6 nt_row_id_129\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>Not Covered</td>        </tr>\n            <tr data-row_id=\"138\" class=\"ninja_table_row_7 nt_row_id_138\">\n            <td><b>Lab & X-Ray</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"131\" class=\"ninja_table_row_8 nt_row_id_131\">\n            <td><b>Inpatient Hospitalization</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"134\" class=\"ninja_table_row_9 nt_row_id_134\">\n            <td><b>Outpatient Surgery</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"130\" class=\"ninja_table_row_10 nt_row_id_130\">\n            <td><b>Urgent Care</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"125\" class=\"ninja_table_row_11 nt_row_id_125\">\n            <td><strong>Emergency Room</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"133\" class=\"ninja_table_row_12 nt_row_id_133\">\n            <td><b>Preventive Services</td><td><b>Generic/Brand</td>        </tr>\n            <tr data-row_id=\"136\" class=\"ninja_table_row_13 nt_row_id_136\">\n            <td><b>Deductible (Single/Family)</td><td>Combined w/medical</td>        </tr>\n            <tr data-row_id=\"137\" class=\"ninja_table_row_14 nt_row_id_137\">\n            <td><b>Retail (30 day supply)</td><td>30%/30% (after deductible)</td>        </tr>\n            <tr data-row_id=\"153\" class=\"ninja_table_row_15 nt_row_id_153\">\n            <td><b>Mail Order (90 day supply)</td><td>30%/30% (after deductible)</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7685\'>\n                        #footable_7685  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7685 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7685 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7685 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7685 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7685 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7685,\n    #footable_7685 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7685 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7685:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7685 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7685 tr.footable-header, #footable_7685 tr.footable-header th, .colored_table #footable_7685 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7685 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7685 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7685 tbody tr:nth-child(even) {\n        background-color:  !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd) {\n        background-color:  !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(even):hover {\n        background-color: rgba(221, 221, 221, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd):hover {\n        background-color: rgba(221, 221, 221, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7685 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7685 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7685 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7685 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7685:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_7685 td.ninja_column_0 { text-align: center; }#footable_7685 th.ninja_column_0 { text-align: center; }#footable_7685 td.ninja_column_1 { text-align: center; }#footable_7685 th.ninja_column_1 { text-align: center; }#footable_7685 td.ninja_column_2 { text-align: center; }#footable_7685 th.ninja_column_2 { text-align: center; }#footable_7685 td.ninja_column_3 { text-align: center; }#footable_7685 th.ninja_column_3 { text-align: center; }#footable_7685 thead tr th.ninja_column_0,#footable_7685 tbody tr td.ninja_column_0{ background-color: rgba(244, 244, 244, 1); }#footable_7685 thead tr th.ninja_column_2,#footable_7685 tbody tr td.ninja_column_2{ background-color: rgba(244, 244, 244, 1); }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_6825\'>\n                        #footable_6825  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6825 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6825 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6825 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6825 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6825 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6825,\n    #footable_6825 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_6825 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6825:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6825 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6825 tr.footable-header, #footable_6825 tr.footable-header th, .colored_table #footable_6825 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6825 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6825 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6825 tbody tr:nth-child(even) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(even):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6825 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6825 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6825 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6825 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6825:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_6825 td.ninja_column_1 { text-align: center; }#footable_6825 th.ninja_column_1 { text-align: center; }#footable_6825 td.ninja_column_2 { text-align: center; }#footable_6825 th.ninja_column_2 { text-align: center; }#footable_6825 td.ninja_column_3 { text-align: center; }#footable_6825 th.ninja_column_3 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_6828\'>\n                        #footable_6828  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6828 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6828 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6828 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6828 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6828 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6828,\n    #footable_6828 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_6828 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6828:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6828 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6828 tr.footable-header, #footable_6828 tr.footable-header th, .colored_table #footable_6828 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6828 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6828 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6828 tbody tr:nth-child(even) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(even):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(odd):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n\n        #footable_6828 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6828 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6828 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6828 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6828 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6828 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6828 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6828:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_6828 td.ninja_column_1 { text-align: center; }#footable_6828 th.ninja_column_1 { text-align: center; }#footable_6828 td.ninja_column_2 { text-align: center; }#footable_6828 th.ninja_column_2 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_6831\'>\n                        #footable_6831  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6831 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6831 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6831 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6831 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6831 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6831,\n    #footable_6831 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_6831 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6831:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6831 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6831 tr.footable-header, #footable_6831 tr.footable-header th, .colored_table #footable_6831 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6831 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6831 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6831 tbody tr:nth-child(even) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(even):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(odd):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n\n        #footable_6831 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6831 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6831 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6831 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6831 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6831 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6831 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6831:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_6831 td.ninja_column_1 { text-align: center; }#footable_6831 th.ninja_column_1 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_6835\'>\n                        #footable_6835  {\n    font-family: inherit;\n    font-size: 14px;\n    }\n\n\n    #footable_6835 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6835 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6835 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_6835 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_6835 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_6835,\n    #footable_6835 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_6835 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6835:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_6835 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6835 tr.footable-header, #footable_6835 tr.footable-header th, .colored_table #footable_6835 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_6835 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_6835 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_6835 tbody tr:nth-child(even) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6835 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6835 tbody tr:nth-child(even):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n        #footable_6835 tbody tr:nth-child(odd):hover {\n        background-color: rgba(227, 227, 227, 1) !important;\n        }\n\n        #footable_6835 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6835 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6835 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6835 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6835 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6835 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_6835 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_6835 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_6835 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_6835 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_6835:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_6835 td.ninja_column_1 { text-align: center; }#footable_6835 th.ninja_column_1 { text-align: center; }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">For more information, visit UPMCHealthPlan.com.\r</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_1 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-2\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-2\" placeholder=\"\" value=\"my plan\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_7 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_7 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.\r</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div>');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (898, 6819, '_et_pb_truncate_post_date', '2024-10-31 01:08:55');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (899, 6819, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (900, 6819, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (901, 6819, '_last_editor_used_jetpack', 'classic-editor');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (902, 6819, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (903, 6819, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (905, 6844, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (906, 6844, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (907, 6844, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (908, 6844, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (909, 6844, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (910, 6844, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (911, 6844, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (912, 6844, '_et_builder_version', 'VB|Divi|4.26.0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (913, 6844, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (914, 6844, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (915, 6844, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (916, 6844, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (917, 6844, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (918, 6844, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6844\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (919, 6844, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (920, 6844, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (921, 6844, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Savings and Spending Accounts</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Through HealthEquity we offer Health Savings Account (HSA) and Flexible Spending Accounts (FSAs) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\n<p>There are several types of accounts that help reduce your taxable income when paying for eligible expenses for yourself, your<br />\nspouse and eligible dependents.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Health Savings Account<br />\nIf you are enrolled in the High Deductible Health Plan, you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA) through our plan administrator, HealthEquity. Contribute to an HSA and offset your out-of-pocket expenses with pretax dollars.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">2023 HSA Carryover<br />\nOwens and Minor teammates: You will have the option to transfer your unused 2023 HSA funds from WEX (2023 carrier) to Health Equity (2024 carrier). Additional information will be provided soon.</p>\n<p>Apria teammates: Unused 2023 funds in your Health Equity account will carry over automatically. There is no further action<br />\nrequired on your part.</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"HSA ACCOUNTS\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">HSA Maximum Contribution Limits<br />\n(includes company match)<br />\n• $4,150 for teammate only coverage<br />\n• $8,300 for family coverage<br />\n• $1,000 catch-up for ages 55 and older</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg?w=1080\" alt=\"\" title=\"Mother and kids hiking in sunny forest\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_4 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Triple Tax Savings with HSA</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Company Contributions<br />\nAs an added bonus, Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<p>• Teammate only: $300<br />\n• Teammate + Spouse/Domestic Partner/Child(ren): $425<br />\n• Family: $600</p>\n<p>Company contributions will be determined by multiple factors, including HSA plan tier, enrollment type (Open Enrollment, qualified life event, etc.), and time of year. The match amount will be spread over the number of pay periods per year and will be prorated upon hire.</p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div id=\"new-employees\" class=\"et_pb_row et_pb_row_5 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">HSA Restrictions<br />\n• You may not open an HSA if you or your spouse are enrolled in a Healthcare FSA.<br />\n• State taxes apply to contributions by residents of California, Alabama and New Jersey.<br />\n• You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.<br />\n• The penalty for using your HSA for ineligible expenses is 20% of the reimbursed amount.<br />\n• You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.<br />\n• Funds may not be used to reimburse the expenses of your domestic partner or their children.</p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_6 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (922, 6844, '_et_pb_truncate_post_date', '2024-11-05 15:30:15');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (923, 6844, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (924, 6844, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (925, 6844, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (926, 6844, '_et_builder_dynamic_assets_loading_attr_threshold', 6);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (927, 6844, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (929, 6882, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (930, 6882, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (931, 6882, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (932, 6882, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (933, 6882, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (934, 6882, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (935, 6882, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (936, 6882, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (937, 6882, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (938, 6882, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (939, 6882, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (940, 6882, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (941, 6882, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (942, 6882, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6882\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (943, 6882, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (944, 6882, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (945, 6882, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Documents Library</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 kmod2-line\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_cta_0 kmod2-line et_pb_promo  et_pb_text_align_center et_pb_bg_layout_light dbdb-icon-on-right dbdb-icon-on-hover\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><h2 class=\"et_pb_module_header\">2025 Benefits Guide</h2></div>\n				<div class=\"et_pb_button_wrapper\"><a class=\"et_pb_button et_pb_promo_button\" href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL.pdf\" target=\"_blank\">Download PDF</a></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Eligibility Forms and Informational Documents<br />\nUse the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.</p>\n<script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-box\">    {{#with file}}    <div class=\"dropblock\">        <a href=\"javascript:void(0)\" class=\"wpfd-close\"></a>        <div class=\"filecontent\">            {{#if file_custom_icon}}                    <div class=\"icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\" /></div>                    {{else}}                    <div class=\"ext ext-{{ext}} wpfd-icon-set-svg\"><span class=\"txt\">{{ext}}</span></div>                    {{/if}}            <div class=\"wpfd-extra\">                {{#if description}}<div class=\"file-desc\">{{{description}}}</div>{{/if}}            </div>        </div>        <div class=\"extra-downloadlink\"><a class=\"downloadlink wpfd_downloadlink\"  href=\"{{linkdownload}}\"  style=\"background-color:#76bc58;color:#ffffff;\" target=\"{{#if remote_file}}_blank{{/if}}\">Download<i class=\"zmdi zmdi-cloud-download wpfd-download\"></i></a>{{#if openpdflink}}<a class=\"openlink wpfd_previewlink\" href=\"{{openpdflink}}\"  target=\"_blank\">Preview                            <i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{else}}{{#if viewerlink}}<a                            href=\"{{viewerlink}}\"                                                        class=\"openlink wpfd_previewlink\"                            target=\"_blank\"                            data-id=\"{{ID}}\"                            data-catid=\"{{catid}}\"                            data-file-type=\"{{ext}}\">Preview<i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{/if}}{{/if}}</div>    {{/with}}</script>    <script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-categories\">        {{#if categories}}        {{#each categories}}        <li class=\"directory collapsed\">            <a class=\"catlink\" href=\"#\" data-idcat=\"{{termID}}\">                <div class=\"icon-open-close\" data-id=\"{{termID}}\"></div>                <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: {{color}}\"></i>                <span>{{name}}</span>            </a>        </li>        {{/each}}        {{/if}}    </script><script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-files\">    {{#if files}}    {{#each files}}    <li class=\"ext {{ext}}\">                    {{#if file_custom_icon}}            <span class=\"wpfd-file ext icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\"></span>            {{else}}            <i class=\"wpfd-file ext ext-{{ext}} wpfd-icon-set-svg\"></i>            {{/if}}                                    <a class=\"wpfd-file-link\" data-category_id=\"{{catid}}\" href=\"#\" data-id=\"{{ID}}\"               title=\"{{post_title}}\">{{{crop_title}}}</a>            </li>    {{/each}}    </div>    {{/if}}</script><div class=\"wpfd-content wpfd-content-tree wpfd-content-multi\" data-category=\"22\"             style=\"background-color: rgba(255, 255, 255, 0)\"><input type=\"hidden\" id=\"current_category_22\" value=\"22\" />                    <input type=\"hidden\" id=\"current_category_slug_22\" value=\"eligibility-forms-and-informational-documents\" />                    <input type=\"hidden\" id=\"current_ordering_22\" value=\"title\" />                    <input type=\"hidden\" id=\"current_ordering_direction_22\" value=\"asc\" />                    <input type=\"hidden\" id=\"page_limit_22\" value=\"10\" /><input type=\"hidden\" id=\"wpfd_display_empty_category_message\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_empty_category_message_val\" value=\"This file category has no files to display\" /><input type=\"hidden\" id=\"wpfd_display_empty_folder\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_subcategories\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_files\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_root_category_id\" class=\"wpfd_root_category_id\" value=\"22\" /><input type=\"hidden\" id=\"wpfd_root_category_theme\" class=\"wpfd_root_category_theme\" value=\"tree\" /><input type=\"hidden\" id=\"wpfd_root_category_clone_theme_type\" class=\"wpfd_root_category_clone_theme_type\" value=\"none\" /><input type=\"hidden\" id=\"wpfd_root_category_type\" class=\"wpfd_root_category_type\" value=\"22\" /><ul class=\"wpfd-tree-categories-files\">                                <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"22\"                   data-id=\"7603\"                   title=\"Declaration of Domestic Partnership\" target=\"\">Declaration of Domestic Partnership</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"22\"                   data-id=\"7604\"                   title=\"Enrollment Reconsideration Request Form\" target=\"\">Enrollment Reconsideration Request Form</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"22\"                   data-id=\"7605\"                   title=\"Qualifying Life Event Documentation Requirements\" target=\"\">Qualifying Life Event Documentation Requirements</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"22\"                   data-id=\"7606\"                   title=\"Quick Reference Guide Leaving O&amp;M\" target=\"\">Quick Reference Guide Leaving O&amp;M</a>            </li>                        </ul></div>\n<p>&nbsp;</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Workday HR Quick Reference Guides (QRG)<br />\nUse these documents as a reference for Workday HR.</p>\n<script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-box\">    {{#with file}}    <div class=\"dropblock\">        <a href=\"javascript:void(0)\" class=\"wpfd-close\"></a>        <div class=\"filecontent\">            {{#if file_custom_icon}}                    <div class=\"icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\" /></div>                    {{else}}                    <div class=\"ext ext-{{ext}} wpfd-icon-set-svg\"><span class=\"txt\">{{ext}}</span></div>                    {{/if}}            <div class=\"wpfd-extra\">                {{#if description}}<div class=\"file-desc\">{{{description}}}</div>{{/if}}            </div>        </div>        <div class=\"extra-downloadlink\"><a class=\"downloadlink wpfd_downloadlink\"  href=\"{{linkdownload}}\"  style=\"background-color:#76bc58;color:#ffffff;\" target=\"{{#if remote_file}}_blank{{/if}}\">Download<i class=\"zmdi zmdi-cloud-download wpfd-download\"></i></a>{{#if openpdflink}}<a class=\"openlink wpfd_previewlink\" href=\"{{openpdflink}}\"  target=\"_blank\">Preview                            <i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{else}}{{#if viewerlink}}<a                            href=\"{{viewerlink}}\"                                                        class=\"openlink wpfd_previewlink\"                            target=\"_blank\"                            data-id=\"{{ID}}\"                            data-catid=\"{{catid}}\"                            data-file-type=\"{{ext}}\">Preview<i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{/if}}{{/if}}</div>    {{/with}}</script>    <script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-categories\">        {{#if categories}}        {{#each categories}}        <li class=\"directory collapsed\">            <a class=\"catlink\" href=\"#\" data-idcat=\"{{termID}}\">                <div class=\"icon-open-close\" data-id=\"{{termID}}\"></div>                <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: {{color}}\"></i>                <span>{{name}}</span>            </a>        </li>        {{/each}}        {{/if}}    </script><script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-files\">    {{#if files}}    {{#each files}}    <li class=\"ext {{ext}}\">                    {{#if file_custom_icon}}            <span class=\"wpfd-file ext icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\"></span>            {{else}}            <i class=\"wpfd-file ext ext-{{ext}} wpfd-icon-set-svg\"></i>            {{/if}}                                    <a class=\"wpfd-file-link\" data-category_id=\"{{catid}}\" href=\"#\" data-id=\"{{ID}}\"               title=\"{{post_title}}\">{{{crop_title}}}</a>            </li>    {{/each}}    </div>    {{/if}}</script><div class=\"wpfd-content wpfd-content-tree wpfd-content-multi\" data-category=\"23\"             style=\"background-color: rgba(255, 255, 255, 0)\"><input type=\"hidden\" id=\"current_category_23\" value=\"23\" />                    <input type=\"hidden\" id=\"current_category_slug_23\" value=\"workday-hr-quick-reference-guides-qrg\" />                    <input type=\"hidden\" id=\"current_ordering_23\" value=\"title\" />                    <input type=\"hidden\" id=\"current_ordering_direction_23\" value=\"asc\" />                    <input type=\"hidden\" id=\"page_limit_23\" value=\"10\" /><input type=\"hidden\" id=\"wpfd_display_empty_category_message\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_empty_category_message_val\" value=\"This file category has no files to display\" /><input type=\"hidden\" id=\"wpfd_display_empty_folder\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_subcategories\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_files\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_root_category_id\" class=\"wpfd_root_category_id\" value=\"23\" /><input type=\"hidden\" id=\"wpfd_root_category_theme\" class=\"wpfd_root_category_theme\" value=\"tree\" /><input type=\"hidden\" id=\"wpfd_root_category_clone_theme_type\" class=\"wpfd_root_category_clone_theme_type\" value=\"none\" /><input type=\"hidden\" id=\"wpfd_root_category_type\" class=\"wpfd_root_category_type\" value=\"23\" /><ul class=\"wpfd-tree-categories-files\">                                <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"23\"                   data-id=\"7610\"                   title=\"Qualified Life Event QRG\" target=\"\">Qualified Life Event QRG</a>            </li>                                            <li class=\"ext pdf\">                                    <i class=\"wpfd-file ext ext-pdf wpfd-icon-set-svg\"></i>                                <a class=\"wpfd-file-link\" href=\"#\" data-category_id=\"23\"                   data-id=\"7897\"                   title=\"Workday HR Enrollment QRG\" target=\"\">Workday HR Enrollment QRG</a>            </li>                        </ul></div>\n<p>&nbsp;</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Benefits Documents<br />\nThese various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of healthcare service covered by your plan.</p>\n<script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-box\">    {{#with file}}    <div class=\"dropblock\">        <a href=\"javascript:void(0)\" class=\"wpfd-close\"></a>        <div class=\"filecontent\">            {{#if file_custom_icon}}                    <div class=\"icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\" /></div>                    {{else}}                    <div class=\"ext ext-{{ext}} wpfd-icon-set-svg\"><span class=\"txt\">{{ext}}</span></div>                    {{/if}}            <div class=\"wpfd-extra\">                {{#if description}}<div class=\"file-desc\">{{{description}}}</div>{{/if}}{{#if versionNumber}}<div class=\"file-version\"><span>Version:</span> {{versionNumber}}</div>{{/if}}            </div>        </div>        <div class=\"extra-downloadlink\"><a class=\"downloadlink wpfd_downloadlink\"  href=\"{{linkdownload}}\"  style=\"background-color:#76bc58;color:#ffffff;\" target=\"{{#if remote_file}}_blank{{/if}}\">Download<i class=\"zmdi zmdi-cloud-download wpfd-download\"></i></a>{{#if openpdflink}}<a class=\"openlink wpfd_previewlink\" href=\"{{openpdflink}}\"  target=\"_blank\">Preview                            <i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{else}}{{#if viewerlink}}<a                            href=\"{{viewerlink}}\"                                                        class=\"openlink wpfd_previewlink\"                            target=\"_blank\"                            data-id=\"{{ID}}\"                            data-catid=\"{{catid}}\"                            data-file-type=\"{{ext}}\">Preview<i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{/if}}{{/if}}</div>    {{/with}}</script>    <script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-categories\">        {{#if categories}}        {{#each categories}}        <li class=\"directory collapsed\">            <a class=\"catlink\" href=\"#\" data-idcat=\"{{termID}}\">                <div class=\"icon-open-close\" data-id=\"{{termID}}\"></div>                <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: {{color}}\"></i>                <span>{{name}}</span>            </a>        </li>        {{/each}}        {{/if}}    </script><script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-files\">    {{#if files}}    {{#each files}}    <li class=\"ext {{ext}}\">                    {{#if file_custom_icon}}            <span class=\"wpfd-file ext icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\"></span>            {{else}}            <i class=\"wpfd-file ext ext-{{ext}} wpfd-icon-set-svg\"></i>            {{/if}}                                    <a class=\"wpfd-file-link\" data-category_id=\"{{catid}}\" href=\"#\" data-id=\"{{ID}}\"               title=\"{{post_title}}\">{{{crop_title}}}</a>            </li>    {{/each}}    </div>    {{/if}}</script><div class=\"wpfd-content wpfd-content-tree wpfd-content-multi\" data-category=\"26\"             style=\"background-color: rgba(255, 255, 255, 0)\"><input type=\"hidden\" id=\"current_category_26\" value=\"26\" />                    <input type=\"hidden\" id=\"current_category_slug_26\" value=\"benefit-documents\" />                    <input type=\"hidden\" id=\"current_ordering_26\" value=\"title\" />                    <input type=\"hidden\" id=\"current_ordering_direction_26\" value=\"asc\" />                    <input type=\"hidden\" id=\"page_limit_26\" value=\"10\" /><input type=\"hidden\" id=\"wpfd_display_empty_category_message\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_empty_category_message_val\" value=\"This file category has no files to display\" /><input type=\"hidden\" id=\"wpfd_display_empty_folder\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_subcategories\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_files\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_root_category_id\" class=\"wpfd_root_category_id\" value=\"26\" /><input type=\"hidden\" id=\"wpfd_root_category_theme\" class=\"wpfd_root_category_theme\" value=\"tree\" /><input type=\"hidden\" id=\"wpfd_root_category_clone_theme_type\" class=\"wpfd_root_category_clone_theme_type\" value=\"none\" /><input type=\"hidden\" id=\"wpfd_root_category_type\" class=\"wpfd_root_category_type\" value=\"26\" /><ul class=\"wpfd-tree-categories-files\">                                                        <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"27\">                        <div class=\"icon-open-close\" data-id=\"27\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Medical and Prescription Drug Information</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"39\">                        <div class=\"icon-open-close\" data-id=\"39\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Tobacco Cessation Program Information</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"40\">                        <div class=\"icon-open-close\" data-id=\"40\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Dental Plan Information</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"58\">                        <div class=\"icon-open-close\" data-id=\"58\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Vision Plan Information</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"44\">                        <div class=\"icon-open-close\" data-id=\"44\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Supplemental Benefits Information</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"48\">                        <div class=\"icon-open-close\" data-id=\"48\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Life and AD&amp;D Information</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"51\">                        <div class=\"icon-open-close\" data-id=\"51\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>401(K) Information</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"53\">                        <div class=\"icon-open-close\" data-id=\"53\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Business Travel Accident (BTA) Information</span>                    </a>                </li>                                            <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"54\">                        <div class=\"icon-open-close\" data-id=\"54\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Disability Information</span>                    </a>                </li>                            </ul></div>\n<p>&nbsp;</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4 kmod2-line  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Wellness Information<br />\nExplore these documents to learn more about some of our wellness programs.</p>\n<script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-box\">    {{#with file}}    <div class=\"dropblock\">        <a href=\"javascript:void(0)\" class=\"wpfd-close\"></a>        <div class=\"filecontent\">            {{#if file_custom_icon}}                    <div class=\"icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\" /></div>                    {{else}}                    <div class=\"ext ext-{{ext}} wpfd-icon-set-svg\"><span class=\"txt\">{{ext}}</span></div>                    {{/if}}            <div class=\"wpfd-extra\">                {{#if description}}<div class=\"file-desc\">{{{description}}}</div>{{/if}}{{#if versionNumber}}<div class=\"file-version\"><span>Version:</span> {{versionNumber}}</div>{{/if}}            </div>        </div>        <div class=\"extra-downloadlink\"><a class=\"downloadlink wpfd_downloadlink\"  href=\"{{linkdownload}}\"  style=\"background-color:#76bc58;color:#ffffff;\" target=\"{{#if remote_file}}_blank{{/if}}\">Download<i class=\"zmdi zmdi-cloud-download wpfd-download\"></i></a>{{#if openpdflink}}<a class=\"openlink wpfd_previewlink\" href=\"{{openpdflink}}\"  target=\"_blank\">Preview                            <i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{else}}{{#if viewerlink}}<a                            href=\"{{viewerlink}}\"                                                        class=\"openlink wpfd_previewlink\"                            target=\"_blank\"                            data-id=\"{{ID}}\"                            data-catid=\"{{catid}}\"                            data-file-type=\"{{ext}}\">Preview<i class=\"zmdi zmdi-filter-center-focus wpfd-preview\"></i>                        </a>{{/if}}{{/if}}</div>    {{/with}}</script>    <script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-categories\">        {{#if categories}}        {{#each categories}}        <li class=\"directory collapsed\">            <a class=\"catlink\" href=\"#\" data-idcat=\"{{termID}}\">                <div class=\"icon-open-close\" data-id=\"{{termID}}\"></div>                <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: {{color}}\"></i>                <span>{{name}}</span>            </a>        </li>        {{/each}}        {{/if}}    </script><script type=\"text/x-handlebars-template\" id=\"wpfd-template-tree-files\">    {{#if files}}    {{#each files}}    <li class=\"ext {{ext}}\">                    {{#if file_custom_icon}}            <span class=\"wpfd-file ext icon-custom\"><img decoding=\"async\" src=\"{{file_custom_icon}}\"></span>            {{else}}            <i class=\"wpfd-file ext ext-{{ext}} wpfd-icon-set-svg\"></i>            {{/if}}                                    <a class=\"wpfd-file-link\" data-category_id=\"{{catid}}\" href=\"#\" data-id=\"{{ID}}\"               title=\"{{post_title}}\">{{{crop_title}}}</a>            </li>    {{/each}}    </div>    {{/if}}</script><div class=\"wpfd-content wpfd-content-tree wpfd-content-multi\" data-category=\"24\"             style=\"background-color: rgba(255, 255, 255, 0)\"><input type=\"hidden\" id=\"current_category_24\" value=\"24\" />                    <input type=\"hidden\" id=\"current_category_slug_24\" value=\"wellness-information\" />                    <input type=\"hidden\" id=\"current_ordering_24\" value=\"title\" />                    <input type=\"hidden\" id=\"current_ordering_direction_24\" value=\"asc\" />                    <input type=\"hidden\" id=\"page_limit_24\" value=\"10\" /><input type=\"hidden\" id=\"wpfd_display_empty_category_message\" value=\"0\" /><input type=\"hidden\" id=\"wpfd_empty_category_message_val\" value=\"This file category has no files to display\" /><input type=\"hidden\" id=\"wpfd_display_empty_folder\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_subcategories\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_is_empty_files\" value=\"1\" /><input type=\"hidden\" id=\"wpfd_root_category_id\" class=\"wpfd_root_category_id\" value=\"24\" /><input type=\"hidden\" id=\"wpfd_root_category_theme\" class=\"wpfd_root_category_theme\" value=\"tree\" /><input type=\"hidden\" id=\"wpfd_root_category_clone_theme_type\" class=\"wpfd_root_category_clone_theme_type\" value=\"none\" /><input type=\"hidden\" id=\"wpfd_root_category_type\" class=\"wpfd_root_category_type\" value=\"24\" /><ul class=\"wpfd-tree-categories-files\">                                                        <li class=\"directory collapsed\">                    <a class=\"catlink\" href=\"#\" data-idcat=\"25\">                        <div class=\"icon-open-close\" data-id=\"25\"></div>                        <i class=\"zmdi zmdi-folder wpfd-folder\" style=\"color: \"></i>                        <span>Teammate Assistance Program (TAP)</span>                    </a>                </li>                            </ul></div>\n<p>&nbsp;</p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_4 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (946, 6882, '_et_pb_truncate_post_date', '2024-11-08 03:58:56');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (947, 6882, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (948, 6882, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (949, 6882, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (950, 6882, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (951, 6882, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (953, 6938, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (954, 6938, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (955, 6938, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (956, 6938, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (957, 6938, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (958, 6938, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (959, 6938, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (960, 6938, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (961, 6938, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (962, 6938, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (963, 6938, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (964, 6938, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (965, 6938, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (966, 6938, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"6938\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (967, 6938, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (968, 6938, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (969, 6938, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Medical &amp; Prescription Drug</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Find the Right Plan for You<br />\nConsider the following to help you select the plans that fit your lifestyle and needs:</p>\n<p> 	Do you have specific prescription medication needs?<br />\n 	Are you anticipating surgery or non-preventive dental care?<br />\n 	Did you experience a Qualified Life Event this year?<br />\n 	Do your current plans provide the coverage you need? </p>\n<p>&nbsp;</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.<br />\nNote: Both are available in all states except Hawaii.</div>\n			</div><style>.et_pb_accordion_0 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">1. UHC PPO Core Plan</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p></div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">2. UHC $3,300 High Deductible Health Plan w/Optional Health Savings Account</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p></div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_2  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">3. Surest PPO Plan</h5>\n				<div class=\"et_pb_toggle_content clearfix\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p>Give your doctor’s office this information: The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_7739\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"7739\" data-filter-delay=\"1000\" aria-label=\"Medical 2025\"            id=\"footable_7739\"\n           data-unique_identifier=\"ninja_table_unique_id_386194045_7739\"\n           class=\" foo-table ninja_footable foo_table_7739 ninja_table_unique_id_386194045_7739 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_uhcppocore \">UnitedHealthcare PPO Core</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_uhc32hdhpwoptionalhsa \">UnitedHealthcare $3,300 HDHP w/Optional HSA</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_surestppo \">Surest PPO</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"218\" class=\"ninja_table_row_0 nt_row_id_218\">\n            <td><b>HSA Eligible</td><td><b>No</td><td><b>Yes</td><td><b>No</td>        </tr>\n            <tr data-row_id=\"219\" class=\"ninja_table_row_1 nt_row_id_219\">\n            <td><b>Company Matching Contribution to HSA</td><td>N/A</td><td>• $300 (teammate only)<br> • $425 (teammate + spouse/domestic partner/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\"color: #68ace5;\"><a href=“https://benefitsmyway.mybenefitport.com/health-savings-account/”>HSA page</b></a></span> for details<br> You must contribute to your HSA in order to receive the company match</td><td>N/A</td>        </tr>\n            <tr data-row_id=\"220\" class=\"ninja_table_row_2 nt_row_id_220\">\n            <td><strong>In-network Care: Your Costs</td><td></td><td></td><td></td>        </tr>\n            <tr data-row_id=\"221\" class=\"ninja_table_row_3 nt_row_id_221\">\n            <td><strong>Preventive Care</td><td>$0; plan pays 100%</td><td>$0; plan pays 100%</td><td>$0; plan pays 100%</td>        </tr>\n            <tr data-row_id=\"222\" class=\"ninja_table_row_4 nt_row_id_222\">\n            <td><b>Individual/Family Deductible</td><td><b>$2,000/$4,000</td><td><b>$3,300/$6,600</td><td><b>$0/$0</td>        </tr>\n            <tr data-row_id=\"223\" class=\"ninja_table_row_5 nt_row_id_223\">\n            <td><b>Individual/Family Out-of-Pocket Maximum (Includes deductible)</td><td>$6,000/$12,000</td><td>$6,550/$13,100</td><td>$6,000/$12,000</td>        </tr>\n            <tr data-row_id=\"224\" class=\"ninja_table_row_6 nt_row_id_224\">\n            <td><b>Your Coinsurance</td><td><b>20% after deductible</td><td><b>30% after deductible</td><td><b>N/A</td>        </tr>\n            <tr data-row_id=\"225\" class=\"ninja_table_row_7 nt_row_id_225\">\n            <td><b>Office Visit (Primary Care/ Specialist)</td><td>$30 copay/$60 copay</td><td>30% after deductible</td><td>$40-$140 copay<sup>1</sup></td>        </tr>\n            <tr data-row_id=\"226\" class=\"ninja_table_row_8 nt_row_id_226\">\n            <td><b>Telemedicine Visit</td><td><b>$30</td><td><b>30% after deductible</td><td><b>$0-$160 copay</td>        </tr>\n            <tr data-row_id=\"227\" class=\"ninja_table_row_9 nt_row_id_227\">\n            <td><b>Emergency Room Visit</td><td>20% after deductible</td><td>30% after deductible</td><td>$850 copay<sup>2</sup></td>        </tr>\n            <tr data-row_id=\"228\" class=\"ninja_table_row_10 nt_row_id_228\">\n            <td><b>Prescriptions: Your Costs</td><td></td><td></td><td></td>        </tr>\n            <tr data-row_id=\"229\" class=\"ninja_table_row_11 nt_row_id_229\">\n            <td><b>Retail: 30-day Supply</b></br> Generic</br> Formulary</br> Non-formulary</br> Specialty</td><td>Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*</td><td>30% after deductible*</td><td>Tier 1—$10 copay<br> Tier 2—$90 copay<br> Tier 3—$160<br> Tier1—$440/Tier 2—$480/<br> Tier 3—$530</td>        </tr>\n            <tr data-row_id=\"230\" class=\"ninja_table_row_12 nt_row_id_230\">\n            <td><b>Mail order: 90-day Supply</b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty</td><td>Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N/A</td><td>Tier 1—30% after deductible<br> Tier 2—30% after deductible<br> Tier 3—30% after deductible<br> Tier 4—N/A</td><td>Tier 1—$25 copay<br> Tier 2—$225 copay<br> Tier 3—$400 copay<br> Not covered</td>        </tr>\n            <tr data-row_id=\"231\" class=\"ninja_table_row_13 nt_row_id_231\">\n            <td colspan=\"4\"><b>Preventive maintenance drugs are covered at 100% on all three plans.</td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td><td class=\"ninja_temp_cell\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7739\'>\n                        #footable_7739  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7739 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7739 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7739 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7739 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7739 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7739,\n    #footable_7739 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7739 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7739:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7739 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7739 tr.footable-header, #footable_7739 tr.footable-header th, .colored_table #footable_7739 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7739 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7739 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7739 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(even):hover {\n        background-color: rgba(247, 247, 247, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd):hover {\n        background-color: rgba(247, 247, 247, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7739 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7739 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7739:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_218 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_220 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_222 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_224 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_226 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_228 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_231 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n            \n#footable_7739 td.ninja_column_1 { text-align: center; }#footable_7739 th.ninja_column_1 { text-align: center; }#footable_7739 td.ninja_column_2 { text-align: center; }#footable_7739 th.ninja_column_2 { text-align: center; }#footable_7739 td.ninja_column_3 { text-align: center; }#footable_7739 th.ninja_column_3 { text-align: center; }                </style>\n                \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>1 Costs vary depending on type of treatment.</p>\n<p>2 Copay waived if admitted within 24 hours.</p>\n<p>* Specialty must be filled through Optum Specialty Pharmacy (Mail Order only).</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<p> 	UnitedHealthcare<br />\n 	Surest (Access Code: OwensMinor2025)</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Regional Medical Plan Options<br />\nDepending on where you live, you may also be eligible to select Kaiser Medical for your medical care coverage.</div>\n			</div><style>.et_pb_accordion_1 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_1 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_3  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">1. Kaiser Medical:</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in California, Colorado, Georgia, Washington, and in the Northwest (Oregon and Southern Washington) and Mid-Atlantic (District of Columbia, Maryland, and Virginia). If you choose this plan, you can also enroll in a Health Savings Account (HSA).<br />\nHawaii teammates may enroll in the Point of Service (POS) 405 Plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).<br />\nClick here for more information.<br />\n<div id=\"footable_parent_7465\"\n         class=\"ninja-footable-loader footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_1\" data-footable_id=\"7465\" data-filter-delay=\"1000\" aria-label=\"Kaiser HDHP — CA/CO/GA\"            id=\"footable_7465\"\n           data-unique_identifier=\"ninja_table_unique_id_846430697_7465\"\n           class=\" foo-table ninja_footable foo_table_7465 ninja_table_unique_id_846430697_7465 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_benefit \"> </th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_carrier \">Kaiser HDHP with<br>Optional HSA—CA</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_kaiser_hdhp_with_optional_hsa_northwest \">Kaiser HDHP with<br>Optional HSA—CO</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_kaiser_hdhp_with_optional_hsa_ga \">Kaiser HDHP with<br>Optional HSA—GA</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"179\" class=\"ninja_table_row_0 nt_row_id_179\">\n            <td> </td><td><center><b>In-Network</td><td><center><b>In-Network </td><td><center><b>In-Network  </td>        </tr>\n            <tr data-row_id=\"189\" class=\"ninja_table_row_1 nt_row_id_189\">\n            <td><b>Annual Deductible</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>$3,300<br>$6,600<br>Embedded</td><td><br>$3,300<br>$6,600<br>Embedded </td><td><br>$3,300<br>$6,600<br>Embedded  </td>        </tr>\n            <tr data-row_id=\"190\" class=\"ninja_table_row_2 nt_row_id_190\">\n            <td><b>Annual Out-of-Pocket Max</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>$6,000<br>$12,000<br>Yes</td><td><br>$6,000<br>$12,000<br>Yes </td><td><br>$6,000<br>$12,000<br>Yes  </td>        </tr>\n            <tr data-row_id=\"180\" class=\"ninja_table_row_3 nt_row_id_180\">\n            <td><b>Office Visit</td><td>30% after deductible</td><td>30% after deductible </td><td>30% after deductible  </td>        </tr>\n            <tr data-row_id=\"181\" class=\"ninja_table_row_4 nt_row_id_181\">\n            <td><b>Preventive Services</td><td>No charge</td><td>No charge </td><td>No charge  </td>        </tr>\n            <tr data-row_id=\"191\" class=\"ninja_table_row_5 nt_row_id_191\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>30% after deductible (up to 20 visits per year)</td><td>30% after deductible (up to 20 visits per year) </td><td>30% after deductible (up to 20 visits per year)  </td>        </tr>\n            <tr data-row_id=\"192\" class=\"ninja_table_row_6 nt_row_id_192\">\n            <td><b>Lab & X-Ray</td><td>30% after deductible</td><td>30% after deductible </td><td>30% after deductible  </td>        </tr>\n            <tr data-row_id=\"193\" class=\"ninja_table_row_7 nt_row_id_193\">\n            <td><b>Inpatient Hospitalization</td><td>30% after deductible </td><td>30% after deductible  </td><td>30% after deductible   </td>        </tr>\n            <tr data-row_id=\"182\" class=\"ninja_table_row_8 nt_row_id_182\">\n            <td><b>Outpatient Surgery</td><td>30% after deductible  </td><td>30% after deductible   </td><td>30% after deductible        </td>        </tr>\n            <tr data-row_id=\"183\" class=\"ninja_table_row_9 nt_row_id_183\">\n            <td><b>Urgent Care</td><td>30% after deductible   </td><td>30% after deductible    </td><td>30% after deductible    </td>        </tr>\n            <tr data-row_id=\"184\" class=\"ninja_table_row_10 nt_row_id_184\">\n            <td><b>Emergency Room</td><td>30% after deductible    </td><td>30% after deductible     </td><td>30% after deductible     </td>        </tr>\n            <tr data-row_id=\"185\" class=\"ninja_table_row_11 nt_row_id_185\">\n            <td><b><center>Prescription Drugs</td><td><b><center>Generic/Brand</td><td><b><center>Generic/Brand </td><td><b><center>Generic/Brand  </td>        </tr>\n            <tr data-row_id=\"186\" class=\"ninja_table_row_12 nt_row_id_186\">\n            <td><b>Deductible (Single/Family)</td><td>Combined w/medical</td><td>Combined w/medical </td><td>Combined w/medical  </td>        </tr>\n            <tr data-row_id=\"187\" class=\"ninja_table_row_13 nt_row_id_187\">\n            <td><b>Retail (30-day supply)</td><td>$15/$35 (after deductible)</td><td>$15/$35 (after deductible) </td><td>$15/$35 (after deductible)  </td>        </tr>\n            <tr data-row_id=\"188\" class=\"ninja_table_row_14 nt_row_id_188\">\n            <td><b>Mail Order (90-day supply)</td><td>$30/$70 (after deductible)</td><td>$30/$70 (after deductible) </td><td>$30/$70 (after deductible)  </td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7739\'>\n                        #footable_7739  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7739 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7739 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7739 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7739 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7739 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7739,\n    #footable_7739 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7739 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7739:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7739 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7739 tr.footable-header, #footable_7739 tr.footable-header th, .colored_table #footable_7739 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7739 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7739 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7739 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(even):hover {\n        background-color: rgba(247, 247, 247, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd):hover {\n        background-color: rgba(247, 247, 247, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7739 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7739 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7739:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_218 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_220 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_222 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_224 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_226 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_228 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_231 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n            \n#footable_7739 td.ninja_column_1 { text-align: center; }#footable_7739 th.ninja_column_1 { text-align: center; }#footable_7739 td.ninja_column_2 { text-align: center; }#footable_7739 th.ninja_column_2 { text-align: center; }#footable_7739 td.ninja_column_3 { text-align: center; }#footable_7739 th.ninja_column_3 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_7465\'>\n                        #footable_7465  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7465 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7465 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7465 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7465 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7465 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7465,\n    #footable_7465 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7465 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7465:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7465 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7465 tr.footable-header, #footable_7465 tr.footable-header th, .colored_table #footable_7465 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7465 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7465 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7465 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(odd) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(even):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(odd):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n\n        #footable_7465 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7465 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7465 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7465 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7465 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7465 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7465:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_7465.ninja_footable.ninja_table_pro tbody tr.nt_row_id_179 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7465.ninja_footable.ninja_table_pro tbody tr.nt_row_id_185 {\n        background: rgba(0, 40, 86, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n            \n#footable_7465 th.ninja_column_0 { text-align: center; }#footable_7465 td.ninja_column_1 { text-align: center; }#footable_7465 th.ninja_column_1 { text-align: center; }#footable_7465 td.ninja_column_2 { text-align: center; }#footable_7465 th.ninja_column_2 { text-align: center; }#footable_7465 td.ninja_column_3 { text-align: center; }#footable_7465 th.ninja_column_3 { text-align: center; }                </style>\n                \n    \n    \n</div>\n<br />\n<div id=\"footable_parent_7462\"\n         class=\"ninja-footable-loader footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_2\" data-footable_id=\"7462\" data-filter-delay=\"1000\" aria-label=\"Kaiser HDHP Atlantic/WA/Northwest\"            id=\"footable_7462\"\n           data-unique_identifier=\"ninja_table_unique_id_1415075591_7462\"\n           class=\" foo-table ninja_footable foo_table_7462 ninja_table_unique_id_1415075591_7462 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_benefit \"> </th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_carrier \">Kaiser HDHP with Optional HSA— Mid‑Atlantic States/WA</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_kaiser_hdhp_with_optional_hsa_northwest \">Kaiser HDHP with Optional HSA—Northwest</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"164\" class=\"ninja_table_row_0 nt_row_id_164\">\n            <td> </td><td><center><b>In-Network</td><td><center><b>In-Network </td>        </tr>\n            <tr data-row_id=\"174\" class=\"ninja_table_row_1 nt_row_id_174\">\n            <td><b>Annual Deductible</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>$3,300<br>$6,600<br>Embedded</td><td><br>$3,300<br>$6,600<br>Embedded </td>        </tr>\n            <tr data-row_id=\"175\" class=\"ninja_table_row_2 nt_row_id_175\">\n            <td><b>Annual Out-of-Pocket Max</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>$6,000<br>$12,000<br>Yes</td><td><br>$6,000<br>$12,000<br>Yes </td>        </tr>\n            <tr data-row_id=\"165\" class=\"ninja_table_row_3 nt_row_id_165\">\n            <td><b>Office Visit</td><td>30% after deductible</td><td>30% after deductible*</td>        </tr>\n            <tr data-row_id=\"166\" class=\"ninja_table_row_4 nt_row_id_166\">\n            <td><b>Preventive Services</td><td>No charge</td><td>No charge </td>        </tr>\n            <tr data-row_id=\"176\" class=\"ninja_table_row_5 nt_row_id_176\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>30% after deductible (up to 20 visits per year)</td><td>30% after deductible (up to 20 visits per year) </td>        </tr>\n            <tr data-row_id=\"177\" class=\"ninja_table_row_6 nt_row_id_177\">\n            <td><b>Lab & X-Ray</td><td>30% after deductible</td><td>30% after deductible </td>        </tr>\n            <tr data-row_id=\"178\" class=\"ninja_table_row_7 nt_row_id_178\">\n            <td><b>Inpatient Hospitalization</td><td>30% after deductible </td><td>30% after deductible  </td>        </tr>\n            <tr data-row_id=\"167\" class=\"ninja_table_row_8 nt_row_id_167\">\n            <td><b>Outpatient Surgery</td><td>30% after deductible  </td><td>30% after deductible   </td>        </tr>\n            <tr data-row_id=\"168\" class=\"ninja_table_row_9 nt_row_id_168\">\n            <td><b>Urgent Care</td><td>30% after deductible   </td><td>30% after deductible    </td>        </tr>\n            <tr data-row_id=\"169\" class=\"ninja_table_row_10 nt_row_id_169\">\n            <td><b>Emergency Room</td><td>30% after deductible    </td><td>30% after deductible     </td>        </tr>\n            <tr data-row_id=\"170\" class=\"ninja_table_row_11 nt_row_id_170\">\n            <td><b><center>Prescription Drugs</td><td><b><center>Generic/Brand</td><td><b><center>Generic/Brand </td>        </tr>\n            <tr data-row_id=\"171\" class=\"ninja_table_row_12 nt_row_id_171\">\n            <td><b>Deductible (Single/Family)</td><td>Combined w/medical</td><td>Combined w/medical </td>        </tr>\n            <tr data-row_id=\"172\" class=\"ninja_table_row_13 nt_row_id_172\">\n            <td><b>Retail (30-day supply)</td><td>$15/$35 (after deductible)</td><td>$15/$35 (after deductible) </td>        </tr>\n            <tr data-row_id=\"173\" class=\"ninja_table_row_14 nt_row_id_173\">\n            <td><b>Mail Order (90-day supply)</td><td>$30/$70 (after deductible)</td><td>$30/$70 (after deductible) </td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7739\'>\n                        #footable_7739  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7739 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7739 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7739 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7739 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7739 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7739,\n    #footable_7739 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7739 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7739:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7739 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7739 tr.footable-header, #footable_7739 tr.footable-header th, .colored_table #footable_7739 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7739 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7739 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7739 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(even):hover {\n        background-color: rgba(247, 247, 247, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd):hover {\n        background-color: rgba(247, 247, 247, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7739 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7739 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7739:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_218 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_220 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_222 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_224 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_226 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_228 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_231 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n            \n#footable_7739 td.ninja_column_1 { text-align: center; }#footable_7739 th.ninja_column_1 { text-align: center; }#footable_7739 td.ninja_column_2 { text-align: center; }#footable_7739 th.ninja_column_2 { text-align: center; }#footable_7739 td.ninja_column_3 { text-align: center; }#footable_7739 th.ninja_column_3 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_7465\'>\n                        #footable_7465  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7465 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7465 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7465 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7465 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7465 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7465,\n    #footable_7465 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7465 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7465:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7465 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7465 tr.footable-header, #footable_7465 tr.footable-header th, .colored_table #footable_7465 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7465 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7465 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7465 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(odd) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(even):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(odd):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n\n        #footable_7465 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7465 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7465 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7465 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7465 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7465 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7465:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_7465.ninja_footable.ninja_table_pro tbody tr.nt_row_id_179 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7465.ninja_footable.ninja_table_pro tbody tr.nt_row_id_185 {\n        background: rgba(0, 40, 86, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n            \n#footable_7465 th.ninja_column_0 { text-align: center; }#footable_7465 td.ninja_column_1 { text-align: center; }#footable_7465 th.ninja_column_1 { text-align: center; }#footable_7465 td.ninja_column_2 { text-align: center; }#footable_7465 th.ninja_column_2 { text-align: center; }#footable_7465 td.ninja_column_3 { text-align: center; }#footable_7465 th.ninja_column_3 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_7462\'>\n                        #footable_7462  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7462 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7462 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7462 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7462 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7462 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7462,\n    #footable_7462 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7462 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7462:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7462 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7462 tr.footable-header, #footable_7462 tr.footable-header th, .colored_table #footable_7462 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7462 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7462 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7462 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(odd) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(even):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(odd):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n\n        #footable_7462 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7462 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7462 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7462 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7462 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7462 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7462:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_7462.ninja_footable.ninja_table_pro tbody tr.nt_row_id_164 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7462.ninja_footable.ninja_table_pro tbody tr.nt_row_id_170 {\n        background: rgba(0, 40, 86, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n            \n#footable_7462 th.ninja_column_0 { text-align: center; }#footable_7462 td.ninja_column_1 { text-align: center; }#footable_7462 th.ninja_column_1 { text-align: center; }#footable_7462 td.ninja_column_2 { text-align: center; }#footable_7462 th.ninja_column_2 { text-align: center; }                </style>\n                \n    \n    \n</div>\n</p>\n<p>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.<br />\n<div id=\"footable_parent_7460\"\n         class=\"ninja-footable-loader footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_3\" data-footable_id=\"7460\" data-filter-delay=\"1000\" aria-label=\"Hawaii POS 405\"            id=\"footable_7460\"\n           data-unique_identifier=\"ninja_table_unique_id_672381034_7460\"\n           class=\" foo-table ninja_footable foo_table_7460 ninja_table_unique_id_672381034_7460 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                <th scope=\"col\" colspan=\"2\" class=\"ninja_column_0 ninja_clmn_nm_benefit \">Hawaii POS 405</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"147\" class=\"ninja_table_row_0 nt_row_id_147\">\n            <td> </td><td><center><b>In-Network</td>        </tr>\n            <tr data-row_id=\"159\" class=\"ninja_table_row_1 nt_row_id_159\">\n            <td><b>Annual Deductible</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>Not applicable<br>Not applicable<br>Not applicable</td>        </tr>\n            <tr data-row_id=\"160\" class=\"ninja_table_row_2 nt_row_id_160\">\n            <td><b>Annual Out-of-Pocket Max</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>$2,000<br>$6,000<br>Yes</td>        </tr>\n            <tr data-row_id=\"150\" class=\"ninja_table_row_3 nt_row_id_150\">\n            <td><b>Office Visit</td><td>$15 copay</td>        </tr>\n            <tr data-row_id=\"151\" class=\"ninja_table_row_4 nt_row_id_151\">\n            <td><b>Preventive Services</td><td>No charge</td>        </tr>\n            <tr data-row_id=\"161\" class=\"ninja_table_row_5 nt_row_id_161\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>Not covered</td>        </tr>\n            <tr data-row_id=\"162\" class=\"ninja_table_row_6 nt_row_id_162\">\n            <td><b>Lab & X-Ray</td><td>10%</td>        </tr>\n            <tr data-row_id=\"163\" class=\"ninja_table_row_7 nt_row_id_163\">\n            <td><b>Inpatient Hospitalization</td><td>$75 copay per day</td>        </tr>\n            <tr data-row_id=\"152\" class=\"ninja_table_row_8 nt_row_id_152\">\n            <td><b>Outpatient Surgery</td><td>$15 copay</td>        </tr>\n            <tr data-row_id=\"153\" class=\"ninja_table_row_9 nt_row_id_153\">\n            <td><b>Urgent Care</td><td>$15 copay per visit within service area; 20% of applicable charges outside service area</td>        </tr>\n            <tr data-row_id=\"154\" class=\"ninja_table_row_10 nt_row_id_154\">\n            <td><b>Emergency Room</td><td>$75 copay per visit (waived if admitted)</td>        </tr>\n            <tr data-row_id=\"155\" class=\"ninja_table_row_11 nt_row_id_155\">\n            <td><b><center>Prescription Drugs</td><td><b><center>Generic/Brand</td>        </tr>\n            <tr data-row_id=\"156\" class=\"ninja_table_row_12 nt_row_id_156\">\n            <td><b>Deductible (Single/Family)</td><td>Not applicable</td>        </tr>\n            <tr data-row_id=\"157\" class=\"ninja_table_row_13 nt_row_id_157\">\n            <td><b>Retail (30-day supply)</td><td>$15 copay/$15 copay</td>        </tr>\n            <tr data-row_id=\"158\" class=\"ninja_table_row_14 nt_row_id_158\">\n            <td><b>Mail Order (90-day supply)</td><td>$30 copay/$30 copay</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7739\'>\n                        #footable_7739  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7739 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7739 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7739 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7739 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7739 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7739,\n    #footable_7739 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7739 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7739:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7739 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7739 tr.footable-header, #footable_7739 tr.footable-header th, .colored_table #footable_7739 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7739 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7739 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7739 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(even):hover {\n        background-color: rgba(247, 247, 247, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd):hover {\n        background-color: rgba(247, 247, 247, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7739 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7739 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7739 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7739 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7739:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_218 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_220 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_222 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_224 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_226 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_228 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7739.ninja_footable.ninja_table_pro tbody tr.nt_row_id_231 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n            \n#footable_7739 td.ninja_column_1 { text-align: center; }#footable_7739 th.ninja_column_1 { text-align: center; }#footable_7739 td.ninja_column_2 { text-align: center; }#footable_7739 th.ninja_column_2 { text-align: center; }#footable_7739 td.ninja_column_3 { text-align: center; }#footable_7739 th.ninja_column_3 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_7465\'>\n                        #footable_7465  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7465 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7465 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7465 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7465 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7465 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7465,\n    #footable_7465 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7465 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7465:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7465 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7465 tr.footable-header, #footable_7465 tr.footable-header th, .colored_table #footable_7465 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7465 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7465 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7465 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(odd) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(even):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(odd):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n\n        #footable_7465 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7465 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7465 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7465 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7465 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7465 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7465 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7465:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_7465.ninja_footable.ninja_table_pro tbody tr.nt_row_id_179 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7465.ninja_footable.ninja_table_pro tbody tr.nt_row_id_185 {\n        background: rgba(0, 40, 86, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n            \n#footable_7465 th.ninja_column_0 { text-align: center; }#footable_7465 td.ninja_column_1 { text-align: center; }#footable_7465 th.ninja_column_1 { text-align: center; }#footable_7465 td.ninja_column_2 { text-align: center; }#footable_7465 th.ninja_column_2 { text-align: center; }#footable_7465 td.ninja_column_3 { text-align: center; }#footable_7465 th.ninja_column_3 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_7462\'>\n                        #footable_7462  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7462 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7462 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7462 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7462 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7462 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7462,\n    #footable_7462 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7462 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7462:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7462 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7462 tr.footable-header, #footable_7462 tr.footable-header th, .colored_table #footable_7462 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7462 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7462 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7462 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(odd) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(even):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(odd):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n\n        #footable_7462 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7462 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7462 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7462 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7462 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7462 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7462 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7462:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_7462.ninja_footable.ninja_table_pro tbody tr.nt_row_id_164 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7462.ninja_footable.ninja_table_pro tbody tr.nt_row_id_170 {\n        background: rgba(0, 40, 86, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n            \n#footable_7462 th.ninja_column_0 { text-align: center; }#footable_7462 td.ninja_column_1 { text-align: center; }#footable_7462 th.ninja_column_1 { text-align: center; }#footable_7462 td.ninja_column_2 { text-align: center; }#footable_7462 th.ninja_column_2 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_7460\'>\n                        #footable_7460  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7460 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7460 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7460 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7460 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7460 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7460,\n    #footable_7460 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7460 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7460:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7460 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7460 tr.footable-header, #footable_7460 tr.footable-header th, .colored_table #footable_7460 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7460 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7460 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7460 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7460 tbody tr:nth-child(odd) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7460 tbody tr:nth-child(even):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n        #footable_7460 tbody tr:nth-child(odd):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n\n        #footable_7460 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7460 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7460 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7460 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7460 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7460 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7460 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7460 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7460 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7460 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7460:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n                    #footable_7460.ninja_footable.ninja_table_pro tbody tr.nt_row_id_147 {\n        background: rgba(104, 172, 229, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n                            #footable_7460.ninja_footable.ninja_table_pro tbody tr.nt_row_id_155 {\n        background: rgba(0, 40, 86, 1)!important;        color: rgba(255, 255, 255, 1)!important;}\n            \n#footable_7460 th.ninja_column_0 { text-align: center; }#footable_7460 td.ninja_column_1 { text-align: center; }#footable_7460 th.ninja_column_1 { text-align: center; }                </style>\n                \n    \n    \n</div>\n</p></div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_1 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_1 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_right et_pb_bg_layout_light et_pb_sidebar_no_border\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"HSA ACCOUNT ENROLLMENT 2025\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover dbdb-has-custom-padding\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf\" target=\"_blank\">Terms to Know</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (970, 6938, '_et_pb_truncate_post_date', '2024-11-05 15:33:47');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (971, 6938, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (972, 6938, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (973, 6938, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (974, 6938, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (975, 6938, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1001, 7022, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1002, 7022, '_wp_old_slug', 'hello-world');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1003, 7022, '_wp_old_date', '2024-07-03');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1004, 7022, '_thumbnail_id', 7058);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1005, 7022, '_et_post_bg_color', '#ffffff');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1006, 7022, '_et_post_bg_layout', 'light');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1007, 7022, '_et_pb_show_title', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1008, 7022, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1009, 7022, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1010, 7022, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1012, 7023, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1013, 7023, '_menu_item_menu_item_parent', 6656);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1014, 7023, '_menu_item_object_id', 5971);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1015, 7023, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1016, 7023, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1017, 7023, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1018, 7023, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1019, 7023, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1020, 7024, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1021, 7024, '_menu_item_menu_item_parent', 6656);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1022, 7024, '_menu_item_object_id', 6938);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1023, 7024, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1024, 7024, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1025, 7024, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1026, 7024, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1027, 7024, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1028, 2268, '_wp_attached_file', '2021/08/21_header_mobile_final.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1029, 2268, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1389;s:6:\"height\";i:594;s:4:\"file\";s:34:\"2021/08/21_header_mobile_final.jpg\";s:8:\"filesize\";i:347429;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28499;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"21_header_mobile_final-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80359;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23238;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58765;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37603;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"21_header_mobile_final-1080x594.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99823;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37087;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44863;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"21_header_mobile_final-1080x462.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85330;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40417;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"21_header_mobile_final-1280x547.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103965;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-980x419.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77036;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"21_header_mobile_final-480x205.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540300442\";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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1030, 2269, '_wp_attached_file', '2021/08/Header-BG-21.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1031, 2269, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1389;s:6:\"height\";i:371;s:4:\"file\";s:24:\"2021/08/Header-BG-21.jpg\";s:8:\"filesize\";i:209580;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Header-BG-21-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21496;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Header-BG-21-1024x274.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51847;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20642;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-768x205.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39299;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29982;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"Header-BG-21-1080x371.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57866;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31427;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-510x371.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39438;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"Header-BG-21-1080x288.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54038;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-400x371.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35577;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"Header-BG-21-1280x342.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64968;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-980x262.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49302;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"Header-BG-21-480x128.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27214;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540300442\";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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1032, 2270, '_wp_attached_file', '2021/08/header-top-21.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1033, 2270, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1389;s:6:\"height\";i:371;s:4:\"file\";s:25:\"2021/08/header-top-21.png\";s:8:\"filesize\";i:33953;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"header-top-21-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4545;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"header-top-21-1024x274.png\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23728;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"header-top-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1525;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"header-top-21-768x205.png\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16696;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"header-top-21-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5384;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"header-top-21-1080x371.png\";s:5:\"width\";i:1080;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25799;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"header-top-21-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5481;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"header-top-21-510x371.png\";s:5:\"width\";i:510;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4904;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"header-top-21-1080x288.png\";s:5:\"width\";i:1080;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25233;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"header-top-21-400x371.png\";s:5:\"width\";i:400;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3118;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"header-top-21-1280x342.png\";s:5:\"width\";i:1280;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31497;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"header-top-21-980x262.png\";s:5:\"width\";i:980;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22365;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"header-top-21-480x128.png\";s:5:\"width\";i:480;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8849;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1034, 2273, '_wp_attached_file', '2021/08/Header-BG-21-pages.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1035, 2273, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1389;s:6:\"height\";i:371;s:4:\"file\";s:30:\"2021/08/Header-BG-21-pages.jpg\";s:8:\"filesize\";i:471009;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Header-BG-21-pages-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25437;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Header-BG-21-pages-1024x274.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23289;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-768x205.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44914;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34063;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"Header-BG-21-pages-1080x371.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78865;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35128;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-510x371.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46918;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"Header-BG-21-pages-1080x288.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62292;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-400x371.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40270;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"Header-BG-21-pages-1280x342.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77339;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-980x262.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56478;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"Header-BG-21-pages-480x128.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31801;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540300442\";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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1036, 2275, '_wp_attached_file', '2021/08/medical-21.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1037, 2275, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1623;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2021/08/medical-21.jpg\";s:8:\"filesize\";i:781327;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"medical-21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20564;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"medical-21-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80881;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"medical-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16175;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"medical-21-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53304;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"medical-21-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152685;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"medical-21-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25227;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"medical-21-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83621;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"medical-21-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26694;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"medical-21-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34982;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"medical-21-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87190;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"medical-21-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38169;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"medical-21-1280x852.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113880;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"medical-21-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76105;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"medical-21-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30247;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1038, 2278, '_wp_attached_file', '2021/08/DEV-21-dental.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1039, 2278, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1979;s:6:\"height\";i:982;s:4:\"file\";s:25:\"2021/08/DEV-21-dental.png\";s:8:\"filesize\";i:98760;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"DEV-21-dental-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24496;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"DEV-21-dental-1024x508.png\";s:5:\"width\";i:1024;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143041;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"DEV-21-dental-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11283;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"DEV-21-dental-768x381.png\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99490;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"DEV-21-dental-1536x762.png\";s:5:\"width\";i:1536;s:6:\"height\";i:762;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:233967;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"DEV-21-dental-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44288;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"DEV-21-dental-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156889;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"DEV-21-dental-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44131;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"DEV-21-dental-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58454;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"DEV-21-dental-1080x536.png\";s:5:\"width\";i:1080;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152679;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"DEV-21-dental-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48878;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"DEV-21-dental-1280x635.png\";s:5:\"width\";i:1280;s:6:\"height\";i:635;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:188710;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"DEV-21-dental-980x486.png\";s:5:\"width\";i:980;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136060;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"DEV-21-dental-480x238.png\";s:5:\"width\";i:480;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50639;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1043, 2281, '_wp_attached_file', '2021/08/vision-21.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1044, 2281, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1623;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2021/08/vision-21.jpg\";s:8:\"filesize\";i:868478;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"vision-21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31242;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"vision-21-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"vision-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22835;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"vision-21-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79329;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"vision-21-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202734;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"vision-21-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38375;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"vision-21-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117153;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"vision-21-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40678;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"vision-21-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53041;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"vision-21-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122911;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"vision-21-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55115;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"vision-21-1280x852.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155678;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"vision-21-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108666;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"vision-21-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47192;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1045, 2282, '_wp_attached_file', '2021/08/DEV-21-Vision.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1046, 2282, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1979;s:6:\"height\";i:907;s:4:\"file\";s:25:\"2021/08/DEV-21-Vision.png\";s:8:\"filesize\";i:85354;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"DEV-21-Vision-300x137.png\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14152;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"DEV-21-Vision-1024x469.png\";s:5:\"width\";i:1024;s:6:\"height\";i:469;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80823;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"DEV-21-Vision-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9431;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"DEV-21-Vision-768x352.png\";s:5:\"width\";i:768;s:6:\"height\";i:352;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55543;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"DEV-21-Vision-1536x704.png\";s:5:\"width\";i:1536;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134104;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"DEV-21-Vision-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28881;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"DEV-21-Vision-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107709;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"DEV-21-Vision-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32365;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"DEV-21-Vision-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47400;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"DEV-21-Vision-1080x495.png\";s:5:\"width\";i:1080;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86899;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"DEV-21-Vision-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42646;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"DEV-21-Vision-1280x587.png\";s:5:\"width\";i:1280;s:6:\"height\";i:587;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107885;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"DEV-21-Vision-980x449.png\";s:5:\"width\";i:980;s:6:\"height\";i:449;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75622;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"DEV-21-Vision-480x220.png\";s:5:\"width\";i:480;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28380;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1047, 2283, '_wp_attached_file', '2021/08/21-BAM-lensdeals-final.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1048, 2283, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2327;s:6:\"height\";i:1349;s:4:\"file\";s:34:\"2021/08/21-BAM-lensdeals-final.png\";s:8:\"filesize\";i:350312;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30533;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"21-BAM-lensdeals-final-1024x594.png\";s:5:\"width\";i:1024;s:6:\"height\";i:594;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:160555;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13945;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-768x445.png\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110332;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"21-BAM-lensdeals-final-1536x890.png\";s:5:\"width\";i:1536;s:6:\"height\";i:890;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:271166;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:36:\"21-BAM-lensdeals-final-2048x1187.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1187;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:392559;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50345;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"21-BAM-lensdeals-final-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:186987;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51521;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72215;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"21-BAM-lensdeals-final-1080x626.png\";s:5:\"width\";i:1080;s:6:\"height\";i:626;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172153;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62010;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"21-BAM-lensdeals-final-1280x742.png\";s:5:\"width\";i:1280;s:6:\"height\";i:742;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:214197;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-980x568.png\";s:5:\"width\";i:980;s:6:\"height\";i:568;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151957;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"21-BAM-lensdeals-final-480x278.png\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58874;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1053, 2284, '_wp_attached_file', '2021/08/Screen-Shot-2020-11-05-at-12.34.02-PM.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1054, 2284, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:200;s:4:\"file\";s:49:\"2021/08/Screen-Shot-2020-11-05-at-12.34.02-PM.png\";s:8:\"filesize\";i:36252;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2020-11-05-at-12.34.02-PM-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13765;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screen-Shot-2020-11-05-at-12.34.02-PM-1024x190.png\";s:5:\"width\";i:1024;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84348;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12853;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-768x142.png\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54378;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12329;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12329;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-510x200.png\";s:5:\"width\";i:510;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14286;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12329;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-11-05-at-12.34.02-PM-980x181.png\";s:5:\"width\";i:980;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78865;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2020-11-05-at-12.34.02-PM-480x89.png\";s:5:\"width\";i:480;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26817;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1055, 2288, '_wp_attached_file', '2021/08/DEV-21-silver-status.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1056, 2288, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3267;s:6:\"height\";i:916;s:4:\"file\";s:32:\"2021/08/DEV-21-silver-status.png\";s:8:\"filesize\";i:103919;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"DEV-21-silver-status-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18669;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"DEV-21-silver-status-1024x287.png\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88537;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"DEV-21-silver-status-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13388;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"DEV-21-silver-status-768x215.png\";s:5:\"width\";i:768;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62896;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"DEV-21-silver-status-1536x431.png\";s:5:\"width\";i:1536;s:6:\"height\";i:431;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143616;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"DEV-21-silver-status-2048x574.png\";s:5:\"width\";i:2048;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192660;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"DEV-21-silver-status-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41668;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"DEV-21-silver-status-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124211;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"DEV-21-silver-status-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46309;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"DEV-21-silver-status-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59804;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"DEV-21-silver-status-1080x303.png\";s:5:\"width\";i:1080;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95969;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"DEV-21-silver-status-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38611;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:33:\"DEV-21-silver-status-2880x916.png\";s:5:\"width\";i:2880;s:6:\"height\";i:916;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47173;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"DEV-21-silver-status-1280x359.png\";s:5:\"width\";i:1280;s:6:\"height\";i:359;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118011;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"DEV-21-silver-status-980x275.png\";s:5:\"width\";i:980;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80630;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"DEV-21-silver-status-480x135.png\";s:5:\"width\";i:480;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34480;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1057, 2289, '_wp_attached_file', '2021/08/DEV-21-gold-status.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1058, 2289, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3266;s:6:\"height\";i:653;s:4:\"file\";s:30:\"2021/08/DEV-21-gold-status.png\";s:8:\"filesize\";i:71434;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"DEV-21-gold-status-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11659;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"DEV-21-gold-status-1024x205.png\";s:5:\"width\";i:1024;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"DEV-21-gold-status-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5749;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"DEV-21-gold-status-768x154.png\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41279;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"DEV-21-gold-status-1536x307.png\";s:5:\"width\";i:1536;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94358;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"DEV-21-gold-status-2048x409.png\";s:5:\"width\";i:2048;s:6:\"height\";i:409;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126723;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"DEV-21-gold-status-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19928;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"DEV-21-gold-status-1080x653.png\";s:5:\"width\";i:1080;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10229;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"DEV-21-gold-status-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20235;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"DEV-21-gold-status-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25188;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"DEV-21-gold-status-1080x216.png\";s:5:\"width\";i:1080;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63166;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"DEV-21-gold-status-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14707;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:31:\"DEV-21-gold-status-2880x653.png\";s:5:\"width\";i:2880;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32621;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"DEV-21-gold-status-1280x256.png\";s:5:\"width\";i:1280;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77310;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"DEV-21-gold-status-980x196.png\";s:5:\"width\";i:980;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53776;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"DEV-21-gold-status-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22066;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1059, 2290, '_wp_attached_file', '2021/08/wellness-21.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1060, 2290, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1623;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2021/08/wellness-21.jpg\";s:8:\"filesize\";i:1784007;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"wellness-21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44390;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"wellness-21-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"wellness-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29808;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"wellness-21-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143667;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"wellness-21-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:438815;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"wellness-21-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57454;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"wellness-21-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230908;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"wellness-21-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62233;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"wellness-21-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86640;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"wellness-21-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245696;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"wellness-21-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81480;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"wellness-21-1280x852.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324443;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"wellness-21-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211380;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"wellness-21-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1604338004\";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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1061, 2291, '_wp_attached_file', '2021/08/DEV-21-deadlines.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1062, 2291, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1306;s:6:\"height\";i:368;s:4:\"file\";s:28:\"2021/08/DEV-21-deadlines.png\";s:8:\"filesize\";i:24383;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"DEV-21-deadlines-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8235;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"DEV-21-deadlines-1024x289.png\";s:5:\"width\";i:1024;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41593;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DEV-21-deadlines-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:930;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"DEV-21-deadlines-768x216.png\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28720;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"DEV-21-deadlines-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13506;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"DEV-21-deadlines-1080x368.png\";s:5:\"width\";i:1080;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24590;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"DEV-21-deadlines-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9790;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"DEV-21-deadlines-510x368.png\";s:5:\"width\";i:510;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8016;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"DEV-21-deadlines-1080x304.png\";s:5:\"width\";i:1080;s:6:\"height\";i:304;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45313;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"DEV-21-deadlines-400x368.png\";s:5:\"width\";i:400;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2631;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"DEV-21-deadlines-1280x361.png\";s:5:\"width\";i:1280;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54765;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"DEV-21-deadlines-980x276.png\";s:5:\"width\";i:980;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38692;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"DEV-21-deadlines-480x135.png\";s:5:\"width\";i:480;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15791;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1063, 2292, '_wp_attached_file', '2021/08/DEV-21-Vitality.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1064, 2292, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1951;s:6:\"height\";i:2189;s:4:\"file\";s:27:\"2021/08/DEV-21-Vitality.png\";s:8:\"filesize\";i:234471;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"DEV-21-Vitality-267x300.png\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32344;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"DEV-21-Vitality-913x1024.png\";s:5:\"width\";i:913;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:190029;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"DEV-21-Vitality-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"DEV-21-Vitality-768x862.png\";s:5:\"width\";i:768;s:6:\"height\";i:862;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149483;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"DEV-21-Vitality-1369x1536.png\";s:5:\"width\";i:1369;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:326618;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"DEV-21-Vitality-1825x2048.png\";s:5:\"width\";i:1825;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:467679;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"DEV-21-Vitality-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30676;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"DEV-21-Vitality-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130789;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"DEV-21-Vitality-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34713;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1065, 7026, '_edit_lock', '1721164807:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1066, 7028, '_edit_lock', '1721164908:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1067, 7029, '_edit_lock', '1721165047:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1068, 7030, '_edit_lock', '1721165178:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1083, 7032, '_wp_attached_file', '2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1084, 7032, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:51:\"2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160135;}s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47479;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107000;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40952;}}s:8:\"filesize\";i:1095741;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1143, 7041, '_et_pb_row_layout', '1_2,1_2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1144, 7041, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1145, 6882, '_edit_lock', '1730151631:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1152, 7042, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1153, 7042, '_menu_item_menu_item_parent', 6654);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1154, 7042, '_menu_item_object_id', 5751);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1155, 7042, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1156, 7042, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1157, 7042, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1158, 7042, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1159, 7042, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1161, 7043, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1162, 7043, '_menu_item_menu_item_parent', 6654);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1163, 7043, '_menu_item_object_id', 6798);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1164, 7043, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1165, 7043, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1166, 7043, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1167, 7043, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1168, 7043, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1170, 7044, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1171, 7044, '_menu_item_menu_item_parent', 6656);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1172, 7044, '_menu_item_object_id', 5959);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1173, 7044, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1174, 7044, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1175, 7044, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1176, 7044, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1177, 7044, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1179, 7045, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1180, 7045, '_menu_item_menu_item_parent', 6656);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1181, 7045, '_menu_item_object_id', 6771);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1182, 7045, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1183, 7045, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1184, 7045, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1185, 7045, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1186, 7045, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1194, 7047, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1195, 7047, '_menu_item_menu_item_parent', 6989);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1196, 7047, '_menu_item_object_id', 6882);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1197, 7047, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1198, 7047, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1199, 7047, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1200, 7047, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1201, 7047, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1203, 7048, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1204, 7048, '_menu_item_menu_item_parent', 6989);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1205, 7048, '_menu_item_object_id', 6069);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1206, 7048, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1207, 7048, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1208, 7048, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1209, 7048, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1210, 7048, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1275, 6996, '_edit_lock', '1728937811:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1277, 6996, '_wp_old_date', '2024-07-02');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1278, 7053, 'footnotes', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1280, 7022, '_wp_old_date', '2024-07-12');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1281, 7022, '_edit_lock', '1728679922:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1284, 7055, '_wp_attached_file', '2024/07/freestocks-m7zKB91brGo-unsplash-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1285, 7055, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:50:\"2024/07/freestocks-m7zKB91brGo-unsplash-scaled.jpg\";s:8:\"filesize\";i:377591;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"freestocks-m7zKB91brGo-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14613;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"freestocks-m7zKB91brGo-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76234;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"freestocks-m7zKB91brGo-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8508;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"freestocks-m7zKB91brGo-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50306;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"freestocks-m7zKB91brGo-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147252;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:45:\"freestocks-m7zKB91brGo-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:240039;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"freestocks-m7zKB91brGo-unsplash-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20061;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"freestocks-m7zKB91brGo-unsplash-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79059;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"freestocks-m7zKB91brGo-unsplash-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21659;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"freestocks-m7zKB91brGo-unsplash-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30764;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"freestocks-m7zKB91brGo-unsplash-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82153;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"freestocks-m7zKB91brGo-unsplash-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27667;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:35:\"freestocks-m7zKB91brGo-unsplash.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1287, 7056, '_wp_attached_file', '2024/07/smoking-cessation.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1288, 7056, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:477;s:4:\"file\";s:29:\"2024/07/smoking-cessation.jpg\";s:8:\"filesize\";i:18151;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"smoking-cessation-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"smoking-cessation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5526;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"smoking-cessation-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14778;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"smoking-cessation-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15589;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"smoking-cessation-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22045;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"smoking-cessation-400x477.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19891;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"smoking-cessation-480x458.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22539;}}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:73:\"Copyright (c) 2017 Nopphon_1987/Shutterstock.  No use without permission.\";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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1291, 7057, 'footnotes', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1293, 7058, '_wp_attached_file', '2024/07/app.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1294, 7058, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:477;s:4:\"file\";s:15:\"2024/07/app.jpg\";s:8:\"filesize\";i:198184;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"app-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"app-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20706;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"app-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36484;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"app-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38322;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"app-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53274;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"app-400x477.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50272;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"app-480x458.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53154;}}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:73:\"Copyright (c) 2017 Nopphon_1987/Shutterstock.  No use without permission.\";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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1297, 7022, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1298, 7022, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1299, 7022, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1300, 7022, '_et_pb_truncate_post_date', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1301, 7022, '_et_pb_old_content', '<!-- wp:paragraph -->\r\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\r\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\r\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:group {\"metadata\":{\"name\":\"Contents\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\r\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\r\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"450px\"}} -->\r\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\r\n<!-- /wp:heading --></div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\r\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\r\n<p>Exploring life\'s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:buttons -->\r\n<div class=\"wp-block-buttons\"><!-- wp:button -->\r\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://owensandminor.mybenefitport.com/vision/\">Get Started</a></div>\r\n<!-- /wp:button --></div>\r\n<!-- /wp:buttons --></div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\r\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":7019,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-large\"><img src=\"https://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/Screenshot-2024-07-12-at-10.24.46 AM-1024x646.png\" alt=\"\" class=\"wp-image-7019\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\r\n<!-- /wp:image --></div>\r\n<!-- /wp:group -->\r\n\r\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\r\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\r\n<!-- /wp:spacer --></div>\r\n<!-- /wp:group -->');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1321, 7063, '_wp_attached_file', '2024/07/docs-1.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1322, 7063, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:457;s:6:\"height\";i:304;s:4:\"file\";s:18:\"2024/07/docs-1.jpg\";s:8:\"filesize\";i:126503;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"docs-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31254;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"docs-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22948;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"docs-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38518;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"docs-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40110;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"docs-1-400x304.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42588;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1323, 7064, '_wp_attached_file', '2024/07/docs-hover.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1324, 7064, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:457;s:6:\"height\";i:304;s:4:\"file\";s:22:\"2024/07/docs-hover.jpg\";s:8:\"filesize\";i:131674;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"docs-hover-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31871;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"docs-hover-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23244;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"docs-hover-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39386;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"docs-hover-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41151;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"docs-hover-400x304.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43667;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1355, 6938, '_edit_lock', '1730151721:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1368, 6654, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1369, 7042, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1372, 7043, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1373, 6656, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1374, 7024, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1375, 7044, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1376, 7023, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1377, 7045, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1379, 6661, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1380, 6662, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1381, 6663, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1382, 6660, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1388, 6972, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1391, 6977, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1396, 6970, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1399, 6982, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1404, 6987, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1407, 6989, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1409, 7047, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1410, 7048, '_wp_old_date', '2024-07-16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1414, 6798, '_edit_lock', '1730406507:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1435, 6654, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1436, 7042, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1439, 7043, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1440, 6656, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1441, 7024, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1442, 7044, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1443, 7023, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1444, 7045, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1446, 6661, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1447, 6662, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1448, 6663, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1449, 6660, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1455, 6972, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1458, 6970, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1461, 6977, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1466, 6982, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1471, 6987, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1473, 6989, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1475, 7047, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1476, 7048, '_wp_old_date', '2024-07-29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1606, 7102, '_wp_attached_file', '2024/08/eligibility-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1607, 7102, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:30:\"2024/08/eligibility-scaled.jpg\";s:8:\"filesize\";i:183088;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"eligibility-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15732;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"eligibility-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"eligibility-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17707;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"eligibility-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35013;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"eligibility-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87372;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"eligibility-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130316;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"eligibility-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33506;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"eligibility-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125902;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"eligibility-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36321;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"eligibility-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50530;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"eligibility-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53083;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"eligibility-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57837;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:24:\"eligibility-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242894;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"eligibility-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67010;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"eligibility-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47533;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"eligibility-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21343;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"eligibility.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1612, 7105, '_wp_attached_file', '2024/08/enrollment-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1613, 7105, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:29:\"2024/08/enrollment-scaled.jpg\";s:8:\"filesize\";i:267731;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"enrollment-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18503;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"enrollment-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"enrollment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18454;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"enrollment-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46800;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"enrollment-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124464;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"enrollment-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190430;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"enrollment-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36965;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"enrollment-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147752;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"enrollment-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39618;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"enrollment-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55713;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"enrollment-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73308;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"enrollment-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55904;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:23:\"enrollment-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:345431;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"enrollment-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94090;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"enrollment-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64803;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"enrollment-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26809;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"enrollment.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1617, 7108, '_wp_attached_file', '2024/08/medical-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1618, 7108, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:26:\"2024/08/medical-scaled.jpg\";s:8:\"filesize\";i:253482;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"medical-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18245;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"medical-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65201;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"medical-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"medical-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44553;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"medical-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116824;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"medical-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179162;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"medical-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37133;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"medical-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147177;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"medical-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40073;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"medical-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55426;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"medical-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69283;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"medical-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51598;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:20:\"medical-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344503;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"medical-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87932;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"medical-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61787;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"medical-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25947;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"medical.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1627, 7111, '_wp_attached_file', '2024/08/dental-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1628, 7111, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:25:\"2024/08/dental-scaled.jpg\";s:8:\"filesize\";i:138178;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"dental-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16018;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"dental-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42747;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"dental-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16071;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"dental-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31865;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"dental-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69074;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"dental-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99939;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"dental-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28355;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"dental-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98541;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"dental-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30381;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"dental-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41052;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"dental-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44932;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"dental-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41791;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:19:\"dental-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182399;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"dental-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54645;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"dental-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40953;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"dental-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20973;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:10:\"dental.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1629, 7112, '_wp_attached_file', '2024/08/vision-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1630, 7112, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:25:\"2024/08/vision-scaled.jpg\";s:8:\"filesize\";i:158160;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"vision-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16212;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"vision-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47934;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"vision-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17720;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"vision-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34869;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"vision-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79708;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"vision-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115735;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"vision-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32852;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"vision-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106886;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"vision-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35493;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"vision-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47900;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"vision-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50676;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"vision-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44482;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:19:\"vision-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202732;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"vision-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62513;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"vision-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45569;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"vision-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21914;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:10:\"vision.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1643, 7116, '_wp_attached_file', '2024/08/tobacco-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1644, 7116, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:26:\"2024/08/tobacco-scaled.jpg\";s:8:\"filesize\";i:161563;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"tobacco-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16792;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"tobacco-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46921;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"tobacco-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19360;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"tobacco-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34354;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"tobacco-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78392;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"tobacco-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115809;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"tobacco-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37544;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"tobacco-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144461;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"tobacco-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41715;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"tobacco-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60148;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"tobacco-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49576;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"tobacco-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67370;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:20:\"tobacco-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215982;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"tobacco-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61068;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"tobacco-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44649;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"tobacco-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22230;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"tobacco.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1649, 6654, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1650, 7042, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1653, 7043, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1654, 6656, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1655, 7024, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1656, 7044, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1657, 7023, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1658, 7045, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1660, 6661, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1661, 6662, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1662, 6663, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1663, 6660, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1669, 6972, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1672, 6970, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1675, 6977, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1680, 6982, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1685, 6987, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1687, 6989, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1689, 7047, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1690, 7048, '_wp_old_date', '2024-08-07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1698, 7119, '_wp_attached_file', '2024/08/contacts-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1699, 7119, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:27:\"2024/08/contacts-scaled.jpg\";s:8:\"filesize\";i:82059;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"contacts-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13080;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"contacts-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"contacts-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12215;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"contacts-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21820;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"contacts-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42875;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"contacts-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60328;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"contacts-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20782;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"contacts-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62235;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"contacts-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20783;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"contacts-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25531;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"contacts-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29141;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"contacts-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17787;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:21:\"contacts-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107199;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"contacts-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34586;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"contacts-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26971;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"contacts-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15728;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"contacts.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1708, 7123, '_wp_attached_file', '2024/08/video-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1709, 7123, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:24:\"2024/08/video-scaled.jpg\";s:8:\"filesize\";i:205745;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"video-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19447;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"video-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61838;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"video-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19967;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"video-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44756;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"video-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103116;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"video-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150407;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"video-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38121;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"video-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129902;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"video-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40933;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"video-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55630;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"video-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65296;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"video-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60057;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:18:\"video-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264723;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"video-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80626;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"video-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58713;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"video-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27457;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:9:\"video.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1718, 7127, '_wp_attached_file', '2024/08/documents-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1719, 7127, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:28:\"2024/08/documents-scaled.jpg\";s:8:\"filesize\";i:169241;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"documents-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15813;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"documents-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44607;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"documents-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15451;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"documents-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32396;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"documents-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77878;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"documents-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118626;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"documents-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28116;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"documents-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107304;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"documents-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29408;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"documents-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39329;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"documents-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47350;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"documents-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40086;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:22:\"documents-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228347;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"documents-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59202;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"documents-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42544;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"documents-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20601;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"documents.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1733, 7132, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1734, 7132, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1735, 7132, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1736, 7132, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1737, 7132, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1738, 7132, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1739, 7132, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1740, 7132, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1741, 7132, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1742, 7132, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1743, 7132, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1744, 7132, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1745, 7132, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1746, 7132, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7132\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1747, 7132, '_et_pb_ab_subjects', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1748, 7132, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1749, 7132, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Supplemental Medical Insurance</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Supplemental insurance provides an additional layer of financial protection for you and your family. These benefits will help cover extra out-of-pocket expenses if you suffer an unexpected, serious illness or qualifying accident.</div>\n			</div><div id=\"accident\" class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Accident Insurance<br />\nAccident insurance through Cigna supplements your primary medical plan by providing cash benefits for accidental injury. You can use this money to pay medical expenses not covered by your medical plan, like copays or even everyday living expenses. Benefits are paid directly to you unless otherwise assigned. Amounts depend on the type of injury and medical services received.<br />\nChoose from two options: </p>\n<p> 	Standard Plan<br />\n 	Enhanced Plan</p>\n<p>For more information on supplemental insurance, visit the Documents Library.</div>\n			</div><div id=\"critical\" class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Critical Illness Insurance<br />\nCritical Illness insurance through Cigna protects against the financial impact of certain illnesses, such as a heart attack, cancer, or stroke. You receive a lump-sum benefit to cover out-of-pocket medical expenses, coinsurance, or living expenses. It’s paid directly to you unless otherwise assigned.<br />\nChoose from two options:</p>\n<p> 	$10,000<br />\n 	$20,000</p>\n<p>For more information on supplemental insurance, visit the Documents Library.</div>\n			</div><div id=\"hospital\" class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Hospital Indemnity Insurance<br />\nA trip to the hospital can be stressful. Even if you’re covered by an O&amp;M medical plan, you still may be responsible for copays, deductibles, and other out-of-pocket costs. The Hospital Indemnity Plan through Cigna can offset your share of the costs associated with hospital stays.<br />\n Choose from two benefit plan options: <br />\n<div id=\"footable_parent_7377\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"7377\" data-filter-delay=\"1000\" aria-label=\"Hospital Indemnity\"            id=\"footable_7377\"\n           data-unique_identifier=\"ninja_table_unique_id_698087136_7377\"\n           class=\" foo-table ninja_footable foo_table_7377 ninja_table_unique_id_698087136_7377 ui table  nt_type_ajax_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                    </colgroup>\n            </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7377\'>\n                        #footable_7377  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7377 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7377 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7377 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7377 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7377 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7377,\n    #footable_7377 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7377 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7377:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7377 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7377 tr.footable-header, #footable_7377 tr.footable-header th, .colored_table #footable_7377 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7377 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7377 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7377 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7377 tbody tr:nth-child(odd) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7377 tbody tr:nth-child(even):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n        #footable_7377 tbody tr:nth-child(odd):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n\n        #footable_7377 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7377 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7377 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7377 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7377 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7377 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7377 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7377 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7377 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7377 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7377:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_7377 td.ninja_column_1 { text-align: center; }#footable_7377 th.ninja_column_1 { text-align: center; }#footable_7377 td.ninja_column_2 { text-align: center; }#footable_7377 th.ninja_column_2 { text-align: center; }                </style>\n                \n    \n    \n</div>\n<br />\nFor more information on supplemental insurance, visit the Documents Library.<br />\n&nbsp;</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"hospital\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1750, 7132, '_et_pb_truncate_post_date', '2024-11-06 19:32:38');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1751, 7132, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1752, 7132, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1753, 7132, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1754, 7132, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1755, 7132, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1761, 7132, '_edit_lock', '1730151814:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1763, 7137, '_wp_attached_file', '2024/08/supplemental-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1764, 7137, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:31:\"2024/08/supplemental-scaled.jpg\";s:8:\"filesize\";i:162394;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"supplemental-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15156;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"supplemental-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40648;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"supplemental-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"supplemental-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28862;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"supplemental-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72480;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:25:\"supplemental-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111124;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"supplemental-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28577;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"supplemental-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114970;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"supplemental-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31097;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"supplemental-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43185;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"supplemental-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42553;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"supplemental-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48560;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:25:\"supplemental-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228358;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"supplemental-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53793;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"supplemental-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38838;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"supplemental-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18837;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"supplemental.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1769, 7139, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1770, 7139, '_menu_item_menu_item_parent', 6656);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1771, 7139, '_menu_item_object_id', 7132);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1772, 7139, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1773, 7139, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1774, 7139, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1775, 7139, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1776, 7139, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1778, 7140, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1779, 7140, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1780, 7140, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1781, 7140, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1782, 7140, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1783, 7140, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1784, 7140, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1785, 7140, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1786, 7140, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1787, 7140, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1788, 7140, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1789, 7140, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1790, 7140, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1791, 7140, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7140\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1792, 7140, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1793, 7140, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1794, 7140, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Health Savings Account</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.<br />\nIf you enroll in the High-Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">How an HSA Works</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"464\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png?resize=1080%2C464&#038;ssl=1\" alt=\"\" title=\"How-an-HSA-works_2\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png?w=2124&ssl=1 2124w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png?resize=300%2C129&ssl=1 300w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png?resize=1024%2C440&ssl=1 1024w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png?resize=768%2C330&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png?resize=1536%2C660&ssl=1 1536w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png?resize=2048%2C879&ssl=1 2048w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png?resize=1080%2C464&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png?resize=1280%2C550&ssl=1 1280w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png?resize=980%2C421&ssl=1 980w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png?resize=480%2C206&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-8010\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Triple Tax Savings with HSA</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Company Contributions<br />\nOwens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<p> 	Teammate only: $300<br />\n 	Teammate + Spouse/Domestic Partner/Child(ren): $425<br />\n 	Family: $600</p>\n<p>Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.<br />\nHSA Restrictions</p>\n<p> 	You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.<br />\n 	State taxes apply to contributions by residents of California, Alabama, and New Jersey.<br />\n 	You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.<br />\n 	The penalty for using your HSA for ineligible expenses is 20% of the reimbursed amount.<br />\n 	You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.<br />\n 	Funds may not be used to reimburse the expenses of your domestic partner or their children.</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"coverage amounts\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Want to learn more? Check out Health Equity’s Learn website.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1795, 7140, '_et_pb_truncate_post_date', '2024-11-07 18:17:53');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1796, 7140, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1797, 7140, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1798, 7140, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1799, 7140, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1800, 7140, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1802, 7140, '_edit_lock', '1730151689:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1811, 7144, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1812, 7144, '_menu_item_menu_item_parent', 6660);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1813, 7144, '_menu_item_object_id', 7140);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1814, 7144, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1815, 7144, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1816, 7144, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1817, 7144, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1818, 7144, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1829, 7149, '_wp_attached_file', '2024/08/hsa-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1830, 7149, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:22:\"2024/08/hsa-scaled.jpg\";s:8:\"filesize\";i:140764;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"hsa-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16159;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"hsa-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42987;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"hsa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16647;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"hsa-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31571;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"hsa-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70750;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"hsa-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102226;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"hsa-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30668;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"hsa-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105486;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"hsa-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31183;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"hsa-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40891;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"hsa-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45071;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"hsa-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40357;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:16:\"hsa-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185465;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"hsa-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55555;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"hsa-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40804;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:14:\"hsa-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20748;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"hsa.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1835, 7151, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1836, 7151, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1837, 7151, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1838, 7151, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1839, 7151, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1840, 7151, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1841, 7151, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1842, 7151, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1843, 7151, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1844, 7151, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1845, 7151, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1846, 7151, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1847, 7151, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1848, 7151, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7151\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1849, 7151, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1850, 7151, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1851, 7151, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Flexible Spending Accounts</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck. <br />\nNote: You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a Qualified Life Event.</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"500\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png?resize=1080%2C500&#038;ssl=1\" alt=\"\" title=\"fsa-7\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png?w=2233&ssl=1 2233w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png?resize=300%2C139&ssl=1 300w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png?resize=1024%2C474&ssl=1 1024w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png?resize=768%2C356&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png?resize=1536%2C711&ssl=1 1536w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png?resize=2048%2C948&ssl=1 2048w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png?resize=1080%2C500&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png?resize=1280%2C593&ssl=1 1280w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png?resize=980%2C454&ssl=1 980w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png?resize=480%2C222&ssl=1 480w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png?w=2160&ssl=1 2160w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-8018\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">*Projected IRS carryover amount for 2025.<br />\nFor a list of eligible expenses, visit Publication 502, Medical and Dental Expenses.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dependent Care FSA<br />\nAvailable to all teammates.<br />\nYou can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<p> 	Childcare center fees (birth – age 12)<br />\n 	Babysitter (birth – age 12)<br />\n 	Nanny (birth – age 12)<br />\n 	Summer day camp (birth – age 12)<br />\n 	Before- or after-school care (birth – age 12)<br />\n 	Disabled dependent and/or spouse care and elder care</p>\n<p>You only have access to funds that are in your account. Unused money does not carry over at the end of the year.<br />\nFor a full list of eligible expenses, visit the IRS website for more information.<br />\nNote: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"fsa\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Want to learn more? Check out Health Equity’s Learn website.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div id=\"eligibility\" class=\"et_pb_row et_pb_row_3 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_cta_0 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><h2 class=\"et_pb_module_header\">Important Considerations for All FSA Accounts</h2><div>FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</div></div>\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_4 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1852, 7151, '_et_pb_truncate_post_date', '2024-11-05 21:49:04');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1853, 7151, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1854, 7151, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1855, 7151, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1856, 7151, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1857, 7151, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1859, 7151, '_edit_lock', '1730151687:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1864, 7153, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1865, 7153, '_menu_item_menu_item_parent', 6660);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1866, 7153, '_menu_item_object_id', 7151);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1867, 7153, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1868, 7153, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1869, 7153, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1870, 7153, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1871, 7153, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1876, 7155, '_wp_attached_file', '2024/08/fsa-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1877, 7155, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:22:\"2024/08/fsa-scaled.jpg\";s:8:\"filesize\";i:153878;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"fsa-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16613;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"fsa-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44261;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"fsa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18665;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"fsa-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32623;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"fsa-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73270;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"fsa-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108823;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"fsa-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35034;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"fsa-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128068;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"fsa-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37585;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"fsa-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51681;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"fsa-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46619;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"fsa-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53800;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:16:\"fsa-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214395;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"fsa-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57370;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"fsa-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42177;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:14:\"fsa-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21649;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"fsa.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1882, 7157, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1883, 7157, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1884, 7157, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1885, 7157, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1886, 7157, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1887, 7157, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1888, 7157, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1889, 7157, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1890, 7157, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1891, 7157, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1892, 7157, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1893, 7157, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1894, 7157, '_et_pb_built_for_post_type', 'page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1895, 7157, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7157\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1896, 7157, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1897, 7157, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1898, 7157, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Income Protection</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<style>.et_pb_accordion_0 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Company-Paid Life and AD&amp;D Insurance</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Owens &amp; Minor provides Life Insurance and Accidental Death and Dismemberment (AD&amp;D) insurance for when the unexpected happens. These benefits are fully paid by the company, and you’re automatically enrolled.<br />\nYour benefits are equal to:</p>\n<p> 	Company-paid Life Insurance: 1x your base salary, up to $500,000<br />\n 	Company-paid AD&amp;D Insurance: 1x your base salary, up to $500,000</p>\n<p>Company-paid Life reduces starting at age 65.<br />\nAdditional information can be found in the Certificate of Coverage or Summary of Benefits located in the Documents Library.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Supplemental Life and AD&amp;D</h5>\n				<div class=\"et_pb_toggle_content clearfix\">During enrollment, you can purchase additional Life and/or AD&amp;D Insurance for yourself and your family through payroll deductions. If you want to purchase this coverage for your dependents, you must purchase it for yourself.<br />\nSupplemental teammate Life Insurance reduces starting at age 65.<br />\nAdditional information can be found in the Certificate of Coverage or Summary of Benefits located in the Documents Library.<br />\n<div id=\"footable_parent_7431\"\n         class=\"ninja-footable-loader footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"7431\" data-filter-delay=\"1000\" aria-label=\"Coverage Options\"            id=\"footable_7431\"\n           data-unique_identifier=\"ninja_table_unique_id_2117223184_7431\"\n           class=\" foo-table ninja_footable foo_table_7431 ninja_table_unique_id_2117223184_7431 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_benefit \">Teammate Plan Option</th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_carrier \">Coverage</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"72\" class=\"ninja_table_row_0 nt_row_id_72\">\n            <td><b>Supplemental Teammate Life</td><td>Up to 6 times your salary/$1,000,000 maximum.<br>Purchase in $50,000 increments.</td>        </tr>\n            <tr data-row_id=\"73\" class=\"ninja_table_row_1 nt_row_id_73\">\n            <td><b>Supplemental Teammate AD&D</td><td>Up to 6 times your salary/$1,000,000 maximum.<br>Purchase in $50,000 increments. </td>        </tr>\n            <tr data-row_id=\"74\" class=\"ninja_table_row_2 nt_row_id_74\">\n            <td><b>Spouse Life Insurance </td><td>$50,000 maximum (not to exceed your coverage amount).<br>Purchase in $10,000 increments.</td>        </tr>\n            <tr data-row_id=\"75\" class=\"ninja_table_row_3 nt_row_id_75\">\n            <td><b>Child Life Insurance*</td><td>$10,000 maximum;<br>purchase in $2,500 increments</td>        </tr>\n            <tr data-row_id=\"76\" class=\"ninja_table_row_4 nt_row_id_76\">\n            <td><b>Spouse AD&D (Without child)</td><td>50% of your coverage amount</td>        </tr>\n            <tr data-row_id=\"79\" class=\"ninja_table_row_5 nt_row_id_79\">\n            <td><b>Child(ren) AD&D* (Without spouse)</td><td>15% of your coverage amount per child</td>        </tr>\n            <tr data-row_id=\"80\" class=\"ninja_table_row_6 nt_row_id_80\">\n            <td><b>Spouse and Children AD&D*</td><td>40% of your coverage amount for spouse;<br>10% of your coverage per child</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7431\'>\n                        #footable_7431  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7431 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7431 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7431 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7431 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7431 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7431,\n    #footable_7431 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7431 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7431:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7431 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7431 tr.footable-header, #footable_7431 tr.footable-header th, .colored_table #footable_7431 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7431 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7431 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7431 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7431 tbody tr:nth-child(odd) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7431 tbody tr:nth-child(even):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n        #footable_7431 tbody tr:nth-child(odd):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n\n        #footable_7431 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7431 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7431 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7431 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7431 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7431 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7431 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7431 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7431 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7431 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7431:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_7431 th.ninja_column_0 { text-align: center; }#footable_7431 td.ninja_column_1 { text-align: center; }#footable_7431 th.ninja_column_1 { text-align: center; }                </style>\n                \n    \n    \n</div>\n</p>\n<p>*Coverage ends at age 26.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_2  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Evidence of Insurability</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Supplemental Life Insurance may require Evidence of Insurability (EOI). This means you will be asked to answer medical questions about you or your spouse’s health and lifestyle.</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script><div class=\"et_pb_module et_pb_cta_0 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><h2 class=\"et_pb_module_header\">Designate Your Beneficiaries During Enrollment</h2><div>You must designate a beneficiary to receive your Life and AD&amp;D insurance policy benefits. Be sure to update this information as personal circumstances change.</div></div>\n				\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"sign out\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1899, 7157, '_et_pb_truncate_post_date', '2024-11-03 15:59:57');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1900, 7157, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1901, 7157, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1902, 7157, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1903, 7157, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1904, 7157, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1906, 7157, '_edit_lock', '1730151696:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1912, 7160, '_wp_attached_file', '2024/08/life-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1913, 7160, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:23:\"2024/08/life-scaled.jpg\";s:8:\"filesize\";i:163787;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"life-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15348;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"life-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41877;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"life-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14541;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"life-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29887;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"life-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74163;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"life-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113344;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"life-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22867;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"life-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81409;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"life-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24225;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"life-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31588;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"life-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44092;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"life-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31675;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:17:\"life-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226121;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:17:\"life-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55602;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"life-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39712;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"life-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19370;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:8:\"life.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1917, 7162, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1918, 7162, '_menu_item_menu_item_parent', 7437);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1919, 7162, '_menu_item_object_id', 7157);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1920, 7162, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1921, 7162, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1922, 7162, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1923, 7162, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1924, 7162, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1926, 7163, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1927, 7163, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1928, 7163, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1929, 7163, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1930, 7163, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1931, 7163, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1932, 7163, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1933, 7163, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1934, 7163, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1935, 7163, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1936, 7163, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1937, 7163, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1938, 7163, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1939, 7163, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7163\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1940, 7163, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1941, 7163, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1942, 7163, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Business Travel Accident Insurance (BTA)</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">When traveling for the company, you are protected under a company-paid Business Travel Accident insurance policy. This policy provides coverage for certain injuries or death resulting from an accident during business travel. You are automatically enrolled at no cost to you.<br />\nFor more information, refer to the BTA &#8211; Benefit Highlight Summary.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Support Services for Safe Travel<br />\nWhile traveling, you can feel confident that you’re in safe hands should the unfortunate occur. We partner with International Medical Group, a leading global assistance provider, to give you 24/7 access to medical and travel assistance services wherever your trip takes you.<br />\nFor more information, click here.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"death\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1943, 7163, '_et_pb_truncate_post_date', '2025-05-21 20:36:08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1944, 7163, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1945, 7163, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1946, 7163, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1947, 7163, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1948, 7163, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1950, 7163, '_edit_lock', '1730151581:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1955, 7166, '_wp_attached_file', '2024/08/bta-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1956, 7166, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:22:\"2024/08/bta-scaled.jpg\";s:8:\"filesize\";i:263339;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"bta-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20445;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"bta-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67355;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"bta-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21365;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"bta-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47773;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"bta-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117290;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"bta-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180829;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"bta-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42662;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"bta-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191676;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"bta-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45153;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"bta-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62798;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"bta-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71499;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"bta-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67358;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:16:\"bta-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:386441;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"bta-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89699;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"bta-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63561;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:14:\"bta-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28964;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"bta.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1960, 7169, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1961, 7169, '_menu_item_menu_item_parent', 7437);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1962, 7169, '_menu_item_object_id', 7163);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1963, 7169, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1964, 7169, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1965, 7169, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1966, 7169, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1967, 7169, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1970, 7170, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1971, 7170, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1972, 7170, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1973, 7170, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1974, 7170, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1975, 7170, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1976, 7170, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1977, 7170, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1978, 7170, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1979, 7170, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1980, 7170, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1981, 7170, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1982, 7170, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1983, 7170, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7170\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1984, 7170, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1985, 7170, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1986, 7170, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">401(k) Retirement Plan</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">401(k) Plan<br />\nThe Owens &amp; Minor 401(k) Plan, administered by Fidelity, helps you prepare for retirement by offering an easy, tax-advantaged way to save. Once you’re eligible, we match on a dollar-for-dollar basis up to 3% of your eligible contributions. You are immediately vested in your contributions, as well as the company’s match.<br />\nEligibility and enrollment<br />\nYou are eligible to enroll after 30 days of employment. After 60 days of service, you will be automatically enrolled in the plan with a 2% contribution rate. After one year of service, you are eligible for the company match. Enroll online at 401k.com or call (800) 835-5095.</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Reasons to Participate</p>\n<p> 	Your pre-tax contributions are deducted from your pay, decreasing your overall income tax.<br />\n 	You have multiple investment funds with risks ranging from conservative to aggressive.<br />\n 	You can choose from retirement date-based Fidelity Freedom Funds. The Freedom Funds are generally designed for investors planning to retire around the year in the investment name.<br />\n 	Fidelity Portfolio Advisory Service at Work provides discretionary money management for a fee. You can delegate the day-to-day management of your 401(k) account to professional investment managers.</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>You can manage your 401(k) account at 401k.com. For complete details, including information about your investment options, visit 401k.com.</p></div>\n			</div><div class=\"et_pb_module et_pb_cta_0 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><div>It’s important to designate a beneficiary to receive the value of your 401(k) account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at 401k.com.</div></div>\n				\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"401K\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1987, 7170, '_et_pb_truncate_post_date', '2024-11-03 15:33:14');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1988, 7170, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1989, 7170, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1990, 7170, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1991, 7170, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1992, 7170, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1994, 7170, '_edit_lock', '1730151508:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1999, 7173, '_wp_attached_file', '2024/08/401k-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2000, 7173, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:23:\"2024/08/401k-scaled.jpg\";s:8:\"filesize\";i:245347;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"401k-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18990;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"401k-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"401k-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20158;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"401k-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42747;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"401k-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108952;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"401k-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170090;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"401k-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42941;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"401k-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204083;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"401k-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46410;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"401k-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67899;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"401k-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64792;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"401k-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67500;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:17:\"401k-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:343910;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:17:\"401k-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82604;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"401k-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57825;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"401k-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26253;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:8:\"401k.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2005, 7176, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2006, 7176, '_menu_item_menu_item_parent', 6972);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2007, 7176, '_menu_item_object_id', 7170);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2008, 7176, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2009, 7176, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2010, 7176, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2011, 7176, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2012, 7176, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2014, 7177, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2015, 7177, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2016, 7177, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2017, 7177, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2018, 7177, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2019, 7177, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2020, 7177, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2021, 7177, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2022, 7177, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2023, 7177, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2024, 7177, '_et_pb_custom_css', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2025, 7177, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2026, 7177, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2027, 7177, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7177\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2028, 7177, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2029, 7177, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2030, 7177, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Teammate Stock Purchase Plan (TSPP)</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Teammate Stock Purchase Plan (TSPP)<br />\nThe Owens &amp; Minor, Inc., TSPP provides teammates the option to purchase Owens &amp; Minor stock at a 15% discount through payroll deduction. You are eligible to enroll after 30 days of employment if you are scheduled to work at least 20 hours per week.<br />\nEnrollment for U.S. eligible teammates is twice a year during each enrollment period. At the end of the Offering Period, Owens &amp; Minor shares are purchased on your behalf on the Stock Purchase Date(s) at the 15% discounted price. Shares are then deposited in your Fidelity Brokerage account.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div id=\"footable_parent_7685\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"7685\" data-filter-delay=\"1000\" aria-label=\"TSPP Chart\"            id=\"footable_7685\"\n           data-unique_identifier=\"ninja_table_unique_id_1108469380_7685\"\n           class=\" foo-table ninja_footable foo_table_7685 ninja_table_unique_id_1108469380_7685 ui table  nt_type_legacy_table selectable celled vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                            <col class=\"ninja_column_3 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \">Enrollment<br>Period</th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_basicplan \">Offering<br>Period</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_colspan \">Stock<br>Purchase Date</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_buyupplan \">Contribution Maximum</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"205\" class=\"ninja_table_row_0 nt_row_id_205\">\n            <td>5/15 – 5/30</td><td>7/1 – 12/31</td><td>12/31</td><td>$2 – $2,500 per month</td>        </tr>\n            <tr data-row_id=\"206\" class=\"ninja_table_row_1 nt_row_id_206\">\n            <td>11/15 – 11/30</td><td>1/1 – 6/30</td><td>6/30</td><td>$2 – $2,500 per month</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n    \n    \n    \n</div>\n</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">*If the purchase date is on a holiday or weekend, the stock will be priced on the previous business day.**Subject to the IRS $25,000 annual purchase limit.<br />\nImportant Notes</p>\n<p>If you are designated as a “Restricted Person,” you will need to request preclearance to take action during this enrollment period.<br />\nSystem availability and response times may vary due to market conditions.<br />\nOwens &amp; Minor, Inc. and Fidelity Stock Plan Services LLC are not affiliated.<br />\nStock Plan recordkeeping and administrative services are provided by Fidelity Stock Plan Services, LLC., Fidelity Brokerage Services, Member NYSE, SIPC.</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Visit netbenefits.com to enroll or call a Fidelity Stock Plan Services representative at (800) 544-9354. You can manage your TSPP account at 401k.com. For complete details, including information about your investment options, visit 401k.com.</div>\n			</div><div class=\"et_pb_module et_pb_cta_0 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><div>It’s important to designate a beneficiary to receive the value of your TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at 401k.com.</div></div>\n				\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"stock plan\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2031, 7177, '_et_pb_truncate_post_date', '2025-03-10 17:56:35');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2032, 7177, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2033, 7177, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2034, 7177, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2035, 7177, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2036, 7177, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2038, 7177, '_edit_lock', '1730151841:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2043, 7180, '_wp_attached_file', '2024/08/tspp-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2044, 7180, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:23:\"2024/08/tspp-scaled.jpg\";s:8:\"filesize\";i:240077;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"tspp-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17020;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"tspp-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"tspp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19477;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"tspp-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39256;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"tspp-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107146;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"tspp-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168158;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"tspp-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39409;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"tspp-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162136;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"tspp-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42392;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"tspp-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60434;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"tspp-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62029;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"tspp-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65034;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:17:\"tspp-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323866;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:17:\"tspp-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80108;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"tspp-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54329;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"tspp-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23316;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:8:\"tspp.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2049, 7182, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2050, 7182, '_menu_item_menu_item_parent', 6972);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2051, 7182, '_menu_item_object_id', 7177);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2052, 7182, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2053, 7182, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2054, 7182, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2055, 7182, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2056, 7182, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2058, 7183, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2059, 7183, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2060, 7183, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2061, 7183, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2062, 7183, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2063, 7183, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2064, 7183, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2065, 7183, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2066, 7183, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2067, 7183, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2068, 7183, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2069, 7183, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2070, 7183, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2071, 7183, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7183\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2072, 7183, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2073, 7183, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2074, 7183, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Disability Insurance</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">We offer Disability Insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability Insurance on the first of the month following 180 days of employment.</div>\n			</div><style>.et_pb_accordion_0 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Company Paid Short-Term Disability</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Short-Term Disability coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.<br />\n<div id=\"footable_parent_7409\"\n         class=\"ninja-footable-loader footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"7409\" data-filter-delay=\"1000\" aria-label=\"Short Term Disability\"            id=\"footable_7409\"\n           data-unique_identifier=\"ninja_table_unique_id_1594406018_7409\"\n           class=\" foo-table ninja_footable foo_table_7409 ninja_table_unique_id_1594406018_7409 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                <th scope=\"col\" colspan=\"2\" class=\"ninja_column_0 ninja_clmn_nm_benefit \">Short-Term Disability Plan Summary</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"58\" class=\"ninja_table_row_0 nt_row_id_58\">\n            <td><b>Weekly Benefit Amount</td><td>60%</td>        </tr>\n            <tr data-row_id=\"217\" class=\"ninja_table_row_1 nt_row_id_217\">\n            <td><b>Minimum Weekly Benefit</td><td>0</td>        </tr>\n            <tr data-row_id=\"59\" class=\"ninja_table_row_2 nt_row_id_59\">\n            <td><b>Maximum Weekly Benefit</td><td>$5,000</td>        </tr>\n            <tr data-row_id=\"60\" class=\"ninja_table_row_3 nt_row_id_60\">\n            <td><b>Benefits Begin After:</b><br>  Accident and sickness</td><td>7 days of disability*</td>        </tr>\n            <tr data-row_id=\"62\" class=\"ninja_table_row_4 nt_row_id_62\">\n            <td><b>Maximum Benefit Duration**</td><td>180 days during a consecutive 12-month period, measured from the date the disability began</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7409\'>\n                        #footable_7409  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7409 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7409 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7409 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7409 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7409 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7409,\n    #footable_7409 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7409 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7409:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7409 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7409 tr.footable-header, #footable_7409 tr.footable-header th, .colored_table #footable_7409 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7409 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7409 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7409 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(odd) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(even):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(odd):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n\n        #footable_7409 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7409 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7409 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7409 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7409 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7409 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7409:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_7409 th.ninja_column_0 { text-align: center; }#footable_7409 td.ninja_column_1 { text-align: center; }#footable_7409 th.ninja_column_1 { text-align: center; }                </style>\n                \n    \n    \n</div>\n</p>\n<p>*For detailed eligibility and waiting period information, please refer to your plan documents.<br />\n**Maximum payment period is based on the first day benefits become payable, not on the first day you are disabled.<br />\n&nbsp;</p>\n<p>&nbsp;</p></div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Long-Term Disability</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Following 180 days of employment, you will have 31 days to elect this benefit, which you pay for.<br />\nEnroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at (800) 463-3819.<br />\nLong-Term Disability coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.<br />\n<div id=\"footable_parent_7412\"\n         class=\"ninja-footable-loader footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table\">\n                <table data-ninja_table_instance=\"ninja_table_instance_1\" data-footable_id=\"7412\" data-filter-delay=\"1000\" aria-label=\"Long Term Disability\"            id=\"footable_7412\"\n           data-unique_identifier=\"ninja_table_unique_id_1966642830_7412\"\n           class=\" foo-table ninja_footable foo_table_7412 ninja_table_unique_id_1966642830_7412 ui table  nt_type_legacy_table selectable celled striped vertical_centered ninja_custom_color inverted footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                    </colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                <th scope=\"col\" colspan=\"2\" class=\"ninja_column_0 ninja_clmn_nm_benefit \">Long-Term Disability Plan Summary</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"65\" class=\"ninja_table_row_0 nt_row_id_65\">\n            <td><b>Monthly Benefit Amount</td><td>60%</td>        </tr>\n            <tr data-row_id=\"66\" class=\"ninja_table_row_1 nt_row_id_66\">\n            <td><b>Minimum Monthly Benefit</td><td>$100</td>        </tr>\n            <tr data-row_id=\"67\" class=\"ninja_table_row_2 nt_row_id_67\">\n            <td><b>Maximum Monthly Benefit</td><td>$20,000</td>        </tr>\n            <tr data-row_id=\"68\" class=\"ninja_table_row_3 nt_row_id_68\">\n            <td><b>Benefits Begin After:</b><br>Accident and sickness</td><td>180 days of disability</td>        </tr>\n            <tr data-row_id=\"69\" class=\"ninja_table_row_4 nt_row_id_69\">\n            <td><b>Maximum Benefit Duration**</td><td>Age 62 or under: The teammate’s 65th birthday or the date the 42nd monthly benefit is payable, if later</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n    </table>\n                    <style type=\"text/css\" id=\'ninja_table_custom_css_7409\'>\n                        #footable_7409  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7409 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7409 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7409 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7409 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7409 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7409,\n    #footable_7409 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7409 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7409:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7409 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7409 tr.footable-header, #footable_7409 tr.footable-header th, .colored_table #footable_7409 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7409 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7409 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7409 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(odd) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(even):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(odd):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n\n        #footable_7409 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7409 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7409 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7409 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7409 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7409 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7409 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7409:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_7409 th.ninja_column_0 { text-align: center; }#footable_7409 td.ninja_column_1 { text-align: center; }#footable_7409 th.ninja_column_1 { text-align: center; }                </style>\n                                <style type=\"text/css\" id=\'ninja_table_custom_css_7412\'>\n                        #footable_7412  {\n    font-family: inherit;\n    font-size: 13px;\n    }\n\n\n    #footable_7412 tbody tr td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7412 tbody tr td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7412 tbody tr:hover td span.fooicon-plus:before {\n    background-color:  !important;\n    }\n    #footable_7412 tbody tr:hover td span.fooicon-minus:before {\n    background-color:  !important;\n    }\n\n    #footable_7412 thead tr.footable-header th span::before {\n    background-color: rgba(255, 255, 255, 1) !important;\n    }\n    #footable_7412,\n    #footable_7412 table {\n    background-color:  !important;\n    color:  !important;\n    border-color:  !important;\n    }\n    #footable_7412 thead tr.footable-filtering th {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7412:not(.hide_all_borders) thead tr.footable-filtering th {\n            border : 1px solid transparent !important;\n        }\n    #footable_7412 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7412 tr.footable-header, #footable_7412 tr.footable-header th, .colored_table #footable_7412 table.ninja_table_pro.inverted.table.footable-details tbody tr th {\n    background-color: rgba(0, 40, 86, 1) !important;\n    color: rgba(255, 255, 255, 1) !important;\n    }\n    \n        #footable_7412 tbody tr:hover {\n    background-color:  !important;\n    color:  !important;\n    }\n    #footable_7412 tbody tr:hover td {\n    border-color:  !important;\n    }\n            #footable_7412 tbody tr:nth-child(even) {\n        background-color: rgba(255, 255, 255, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7412 tbody tr:nth-child(odd) {\n        background-color: rgba(247, 247, 247, 1) !important;\n        color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7412 tbody tr:nth-child(even):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n        #footable_7412 tbody tr:nth-child(odd):hover {\n        background-color: rgba(234, 234, 234, 1) !important;\n        }\n\n        #footable_7412 tbody tr:nth-child(even) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7412 tbody tr:nth-child(even) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7412 tbody tr:nth-child(odd) td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7412 tbody tr:nth-child(odd) td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7412 tbody tr:nth-child(even) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7412 tbody tr:nth-child(even) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n\n        #footable_7412 tbody tr:nth-child(odd) tr:hover td span.fooicon-plus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n        #footable_7412 tbody tr:nth-child(odd) tr:hover td span.fooicon-minus:before {\n        background-color: rgba(0, 0, 0, 1) !important;\n        }\n    \n    #footable_7412 tfoot .footable-paging {\n    background-color:  !important;\n    }\n    #footable_7412 tfoot .footable-paging .footable-page.active a {\n    background-color:  !important;\n    }\n    #footable_7412:not(.hide_all_borders) tfoot tr.footable-paging td {\n    border-color:  !important;\n    }\n    \n#footable_7412 th.ninja_column_0 { text-align: center; }#footable_7412 td.ninja_column_1 { text-align: center; }#footable_7412 th.ninja_column_1 { text-align: center; }                </style>\n                \n    \n    \n</div>\n</p>\n<p>*Depending on your age at the time of disability, your benefits may be subject to a different schedule. Refer to the Maximum Benefit Period table, which can be found in your plan documents.<br />\nEvidence of Insurability<br />\nLong-term disability may require evidence of insurability (EOI). This means you’ll be asked to answer medical-related questions. After electing coverage, you will receive more information if EOI is required.</p>\n<p>&nbsp;</p></div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"maternity \" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>This Benefits Website provides general information for our benefits-eligible teammates; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2075, 7183, '_et_pb_truncate_post_date', '2024-10-29 22:54:08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2076, 7183, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2077, 7183, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2078, 7183, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2079, 7183, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2080, 7183, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2082, 7183, '_edit_lock', '1730151629:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2087, 7186, '_wp_attached_file', '2024/08/disability-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2088, 7186, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:29:\"2024/08/disability-scaled.jpg\";s:8:\"filesize\";i:124663;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"disability-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14687;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"disability-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"disability-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17107;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"disability-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26382;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"disability-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58814;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"disability-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88459;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"disability-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29428;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"disability-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111240;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"disability-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31786;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"disability-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44365;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"disability-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37168;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"disability-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49537;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:23:\"disability-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173657;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"disability-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45835;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"disability-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33591;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"disability-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18281;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"disability.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2092, 7188, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2093, 7188, '_menu_item_menu_item_parent', 6970);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2094, 7188, '_menu_item_object_id', 7183);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2095, 7188, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2096, 7188, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2097, 7188, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2098, 7188, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2099, 7188, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2101, 7189, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2102, 7189, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2103, 7189, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2104, 7189, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2105, 7189, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2106, 7189, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2107, 7189, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2108, 7189, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2109, 7189, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2110, 7189, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2111, 7189, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2112, 7189, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2113, 7189, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2114, 7189, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7189\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2115, 7189, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2116, 7189, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2117, 7189, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Leaves of Absence</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Frequently Asked Questions</p>\n<p> 	When do I need to apply for a leave of absence?<br />\n 	How do I request a leave of absence?<br />\n 	What are the Absence Management Service Center’s operation hours?<br />\n 	When I call to report my leave of absence, what questions will I be asked?<br />\n 	Where do I submit my leave certification documents?<br />\n 	What is Owens &amp; Minor’s call-in procedure during a leave of absence?<br />\n 	What is the Return-to-Work process?<br />\n 	What happens with benefit premiums while I am on a leave of absence?<br />\n 	What happens if I experience an IRS Recognized Qualified Life Event or Change in Benefits while on leave?</p>\n<p>The Disability Management Guide can provide you with more information about leaves of absence, as well as answers to frequently asked questions. Click below to learn more.</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<a href=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-disability-management-guide/full-view.html\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"1119\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/DMG.png?resize=1080%2C1119&#038;ssl=1\" alt=\"\" title=\"DMG\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/DMG.png?w=2896&ssl=1 2896w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/DMG.png?resize=290%2C300&ssl=1 290w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/DMG.png?resize=989%2C1024&ssl=1 989w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/DMG.png?resize=768%2C796&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/DMG.png?resize=1483%2C1536&ssl=1 1483w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/08/DMG.png?w=2160&ssl=1 2160w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-7486\" /></span></a>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Disability Management Guide</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"return to work form\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2118, 7189, '_et_pb_truncate_post_date', '2025-02-07 13:58:13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2119, 7189, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2120, 7189, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2121, 7189, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2122, 7189, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2123, 7189, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2125, 7189, '_edit_lock', '1736545596:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2130, 7192, '_wp_attached_file', '2024/08/leaves-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2131, 7192, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:25:\"2024/08/leaves-scaled.jpg\";s:8:\"filesize\";i:193941;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"leaves-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15312;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"leaves-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45125;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"leaves-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16241;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"leaves-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31746;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"leaves-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81256;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"leaves-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129970;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"leaves-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29899;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"leaves-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137000;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"leaves-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32042;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"leaves-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45118;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"leaves-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47953;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"leaves-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47546;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:19:\"leaves-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:279436;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"leaves-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61028;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"leaves-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42560;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"leaves-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20071;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:10:\"leaves.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2135, 7194, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2136, 7194, '_menu_item_menu_item_parent', 6970);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2137, 7194, '_menu_item_object_id', 7189);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2138, 7194, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2139, 7194, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2140, 7194, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2141, 7194, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2142, 7194, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2146, 7195, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2147, 7195, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2148, 7195, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2149, 7195, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2150, 7195, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2151, 7195, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2152, 7195, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2153, 7195, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2154, 7195, '_et_pb_old_content', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2155, 7195, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2156, 7195, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2157, 7195, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2158, 7195, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2159, 7195, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7195\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2160, 7195, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2161, 7195, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2162, 7195, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Service Awards</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>This section is under development. Check back soon for complete information!</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"medical er\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2163, 7195, '_et_pb_truncate_post_date', '2025-03-17 18:11:40');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2164, 7195, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2165, 7195, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2166, 7195, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2167, 7195, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2168, 7195, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2170, 7195, '_edit_lock', '1730151813:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2174, 7197, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2175, 7197, '_menu_item_menu_item_parent', 6977);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2176, 7197, '_menu_item_object_id', 7195);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2177, 7197, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2178, 7197, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2179, 7197, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2180, 7197, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2181, 7197, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2187, 7199, '_wp_attached_file', '2024/08/service-awards-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2188, 7199, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:33:\"2024/08/service-awards-scaled.jpg\";s:8:\"filesize\";i:120657;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"service-awards-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16893;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"service-awards-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"service-awards-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17645;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"service-awards-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30660;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"service-awards-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62333;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"service-awards-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88475;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"service-awards-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30082;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"service-awards-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89081;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"service-awards-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31553;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"service-awards-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41192;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"service-awards-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41799;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"service-awards-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42658;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:27:\"service-awards-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156782;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"service-awards-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50296;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"service-awards-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38239;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"service-awards-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21342;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"service-awards.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2193, 7202, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2194, 7202, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2195, 7202, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2196, 7202, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2197, 7202, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2198, 7202, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2199, 7202, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2200, 7202, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2201, 7202, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2202, 7202, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2203, 7202, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2204, 7202, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2205, 7202, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2206, 7202, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7202\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2207, 7202, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2208, 7202, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2209, 7202, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2210, 7202, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2211, 7202, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2212, 7202, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2213, 7202, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2214, 7202, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2215, 7202, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2217, 7202, '_edit_lock', '1730151892:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2222, 7205, '_wp_attached_file', '2024/08/recognition-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2223, 7205, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:30:\"2024/08/recognition-scaled.jpg\";s:8:\"filesize\";i:438424;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"recognition-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20186;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"recognition-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"recognition-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21017;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"recognition-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57906;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"recognition-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182659;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"recognition-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298439;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"recognition-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44252;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"recognition-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226596;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"recognition-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48140;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"recognition-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71903;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"recognition-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98910;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"recognition-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84840;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:24:\"recognition-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:616873;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"recognition-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132102;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"recognition-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85124;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"recognition-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30623;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"recognition.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2227, 7207, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2228, 7207, '_menu_item_menu_item_parent', 6977);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2229, 7207, '_menu_item_object_id', 7202);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2230, 7207, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2231, 7207, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2232, 7207, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2233, 7207, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2234, 7207, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2236, 7208, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2237, 7208, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2238, 7208, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2239, 7208, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2240, 7208, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2241, 7208, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2242, 7208, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2243, 7208, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2244, 7208, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2245, 7208, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2246, 7208, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2247, 7208, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2248, 7208, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2249, 7208, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7208\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2250, 7208, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2251, 7208, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2252, 7208, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Referral Program</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>This section is under development. Check back soon for complete information!</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"referral program\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2253, 7208, '_et_pb_truncate_post_date', '2025-01-24 20:15:27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2254, 7208, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2255, 7208, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2256, 7208, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2257, 7208, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2258, 7208, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2260, 7208, '_edit_lock', '1730151776:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2266, 7212, '_wp_attached_file', '2024/08/referral-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2267, 7212, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:27:\"2024/08/referral-scaled.jpg\";s:8:\"filesize\";i:214248;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"referral-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20329;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"referral-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62824;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"referral-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21028;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"referral-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45253;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"referral-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105554;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"referral-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154672;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"referral-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41999;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"referral-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150947;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"referral-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44095;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"referral-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59685;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"referral-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66436;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"referral-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54470;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:21:\"referral-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:284606;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"referral-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82556;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"referral-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59688;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"referral-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28208;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"referral.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2281, 7215, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2282, 7215, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2283, 7215, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2284, 7215, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2285, 7215, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2286, 7215, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2287, 7215, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2288, 7215, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2289, 7215, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2290, 7215, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2291, 7215, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2292, 7215, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2293, 7215, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2294, 7215, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7215\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2295, 7215, '_et_pb_ab_subjects', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2296, 7215, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2297, 7215, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2298, 7215, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2299, 7215, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2300, 7215, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2301, 7215, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2302, 7215, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2303, 7215, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2305, 7215, '_edit_lock', '1730151600:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2310, 7218, '_wp_attached_file', '2024/08/Compensation-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2311, 7218, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:31:\"2024/08/Compensation-scaled.jpg\";s:8:\"filesize\";i:114001;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Compensation-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16106;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Compensation-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37811;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Compensation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17860;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Compensation-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29320;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"Compensation-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59091;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:25:\"Compensation-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83253;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"Compensation-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29856;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"Compensation-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92800;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"Compensation-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32220;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"Compensation-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43048;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"Compensation-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39748;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"Compensation-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45079;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:25:\"Compensation-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151292;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"Compensation-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47632;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"Compensation-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36290;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"Compensation-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20347;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"Compensation.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2325, 7221, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2326, 7221, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2327, 7221, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2328, 7221, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2329, 7221, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2330, 7221, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2331, 7221, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2332, 7221, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2333, 7221, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2334, 7221, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2335, 7221, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2336, 7221, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2337, 7221, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2338, 7221, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7221\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2339, 7221, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2340, 7221, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2341, 7221, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Paid Time Off</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>This section is under development. Check back soon for complete information!</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"pto\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2342, 7221, '_et_pb_truncate_post_date', '2025-04-22 14:14:51');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2343, 7221, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2344, 7221, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2345, 7221, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2346, 7221, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2347, 7221, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2349, 7221, '_edit_lock', '1730151748:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2354, 7224, '_wp_attached_file', '2024/08/pto-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2355, 7224, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:22:\"2024/08/pto-scaled.jpg\";s:8:\"filesize\";i:68449;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"pto-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13498;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"pto-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25270;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"pto-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14374;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"pto-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20393;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"pto-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37091;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"pto-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51054;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"pto-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22191;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"pto-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61846;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"pto-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22861;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"pto-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28880;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"pto-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26132;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"pto-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26764;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:16:\"pto-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88805;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"pto-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30575;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"pto-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24467;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:14:\"pto-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15765;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"pto.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2359, 7226, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2360, 7226, '_menu_item_menu_item_parent', 6982);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2361, 7226, '_menu_item_object_id', 7221);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2362, 7226, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2363, 7226, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2364, 7226, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2365, 7226, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2366, 7226, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2375, 7227, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2376, 7227, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2377, 7227, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2378, 7227, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2379, 7227, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2380, 7227, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2381, 7227, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2382, 7227, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2383, 7227, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2384, 7227, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2385, 7227, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2386, 7227, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2387, 7227, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2388, 7227, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7227\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2389, 7227, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2390, 7227, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2391, 7227, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Tuition Reimbursement</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>This section is under development. Check back soon for complete information!</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"tuition\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2392, 7227, '_et_pb_truncate_post_date', '2025-03-04 19:08:29');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2393, 7227, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2394, 7227, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2395, 7227, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2396, 7227, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2397, 7227, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2399, 7227, '_edit_lock', '1730151851:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2405, 7230, '_wp_attached_file', '2024/08/Tuition-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2406, 7230, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:26:\"2024/08/Tuition-scaled.jpg\";s:8:\"filesize\";i:144564;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Tuition-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16224;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Tuition-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44576;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Tuition-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18400;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Tuition-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32905;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"Tuition-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73242;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"Tuition-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105828;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"Tuition-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32211;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"Tuition-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102393;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"Tuition-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34957;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"Tuition-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47590;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"Tuition-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47109;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"Tuition-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50734;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:20:\"Tuition-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187345;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"Tuition-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57736;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"Tuition-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42502;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"Tuition-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21333;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"Tuition.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2411, 7232, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2412, 7232, '_menu_item_menu_item_parent', 6982);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2413, 7232, '_menu_item_object_id', 7227);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2414, 7232, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2415, 7232, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2416, 7232, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2417, 7232, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2418, 7232, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2420, 7233, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2421, 7233, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2422, 7233, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2423, 7233, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2424, 7233, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2425, 7233, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2426, 7233, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2427, 7233, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2428, 7233, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2429, 7233, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2430, 7233, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2431, 7233, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2432, 7233, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2433, 7233, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7233\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2434, 7233, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2435, 7233, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2436, 7233, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Adoption Assistance</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">O&amp;M provides eligible teammates up to a $5,000 reimbursement annually per child, up to a lifetime maximum of $10,000, to cover expenses associated with adoption such as agency fees and legal expenses.<br />\nThe adoption benefit is payable provided that an eligible teammate submits the following to the O&amp;M Benefits Solutions Team:</p>\n<p>Adoption Assistance Reimbursement Form<br />\nProof of finalized adoption (court documentation)<br />\nPaid, complete, and itemized invoices</p>\n<p>You must complete two years of service to be eligible. The company reserves the right to collect reimbursements paid if a teammate terminates employment within a year of receiving this benefit.<br />\nFor assistance, contact an O&amp;M Benefits Solutions Counselor at (800) 463-3819.<br />\nFor details on your time-away options, adding your child to benefits, and updating your beneficiaries, access our Benefits Enrollment Journey Guide.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"adoption\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2437, 7233, '_et_pb_truncate_post_date', '2025-04-29 17:27:41');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2438, 7233, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2439, 7233, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2440, 7233, '_last_editor_used_jetpack', 'classic-editor');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2441, 7233, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2442, 7233, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2444, 7233, '_edit_lock', '1741461749:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2450, 7236, '_wp_attached_file', '2024/08/adoption-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2451, 7236, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:27:\"2024/08/adoption-scaled.jpg\";s:8:\"filesize\";i:121499;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"adoption-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15407;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"adoption-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35359;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"adoption-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18112;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"adoption-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27054;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"adoption-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57361;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"adoption-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85269;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"adoption-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33238;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"adoption-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130168;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"adoption-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36857;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"adoption-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51819;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"adoption-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37013;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"adoption-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53184;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:21:\"adoption-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171975;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"adoption-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45097;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"adoption-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33969;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"adoption-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18869;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"adoption.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2456, 7238, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2457, 7238, '_menu_item_menu_item_parent', 6982);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2458, 7238, '_menu_item_object_id', 7233);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2459, 7238, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2460, 7238, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2461, 7238, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2462, 7238, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2463, 7238, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2465, 7239, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2466, 7239, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2467, 7239, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2468, 7239, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2469, 7239, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2470, 7239, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2471, 7239, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2472, 7239, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2473, 7239, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2474, 7239, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2475, 7239, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2476, 7239, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2477, 7239, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2478, 7239, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7239\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2479, 7239, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2480, 7239, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2481, 7239, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Additional Benefits</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Auto and Home Insurance<br />\nFarmers GroupSelect gives you access to personal insurance policies, including home, auto, rental, condo, and recreational vehicle and boat coverage. Save up to 15% when you purchase this coverage through Owens &amp; Minor. Contact Farmers GroupSelect for no-obligation quotes and cost comparisons by calling (800) 438-6381. The company code is BVP.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Commuter Benefits<br />\nPay for the expense of commuting with pre-tax dollars and save on your taxes. You decide how much to contribute, and the money is deducted from your paycheck automatically. You can contribute pre-tax dollars up to the IRS monthly limit of $315 for transit and parking. Enroll or change contribution amounts by the 25th of each month, anytime during the year.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Pet Insurance<br />\nMetLife provides coverage to protect your furry family members’ health and your finances. This plan offers reimbursement of up to 90% of covered expenses from any licensed veterinarian in the U.S. The MetLife mobile app allows quick claim submission and reimbursement along with other benefits, such as retail discounts and access to 24/7 vet telehealth. Enroll anytime during the year by calling (800) GET-MET8.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">PerkSpot<br />\nNever miss a deal! From travel to electronics, with PerkSpot you can choose from over 25 different categories of perks and save money. Start by creating your account at owens-minor.perkspot.com. Use access code: OwensMinor. Once you register, you can download the PerkSpot mobile app for deals anytime, anywhere.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"pet insurance\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2482, 7239, '_et_pb_truncate_post_date', '2025-03-25 20:55:07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2483, 7239, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2484, 7239, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2485, 7239, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2486, 7239, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2487, 7239, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2489, 7239, '_edit_lock', '1741971507:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2495, 7242, '_wp_attached_file', '2024/08/Aditional-Benefits-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2496, 7242, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:37:\"2024/08/Aditional-Benefits-scaled.jpg\";s:8:\"filesize\";i:114234;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Aditional-Benefits-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15011;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Aditional-Benefits-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34429;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Aditional-Benefits-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17600;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Aditional-Benefits-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26251;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Aditional-Benefits-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55409;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"Aditional-Benefits-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81219;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Aditional-Benefits-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30198;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"Aditional-Benefits-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109362;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Aditional-Benefits-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33103;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Aditional-Benefits-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46615;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"Aditional-Benefits-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36126;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Aditional-Benefits-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54164;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:31:\"Aditional-Benefits-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154366;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"Aditional-Benefits-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43871;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"Aditional-Benefits-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32965;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"Aditional-Benefits-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18450;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:22:\"Aditional-Benefits.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2501, 7244, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2502, 7244, '_menu_item_menu_item_parent', 6982);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2503, 7244, '_menu_item_object_id', 7239);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2504, 7244, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2505, 7244, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2506, 7244, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2507, 7244, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2508, 7244, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2605, 7246, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2606, 7246, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2607, 7246, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2608, 7246, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2609, 7246, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2610, 7246, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2611, 7246, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2612, 7246, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2613, 7246, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2614, 7246, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2615, 7246, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2616, 7246, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2617, 7246, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2618, 7246, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7246\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2619, 7246, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2620, 7246, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2621, 7246, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Benefits Enrollment Journey</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Example Header<br />\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.</p>\n<p>Nec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Lorem ipsum odor amet, consectetuer adipiscing elit.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Example Header<br />\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.</p>\n<p>Eleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.</p>\n<p>Diam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Example Header<br />\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.</p>\n<p>Nec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"my enrollment plan\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2622, 7246, '_et_pb_truncate_post_date', '2024-10-31 01:09:22');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2623, 7246, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2624, 7246, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2625, 7246, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2626, 7246, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2627, 7246, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2629, 7246, '_edit_lock', '1730151724:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2647, 6654, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2648, 7042, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2650, 7043, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2651, 6656, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2652, 7024, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2653, 7044, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2654, 7023, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2655, 7045, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2656, 7139, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2657, 6661, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2658, 6662, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2659, 6663, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2660, 6660, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2661, 7144, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2662, 7153, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2664, 7162, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2665, 7169, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2666, 6972, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2667, 7176, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2668, 7182, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2669, 6970, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2670, 7188, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2671, 7194, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2672, 6977, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2673, 7197, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2674, 7207, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2677, 6982, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2678, 7226, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2679, 7232, '_wp_old_date', '2024-08-10');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2680, 7238, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2681, 7244, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2682, 6987, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2684, 6989, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2686, 7047, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2687, 7048, '_wp_old_date', '2024-08-10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2691, 7251, '_wp_attached_file', '2024/08/bej-1-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2692, 7251, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:24:\"2024/08/bej-1-scaled.jpg\";s:8:\"filesize\";i:126683;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"bej-1-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14413;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"bej-1-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36027;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"bej-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13706;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"bej-1-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26822;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"bej-1-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60633;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"bej-1-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90136;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"bej-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20693;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"bej-1-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63873;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"bej-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21607;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"bej-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27462;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"bej-1-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38063;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"bej-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27063;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:18:\"bej-1-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168566;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"bej-1-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47132;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"bej-1-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34703;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"bej-1-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18365;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:9:\"bej-1.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2739, 7257, '_wp_attached_file', '2024/08/bci-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2740, 7257, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:22:\"2024/08/bci-scaled.jpg\";s:8:\"filesize\";i:386867;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"bci-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18632;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"bci-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81569;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"bci-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21496;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"bci-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52073;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"bci-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162066;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"bci-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263883;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"bci-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47051;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"bci-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254112;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"bci-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51654;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"bci-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77899;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"bci-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88178;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"bci-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90798;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:16:\"bci-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:542664;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"bci-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117613;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"bci-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76247;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:14:\"bci-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27653;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"bci.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2745, 7260, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2746, 7260, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2747, 7260, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2748, 7260, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2749, 7260, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2750, 7260, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2751, 7260, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2752, 7260, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2753, 7260, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2754, 7260, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2755, 7260, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2756, 7260, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2757, 7260, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2758, 7260, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7260\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2759, 7260, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2760, 7260, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2761, 7260, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Your Well-Being</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>We are committed to supporting you with valuable resources to help you manage and maintain your mental and physical health,<br />\nas well as your work-life balance.</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Teammate Assistance Program (TAP)<br />\nLife’s pressures can affect your physical, emotional, and mental health. TAP, with Live and Work Well through Optum, helps you find the resources you need to get back on track — at no extra cost.<br />\nTurn to TAP for help with:</p>\n<p> 	Finding work-life balance<br />\n 	Finding child and elder care<br />\n 	Handling grief and loss<br />\n 	Living within a realistic budget<br />\n 	Addressing addiction and recovery<br />\n 	Dealing with identity theft</p>\n<p>Support is just a phone call away. Visit liveandworkwell.com or call (866) 374-6061 to connect with a licensed behavioral health professional in your area. (Company code: owensminor)<br />\n&nbsp;</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Optum Mental Health Awareness Toolkits<br />\nOptum launches a new teammate toolkit each month including articles, trainings, tip sheets, and more — on relevant and trending topics to help support your health and well-being at work, home, and at play. Access the toolkit here using our company code: owensminor.</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"optum\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2762, 7260, '_et_pb_truncate_post_date', '2024-12-06 17:42:22');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2763, 7260, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2764, 7260, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2765, 7260, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2766, 7260, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2767, 7260, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2769, 7260, '_edit_lock', '1730151816:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2774, 7262, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2775, 7262, '_menu_item_menu_item_parent', 6987);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2776, 7262, '_menu_item_object_id', 7260);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2777, 7262, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2778, 7262, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2779, 7262, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2780, 7262, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2781, 7262, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2787, 7264, '_wp_attached_file', '2024/08/tap-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2788, 7264, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:22:\"2024/08/tap-scaled.jpg\";s:8:\"filesize\";i:133194;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"tap-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15084;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"tap-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37429;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"tap-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16231;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"tap-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27485;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"tap-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63516;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"tap-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95547;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"tap-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26984;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"tap-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87894;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"tap-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28993;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"tap-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38639;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"tap-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39719;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"tap-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38920;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:16:\"tap-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173409;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"tap-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49238;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"tap-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35764;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:14:\"tap-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18836;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"tap.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2793, 7269, '_wp_attached_file', '2024/08/tap-2.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2794, 7269, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:17:\"2024/08/tap-2.jpg\";s:8:\"filesize\";i:326660;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"tap-2-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16127;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"tap-2-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"tap-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17297;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"tap-2-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28425;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"tap-2-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64181;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"tap-2-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94769;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"tap-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27921;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"tap-2-1080x510.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73719;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"tap-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29701;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"tap-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39158;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"tap-2-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40612;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"tap-2-400x510.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39949;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"tap-2-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49774;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"tap-2-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36763;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"tap-2-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19865;}}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:10:\"Screenshot\";s:17:\"created_timestamp\";s:10:\"1723239109\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2803, 7274, '_wp_attached_file', '2024/08/GettyImages-1305309025-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2804, 7274, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:41:\"2024/08/GettyImages-1305309025-scaled.jpg\";s:8:\"filesize\";i:532025;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"GettyImages-1305309025-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35115;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"GettyImages-1305309025-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132101;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"GettyImages-1305309025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27071;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"GettyImages-1305309025-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89853;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"GettyImages-1305309025-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:232873;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:36:\"GettyImages-1305309025-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:364333;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"GettyImages-1305309025-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43242;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"GettyImages-1305309025-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136922;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"GettyImages-1305309025-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46129;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"GettyImages-1305309025-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61042;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"GettyImages-1305309025-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141560;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"GettyImages-1305309025-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60235;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:38:\"Family of five playing on sofa at home\";s:17:\"created_timestamp\";s:10:\"1614160294\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:38:\"Family of five playing on sofa at home\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"GettyImages-1305309025.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2836, 7287, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2837, 7287, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2838, 7287, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2839, 7287, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2840, 7287, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2841, 7287, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2842, 7287, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2843, 7287, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2844, 7287, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2845, 7287, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2846, 7287, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2847, 7287, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2848, 7287, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2849, 7287, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7287\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2850, 7287, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2851, 7287, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2852, 7287, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_16 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_16\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_4\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_17 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_17\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_24  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">2025 Open Enrollment</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_18 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_18 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_25  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">October 28 – November 8<br />\n2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.</p>\n<p>Remember, this year’s Open Enrollment is passive. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, with the exception of the Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</p>\n<p>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may carry over up to $640 in unused funds into 2025 by electing the:</p>\n<p> 	2025 FSA with a $0 contribution, or<br />\n 	Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_26  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">What’s Changing for 2025 Benefits<br />\nMedical</p>\n<p> 	Medical contributions increasing<br />\n 	UPMC not offered in 2025<br />\n 	New deductible limits announced by the IRS for the UnitedHealthcare HDHP Plan and Kaiser plans (except Hawaii POS 405): $3,300 for teammate-only / $6,600 for family<br />\n 	New ID cards for the UnitedHealthcare HDHP Plan and the Kaiser plans (excluding Kaiser Hawaii POS 405 and Kaiser Northwest)<br />\n 	New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your myuhc.com account or the UnitedHealthcare app</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_27  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Dental</p>\n<p> 	100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.<br />\n 	If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.<br />\n 	New ID cards for all members.</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_28  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>401(k)</p>\n<p> 	Company match adjusted to 3% of eligible contributions.</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_29  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_4 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-5\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-5\" placeholder=\"\" value=\"my plan\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div id=\"eligibility\" class=\"et_pb_row et_pb_row_19 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_24  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_30  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Open Enrollment Checklist</p>\n<p> 	Learn about your many benefit choices in the 2025 Benefits Guide and think about your coverage needs.<br />\n 	Access Workday HR using your network username and password. For assistance, contact the IT Help Desk at (804) 533-5556.<br />\n 	Add dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.<br />\n 	Elect the benefits that best support you and your family. Don’t forget to designate beneficiaries.<br />\n 	Review and complete your enrollment by November 8, 2024. If you don’t enroll, your current elections will roll over into the next plan year except for the FSAs and Commuter Benefits. These require an election each year.</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_25  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_31  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Questions or Need Benefits Help?<br />\nContact an O&amp;M Benefits Solutions Counselor at (800) 463-3819 or email the O&amp;M Benefits Solutions Team. They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well.<br />\n </div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\">ENROLL</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div id=\"eligibility\" class=\"et_pb_row et_pb_row_20 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_26  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_32  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Other Resources to Help You Learn About Your Benefits</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div id=\"eligibility\" class=\"et_pb_row et_pb_row_21 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_27  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_3\">\n				\n				\n				\n				\n				<a href=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"617\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png?resize=1080%2C617&#038;ssl=1\" alt=\"\" title=\"2025 Guide\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png?w=3791&ssl=1 3791w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png?resize=300%2C171&ssl=1 300w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png?resize=1024%2C585&ssl=1 1024w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png?resize=768%2C439&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png?resize=1536%2C878&ssl=1 1536w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png?resize=2048%2C1171&ssl=1 2048w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png?resize=1080%2C617&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png?w=2160&ssl=1 2160w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png?w=3240&ssl=1 3240w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-7669\" /></span></a>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_33 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">2025 Benefits Guide</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_28  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_video et_pb_video_0\">\n				\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_4\">\n				\n				\n				\n				\n				<a href=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"608\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg?resize=1080%2C608&#038;ssl=1\" alt=\"\" title=\"brainshark\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg?w=1920&ssl=1 1920w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg?resize=300%2C169&ssl=1 300w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg?resize=1024%2C576&ssl=1 1024w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg?resize=768%2C432&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg?resize=1536%2C864&ssl=1 1536w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg?resize=1080%2C608&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg?resize=1280%2C720&ssl=1 1280w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg?resize=980%2C551&ssl=1 980w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg?resize=480%2C270&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-7845\" /></span></a>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_34 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Open Enrollment Presentation</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_29  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_5\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"619\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?resize=1080%2C619&#038;ssl=1\" alt=\"\" title=\"OMI-BH-25\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?w=3791&ssl=1 3791w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?resize=300%2C172&ssl=1 300w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?resize=1024%2C587&ssl=1 1024w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?resize=768%2C440&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?resize=1536%2C880&ssl=1 1536w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?resize=2048%2C1174&ssl=1 2048w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?resize=1080%2C619&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?resize=1280%2C734&ssl=1 1280w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?resize=980%2C562&ssl=1 980w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?resize=480%2C275&ssl=1 480w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?w=2160&ssl=1 2160w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png?w=3240&ssl=1 3240w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-7674\" /></span></a>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_35 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">2025 Benefits Highlights</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_30  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_6\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"608\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png?resize=1080%2C608&#038;ssl=1\" alt=\"\" title=\"2025-FAQs\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png?w=3791&ssl=1 3791w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png?resize=300%2C169&ssl=1 300w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png?resize=1024%2C577&ssl=1 1024w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png?resize=768%2C433&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png?resize=1536%2C865&ssl=1 1536w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png?resize=2048%2C1153&ssl=1 2048w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png?resize=1080%2C608&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png?w=2160&ssl=1 2160w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png?w=3240&ssl=1 3240w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-7808\" /></span></a>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_36 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Open Enrollment FAQs</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_19 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_22 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_31  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_37  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2853, 7287, '_et_pb_truncate_post_date', '2024-10-31 01:08:56');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2854, 7287, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2855, 7287, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2856, 7287, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2857, 7287, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2858, 7287, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2860, 7287, '_edit_lock', '1730151746:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2874, 7290, '_wp_attached_file', '2024/08/welcome-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2875, 7290, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:951;s:4:\"file\";s:26:\"2024/08/welcome-scaled.jpg\";s:8:\"filesize\";i:174531;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"welcome-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20537;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"welcome-1024x380.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52695;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"welcome-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17306;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"welcome-768x285.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39107;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"welcome-1536x571.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86061;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"welcome-2048x761.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127356;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"welcome-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25807;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"welcome-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63002;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"welcome-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26260;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"welcome-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31266;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"welcome-1080x401.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56112;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"welcome-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26186;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1485043200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:66:\"mother and her daughter are holding together in front of the beach\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"welcome.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2884, 7294, '_wp_attached_file', '2024/08/oe-1-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2885, 7294, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:23:\"2024/08/oe-1-scaled.jpg\";s:8:\"filesize\";i:169491;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"oe-1-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17124;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"oe-1-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49518;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"oe-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19022;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"oe-1-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35889;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"oe-1-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82726;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"oe-1-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121478;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"oe-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38672;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"oe-1-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139861;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"oe-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40250;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"oe-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54543;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"oe-1-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52372;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"oe-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50432;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:17:\"oe-1-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:232214;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:17:\"oe-1-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64784;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"oe-1-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46996;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"oe-1-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22847;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:8:\"oe-1.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2897, 7296, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2898, 7296, '_menu_item_menu_item_parent', 6654);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2899, 7296, '_menu_item_object_id', 6079);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2900, 7296, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2901, 7296, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2902, 7296, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2903, 7296, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2904, 7296, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3027, 7320, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3028, 7320, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3121, 7326, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:184704;s:4:\"hits\";i:1;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66c7edbdc3df4.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3122, 7327, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:218937;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66c7edbdd45e7.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3123, 7328, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:444494;s:4:\"hits\";i:3;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66c7edbecdcdc.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3124, 7329, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1063803;s:4:\"hits\";i:1;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66c7edc439d19.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3125, 7330, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:255515;s:4:\"hits\";i:1;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66c7edc64c68d.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3126, 7331, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:372134;s:4:\"hits\";i:1;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66c7edc93955a.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3127, 7332, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:533801;s:4:\"hits\";i:1;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66c7edcf6c6e3.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3128, 7333, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:720220;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66c7edd522629.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3129, 7334, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:998060;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66c7edd54ccad.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3130, 7335, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1971705;s:4:\"hits\";i:1;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66c7eddcce035.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3131, 77, '_edit_lock', '1739484407:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3167, 7358, '_ninja_table_columns', 'a:5:{i:0;a:12:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:7:\"Benefit\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}i:1;a:12:{s:3:\"key\";s:7:\"carrier\";s:4:\"name\";s:7:\"Carrier\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}i:2;a:12:{s:3:\"key\";s:7:\"website\";s:4:\"name\";s:7:\"Website\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}i:3;a:12:{s:3:\"key\";s:11:\"phonenumber\";s:4:\"name\";s:12:\"Phone Number\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}i:4;a:12:{s:3:\"key\";s:11:\"groupnumber\";s:4:\"name\";s:12:\"Group Number\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3168, 7358, '_ninja_table_settings', 'a:31:{s:7:\"perPage\";s:3:\"200\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:10:\"ajax_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:0:\"\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:21:\"table_color_secondary\";s:0:\"\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3169, 7358, '_ninja_table_cache_object', 'a:24:{i:0;a:6:{s:7:\"benefit\";s:10:\"<b>Medical\";s:7:\"carrier\";s:19:\"<b>UnitedHealthcare\";s:7:\"website\";s:334:\"Pre-Enrollment:<br> <b> <a href=\'https://whyuhc.com/owensminor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">https://whyuhc.com/owensminor</a></b></span><br> Post-Enrollment:<br> <b> <a href=\'http://www.myuhc.com\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">www.myuhc.com</b><br>\";s:11:\"phonenumber\";s:47:\"<b><span style=\"color: #872434;\">(855) 396-4462\";s:11:\"groupnumber\";s:6:\"932303\";s:8:\"___id___\";i:1;}i:1;a:6:{s:7:\"benefit\";s:11:\"<b>Medical \";s:7:\"carrier\";s:16:\"<b>Surest (Bind)\";s:7:\"website\";s:374:\"Pre-Enrollment:<br> <b><a href=\"//join.surest.com/OwensMinor”\" target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">https://join.surest.com/OwensMinor</a></span></b><br> Access Code: OwensMinor2025<br> Post-Enrollment:<br> <b><span style=\"color: #872434;\"><a href=\'https://www.surest.com\' target=\'_blank\' rel=\"noreferrer noopener\">www.surest.com</a></b>\";s:11:\"phonenumber\";s:47:\"<b><span style=\"color: #872434;\">(866) 683-6440\";s:11:\"groupnumber\";s:8:\"78800516\";s:8:\"___id___\";i:2;}i:2;a:6:{s:7:\"benefit\";s:13:\"<b>Medical   \";s:7:\"carrier\";s:25:\"<b>Kaiser Permanente—CA\";s:7:\"website\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">www.kp.org</a></b>\";s:11:\"phonenumber\";s:47:\"<b><span style=\"color: #872434;\">(800) 324-9208\";s:11:\"groupnumber\";s:12:\"100138/31908\";s:8:\"___id___\";i:4;}i:3;a:6:{s:7:\"benefit\";s:14:\"<b>Medical    \";s:7:\"carrier\";s:25:\"<b>Kaiser Permanente—CO\";s:7:\"website\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">www.kp.org</a></b>\";s:11:\"phonenumber\";s:48:\"<b><span style=\"color: #872434;\">(800) 324-9208 \";s:11:\"groupnumber\";s:5:\"28802\";s:8:\"___id___\";i:5;}i:4;a:6:{s:7:\"benefit\";s:15:\"<b>Medical     \";s:7:\"carrier\";s:25:\"<b>Kaiser Permanente—GA\";s:7:\"website\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">www.kp.org</a></b>\";s:11:\"phonenumber\";s:49:\"<b><span style=\"color: #872434;\">(800) 324-9208  \";s:11:\"groupnumber\";s:4:\"9838\";s:8:\"___id___\";i:6;}i:5;a:6:{s:7:\"benefit\";s:16:\"<b>Medical      \";s:7:\"carrier\";s:26:\"<b>Kaiser Permanente—MAS\";s:7:\"website\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">www.kp.org</a></b>\";s:11:\"phonenumber\";s:50:\"<b><span style=\"color: #872434;\">(800) 324-9208   \";s:11:\"groupnumber\";s:5:\"18803\";s:8:\"___id___\";i:7;}i:6;a:6:{s:7:\"benefit\";s:18:\"<b>Medical        \";s:7:\"carrier\";s:33:\"<b>Kaiser Permanente— Northwest\";s:7:\"website\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">www.kp.org</a></b>\";s:11:\"phonenumber\";s:51:\"<b><span style=\"color: #872434;\">(800) 324-9208    \";s:11:\"groupnumber\";s:5:\"15033\";s:8:\"___id___\";i:8;}i:7;a:6:{s:7:\"benefit\";s:19:\"<b>Medical         \";s:7:\"carrier\";s:25:\"<b>Kaiser Permanente—HI\";s:7:\"website\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">www.kp.org</a></b>\";s:11:\"phonenumber\";s:52:\"<b><span style=\"color: #872434;\">(800) 324-9208     \";s:11:\"groupnumber\";s:4:\"4551\";s:8:\"___id___\";i:9;}i:8;a:6:{s:7:\"benefit\";s:20:\"<b>Medical          \";s:7:\"carrier\";s:25:\"<b>Kaiser Permanente—WA\";s:7:\"website\";s:366:\"Pre-Enrollment:<br> <b><a href=\'https://select.kaiserpermanente.org/owens-and-minor\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">select.kaiserpermanente.org<br>/owens-and-minor</span></a></b><br> Post-Enrollment:<br> <b><a href=\'http://www.kp.org\' target=\'_blank\' rel=\"noreferrer noopener\"><span style=\"color: #872434;\">www.kp.org</a></b>\";s:11:\"phonenumber\";s:53:\"<b><span style=\"color: #872434;\">(800) 324-9208      \";s:11:\"groupnumber\";s:5:\"20078\";s:8:\"___id___\";i:10;}i:9;a:6:{s:7:\"benefit\";s:21:\"<b>Prescription Drugs\";s:7:\"carrier\";s:11:\"<b>Optum Rx\";s:7:\"website\";s:127:\"<b><span style=\"color: #872434;\"><a href=\'http://www.optumrx.com\' target=\'_blank\' rel=\"noreferrer noopener\">www.optumrx.com</a>\";s:11:\"phonenumber\";s:142:\"UHC:<br> <b><span style=\"color: #872434;\">(855) 396-4462</b></span><br> Surest:<br> <b><span style=\"color: #872434;\">(866) 683-6440</b></span>\";s:11:\"groupnumber\";s:3:\"N/A\";s:8:\"___id___\";i:11;}i:10;a:6:{s:7:\"benefit\";s:46:\"<b>Health Savings & Flexible Spending Accounts\";s:7:\"carrier\";s:15:\"<b>HealthEquity\";s:7:\"website\";s:106:\"<b><span style=\"color: #872434;\"><a href=\"http://www.healthequity.com\">www.healthequity.com</b></span><br>\";s:11:\"phonenumber\";s:47:\"<b><span style=\"color: #872434;\">(866) 346-5800\";s:11:\"groupnumber\";s:4:\"N/A \";s:8:\"___id___\";i:12;}i:11;a:6:{s:7:\"benefit\";s:83:\"<b>Supplemental Medical: Accident, Critical Illness, & Hospital Indemnity Insurance\";s:7:\"carrier\";s:8:\"<b>Cigna\";s:7:\"website\";s:92:\"<b><span style=\"color: #872434;\"><a href=\"http://www.cigna.com\">www.cigna.com</b></span><br>\";s:11:\"phonenumber\";s:47:\"<span style=\"color: #872434;\"><b>(800) 754-3207\";s:11:\"groupnumber\";s:34:\"AI111284<br> CI111233<br> HC111012\";s:8:\"___id___\";i:13;}i:12;a:6:{s:7:\"benefit\";s:9:\"<b>Dental\";s:7:\"carrier\";s:27:\"<b>Delta Dental of Virginia\";s:7:\"website\";s:108:\"<b><span style=\"color: #872434;\"><a href=\"http://www.deltadentalva.com\">www.deltadentalva.com</a></span></b>\";s:11:\"phonenumber\";s:47:\"<span style=\"color: #872434;\"><b>(800) 237-6060\";s:11:\"groupnumber\";s:4:\"5115\";s:8:\"___id___\";i:14;}i:13;a:6:{s:7:\"benefit\";s:9:\"<b>Vision\";s:7:\"carrier\";s:19:\"<b>UnitedHealthcare\";s:7:\"website\";s:270:\"Pre-Enrollment:<br> <span style=\"color: #872434;\"><b><a href=\"https://whyuhc.com/owensminor\">https://whyuhc.com/owensminor</a></span></b><br> Post-Enrollment:<br> <span style=\"color: #872434;\"><b><a href=\"https://whyuhc.com/owensminor\">www.myuhcvision.com</a></span></b>\";s:11:\"phonenumber\";s:47:\"<span style=\"color: #872434;\"><b>(800) 638-3120\";s:11:\"groupnumber\";s:6:\"932303\";s:8:\"___id___\";i:15;}i:14;a:6:{s:7:\"benefit\";s:26:\"<b>Life and AD&D Insurance\";s:7:\"carrier\";s:16:\"<b>New York Life\";s:7:\"website\";s:87:\"<span style=\"color: #872434;\"><b><a href=\"http://www.mynylgbs.com\">www.mynylgbs.com</a>\";s:11:\"phonenumber\";s:47:\"<span style=\"color: #872434;\"><b>(888) 842-4462\";s:11:\"groupnumber\";s:21:\"FLX980485<br>OK980493\";s:8:\"___id___\";i:16;}i:15;a:6:{s:7:\"benefit\";s:32:\"<b>Short- & Long-Term Disability\";s:7:\"carrier\";s:17:\"<b>New York Life \";s:7:\"website\";s:88:\"<span style=\"color: #872434;\"><b><a href=\"http://www.mynylgbs.com\">www.mynylgbs.com</a> \";s:11:\"phonenumber\";s:48:\"<span style=\"color: #872434;\"><b>(888) 842-4462 \";s:11:\"groupnumber\";s:21:\"SHD985445<br>LK980375\";s:8:\"___id___\";i:17;}i:16;a:6:{s:7:\"benefit\";s:20:\"<b>Commuter Benefits\";s:7:\"carrier\";s:15:\"<b>HealthEquity\";s:7:\"website\";s:126:\"<span style=\"color: #872434;\"><b><a href=\"http://www.healthequity.com/wageworks\">www.healthequity.com/wageworks</b></a></span>\";s:11:\"phonenumber\";s:47:\"<span style=\"color: #872434;\"><b>(877) 924-3967\";s:11:\"groupnumber\";s:3:\"N/A\";s:8:\"___id___\";i:18;}i:17;a:6:{s:7:\"benefit\";s:16:\"<b>Auto and Home\";s:7:\"carrier\";s:22:\"<b>Farmers GroupSelect\";s:7:\"website\";s:129:\"<span style=\"color: #872434;\"><b><a href=\"https://www.farmers.com/groupselect\">https://www.farmers.com/groupselect</b></a></span>\";s:11:\"phonenumber\";s:47:\"<span style=\"color: #872434;\"><b>(800) 438-6381\";s:11:\"groupnumber\";s:4:\"N/A \";s:8:\"___id___\";i:19;}i:18;a:6:{s:7:\"benefit\";s:16:\"<b>Pet Insurance\";s:7:\"carrier\";s:10:\"<b>MetLife\";s:7:\"website\";s:113:\"<span style=\"color: #872434;\"><b><a href=\"http://www.metlife.com/getpetquote\">www.metlife.com/getpetquote</b></a>\";s:11:\"phonenumber\";s:47:\"<b><span style=\"color: #872434;\">(800) GET-MET8\";s:11:\"groupnumber\";s:5:\"N/A  \";s:8:\"___id___\";i:20;}i:19;a:6:{s:7:\"benefit\";s:25:\"<b>24-Hour Virtual Visits\";s:7:\"carrier\";s:19:\"<b>UnitedHealthcare\";s:7:\"website\";s:85:\"<span style=\"color: #872434;\"><b><a href=\"http://www.myuhc.com\">www.myuhc.com</b></a>\";s:11:\"phonenumber\";s:47:\"<span style=\"color: #872434;\"><b>(855) 396-4462\";s:11:\"groupnumber\";s:6:\"932303\";s:8:\"___id___\";i:21;}i:20;a:6:{s:7:\"benefit\";s:23:\"<b>Discount Program</b>\";s:7:\"carrier\";s:11:\"<b>PerkSpot\";s:7:\"website\";s:151:\"<b><span style=\"color: #872434;\"><b><a href=\"https://owens-minor.perkspot.com\">owens-minor.perkspot.com</b></a><br></span></b>(Access Code: OwensMinor)\";s:11:\"phonenumber\";s:47:\"<span style=\"color: #872434;\"><b>(866) 606-6057\";s:11:\"groupnumber\";s:3:\"N/A\";s:8:\"___id___\";i:22;}i:21;a:6:{s:7:\"benefit\";s:51:\"<b>Teammate Assistance Program (Live and Work Well)\";s:7:\"carrier\";s:20:\"<b>UnitedHealthcare \";s:7:\"website\";s:142:\"<span style=\"color: #872434;\"><b><a href=\"http://www.liveandworkwell.com\">www.liveandworkwell.com</b></a><br></span> (Access Code: owensminor)\";s:11:\"phonenumber\";s:47:\"<span style=\"color: #872434;\"><b>(866) 374-6061\";s:11:\"groupnumber\";s:7:\"932303 \";s:8:\"___id___\";i:23;}i:22;a:6:{s:7:\"benefit\";s:18:\"<b>Fidelity 401(k)\";s:7:\"carrier\";s:12:\"<b>Fidelity \";s:7:\"website\";s:94:\"<span style=\"color: #872434;\"><b><a href=\"http://www.401k.com\">www.401k.com</b></a><br></span>\";s:11:\"phonenumber\";s:47:\"<span style=\"color: #872434;\"><b>(800) 835-5095\";s:11:\"groupnumber\";s:5:\"93221\";s:8:\"___id___\";i:24;}i:23;a:6:{s:7:\"benefit\";s:16:\"<b>Fidelity TSPP\";s:7:\"carrier\";s:14:\"<b>Fidelity   \";s:7:\"website\";s:109:\"<span style=\"color: #872434;\"><b><a href=\"https://www.netbenefits.com\">www.netbenefits.com</b></a><br></span>\";s:11:\"phonenumber\";s:48:\"<span style=\"color: #872434;\"><b>(800) 544-9354 \";s:11:\"groupnumber\";s:5:\"N/A  \";s:8:\"___id___\";i:25;}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3170, 7358, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3171, 7358, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3172, 7358, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3173, 7358, '__ninja_cached_table_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3174, 7358, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3175, 7358, '_last_edited_time', '2025-02-04 02:18:56');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3180, 7358, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3181, 7358, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3219, 7370, '_et_pb_module_type', 'et_pb_accordion');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3220, 7370, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3244, 7377, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:24:\"Hospitalization Benefits\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}i:1;a:12:{s:3:\"key\";s:7:\"carrier\";s:4:\"name\";s:6:\"Plan 1\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:2;a:12:{s:3:\"key\";s:7:\"website\";s:4:\"name\";s:6:\"Plan 2\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3245, 7377, '_ninja_table_settings', 'a:31:{s:7:\"perPage\";s:3:\"200\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:10:\"ajax_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:0:\"\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:21:\"table_color_secondary\";s:0:\"\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3246, 7377, '_ninja_table_cache_object', 'a:5:{i:0;a:4:{s:7:\"benefit\";s:97:\"<b>Hospital Admission </b><br> No elimination period. Limited to 1 day, 1 benefit every 90 days. \";s:7:\"carrier\";s:12:\"$500 per day\";s:7:\"website\";s:14:\"$1,000 per day\";s:8:\"___id___\";i:39;}i:1;a:4:{s:7:\"benefit\";s:114:\"<b>Hospital Chronic Condition Admission </b><br> No elimination period. Limited to 1 day, 1 benefit every 90 days.\";s:7:\"carrier\";s:11:\"$50 per day\";s:7:\"website\";s:12:\"$100 per day\";s:8:\"___id___\";i:49;}i:2;a:4:{s:7:\"benefit\";s:94:\"<b>Hospital Stay </b><br> No elimination period. Limited to 30 days, 1 benefit every 90 days. \";s:7:\"carrier\";s:12:\"$100 per day\";s:7:\"website\";s:12:\"$200 per day\";s:8:\"___id___\";i:50;}i:3;a:4:{s:7:\"benefit\";s:119:\"<b>Hospital Intensive Care Unit (ICU) Stay </b><br> Day 1 (Additional ICU Admission + Per Day)<br> Day 2—30 (Per Day)\";s:7:\"carrier\";s:30:\"$700 one time<br> $200 per day\";s:7:\"website\";s:32:\"$1,400 one time<br> $400 per day\";s:8:\"___id___\";i:51;}i:4;a:4:{s:7:\"benefit\";s:87:\"<b>Hospital Observation Stay </b><br> 24-hour elimination period. Limited to 72 hours. \";s:7:\"carrier\";s:23:\"$100 per 24-hour period\";s:7:\"website\";s:23:\"$200 per 24-hour period\";s:8:\"___id___\";i:52;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3247, 7377, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3248, 7377, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3249, 7377, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3250, 7377, '__ninja_cached_table_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3251, 7377, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3252, 7377, '_last_edited_time', '2024-10-28 00:29:53');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3253, 7377, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3254, 7377, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3255, 7377, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3346, 7409, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:34:\"Short-Term Disability Plan Summary\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}i:1;a:12:{s:3:\"key\";s:7:\"carrier\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3347, 7409, '_ninja_table_settings', 'a:31:{s:7:\"perPage\";s:3:\"200\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:2:\"no\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:0:\"\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:21:\"table_color_secondary\";s:0:\"\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3348, 7409, '_ninja_table_cache_object', 'a:5:{i:0;a:3:{s:7:\"benefit\";s:24:\"<b>Weekly Benefit Amount\";s:7:\"carrier\";s:3:\"60%\";s:8:\"___id___\";i:58;}i:1;a:3:{s:7:\"benefit\";s:25:\"<b>Minimum Weekly Benefit\";s:7:\"carrier\";s:1:\"0\";s:8:\"___id___\";i:217;}i:2;a:3:{s:7:\"benefit\";s:25:\"<b>Maximum Weekly Benefit\";s:7:\"carrier\";s:6:\"$5,000\";s:8:\"___id___\";i:59;}i:3;a:3:{s:7:\"benefit\";s:55:\"<b>Benefits Begin After:</b><br>  Accident and sickness\";s:7:\"carrier\";s:21:\"7 days of disability*\";s:8:\"___id___\";i:60;}i:4;a:3:{s:7:\"benefit\";s:29:\"<b>Maximum Benefit Duration**\";s:7:\"carrier\";s:90:\"180 days during a consecutive 12-month period, measured from the date the disability began\";s:8:\"___id___\";i:62;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3349, 7409, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3350, 7409, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3351, 7409, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3352, 7409, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                <th scope=\"col\" colspan=\"2\" class=\"ninja_column_0 ninja_clmn_nm_benefit \">Short-Term Disability Plan Summary</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"58\" class=\"ninja_table_row_0 nt_row_id_58\">\n            <td><b>Weekly Benefit Amount</td><td>60%</td>        </tr>\n            <tr data-row_id=\"217\" class=\"ninja_table_row_1 nt_row_id_217\">\n            <td><b>Minimum Weekly Benefit</td><td>0</td>        </tr>\n            <tr data-row_id=\"59\" class=\"ninja_table_row_2 nt_row_id_59\">\n            <td><b>Maximum Weekly Benefit</td><td>$5,000</td>        </tr>\n            <tr data-row_id=\"60\" class=\"ninja_table_row_3 nt_row_id_60\">\n            <td><b>Benefits Begin After:</b><br>  Accident and sickness</td><td>7 days of disability*</td>        </tr>\n            <tr data-row_id=\"62\" class=\"ninja_table_row_4 nt_row_id_62\">\n            <td><b>Maximum Benefit Duration**</td><td>180 days during a consecutive 12-month period, measured from the date the disability began</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3353, 7409, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3354, 7409, '_last_edited_time', '2024-10-27 20:20:52');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3355, 7409, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3356, 7409, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3357, 7409, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3366, 7412, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:33:\"Long-Term Disability Plan Summary\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}i:1;a:12:{s:3:\"key\";s:7:\"carrier\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3367, 7412, '_ninja_table_settings', 'a:31:{s:7:\"perPage\";s:3:\"200\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:2:\"no\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:0:\"\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:21:\"table_color_secondary\";s:0:\"\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3368, 7412, '_ninja_table_cache_object', 'a:5:{i:0;a:3:{s:7:\"benefit\";s:25:\"<b>Monthly Benefit Amount\";s:7:\"carrier\";s:3:\"60%\";s:8:\"___id___\";i:65;}i:1;a:3:{s:7:\"benefit\";s:26:\"<b>Minimum Monthly Benefit\";s:7:\"carrier\";s:4:\"$100\";s:8:\"___id___\";i:66;}i:2;a:3:{s:7:\"benefit\";s:26:\"<b>Maximum Monthly Benefit\";s:7:\"carrier\";s:7:\"$20,000\";s:8:\"___id___\";i:67;}i:3;a:3:{s:7:\"benefit\";s:53:\"<b>Benefits Begin After:</b><br>Accident and sickness\";s:7:\"carrier\";s:22:\"180 days of disability\";s:8:\"___id___\";i:68;}i:4;a:3:{s:7:\"benefit\";s:29:\"<b>Maximum Benefit Duration**\";s:7:\"carrier\";s:105:\"Age 62 or under: The teammate’s 65th birthday or the date the 42nd monthly benefit is payable, if later\";s:8:\"___id___\";i:69;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3369, 7412, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3370, 7412, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3371, 7412, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3372, 7412, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                <th scope=\"col\" colspan=\"2\" class=\"ninja_column_0 ninja_clmn_nm_benefit \">Long-Term Disability Plan Summary</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"65\" class=\"ninja_table_row_0 nt_row_id_65\">\n            <td><b>Monthly Benefit Amount</td><td>60%</td>        </tr>\n            <tr data-row_id=\"66\" class=\"ninja_table_row_1 nt_row_id_66\">\n            <td><b>Minimum Monthly Benefit</td><td>$100</td>        </tr>\n            <tr data-row_id=\"67\" class=\"ninja_table_row_2 nt_row_id_67\">\n            <td><b>Maximum Monthly Benefit</td><td>$20,000</td>        </tr>\n            <tr data-row_id=\"68\" class=\"ninja_table_row_3 nt_row_id_68\">\n            <td><b>Benefits Begin After:</b><br>Accident and sickness</td><td>180 days of disability</td>        </tr>\n            <tr data-row_id=\"69\" class=\"ninja_table_row_4 nt_row_id_69\">\n            <td><b>Maximum Benefit Duration**</td><td>Age 62 or under: The teammate’s 65th birthday or the date the 42nd monthly benefit is payable, if later</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3373, 7412, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3374, 7412, '_last_edited_time', '2024-10-27 20:20:10');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3375, 7412, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3376, 7412, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3377, 7412, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3398, 7421, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3399, 7421, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3400, 7421, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3401, 7421, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3402, 7421, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3403, 7421, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3404, 7421, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3405, 7421, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3406, 7421, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3407, 7421, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3408, 7421, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3409, 7421, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3410, 7421, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3411, 7421, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7421\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3412, 7421, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3413, 7421, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3414, 7421, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Financial Resources Through Fidelity</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Fidelity<br />\nFidelity offers resources to help you achieve financial stability.<br />\nFidelity webinars</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/07/Q3-2025-UWW-Calendar.pdf\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"695\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png?resize=1080%2C695&#038;ssl=1\" alt=\"\" title=\"july-2025-schedule\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png?w=2160&ssl=1 2160w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png?resize=300%2C193&ssl=1 300w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png?resize=1024%2C658&ssl=1 1024w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png?resize=768%2C494&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png?resize=1536%2C988&ssl=1 1536w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png?resize=2048%2C1317&ssl=1 2048w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png?resize=1080%2C695&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png?resize=1280%2C823&ssl=1 1280w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png?resize=980%2C630&ssl=1 980w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png?resize=480%2C309&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-8150\" /></span></a>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Register for a Live Web Workshop today. Click to view the complete Live Web Workshop catalog and enroll for a live web workshop. To register, log on to netbenefits.fidelity.com/livewebmeetings.<br />\nNetBenefits Learn Hub<br />\nGet access to calculators, checklists, and financial workshops.<br />\nWork Perks through NetBenefits<br />\nYour benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to Work Perks through NetBenefits to access the following services:<br />\nFamily and Home:</p>\n<p> 	Kaplan and ACT: College test preparation<br />\n 	Fidelity 529 Savings: Education savings account<br />\n 	Fidelity Mortgage Referral Program: Mortgage origination and refinancing</p>\n<p>Health and Safety</p>\n<p> 	NotaryCam: Online notary services<br />\n 	IDnotify: Identity protection<br />\n 	Fidelity Estate Planner: Estate planning</p>\n<p>Money and Budgeting</p>\n<p> 	TurboTax: Tax preparation services<br />\n 	Fidelity Goal Booster: Short-term savings goals<br />\n 	Fidelity Cash Management: Spending and saving with investments</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"legal\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3415, 7421, '_et_pb_truncate_post_date', '2025-08-15 18:45:40');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3416, 7421, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3417, 7421, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3418, 7421, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3419, 7421, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3420, 7421, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3422, 7421, '_edit_lock', '1752863041:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3431, 7427, '_wp_attached_file', '2024/08/financial.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3432, 7427, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:21:\"2024/08/financial.jpg\";s:8:\"filesize\";i:449354;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"financial-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16130;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"financial-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37721;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"financial-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19185;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"financial-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28664;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"financial-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60392;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"financial-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86429;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"financial-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34227;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"financial-1080x510.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93036;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"financial-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36720;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"financial-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49980;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"financial-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39775;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"financial-400x510.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51914;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"financial-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47845;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"financial-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36189;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"financial-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20140;}}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:10:\"Screenshot\";s:17:\"created_timestamp\";s:10:\"1723239109\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3440, 7431, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:20:\"Teammate Plan Option\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}i:1;a:12:{s:3:\"key\";s:7:\"carrier\";s:4:\"name\";s:8:\"Coverage\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3441, 7431, '_ninja_table_settings', 'a:31:{s:7:\"perPage\";s:3:\"200\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:2:\"no\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:0:\"\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:21:\"table_color_secondary\";s:0:\"\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3442, 7431, '_ninja_table_cache_object', 'a:7:{i:0;a:3:{s:7:\"benefit\";s:29:\"<b>Supplemental Teammate Life\";s:7:\"carrier\";s:80:\"Up to 6 times your salary/$1,000,000 maximum.<br>Purchase in $50,000 increments.\";s:8:\"___id___\";i:72;}i:1;a:3:{s:7:\"benefit\";s:29:\"<b>Supplemental Teammate AD&D\";s:7:\"carrier\";s:81:\"Up to 6 times your salary/$1,000,000 maximum.<br>Purchase in $50,000 increments. \";s:8:\"___id___\";i:73;}i:2;a:3:{s:7:\"benefit\";s:25:\"<b>Spouse Life Insurance \";s:7:\"carrier\";s:88:\"$50,000 maximum (not to exceed your coverage amount).<br>Purchase in $10,000 increments.\";s:8:\"___id___\";i:74;}i:3;a:3:{s:7:\"benefit\";s:24:\"<b>Child Life Insurance*\";s:7:\"carrier\";s:49:\"$10,000 maximum;<br>purchase in $2,500 increments\";s:8:\"___id___\";i:75;}i:4;a:3:{s:7:\"benefit\";s:30:\"<b>Spouse AD&D (Without child)\";s:7:\"carrier\";s:27:\"50% of your coverage amount\";s:8:\"___id___\";i:76;}i:5;a:3:{s:7:\"benefit\";s:36:\"<b>Child(ren) AD&D* (Without spouse)\";s:7:\"carrier\";s:37:\"15% of your coverage amount per child\";s:8:\"___id___\";i:79;}i:6;a:3:{s:7:\"benefit\";s:28:\"<b>Spouse and Children AD&D*\";s:7:\"carrier\";s:73:\"40% of your coverage amount for spouse;<br>10% of your coverage per child\";s:8:\"___id___\";i:80;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3443, 7431, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3444, 7431, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3445, 7431, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3446, 7431, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_benefit \">Teammate Plan Option</th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_carrier \">Coverage</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"72\" class=\"ninja_table_row_0 nt_row_id_72\">\n            <td><b>Supplemental Teammate Life</td><td>Up to 6 times your salary/$1,000,000 maximum.<br>Purchase in $50,000 increments.</td>        </tr>\n            <tr data-row_id=\"73\" class=\"ninja_table_row_1 nt_row_id_73\">\n            <td><b>Supplemental Teammate AD&D</td><td>Up to 6 times your salary/$1,000,000 maximum.<br>Purchase in $50,000 increments. </td>        </tr>\n            <tr data-row_id=\"74\" class=\"ninja_table_row_2 nt_row_id_74\">\n            <td><b>Spouse Life Insurance </td><td>$50,000 maximum (not to exceed your coverage amount).<br>Purchase in $10,000 increments.</td>        </tr>\n            <tr data-row_id=\"75\" class=\"ninja_table_row_3 nt_row_id_75\">\n            <td><b>Child Life Insurance*</td><td>$10,000 maximum;<br>purchase in $2,500 increments</td>        </tr>\n            <tr data-row_id=\"76\" class=\"ninja_table_row_4 nt_row_id_76\">\n            <td><b>Spouse AD&D (Without child)</td><td>50% of your coverage amount</td>        </tr>\n            <tr data-row_id=\"79\" class=\"ninja_table_row_5 nt_row_id_79\">\n            <td><b>Child(ren) AD&D* (Without spouse)</td><td>15% of your coverage amount per child</td>        </tr>\n            <tr data-row_id=\"80\" class=\"ninja_table_row_6 nt_row_id_80\">\n            <td><b>Spouse and Children AD&D*</td><td>40% of your coverage amount for spouse;<br>10% of your coverage per child</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3447, 7431, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3448, 7431, '_last_edited_time', '2024-10-27 20:00:26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3449, 7431, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3450, 7431, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3451, 7431, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3460, 7437, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3461, 7437, '_menu_item_menu_item_parent', 6660);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3462, 7437, '_menu_item_object_id', 7157);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3463, 7437, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3464, 7437, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3465, 7437, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3466, 7437, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3467, 7437, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3473, 6654, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3474, 7042, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3476, 7296, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3477, 7043, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3479, 6656, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3480, 7024, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3481, 7044, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3482, 7023, '_wp_old_date', '2024-08-13');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3483, 7045, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3484, 7139, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3485, 6661, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3486, 6663, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3487, 6662, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3488, 6660, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3489, 7144, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3490, 7153, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3491, 7162, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3492, 7169, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3493, 6972, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3494, 7176, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3495, 7182, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3496, 6970, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3497, 7188, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3498, 7194, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3499, 6977, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3500, 7197, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3501, 7207, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3504, 6982, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3505, 7226, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3506, 7232, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3507, 7238, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3508, 7244, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3509, 6987, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3510, 7262, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3511, 6989, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3512, 7047, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3513, 7048, '_wp_old_date', '2024-08-13');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3518, 7439, '_wp_attached_file', '2024/08/How-an-HSA-works.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3519, 7439, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2124;s:6:\"height\";i:912;s:4:\"file\";s:28:\"2024/08/How-an-HSA-works.png\";s:8:\"filesize\";i:154912;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"How-an-HSA-works-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25689;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"How-an-HSA-works-1024x440.png\";s:5:\"width\";i:1024;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136345;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"How-an-HSA-works-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15167;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"How-an-HSA-works-768x330.png\";s:5:\"width\";i:768;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96789;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"How-an-HSA-works-1536x660.png\";s:5:\"width\";i:1536;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:205430;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"How-an-HSA-works-2048x879.png\";s:5:\"width\";i:2048;s:6:\"height\";i:879;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:267739;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"How-an-HSA-works-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47240;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"How-an-HSA-works-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149116;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"How-an-HSA-works-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51430;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"How-an-HSA-works-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67661;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"How-an-HSA-works-1080x464.png\";s:5:\"width\";i:1080;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144133;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"How-an-HSA-works-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59814;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"How-an-HSA-works-1280x550.png\";s:5:\"width\";i:1280;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170102;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"How-an-HSA-works-980x421.png\";s:5:\"width\";i:980;s:6:\"height\";i:421;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130521;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"How-an-HSA-works-480x206.png\";s:5:\"width\";i:480;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49355;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3520, 7440, '_wp_attached_file', '2024/08/Triple-Tax-Savings.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3521, 7440, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2012;s:6:\"height\";i:1104;s:4:\"file\";s:30:\"2024/08/Triple-Tax-Savings.png\";s:8:\"filesize\";i:170145;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Triple-Tax-Savings-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21470;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Triple-Tax-Savings-1024x562.png\";s:5:\"width\";i:1024;s:6:\"height\";i:562;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Triple-Tax-Savings-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4212;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Triple-Tax-Savings-768x421.png\";s:5:\"width\";i:768;s:6:\"height\";i:421;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65930;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Triple-Tax-Savings-1536x843.png\";s:5:\"width\";i:1536;s:6:\"height\";i:843;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140141;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Triple-Tax-Savings-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33272;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"Triple-Tax-Savings-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100478;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Triple-Tax-Savings-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32095;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Triple-Tax-Savings-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40763;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"Triple-Tax-Savings-1080x593.png\";s:5:\"width\";i:1080;s:6:\"height\";i:593;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Triple-Tax-Savings-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14875;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"Triple-Tax-Savings-1280x702.png\";s:5:\"width\";i:1280;s:6:\"height\";i:702;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114862;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"Triple-Tax-Savings-980x538.png\";s:5:\"width\";i:980;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85764;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"Triple-Tax-Savings-480x263.png\";s:5:\"width\";i:480;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38193;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3542, 7452, '_ninja_table_columns', 'a:2:{i:0;a:11:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:12:\"UHC PPO Core\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:2:\"px\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";}i:1;a:11:{s:3:\"key\";s:10:\"uhcppocore\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:2:\"px\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3543, 7452, '_ninja_table_settings', 'a:29:{s:7:\"perPage\";s:3:\"200\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3544, 7452, '_ninja_table_cache_object', 'a:14:{i:0;a:5:{s:14:\"ninja_column_1\";s:15:\"<b>HSA eligible\";s:10:\"uhcppocore\";s:5:\"<b>No\";s:21:\"uhc32hdhpwoptionalhsa\";s:6:\"<b>Yes\";s:9:\"surestppo\";s:5:\"<b>No\";s:8:\"___id___\";i:81;}i:1;a:5:{s:14:\"ninja_column_1\";s:39:\"<b>Company matching contribution to HSA\";s:10:\"uhcppocore\";s:3:\"N/A\";s:21:\"uhc32hdhpwoptionalhsa\";s:269:\"• $300 (teammate only)<br> • $425 (teammate + spouse/domestic partner/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\"color: #68ace5;\">HSA page</b></span> for details<br> You must contribute to your HSA in order to receive the company match\";s:9:\"surestppo\";s:16:\"Lower deductible\";s:8:\"___id___\";i:82;}i:2;a:5:{s:14:\"ninja_column_1\";s:43:\"<center><strong>In-network care: your costs\";s:10:\"uhcppocore\";s:9:\"#colspan#\";s:21:\"uhc32hdhpwoptionalhsa\";s:0:\"\";s:9:\"surestppo\";s:0:\"\";s:8:\"___id___\";i:83;}i:3;a:5:{s:14:\"ninja_column_1\";s:23:\"<strong>Preventive care\";s:10:\"uhcppocore\";s:18:\"$0; plan pays 100%\";s:21:\"uhc32hdhpwoptionalhsa\";s:18:\"$0; plan pays 100%\";s:9:\"surestppo\";s:18:\"$0; plan pays 100%\";s:8:\"___id___\";i:84;}i:4;a:5:{s:14:\"ninja_column_1\";s:31:\"<b>Individual/family deductible\";s:10:\"uhcppocore\";s:16:\"<b>$2,000/$4,000\";s:21:\"uhc32hdhpwoptionalhsa\";s:16:\"<b>$3,200/$6,400\";s:9:\"surestppo\";s:8:\"<b>$0/$0\";s:8:\"___id___\";i:85;}i:5;a:5:{s:14:\"ninja_column_1\";s:63:\"<b>Individual/family out-ofpocket maximum (includes deductible)\";s:10:\"uhcppocore\";s:14:\"$6,000/$12,000\";s:21:\"uhc32hdhpwoptionalhsa\";s:14:\"$6,550/$13,100\";s:9:\"surestppo\";s:14:\"$6,000/$12,000\";s:8:\"___id___\";i:86;}i:6;a:5:{s:14:\"ninja_column_1\";s:19:\"<b>Your coinsurance\";s:10:\"uhcppocore\";s:23:\"<b>20% after deductible\";s:21:\"uhc32hdhpwoptionalhsa\";s:23:\"<b>30% after deductible\";s:9:\"surestppo\";s:6:\"<b>N/A\";s:8:\"___id___\";i:87;}i:7;a:5:{s:14:\"ninja_column_1\";s:42:\"<b>Office visit (primary care/ specialist)\";s:10:\"uhcppocore\";s:19:\"$30 copay/$60 copay\";s:21:\"uhc32hdhpwoptionalhsa\";s:20:\"30% after deductible\";s:9:\"surestppo\";s:26:\"$40-$140 copay<sup>1</sup>\";s:8:\"___id___\";i:88;}i:8;a:5:{s:14:\"ninja_column_1\";s:21:\"<b>Telemedicine visit\";s:10:\"uhcppocore\";s:6:\"<b>$30\";s:21:\"uhc32hdhpwoptionalhsa\";s:43:\"<b>30% after deductible30% after deductible\";s:9:\"surestppo\";s:15:\"<b>$0-$90 copay\";s:8:\"___id___\";i:89;}i:9;a:5:{s:14:\"ninja_column_1\";s:23:\"<b>Emergency room visit\";s:10:\"uhcppocore\";s:20:\"20% after deductible\";s:21:\"uhc32hdhpwoptionalhsa\";s:20:\"30% after deductible\";s:9:\"surestppo\";s:22:\"$850 copay<sup>2</sup>\";s:8:\"___id___\";i:90;}i:10;a:5:{s:14:\"ninja_column_1\";s:36:\"<center><b>Prescriptions: your costs\";s:10:\"uhcppocore\";s:9:\"#colspan#\";s:21:\"uhc32hdhpwoptionalhsa\";s:0:\"\";s:9:\"surestppo\";s:0:\"\";s:8:\"___id___\";i:91;}i:11;a:5:{s:14:\"ninja_column_1\";s:90:\"<b>Retail: 30-day supply</b></br> Generic</br> Formulary</br> Non-formulary</br> Specialty\";s:10:\"uhcppocore\";s:126:\"Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*\";s:21:\"uhc32hdhpwoptionalhsa\";s:21:\"30% after deductible*\";s:9:\"surestppo\";s:97:\"Tier 1-$10 copay<br> Tier 2-$90 copay<br> Tier 3-$160<br> Tier1-$440/Tier 2-$480/<br> Tier 3-$530\";s:8:\"___id___\";i:92;}i:12;a:5:{s:14:\"ninja_column_1\";s:90:\"<b>Mail order: 90-day supply</b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty\";s:10:\"uhcppocore\";s:96:\"Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N/A\";s:21:\"uhc32hdhpwoptionalhsa\";s:113:\"Tier 1—30% after deductible<br> Tier 2—30% after deductible<br> Tier 3—30% after deductible<br> Tier 4: N/A\";s:9:\"surestppo\";s:75:\"Tier1-$25 copay<br> Tier 2-$225 copay<br> Tier 3-$400 copay<br> Not covered\";s:8:\"___id___\";i:93;}i:13;a:5:{s:14:\"ninja_column_1\";s:71:\"<b>Preventive maintenance drugs are covered at 100% on all three plans.\";s:10:\"uhcppocore\";s:9:\"#colspan#\";s:21:\"uhc32hdhpwoptionalhsa\";s:9:\"#colspan#\";s:9:\"surestppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:94;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3545, 7452, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3546, 7452, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3547, 7452, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3548, 7452, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                <th scope=\"col\" colspan=\"2\" class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \">UHC PPO Core</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"81\" class=\"ninja_table_row_0 nt_row_id_81\">\n            <td><b>HSA eligible</td><td><b>No</td>        </tr>\n            <tr data-row_id=\"82\" class=\"ninja_table_row_1 nt_row_id_82\">\n            <td><b>Company matching contribution to HSA</td><td>N/A</td>        </tr>\n            <tr data-row_id=\"83\" class=\"ninja_table_row_2 nt_row_id_83\">\n            <td colspan=\"2\"><center><strong>In-network care: your costs</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"84\" class=\"ninja_table_row_3 nt_row_id_84\">\n            <td><strong>Preventive care</td><td>$0; plan pays 100%</td>        </tr>\n            <tr data-row_id=\"85\" class=\"ninja_table_row_4 nt_row_id_85\">\n            <td><b>Individual/family deductible</td><td><b>$2,000/$4,000</td>        </tr>\n            <tr data-row_id=\"86\" class=\"ninja_table_row_5 nt_row_id_86\">\n            <td><b>Individual/family out-ofpocket maximum (includes deductible)</td><td>$6,000/$12,000</td>        </tr>\n            <tr data-row_id=\"87\" class=\"ninja_table_row_6 nt_row_id_87\">\n            <td><b>Your coinsurance</td><td><b>20% after deductible</td>        </tr>\n            <tr data-row_id=\"88\" class=\"ninja_table_row_7 nt_row_id_88\">\n            <td><b>Office visit (primary care/ specialist)</td><td>$30 copay/$60 copay</td>        </tr>\n            <tr data-row_id=\"89\" class=\"ninja_table_row_8 nt_row_id_89\">\n            <td><b>Telemedicine visit</td><td><b>$30</td>        </tr>\n            <tr data-row_id=\"90\" class=\"ninja_table_row_9 nt_row_id_90\">\n            <td><b>Emergency room visit</td><td>20% after deductible</td>        </tr>\n            <tr data-row_id=\"91\" class=\"ninja_table_row_10 nt_row_id_91\">\n            <td colspan=\"2\"><center><b>Prescriptions: your costs</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"92\" class=\"ninja_table_row_11 nt_row_id_92\">\n            <td><b>Retail: 30-day supply</b></br> Generic</br> Formulary</br> Non-formulary</br> Specialty</td><td>Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*</td>        </tr>\n            <tr data-row_id=\"93\" class=\"ninja_table_row_12 nt_row_id_93\">\n            <td><b>Mail order: 90-day supply</b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty</td><td>Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N/A</td>        </tr>\n            <tr data-row_id=\"94\" class=\"ninja_table_row_13 nt_row_id_94\">\n            <td colspan=\"2\"><b>Preventive maintenance drugs are covered at 100% on all three plans.</td><td class=\"ninja_temp_cell\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3549, 7452, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3550, 7452, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3551, 7452, '_last_edited_time', '2024-08-26 03:03:35');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3552, 7453, '_ninja_table_columns', 'a:2:{i:0;a:11:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:10:\"Surest PPO\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:2:\"px\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";}i:1;a:11:{s:3:\"key\";s:9:\"surestppo\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:2:\"px\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3553, 7453, '_ninja_table_settings', 'a:28:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:10:\"show_title\";s:0:\"\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3554, 7453, '_ninja_table_cache_object', 'a:14:{i:0;a:5:{s:14:\"ninja_column_1\";s:15:\"<b>HSA eligible\";s:10:\"uhcppocore\";s:5:\"<b>No\";s:21:\"uhc32hdhpwoptionalhsa\";s:6:\"<b>Yes\";s:9:\"surestppo\";s:5:\"<b>No\";s:8:\"___id___\";i:95;}i:1;a:5:{s:14:\"ninja_column_1\";s:39:\"<b>Company matching contribution to HSA\";s:10:\"uhcppocore\";s:3:\"N/A\";s:21:\"uhc32hdhpwoptionalhsa\";s:269:\"• $300 (teammate only)<br> • $425 (teammate + spouse/domestic partner/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\"color: #68ace5;\">HSA page</b></span> for details<br> You must contribute to your HSA in order to receive the company match\";s:9:\"surestppo\";s:16:\"Lower deductible\";s:8:\"___id___\";i:96;}i:2;a:5:{s:14:\"ninja_column_1\";s:43:\"<center><strong>In-network care: your costs\";s:10:\"uhcppocore\";s:0:\"\";s:21:\"uhc32hdhpwoptionalhsa\";s:0:\"\";s:9:\"surestppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:97;}i:3;a:5:{s:14:\"ninja_column_1\";s:23:\"<strong>Preventive care\";s:10:\"uhcppocore\";s:18:\"$0; plan pays 100%\";s:21:\"uhc32hdhpwoptionalhsa\";s:18:\"$0; plan pays 100%\";s:9:\"surestppo\";s:18:\"$0; plan pays 100%\";s:8:\"___id___\";i:98;}i:4;a:5:{s:14:\"ninja_column_1\";s:31:\"<b>Individual/family deductible\";s:10:\"uhcppocore\";s:16:\"<b>$2,000/$4,000\";s:21:\"uhc32hdhpwoptionalhsa\";s:16:\"<b>$3,200/$6,400\";s:9:\"surestppo\";s:8:\"<b>$0/$0\";s:8:\"___id___\";i:99;}i:5;a:5:{s:14:\"ninja_column_1\";s:63:\"<b>Individual/family out-ofpocket maximum (includes deductible)\";s:10:\"uhcppocore\";s:14:\"$6,000/$12,000\";s:21:\"uhc32hdhpwoptionalhsa\";s:14:\"$6,550/$13,100\";s:9:\"surestppo\";s:14:\"$6,000/$12,000\";s:8:\"___id___\";i:100;}i:6;a:5:{s:14:\"ninja_column_1\";s:19:\"<b>Your coinsurance\";s:10:\"uhcppocore\";s:23:\"<b>20% after deductible\";s:21:\"uhc32hdhpwoptionalhsa\";s:23:\"<b>30% after deductible\";s:9:\"surestppo\";s:6:\"<b>N/A\";s:8:\"___id___\";i:101;}i:7;a:5:{s:14:\"ninja_column_1\";s:42:\"<b>Office visit (primary care/ specialist)\";s:10:\"uhcppocore\";s:19:\"$30 copay/$60 copay\";s:21:\"uhc32hdhpwoptionalhsa\";s:20:\"30% after deductible\";s:9:\"surestppo\";s:26:\"$40-$140 copay<sup>1</sup>\";s:8:\"___id___\";i:102;}i:8;a:5:{s:14:\"ninja_column_1\";s:21:\"<b>Telemedicine visit\";s:10:\"uhcppocore\";s:6:\"<b>$30\";s:21:\"uhc32hdhpwoptionalhsa\";s:43:\"<b>30% after deductible30% after deductible\";s:9:\"surestppo\";s:15:\"<b>$0-$90 copay\";s:8:\"___id___\";i:103;}i:9;a:5:{s:14:\"ninja_column_1\";s:23:\"<b>Emergency room visit\";s:10:\"uhcppocore\";s:20:\"20% after deductible\";s:21:\"uhc32hdhpwoptionalhsa\";s:20:\"30% after deductible\";s:9:\"surestppo\";s:22:\"$850 copay<sup>2</sup>\";s:8:\"___id___\";i:104;}i:10;a:5:{s:14:\"ninja_column_1\";s:36:\"<center><b>Prescriptions: your costs\";s:10:\"uhcppocore\";s:0:\"\";s:21:\"uhc32hdhpwoptionalhsa\";s:0:\"\";s:9:\"surestppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:105;}i:11;a:5:{s:14:\"ninja_column_1\";s:90:\"<b>Retail: 30-day supply</b></br> Generic</br> Formulary</br> Non-formulary</br> Specialty\";s:10:\"uhcppocore\";s:126:\"Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*\";s:21:\"uhc32hdhpwoptionalhsa\";s:21:\"30% after deductible*\";s:9:\"surestppo\";s:97:\"Tier 1-$10 copay<br> Tier 2-$90 copay<br> Tier 3-$160<br> Tier1-$440/Tier 2-$480/<br> Tier 3-$530\";s:8:\"___id___\";i:106;}i:12;a:5:{s:14:\"ninja_column_1\";s:90:\"<b>Mail order: 90-day supply</b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty\";s:10:\"uhcppocore\";s:96:\"Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N/A\";s:21:\"uhc32hdhpwoptionalhsa\";s:113:\"Tier 1—30% after deductible<br> Tier 2—30% after deductible<br> Tier 3—30% after deductible<br> Tier 4: N/A\";s:9:\"surestppo\";s:75:\"Tier1-$25 copay<br> Tier 2-$225 copay<br> Tier 3-$400 copay<br> Not covered\";s:8:\"___id___\";i:107;}i:13;a:5:{s:14:\"ninja_column_1\";s:71:\"<b>Preventive maintenance drugs are covered at 100% on all three plans.\";s:10:\"uhcppocore\";s:9:\"#colspan#\";s:21:\"uhc32hdhpwoptionalhsa\";s:9:\"#colspan#\";s:9:\"surestppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:108;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3555, 7453, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3556, 7453, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3557, 7453, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3558, 7453, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                <th scope=\"col\" colspan=\"2\" class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \">Surest PPO</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"95\" class=\"ninja_table_row_0 nt_row_id_95\">\n            <td><b>HSA eligible</td><td><b>No</td>        </tr>\n            <tr data-row_id=\"96\" class=\"ninja_table_row_1 nt_row_id_96\">\n            <td><b>Company matching contribution to HSA</td><td>Lower deductible</td>        </tr>\n            <tr data-row_id=\"97\" class=\"ninja_table_row_2 nt_row_id_97\">\n            <td colspan=\"2\"><center><strong>In-network care: your costs</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"98\" class=\"ninja_table_row_3 nt_row_id_98\">\n            <td><strong>Preventive care</td><td>$0; plan pays 100%</td>        </tr>\n            <tr data-row_id=\"99\" class=\"ninja_table_row_4 nt_row_id_99\">\n            <td><b>Individual/family deductible</td><td><b>$0/$0</td>        </tr>\n            <tr data-row_id=\"100\" class=\"ninja_table_row_5 nt_row_id_100\">\n            <td><b>Individual/family out-ofpocket maximum (includes deductible)</td><td>$6,000/$12,000</td>        </tr>\n            <tr data-row_id=\"101\" class=\"ninja_table_row_6 nt_row_id_101\">\n            <td><b>Your coinsurance</td><td><b>N/A</td>        </tr>\n            <tr data-row_id=\"102\" class=\"ninja_table_row_7 nt_row_id_102\">\n            <td><b>Office visit (primary care/ specialist)</td><td>$40-$140 copay<sup>1</sup></td>        </tr>\n            <tr data-row_id=\"103\" class=\"ninja_table_row_8 nt_row_id_103\">\n            <td><b>Telemedicine visit</td><td><b>$0-$90 copay</td>        </tr>\n            <tr data-row_id=\"104\" class=\"ninja_table_row_9 nt_row_id_104\">\n            <td><b>Emergency room visit</td><td>$850 copay<sup>2</sup></td>        </tr>\n            <tr data-row_id=\"105\" class=\"ninja_table_row_10 nt_row_id_105\">\n            <td colspan=\"2\"><center><b>Prescriptions: your costs</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"106\" class=\"ninja_table_row_11 nt_row_id_106\">\n            <td><b>Retail: 30-day supply</b></br> Generic</br> Formulary</br> Non-formulary</br> Specialty</td><td>Tier 1-$10 copay<br> Tier 2-$90 copay<br> Tier 3-$160<br> Tier1-$440/Tier 2-$480/<br> Tier 3-$530</td>        </tr>\n            <tr data-row_id=\"107\" class=\"ninja_table_row_12 nt_row_id_107\">\n            <td><b>Mail order: 90-day supply</b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty</td><td>Tier1-$25 copay<br> Tier 2-$225 copay<br> Tier 3-$400 copay<br> Not covered</td>        </tr>\n            <tr data-row_id=\"108\" class=\"ninja_table_row_13 nt_row_id_108\">\n            <td colspan=\"2\"><b>Preventive maintenance drugs are covered at 100% on all three plans.</td><td class=\"ninja_temp_cell\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3559, 7453, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3560, 7453, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3561, 7453, '_last_edited_time', '2024-08-26 03:13:14');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3562, 7454, '_ninja_table_columns', 'a:2:{i:0;a:11:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:30:\"UHC $3,200 HDHP w/Optional HSA\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:2:\"px\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";}i:1;a:11:{s:3:\"key\";s:21:\"uhc32hdhpwoptionalhsa\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:2:\"px\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3563, 7454, '_ninja_table_settings', 'a:29:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3564, 7454, '_ninja_table_cache_object', 'a:14:{i:0;a:5:{s:14:\"ninja_column_1\";s:15:\"<b>HSA eligible\";s:10:\"uhcppocore\";s:5:\"<b>No\";s:21:\"uhc32hdhpwoptionalhsa\";s:6:\"<b>Yes\";s:9:\"surestppo\";s:5:\"<b>No\";s:8:\"___id___\";i:110;}i:1;a:5:{s:14:\"ninja_column_1\";s:39:\"<b>Company matching contribution to HSA\";s:10:\"uhcppocore\";s:3:\"N/A\";s:21:\"uhc32hdhpwoptionalhsa\";s:269:\"• $300 (teammate only)<br> • $425 (teammate + spouse/domestic partner/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\"color: #68ace5;\">HSA page</b></span> for details<br> You must contribute to your HSA in order to receive the company match\";s:9:\"surestppo\";s:16:\"Lower deductible\";s:8:\"___id___\";i:111;}i:2;a:5:{s:14:\"ninja_column_1\";s:43:\"<center><strong>In-network care: your costs\";s:10:\"uhcppocore\";s:0:\"\";s:21:\"uhc32hdhpwoptionalhsa\";s:9:\"#colspan#\";s:9:\"surestppo\";s:0:\"\";s:8:\"___id___\";i:112;}i:3;a:5:{s:14:\"ninja_column_1\";s:23:\"<strong>Preventive care\";s:10:\"uhcppocore\";s:18:\"$0; plan pays 100%\";s:21:\"uhc32hdhpwoptionalhsa\";s:18:\"$0; plan pays 100%\";s:9:\"surestppo\";s:18:\"$0; plan pays 100%\";s:8:\"___id___\";i:113;}i:4;a:5:{s:14:\"ninja_column_1\";s:31:\"<b>Individual/family deductible\";s:10:\"uhcppocore\";s:16:\"<b>$2,000/$4,000\";s:21:\"uhc32hdhpwoptionalhsa\";s:16:\"<b>$3,200/$6,400\";s:9:\"surestppo\";s:8:\"<b>$0/$0\";s:8:\"___id___\";i:114;}i:5;a:5:{s:14:\"ninja_column_1\";s:63:\"<b>Individual/family out-ofpocket maximum (includes deductible)\";s:10:\"uhcppocore\";s:14:\"$6,000/$12,000\";s:21:\"uhc32hdhpwoptionalhsa\";s:14:\"$6,550/$13,100\";s:9:\"surestppo\";s:14:\"$6,000/$12,000\";s:8:\"___id___\";i:115;}i:6;a:5:{s:14:\"ninja_column_1\";s:19:\"<b>Your coinsurance\";s:10:\"uhcppocore\";s:23:\"<b>20% after deductible\";s:21:\"uhc32hdhpwoptionalhsa\";s:23:\"<b>30% after deductible\";s:9:\"surestppo\";s:6:\"<b>N/A\";s:8:\"___id___\";i:116;}i:7;a:5:{s:14:\"ninja_column_1\";s:42:\"<b>Office visit (primary care/ specialist)\";s:10:\"uhcppocore\";s:19:\"$30 copay/$60 copay\";s:21:\"uhc32hdhpwoptionalhsa\";s:20:\"30% after deductible\";s:9:\"surestppo\";s:26:\"$40-$140 copay<sup>1</sup>\";s:8:\"___id___\";i:117;}i:8;a:5:{s:14:\"ninja_column_1\";s:21:\"<b>Telemedicine visit\";s:10:\"uhcppocore\";s:6:\"<b>$30\";s:21:\"uhc32hdhpwoptionalhsa\";s:43:\"<b>30% after deductible30% after deductible\";s:9:\"surestppo\";s:15:\"<b>$0-$90 copay\";s:8:\"___id___\";i:118;}i:9;a:5:{s:14:\"ninja_column_1\";s:23:\"<b>Emergency room visit\";s:10:\"uhcppocore\";s:20:\"20% after deductible\";s:21:\"uhc32hdhpwoptionalhsa\";s:20:\"30% after deductible\";s:9:\"surestppo\";s:22:\"$850 copay<sup>2</sup>\";s:8:\"___id___\";i:119;}i:10;a:5:{s:14:\"ninja_column_1\";s:36:\"<center><b>Prescriptions: your costs\";s:10:\"uhcppocore\";s:0:\"\";s:21:\"uhc32hdhpwoptionalhsa\";s:9:\"#colspan#\";s:9:\"surestppo\";s:0:\"\";s:8:\"___id___\";i:120;}i:11;a:5:{s:14:\"ninja_column_1\";s:90:\"<b>Retail: 30-day supply</b></br> Generic</br> Formulary</br> Non-formulary</br> Specialty\";s:10:\"uhcppocore\";s:126:\"Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*\";s:21:\"uhc32hdhpwoptionalhsa\";s:21:\"30% after deductible*\";s:9:\"surestppo\";s:97:\"Tier 1-$10 copay<br> Tier 2-$90 copay<br> Tier 3-$160<br> Tier1-$440/Tier 2-$480/<br> Tier 3-$530\";s:8:\"___id___\";i:121;}i:12;a:5:{s:14:\"ninja_column_1\";s:90:\"<b>Mail order: 90-day supply</b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty\";s:10:\"uhcppocore\";s:96:\"Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N/A\";s:21:\"uhc32hdhpwoptionalhsa\";s:113:\"Tier 1—30% after deductible<br> Tier 2—30% after deductible<br> Tier 3—30% after deductible<br> Tier 4: N/A\";s:9:\"surestppo\";s:75:\"Tier1-$25 copay<br> Tier 2-$225 copay<br> Tier 3-$400 copay<br> Not covered\";s:8:\"___id___\";i:122;}i:13;a:5:{s:14:\"ninja_column_1\";s:71:\"<b>Preventive maintenance drugs are covered at 100% on all three plans.\";s:10:\"uhcppocore\";s:9:\"#colspan#\";s:21:\"uhc32hdhpwoptionalhsa\";s:9:\"#colspan#\";s:9:\"surestppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:123;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3565, 7454, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3566, 7454, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3567, 7454, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3568, 7454, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                <th scope=\"col\" colspan=\"2\" class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \">UHC $3,200 HDHP w/Optional HSA</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"110\" class=\"ninja_table_row_0 nt_row_id_110\">\n            <td><b>HSA eligible</td><td><b>Yes</td>        </tr>\n            <tr data-row_id=\"111\" class=\"ninja_table_row_1 nt_row_id_111\">\n            <td><b>Company matching contribution to HSA</td><td>• $300 (teammate only)<br> • $425 (teammate + spouse/domestic partner/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\"color: #68ace5;\">HSA page</b></span> for details<br> You must contribute to your HSA in order to receive the company match</td>        </tr>\n            <tr data-row_id=\"112\" class=\"ninja_table_row_2 nt_row_id_112\">\n            <td colspan=\"2\"><center><strong>In-network care: your costs</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"113\" class=\"ninja_table_row_3 nt_row_id_113\">\n            <td><strong>Preventive care</td><td>$0; plan pays 100%</td>        </tr>\n            <tr data-row_id=\"114\" class=\"ninja_table_row_4 nt_row_id_114\">\n            <td><b>Individual/family deductible</td><td><b>$3,200/$6,400</td>        </tr>\n            <tr data-row_id=\"115\" class=\"ninja_table_row_5 nt_row_id_115\">\n            <td><b>Individual/family out-ofpocket maximum (includes deductible)</td><td>$6,550/$13,100</td>        </tr>\n            <tr data-row_id=\"116\" class=\"ninja_table_row_6 nt_row_id_116\">\n            <td><b>Your coinsurance</td><td><b>30% after deductible</td>        </tr>\n            <tr data-row_id=\"117\" class=\"ninja_table_row_7 nt_row_id_117\">\n            <td><b>Office visit (primary care/ specialist)</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"118\" class=\"ninja_table_row_8 nt_row_id_118\">\n            <td><b>Telemedicine visit</td><td><b>30% after deductible30% after deductible</td>        </tr>\n            <tr data-row_id=\"119\" class=\"ninja_table_row_9 nt_row_id_119\">\n            <td><b>Emergency room visit</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"120\" class=\"ninja_table_row_10 nt_row_id_120\">\n            <td colspan=\"2\"><center><b>Prescriptions: your costs</td><td class=\"ninja_temp_cell\"></td>        </tr>\n            <tr data-row_id=\"121\" class=\"ninja_table_row_11 nt_row_id_121\">\n            <td><b>Retail: 30-day supply</b></br> Generic</br> Formulary</br> Non-formulary</br> Specialty</td><td>30% after deductible*</td>        </tr>\n            <tr data-row_id=\"122\" class=\"ninja_table_row_12 nt_row_id_122\">\n            <td><b>Mail order: 90-day supply</b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty</td><td>Tier 1—30% after deductible<br> Tier 2—30% after deductible<br> Tier 3—30% after deductible<br> Tier 4: N/A</td>        </tr>\n            <tr data-row_id=\"123\" class=\"ninja_table_row_13 nt_row_id_123\">\n            <td colspan=\"2\"><b>Preventive maintenance drugs are covered at 100% on all three plans.</td><td class=\"ninja_temp_cell\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3569, 7454, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3570, 7454, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3571, 7454, '_last_edited_time', '2024-08-26 03:07:45');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3576, 7452, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3577, 7452, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3578, 7454, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3579, 7454, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3580, 7453, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3581, 7453, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3582, 7457, '_ninja_table_columns', 'a:2:{i:0;a:11:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:31:\"UPMC HDHP EPO with Optional HSA\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:2:\"px\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";}i:1;a:11:{s:3:\"key\";s:21:\"uhc32hdhpwoptionalhsa\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:2:\"px\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3583, 7457, '_ninja_table_settings', 'a:29:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:7:\"striped\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"14\";s:22:\"alternate_color_status\";s:3:\"yes\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3584, 7457, '_ninja_table_cache_object', 'a:15:{i:0;a:5:{s:14:\"ninja_column_1\";s:69:\"<b>Annual Deductible</b><br>Single<br>Family<br>Embedded or Aggregate\";s:10:\"uhcppocore\";s:5:\"<b>No\";s:21:\"uhc32hdhpwoptionalhsa\";s:32:\"<br>$4,000<br>$8,000<br>Embedded\";s:9:\"surestppo\";s:5:\"<b>No\";s:8:\"___id___\";i:125;}i:1;a:5:{s:14:\"ninja_column_1\";s:76:\"<b>Annual Out-of-Pocket Max</b><br>Single<br>Family<br>Embedded or Aggregate\";s:10:\"uhcppocore\";s:3:\"N/A\";s:21:\"uhc32hdhpwoptionalhsa\";s:28:\"<br>$6,550<br>$13,100<br>Yes\";s:9:\"surestppo\";s:16:\"Lower deductible\";s:8:\"___id___\";i:126;}i:2;a:5:{s:14:\"ninja_column_1\";s:15:\"<b>Lifetime Max\";s:10:\"uhcppocore\";s:16:\"<b>$2,000/$4,000\";s:21:\"uhc32hdhpwoptionalhsa\";s:9:\"Unlimited\";s:9:\"surestppo\";s:8:\"<b>$0/$0\";s:8:\"___id___\";i:129;}i:3;a:5:{s:14:\"ninja_column_1\";s:15:\"<b>Office Visit\";s:10:\"uhcppocore\";s:14:\"$6,000/$12,000\";s:21:\"uhc32hdhpwoptionalhsa\";s:20:\"30% after deductible\";s:9:\"surestppo\";s:14:\"$6,000/$12,000\";s:8:\"___id___\";i:130;}i:4;a:5:{s:14:\"ninja_column_1\";s:22:\"<b>Preventive Services\";s:10:\"uhcppocore\";s:23:\"<b>20% after deductible\";s:21:\"uhc32hdhpwoptionalhsa\";s:9:\"No charge\";s:9:\"surestppo\";s:6:\"<b>N/A\";s:8:\"___id___\";i:131;}i:5;a:5:{s:14:\"ninja_column_1\";s:52:\"<b>Chiropractic Care (May require medical necessity)\";s:10:\"uhcppocore\";s:19:\"$30 copay/$60 copay\";s:21:\"uhc32hdhpwoptionalhsa\";s:64:\"30% after deductible (up to 25 visits combined with acupuncture)\";s:9:\"surestppo\";s:26:\"$40-$140 copay<sup>1</sup>\";s:8:\"___id___\";i:132;}i:6;a:5:{s:14:\"ninja_column_1\";s:14:\"<b>Lab & X-Ray\";s:10:\"uhcppocore\";s:6:\"<b>$30\";s:21:\"uhc32hdhpwoptionalhsa\";s:20:\"30% after deductible\";s:9:\"surestppo\";s:15:\"<b>$0-$90 copay\";s:8:\"___id___\";i:133;}i:7;a:5:{s:14:\"ninja_column_1\";s:28:\"<b>Inpatient Hospitalization\";s:10:\"uhcppocore\";s:126:\"Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*\";s:21:\"uhc32hdhpwoptionalhsa\";s:21:\"30% after deductible \";s:9:\"surestppo\";s:97:\"Tier 1-$10 copay<br> Tier 2-$90 copay<br> Tier 3-$160<br> Tier1-$440/Tier 2-$480/<br> Tier 3-$530\";s:8:\"___id___\";i:136;}i:8;a:5:{s:14:\"ninja_column_1\";s:21:\"<b>Outpatient Surgery\";s:10:\"uhcppocore\";s:96:\"Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N/A\";s:21:\"uhc32hdhpwoptionalhsa\";s:23:\"30% after deductible   \";s:9:\"surestppo\";s:75:\"Tier1-$25 copay<br> Tier 2-$225 copay<br> Tier 3-$400 copay<br> Not covered\";s:8:\"___id___\";i:137;}i:9;a:5:{s:14:\"ninja_column_1\";s:14:\"<b>Urgent Care\";s:10:\"uhcppocore\";s:9:\"#colspan#\";s:21:\"uhc32hdhpwoptionalhsa\";s:24:\"30% after deductible    \";s:9:\"surestppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:138;}i:10;a:3:{s:14:\"ninja_column_1\";s:17:\"<b>Emergency Room\";s:21:\"uhc32hdhpwoptionalhsa\";s:25:\"30% after deductible     \";s:8:\"___id___\";i:140;}i:11;a:3:{s:14:\"ninja_column_1\";s:29:\"<center><b>Prescription Drugs\";s:21:\"uhc32hdhpwoptionalhsa\";s:24:\"<center><b>Generic/Brand\";s:8:\"___id___\";i:141;}i:12;a:3:{s:14:\"ninja_column_1\";s:29:\"<b>Deductible (Single/Family)\";s:21:\"uhc32hdhpwoptionalhsa\";s:18:\"Combined w/medical\";s:8:\"___id___\";i:142;}i:13;a:3:{s:14:\"ninja_column_1\";s:25:\"<b>Retail (30 day supply)\";s:21:\"uhc32hdhpwoptionalhsa\";s:26:\"30%/30% (after deductible)\";s:8:\"___id___\";i:143;}i:14;a:3:{s:14:\"ninja_column_1\";s:29:\"<b>Mail Order (90 day supply)\";s:21:\"uhc32hdhpwoptionalhsa\";s:27:\"30%/30% (after deductible) \";s:8:\"___id___\";i:144;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3585, 7457, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3586, 7457, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3587, 7457, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3588, 7457, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                <th scope=\"col\" colspan=\"2\" class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \">UPMC HDHP EPO with Optional HSA</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"125\" class=\"ninja_table_row_0 nt_row_id_125\">\n            <td><b>Annual Deductible</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>$4,000<br>$8,000<br>Embedded</td>        </tr>\n            <tr data-row_id=\"126\" class=\"ninja_table_row_1 nt_row_id_126\">\n            <td><b>Annual Out-of-Pocket Max</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>$6,550<br>$13,100<br>Yes</td>        </tr>\n            <tr data-row_id=\"129\" class=\"ninja_table_row_2 nt_row_id_129\">\n            <td><b>Lifetime Max</td><td>Unlimited</td>        </tr>\n            <tr data-row_id=\"130\" class=\"ninja_table_row_3 nt_row_id_130\">\n            <td><b>Office Visit</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"131\" class=\"ninja_table_row_4 nt_row_id_131\">\n            <td><b>Preventive Services</td><td>No charge</td>        </tr>\n            <tr data-row_id=\"132\" class=\"ninja_table_row_5 nt_row_id_132\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>30% after deductible (up to 25 visits combined with acupuncture)</td>        </tr>\n            <tr data-row_id=\"133\" class=\"ninja_table_row_6 nt_row_id_133\">\n            <td><b>Lab & X-Ray</td><td>30% after deductible</td>        </tr>\n            <tr data-row_id=\"136\" class=\"ninja_table_row_7 nt_row_id_136\">\n            <td><b>Inpatient Hospitalization</td><td>30% after deductible </td>        </tr>\n            <tr data-row_id=\"137\" class=\"ninja_table_row_8 nt_row_id_137\">\n            <td><b>Outpatient Surgery</td><td>30% after deductible   </td>        </tr>\n            <tr data-row_id=\"138\" class=\"ninja_table_row_9 nt_row_id_138\">\n            <td><b>Urgent Care</td><td>30% after deductible    </td>        </tr>\n            <tr data-row_id=\"140\" class=\"ninja_table_row_10 nt_row_id_140\">\n            <td><b>Emergency Room</td><td>30% after deductible     </td>        </tr>\n            <tr data-row_id=\"141\" class=\"ninja_table_row_11 nt_row_id_141\">\n            <td><center><b>Prescription Drugs</td><td><center><b>Generic/Brand</td>        </tr>\n            <tr data-row_id=\"142\" class=\"ninja_table_row_12 nt_row_id_142\">\n            <td><b>Deductible (Single/Family)</td><td>Combined w/medical</td>        </tr>\n            <tr data-row_id=\"143\" class=\"ninja_table_row_13 nt_row_id_143\">\n            <td><b>Retail (30 day supply)</td><td>30%/30% (after deductible)</td>        </tr>\n            <tr data-row_id=\"144\" class=\"ninja_table_row_14 nt_row_id_144\">\n            <td><b>Mail Order (90 day supply)</td><td>30%/30% (after deductible) </td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3589, 7457, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3590, 7457, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3591, 7457, '_last_edited_time', '2024-08-26 03:33:45');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3592, 7457, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3593, 7457, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3598, 7460, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:14:\"Hawaii POS 405\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}i:1;a:12:{s:3:\"key\";s:7:\"carrier\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3599, 7460, '_ninja_table_settings', 'a:31:{s:7:\"perPage\";s:3:\"200\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:2:\"no\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:0:\"\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:21:\"table_color_secondary\";s:0:\"\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3600, 7460, '_ninja_table_cache_object', 'a:15:{i:0;a:3:{s:7:\"benefit\";s:1:\" \";s:7:\"carrier\";s:21:\"<center><b>In-Network\";s:8:\"___id___\";i:147;}i:1;a:3:{s:7:\"benefit\";s:69:\"<b>Annual Deductible</b><br>Single<br>Family<br>Embedded or Aggregate\";s:7:\"carrier\";s:54:\"<br>Not applicable<br>Not applicable<br>Not applicable\";s:8:\"___id___\";i:159;}i:2;a:3:{s:7:\"benefit\";s:76:\"<b>Annual Out-of-Pocket Max</b><br>Single<br>Family<br>Embedded or Aggregate\";s:7:\"carrier\";s:27:\"<br>$2,000<br>$6,000<br>Yes\";s:8:\"___id___\";i:160;}i:3;a:3:{s:7:\"benefit\";s:15:\"<b>Office Visit\";s:7:\"carrier\";s:9:\"$15 copay\";s:8:\"___id___\";i:150;}i:4;a:3:{s:7:\"benefit\";s:22:\"<b>Preventive Services\";s:7:\"carrier\";s:9:\"No charge\";s:8:\"___id___\";i:151;}i:5;a:3:{s:7:\"benefit\";s:52:\"<b>Chiropractic Care (May require medical necessity)\";s:7:\"carrier\";s:11:\"Not covered\";s:8:\"___id___\";i:161;}i:6;a:3:{s:7:\"benefit\";s:14:\"<b>Lab & X-Ray\";s:7:\"carrier\";s:3:\"10%\";s:8:\"___id___\";i:162;}i:7;a:3:{s:7:\"benefit\";s:28:\"<b>Inpatient Hospitalization\";s:7:\"carrier\";s:17:\"$75 copay per day\";s:8:\"___id___\";i:163;}i:8;a:3:{s:7:\"benefit\";s:21:\"<b>Outpatient Surgery\";s:7:\"carrier\";s:9:\"$15 copay\";s:8:\"___id___\";i:152;}i:9;a:3:{s:7:\"benefit\";s:14:\"<b>Urgent Care\";s:7:\"carrier\";s:87:\"$15 copay per visit within service area; 20% of applicable charges outside service area\";s:8:\"___id___\";i:153;}i:10;a:3:{s:7:\"benefit\";s:17:\"<b>Emergency Room\";s:7:\"carrier\";s:40:\"$75 copay per visit (waived if admitted)\";s:8:\"___id___\";i:154;}i:11;a:3:{s:7:\"benefit\";s:29:\"<b><center>Prescription Drugs\";s:7:\"carrier\";s:24:\"<b><center>Generic/Brand\";s:8:\"___id___\";i:155;}i:12;a:3:{s:7:\"benefit\";s:29:\"<b>Deductible (Single/Family)\";s:7:\"carrier\";s:14:\"Not applicable\";s:8:\"___id___\";i:156;}i:13;a:3:{s:7:\"benefit\";s:25:\"<b>Retail (30-day supply)\";s:7:\"carrier\";s:19:\"$15 copay/$15 copay\";s:8:\"___id___\";i:157;}i:14;a:3:{s:7:\"benefit\";s:29:\"<b>Mail Order (90-day supply)\";s:7:\"carrier\";s:19:\"$30 copay/$30 copay\";s:8:\"___id___\";i:158;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3601, 7460, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3602, 7460, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3603, 7460, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3604, 7460, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                <th scope=\"col\" colspan=\"2\" class=\"ninja_column_0 ninja_clmn_nm_benefit \">Hawaii POS 405</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"147\" class=\"ninja_table_row_0 nt_row_id_147\">\n            <td> </td><td><center><b>In-Network</td>        </tr>\n            <tr data-row_id=\"159\" class=\"ninja_table_row_1 nt_row_id_159\">\n            <td><b>Annual Deductible</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>Not applicable<br>Not applicable<br>Not applicable</td>        </tr>\n            <tr data-row_id=\"160\" class=\"ninja_table_row_2 nt_row_id_160\">\n            <td><b>Annual Out-of-Pocket Max</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>$2,000<br>$6,000<br>Yes</td>        </tr>\n            <tr data-row_id=\"150\" class=\"ninja_table_row_3 nt_row_id_150\">\n            <td><b>Office Visit</td><td>$15 copay</td>        </tr>\n            <tr data-row_id=\"151\" class=\"ninja_table_row_4 nt_row_id_151\">\n            <td><b>Preventive Services</td><td>No charge</td>        </tr>\n            <tr data-row_id=\"161\" class=\"ninja_table_row_5 nt_row_id_161\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>Not covered</td>        </tr>\n            <tr data-row_id=\"162\" class=\"ninja_table_row_6 nt_row_id_162\">\n            <td><b>Lab & X-Ray</td><td>10%</td>        </tr>\n            <tr data-row_id=\"163\" class=\"ninja_table_row_7 nt_row_id_163\">\n            <td><b>Inpatient Hospitalization</td><td>$75 copay per day</td>        </tr>\n            <tr data-row_id=\"152\" class=\"ninja_table_row_8 nt_row_id_152\">\n            <td><b>Outpatient Surgery</td><td>$15 copay</td>        </tr>\n            <tr data-row_id=\"153\" class=\"ninja_table_row_9 nt_row_id_153\">\n            <td><b>Urgent Care</td><td>$15 copay per visit within service area; 20% of applicable charges outside service area</td>        </tr>\n            <tr data-row_id=\"154\" class=\"ninja_table_row_10 nt_row_id_154\">\n            <td><b>Emergency Room</td><td>$75 copay per visit (waived if admitted)</td>        </tr>\n            <tr data-row_id=\"155\" class=\"ninja_table_row_11 nt_row_id_155\">\n            <td><b><center>Prescription Drugs</td><td><b><center>Generic/Brand</td>        </tr>\n            <tr data-row_id=\"156\" class=\"ninja_table_row_12 nt_row_id_156\">\n            <td><b>Deductible (Single/Family)</td><td>Not applicable</td>        </tr>\n            <tr data-row_id=\"157\" class=\"ninja_table_row_13 nt_row_id_157\">\n            <td><b>Retail (30-day supply)</td><td>$15 copay/$15 copay</td>        </tr>\n            <tr data-row_id=\"158\" class=\"ninja_table_row_14 nt_row_id_158\">\n            <td><b>Mail Order (90-day supply)</td><td>$30 copay/$30 copay</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3605, 7460, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3606, 7460, '_last_edited_time', '2024-10-27 19:01:38');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3607, 7460, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3608, 7460, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3609, 7460, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3614, 7462, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:1:\" \";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"33\";}i:1;a:12:{s:3:\"key\";s:7:\"carrier\";s:4:\"name\";s:57:\"Kaiser HDHP with Optional HSA— Mid‑Atlantic States/WA\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"33\";}i:2;a:13:{s:4:\"name\";s:41:\"Kaiser HDHP with Optional HSA—Northwest\";s:3:\"key\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"33\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3615, 7462, '_ninja_table_settings', 'a:31:{s:7:\"perPage\";s:3:\"200\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:2:\"no\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:0:\"\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:21:\"table_color_secondary\";s:0:\"\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3616, 7462, '_ninja_table_cache_object', 'a:15:{i:0;a:4:{s:7:\"benefit\";s:1:\" \";s:7:\"carrier\";s:21:\"<center><b>In-Network\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:22:\"<center><b>In-Network \";s:8:\"___id___\";i:164;}i:1;a:4:{s:7:\"benefit\";s:69:\"<b>Annual Deductible</b><br>Single<br>Family<br>Embedded or Aggregate\";s:7:\"carrier\";s:32:\"<br>$3,300<br>$6,600<br>Embedded\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:33:\"<br>$3,300<br>$6,600<br>Embedded \";s:8:\"___id___\";i:174;}i:2;a:4:{s:7:\"benefit\";s:76:\"<b>Annual Out-of-Pocket Max</b><br>Single<br>Family<br>Embedded or Aggregate\";s:7:\"carrier\";s:28:\"<br>$6,000<br>$12,000<br>Yes\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:29:\"<br>$6,000<br>$12,000<br>Yes \";s:8:\"___id___\";i:175;}i:3;a:4:{s:7:\"benefit\";s:15:\"<b>Office Visit\";s:7:\"carrier\";s:20:\"30% after deductible\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:21:\"30% after deductible*\";s:8:\"___id___\";i:165;}i:4;a:4:{s:7:\"benefit\";s:22:\"<b>Preventive Services\";s:7:\"carrier\";s:9:\"No charge\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:10:\"No charge \";s:8:\"___id___\";i:166;}i:5;a:4:{s:7:\"benefit\";s:52:\"<b>Chiropractic Care (May require medical necessity)\";s:7:\"carrier\";s:47:\"30% after deductible (up to 20 visits per year)\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:48:\"30% after deductible (up to 20 visits per year) \";s:8:\"___id___\";i:176;}i:6;a:4:{s:7:\"benefit\";s:14:\"<b>Lab & X-Ray\";s:7:\"carrier\";s:20:\"30% after deductible\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:21:\"30% after deductible \";s:8:\"___id___\";i:177;}i:7;a:4:{s:7:\"benefit\";s:28:\"<b>Inpatient Hospitalization\";s:7:\"carrier\";s:21:\"30% after deductible \";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:22:\"30% after deductible  \";s:8:\"___id___\";i:178;}i:8;a:4:{s:7:\"benefit\";s:21:\"<b>Outpatient Surgery\";s:7:\"carrier\";s:22:\"30% after deductible  \";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:23:\"30% after deductible   \";s:8:\"___id___\";i:167;}i:9;a:4:{s:7:\"benefit\";s:14:\"<b>Urgent Care\";s:7:\"carrier\";s:23:\"30% after deductible   \";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:24:\"30% after deductible    \";s:8:\"___id___\";i:168;}i:10;a:4:{s:7:\"benefit\";s:17:\"<b>Emergency Room\";s:7:\"carrier\";s:24:\"30% after deductible    \";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:25:\"30% after deductible     \";s:8:\"___id___\";i:169;}i:11;a:4:{s:7:\"benefit\";s:29:\"<b><center>Prescription Drugs\";s:7:\"carrier\";s:24:\"<b><center>Generic/Brand\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:25:\"<b><center>Generic/Brand \";s:8:\"___id___\";i:170;}i:12;a:4:{s:7:\"benefit\";s:29:\"<b>Deductible (Single/Family)\";s:7:\"carrier\";s:18:\"Combined w/medical\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:19:\"Combined w/medical \";s:8:\"___id___\";i:171;}i:13;a:4:{s:7:\"benefit\";s:25:\"<b>Retail (30-day supply)\";s:7:\"carrier\";s:26:\"$15/$35 (after deductible)\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:27:\"$15/$35 (after deductible) \";s:8:\"___id___\";i:172;}i:14;a:4:{s:7:\"benefit\";s:29:\"<b>Mail Order (90-day supply)\";s:7:\"carrier\";s:26:\"$30/$70 (after deductible)\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:27:\"$30/$70 (after deductible) \";s:8:\"___id___\";i:173;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3617, 7462, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3618, 7462, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3619, 7462, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3620, 7462, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_benefit \"> </th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_carrier \">Kaiser HDHP with Optional HSA— Mid‑Atlantic States/WA</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_kaiser_hdhp_with_optional_hsa_northwest \">Kaiser HDHP with Optional HSA—Northwest</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"164\" class=\"ninja_table_row_0 nt_row_id_164\">\n            <td> </td><td><center><b>In-Network</td><td><center><b>In-Network </td>        </tr>\n            <tr data-row_id=\"174\" class=\"ninja_table_row_1 nt_row_id_174\">\n            <td><b>Annual Deductible</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>$3,300<br>$6,600<br>Embedded</td><td><br>$3,300<br>$6,600<br>Embedded </td>        </tr>\n            <tr data-row_id=\"175\" class=\"ninja_table_row_2 nt_row_id_175\">\n            <td><b>Annual Out-of-Pocket Max</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>$6,000<br>$12,000<br>Yes</td><td><br>$6,000<br>$12,000<br>Yes </td>        </tr>\n            <tr data-row_id=\"165\" class=\"ninja_table_row_3 nt_row_id_165\">\n            <td><b>Office Visit</td><td>30% after deductible</td><td>30% after deductible*</td>        </tr>\n            <tr data-row_id=\"166\" class=\"ninja_table_row_4 nt_row_id_166\">\n            <td><b>Preventive Services</td><td>No charge</td><td>No charge </td>        </tr>\n            <tr data-row_id=\"176\" class=\"ninja_table_row_5 nt_row_id_176\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>30% after deductible (up to 20 visits per year)</td><td>30% after deductible (up to 20 visits per year) </td>        </tr>\n            <tr data-row_id=\"177\" class=\"ninja_table_row_6 nt_row_id_177\">\n            <td><b>Lab & X-Ray</td><td>30% after deductible</td><td>30% after deductible </td>        </tr>\n            <tr data-row_id=\"178\" class=\"ninja_table_row_7 nt_row_id_178\">\n            <td><b>Inpatient Hospitalization</td><td>30% after deductible </td><td>30% after deductible  </td>        </tr>\n            <tr data-row_id=\"167\" class=\"ninja_table_row_8 nt_row_id_167\">\n            <td><b>Outpatient Surgery</td><td>30% after deductible  </td><td>30% after deductible   </td>        </tr>\n            <tr data-row_id=\"168\" class=\"ninja_table_row_9 nt_row_id_168\">\n            <td><b>Urgent Care</td><td>30% after deductible   </td><td>30% after deductible    </td>        </tr>\n            <tr data-row_id=\"169\" class=\"ninja_table_row_10 nt_row_id_169\">\n            <td><b>Emergency Room</td><td>30% after deductible    </td><td>30% after deductible     </td>        </tr>\n            <tr data-row_id=\"170\" class=\"ninja_table_row_11 nt_row_id_170\">\n            <td><b><center>Prescription Drugs</td><td><b><center>Generic/Brand</td><td><b><center>Generic/Brand </td>        </tr>\n            <tr data-row_id=\"171\" class=\"ninja_table_row_12 nt_row_id_171\">\n            <td><b>Deductible (Single/Family)</td><td>Combined w/medical</td><td>Combined w/medical </td>        </tr>\n            <tr data-row_id=\"172\" class=\"ninja_table_row_13 nt_row_id_172\">\n            <td><b>Retail (30-day supply)</td><td>$15/$35 (after deductible)</td><td>$15/$35 (after deductible) </td>        </tr>\n            <tr data-row_id=\"173\" class=\"ninja_table_row_14 nt_row_id_173\">\n            <td><b>Mail Order (90-day supply)</td><td>$30/$70 (after deductible)</td><td>$30/$70 (after deductible) </td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3621, 7462, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3622, 7462, '_last_edited_time', '2024-10-27 19:01:07');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3623, 7462, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3624, 7462, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3625, 7462, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3630, 7465, '_ninja_table_columns', 'a:4:{i:0;a:12:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:1:\" \";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:1;a:12:{s:3:\"key\";s:7:\"carrier\";s:4:\"name\";s:37:\"Kaiser HDHP with<br>Optional HSA—CA\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:2;a:13:{s:4:\"name\";s:37:\"Kaiser HDHP with<br>Optional HSA—CO\";s:3:\"key\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:3;a:13:{s:4:\"name\";s:37:\"Kaiser HDHP with<br>Optional HSA—GA\";s:3:\"key\";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3631, 7465, '_ninja_table_settings', 'a:31:{s:7:\"perPage\";s:3:\"200\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:2:\"no\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:0:\"\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:21:\"table_color_secondary\";s:0:\"\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3632, 7465, '_ninja_table_cache_object', 'a:15:{i:0;a:5:{s:7:\"benefit\";s:1:\" \";s:7:\"carrier\";s:21:\"<center><b>In-Network\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:22:\"<center><b>In-Network \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:23:\"<center><b>In-Network  \";s:8:\"___id___\";i:179;}i:1;a:5:{s:7:\"benefit\";s:69:\"<b>Annual Deductible</b><br>Single<br>Family<br>Embedded or Aggregate\";s:7:\"carrier\";s:32:\"<br>$3,300<br>$6,600<br>Embedded\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:33:\"<br>$3,300<br>$6,600<br>Embedded \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:34:\"<br>$3,300<br>$6,600<br>Embedded  \";s:8:\"___id___\";i:189;}i:2;a:5:{s:7:\"benefit\";s:76:\"<b>Annual Out-of-Pocket Max</b><br>Single<br>Family<br>Embedded or Aggregate\";s:7:\"carrier\";s:28:\"<br>$6,000<br>$12,000<br>Yes\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:29:\"<br>$6,000<br>$12,000<br>Yes \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:30:\"<br>$6,000<br>$12,000<br>Yes  \";s:8:\"___id___\";i:190;}i:3;a:5:{s:7:\"benefit\";s:15:\"<b>Office Visit\";s:7:\"carrier\";s:20:\"30% after deductible\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:21:\"30% after deductible \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:22:\"30% after deductible  \";s:8:\"___id___\";i:180;}i:4;a:5:{s:7:\"benefit\";s:22:\"<b>Preventive Services\";s:7:\"carrier\";s:9:\"No charge\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:10:\"No charge \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:11:\"No charge  \";s:8:\"___id___\";i:181;}i:5;a:5:{s:7:\"benefit\";s:52:\"<b>Chiropractic Care (May require medical necessity)\";s:7:\"carrier\";s:47:\"30% after deductible (up to 20 visits per year)\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:48:\"30% after deductible (up to 20 visits per year) \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:49:\"30% after deductible (up to 20 visits per year)  \";s:8:\"___id___\";i:191;}i:6;a:5:{s:7:\"benefit\";s:14:\"<b>Lab & X-Ray\";s:7:\"carrier\";s:20:\"30% after deductible\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:21:\"30% after deductible \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:22:\"30% after deductible  \";s:8:\"___id___\";i:192;}i:7;a:5:{s:7:\"benefit\";s:28:\"<b>Inpatient Hospitalization\";s:7:\"carrier\";s:21:\"30% after deductible \";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:22:\"30% after deductible  \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:23:\"30% after deductible   \";s:8:\"___id___\";i:193;}i:8;a:5:{s:7:\"benefit\";s:21:\"<b>Outpatient Surgery\";s:7:\"carrier\";s:22:\"30% after deductible  \";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:23:\"30% after deductible   \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:28:\"30% after deductible        \";s:8:\"___id___\";i:182;}i:9;a:5:{s:7:\"benefit\";s:14:\"<b>Urgent Care\";s:7:\"carrier\";s:23:\"30% after deductible   \";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:24:\"30% after deductible    \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:24:\"30% after deductible    \";s:8:\"___id___\";i:183;}i:10;a:5:{s:7:\"benefit\";s:17:\"<b>Emergency Room\";s:7:\"carrier\";s:24:\"30% after deductible    \";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:25:\"30% after deductible     \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:25:\"30% after deductible     \";s:8:\"___id___\";i:184;}i:11;a:5:{s:7:\"benefit\";s:29:\"<b><center>Prescription Drugs\";s:7:\"carrier\";s:24:\"<b><center>Generic/Brand\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:25:\"<b><center>Generic/Brand \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:26:\"<b><center>Generic/Brand  \";s:8:\"___id___\";i:185;}i:12;a:5:{s:7:\"benefit\";s:29:\"<b>Deductible (Single/Family)\";s:7:\"carrier\";s:18:\"Combined w/medical\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:19:\"Combined w/medical \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:20:\"Combined w/medical  \";s:8:\"___id___\";i:186;}i:13;a:5:{s:7:\"benefit\";s:25:\"<b>Retail (30-day supply)\";s:7:\"carrier\";s:26:\"$15/$35 (after deductible)\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:27:\"$15/$35 (after deductible) \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:28:\"$15/$35 (after deductible)  \";s:8:\"___id___\";i:187;}i:14;a:5:{s:7:\"benefit\";s:29:\"<b>Mail Order (90-day supply)\";s:7:\"carrier\";s:26:\"$30/$70 (after deductible)\";s:39:\"kaiser_hdhp_with_optional_hsa_northwest\";s:27:\"$30/$70 (after deductible) \";s:32:\"kaiser_hdhp_with_optional_hsa_ga\";s:28:\"$30/$70 (after deductible)  \";s:8:\"___id___\";i:188;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3633, 7465, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3634, 7465, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3635, 7465, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3636, 7465, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_benefit \"> </th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_carrier \">Kaiser HDHP with<br>Optional HSA—CA</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_kaiser_hdhp_with_optional_hsa_northwest \">Kaiser HDHP with<br>Optional HSA—CO</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_kaiser_hdhp_with_optional_hsa_ga \">Kaiser HDHP with<br>Optional HSA—GA</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"179\" class=\"ninja_table_row_0 nt_row_id_179\">\n            <td> </td><td><center><b>In-Network</td><td><center><b>In-Network </td><td><center><b>In-Network  </td>        </tr>\n            <tr data-row_id=\"189\" class=\"ninja_table_row_1 nt_row_id_189\">\n            <td><b>Annual Deductible</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>$3,300<br>$6,600<br>Embedded</td><td><br>$3,300<br>$6,600<br>Embedded </td><td><br>$3,300<br>$6,600<br>Embedded  </td>        </tr>\n            <tr data-row_id=\"190\" class=\"ninja_table_row_2 nt_row_id_190\">\n            <td><b>Annual Out-of-Pocket Max</b><br>Single<br>Family<br>Embedded or Aggregate</td><td><br>$6,000<br>$12,000<br>Yes</td><td><br>$6,000<br>$12,000<br>Yes </td><td><br>$6,000<br>$12,000<br>Yes  </td>        </tr>\n            <tr data-row_id=\"180\" class=\"ninja_table_row_3 nt_row_id_180\">\n            <td><b>Office Visit</td><td>30% after deductible</td><td>30% after deductible </td><td>30% after deductible  </td>        </tr>\n            <tr data-row_id=\"181\" class=\"ninja_table_row_4 nt_row_id_181\">\n            <td><b>Preventive Services</td><td>No charge</td><td>No charge </td><td>No charge  </td>        </tr>\n            <tr data-row_id=\"191\" class=\"ninja_table_row_5 nt_row_id_191\">\n            <td><b>Chiropractic Care (May require medical necessity)</td><td>30% after deductible (up to 20 visits per year)</td><td>30% after deductible (up to 20 visits per year) </td><td>30% after deductible (up to 20 visits per year)  </td>        </tr>\n            <tr data-row_id=\"192\" class=\"ninja_table_row_6 nt_row_id_192\">\n            <td><b>Lab & X-Ray</td><td>30% after deductible</td><td>30% after deductible </td><td>30% after deductible  </td>        </tr>\n            <tr data-row_id=\"193\" class=\"ninja_table_row_7 nt_row_id_193\">\n            <td><b>Inpatient Hospitalization</td><td>30% after deductible </td><td>30% after deductible  </td><td>30% after deductible   </td>        </tr>\n            <tr data-row_id=\"182\" class=\"ninja_table_row_8 nt_row_id_182\">\n            <td><b>Outpatient Surgery</td><td>30% after deductible  </td><td>30% after deductible   </td><td>30% after deductible        </td>        </tr>\n            <tr data-row_id=\"183\" class=\"ninja_table_row_9 nt_row_id_183\">\n            <td><b>Urgent Care</td><td>30% after deductible   </td><td>30% after deductible    </td><td>30% after deductible    </td>        </tr>\n            <tr data-row_id=\"184\" class=\"ninja_table_row_10 nt_row_id_184\">\n            <td><b>Emergency Room</td><td>30% after deductible    </td><td>30% after deductible     </td><td>30% after deductible     </td>        </tr>\n            <tr data-row_id=\"185\" class=\"ninja_table_row_11 nt_row_id_185\">\n            <td><b><center>Prescription Drugs</td><td><b><center>Generic/Brand</td><td><b><center>Generic/Brand </td><td><b><center>Generic/Brand  </td>        </tr>\n            <tr data-row_id=\"186\" class=\"ninja_table_row_12 nt_row_id_186\">\n            <td><b>Deductible (Single/Family)</td><td>Combined w/medical</td><td>Combined w/medical </td><td>Combined w/medical  </td>        </tr>\n            <tr data-row_id=\"187\" class=\"ninja_table_row_13 nt_row_id_187\">\n            <td><b>Retail (30-day supply)</td><td>$15/$35 (after deductible)</td><td>$15/$35 (after deductible) </td><td>$15/$35 (after deductible)  </td>        </tr>\n            <tr data-row_id=\"188\" class=\"ninja_table_row_14 nt_row_id_188\">\n            <td><b>Mail Order (90-day supply)</td><td>$30/$70 (after deductible)</td><td>$30/$70 (after deductible) </td><td>$30/$70 (after deductible)  </td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3637, 7465, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3638, 7465, '_last_edited_time', '2024-10-27 19:00:16');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3639, 7465, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3640, 7465, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3641, 7465, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3646, 7468, '_wp_attached_file', '2024/08/2024-Guide.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3647, 7468, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3791;s:6:\"height\";i:2173;s:4:\"file\";s:22:\"2024/08/2024-Guide.png\";s:8:\"filesize\";i:5585499;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"2024-Guide-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58875;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"2024-Guide-1024x587.png\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:443362;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"2024-Guide-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33832;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"2024-Guide-768x440.png\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:266382;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"2024-Guide-1536x880.png\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:896800;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"2024-Guide-2048x1174.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1174;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1521670;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"2024-Guide-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104163;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"2024-Guide-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:550826;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"2024-Guide-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120555;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"2024-Guide-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:190425;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"2024-Guide-1080x619.png\";s:5:\"width\";i:1080;s:6:\"height\";i:619;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:484657;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"2024-Guide-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:201564;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:24:\"2024-Guide-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3370238;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"2024-Guide-1280x734.png\";s:5:\"width\";i:1280;s:6:\"height\";i:734;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:648814;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"2024-Guide-980x562.png\";s:5:\"width\";i:980;s:6:\"height\";i:562;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:408116;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"2024-Guide-480x275.png\";s:5:\"width\";i:480;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124890;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3648, 7469, '_wp_attached_file', '2024/08/OMI-EJG.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3649, 7469, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:4182;s:6:\"height\";i:2147;s:4:\"file\";s:19:\"2024/08/OMI-EJG.png\";s:8:\"filesize\";i:5806766;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"OMI-EJG-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59468;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"OMI-EJG-1024x526.png\";s:5:\"width\";i:1024;s:6:\"height\";i:526;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:466890;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"OMI-EJG-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32424;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"OMI-EJG-768x394.png\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:286534;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"OMI-EJG-1536x789.png\";s:5:\"width\";i:1536;s:6:\"height\";i:789;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:939665;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"OMI-EJG-2048x1051.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1051;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1564679;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"OMI-EJG-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118844;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"OMI-EJG-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:639529;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"OMI-EJG-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129081;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"OMI-EJG-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198581;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"OMI-EJG-1080x554.png\";s:5:\"width\";i:1080;s:6:\"height\";i:554;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:510987;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"OMI-EJG-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203231;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3650, 7471, '_wp_attached_file', '2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3651, 7471, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:51:\"2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252719;}s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53453;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153860;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43036;}}s:8:\"filesize\";i:4751634;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3652, 7473, '_wp_attached_file', '2024/08/OMI-Enrollment-Journey-Guide.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3653, 7473, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"OMI-Enrollment-Journey-Guide-pdf.jpg\";s:5:\"width\";i:2176;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1115850;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"OMI-Enrollment-Journey-Guide-pdf-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65897;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"OMI-Enrollment-Journey-Guide-pdf-1024x663.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273093;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"OMI-Enrollment-Journey-Guide-pdf-150x97.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46462;}}s:8:\"filesize\";i:17561158;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3658, 7478, '_wp_attached_file', '2024/08/24-Guide-2.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3659, 7478, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:4182;s:6:\"height\";i:2147;s:4:\"file\";s:22:\"2024/08/24-Guide-2.png\";s:8:\"filesize\";i:5991237;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"24-Guide-2-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49741;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"24-Guide-2-1024x526.png\";s:5:\"width\";i:1024;s:6:\"height\";i:526;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:372554;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"24-Guide-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34091;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"24-Guide-2-768x394.png\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:227739;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"24-Guide-2-1536x789.png\";s:5:\"width\";i:1536;s:6:\"height\";i:789;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:765318;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"24-Guide-2-2048x1051.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1051;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1315126;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"24-Guide-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104435;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"24-Guide-2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:562797;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"24-Guide-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121192;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"24-Guide-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:191920;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"24-Guide-2-1080x554.png\";s:5:\"width\";i:1080;s:6:\"height\";i:554;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:409739;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"24-Guide-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203978;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3672, 7484, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3673, 7484, '_menu_item_menu_item_parent', 6660);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3674, 7484, '_menu_item_object_id', 7421);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3675, 7484, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3676, 7484, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3677, 7484, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3678, 7484, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3679, 7484, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3681, 6654, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3682, 7042, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3684, 7296, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3685, 7043, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3687, 6656, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3688, 7024, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3689, 7044, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3690, 7023, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3691, 7045, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3692, 7139, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3693, 6661, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3694, 6663, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3695, 6662, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3696, 6660, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3697, 7144, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3698, 7153, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3699, 7437, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3700, 7162, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3701, 7169, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3702, 6972, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3703, 7176, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3704, 7182, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3705, 6970, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3706, 7188, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3707, 7194, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3708, 6977, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3709, 7197, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3710, 7207, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3713, 6982, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3714, 7226, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3715, 7232, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3716, 7238, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3717, 7244, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3718, 6987, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3719, 7262, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3720, 6989, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3721, 7047, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3722, 7048, '_wp_old_date', '2024-08-25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3723, 7486, '_wp_attached_file', '2024/08/DMG.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3724, 7486, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2896;s:6:\"height\";i:3000;s:4:\"file\";s:15:\"2024/08/DMG.png\";s:8:\"filesize\";i:5545231;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"DMG-290x300.png\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52205;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"DMG-989x1024.png\";s:5:\"width\";i:989;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:500478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"DMG-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17063;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"DMG-768x796.png\";s:5:\"width\";i:768;s:6:\"height\";i:796;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:309629;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"DMG-1483x1536.png\";s:5:\"width\";i:1483;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1139378;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3733, 7493, '_wp_attached_file', '2024/08/Benefits-Highlights.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3734, 7493, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2515;s:6:\"height\";i:2831;s:4:\"file\";s:31:\"2024/08/Benefits-Highlights.png\";s:8:\"filesize\";i:5424606;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Benefits-Highlights-267x300.png\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81586;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"Benefits-Highlights-910x1024.png\";s:5:\"width\";i:910;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:708543;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Benefits-Highlights-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29971;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"Benefits-Highlights-768x864.png\";s:5:\"width\";i:768;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:526695;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"Benefits-Highlights-1365x1536.png\";s:5:\"width\";i:1365;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1477544;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"Benefits-Highlights-1819x2048.png\";s:5:\"width\";i:1819;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2522102;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"Benefits-Highlights-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122151;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"Benefits-Highlights-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:696830;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"Benefits-Highlights-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135262;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"Benefits-Highlights-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:216308;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"Benefits-Highlights-1080x1216.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:964233;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"Benefits-Highlights-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:207082;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3735, 7494, '_wp_attached_file', '2024/08/BTA-Benefit-Highlight-Summary.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3736, 7494, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"BTA-Benefit-Highlight-Summary-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168304;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"BTA-Benefit-Highlight-Summary-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19101;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"BTA-Benefit-Highlight-Summary-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101097;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"BTA-Benefit-Highlight-Summary-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8893;}}s:8:\"filesize\";i:444494;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3737, 7495, '_wp_attached_file', '2024/08/OMI-BH.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3738, 7495, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3791;s:6:\"height\";i:2173;s:4:\"file\";s:18:\"2024/08/OMI-BH.png\";s:8:\"filesize\";i:3673845;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"OMI-BH-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32296;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"OMI-BH-1024x587.png\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:284289;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"OMI-BH-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24843;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"OMI-BH-768x440.png\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168601;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"OMI-BH-1536x880.png\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:596159;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"OMI-BH-2048x1174.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1174;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1025604;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"OMI-BH-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61344;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"OMI-BH-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:364145;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"OMI-BH-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76529;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"OMI-BH-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129015;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"OMI-BH-1080x619.png\";s:5:\"width\";i:1080;s:6:\"height\";i:619;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:313308;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"OMI-BH-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212332;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:20:\"OMI-BH-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2271337;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"OMI-BH-1280x734.png\";s:5:\"width\";i:1280;s:6:\"height\";i:734;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:423821;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"OMI-BH-980x562.png\";s:5:\"width\";i:980;s:6:\"height\";i:562;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:262902;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"OMI-BH-480x275.png\";s:5:\"width\";i:480;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73390;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3748, 7501, '_wp_attached_file', '2024/08/1.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3749, 7501, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:213;s:4:\"file\";s:13:\"2024/08/1.jpg\";s:8:\"filesize\";i:40714;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:12:\"1-300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4206;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"1-1024x202.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6121;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19899;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:13:\"1-400x213.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15368;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:13:\"1-400x213.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15368;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:13:\"1-510x213.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17830;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:13:\"1-400x213.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15368;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:13:\"1-980x193.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27967;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:12:\"1-480x95.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9098;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3750, 7502, '_wp_attached_file', '2024/08/2.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3751, 7502, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:213;s:4:\"file\";s:13:\"2024/08/2.jpg\";s:8:\"filesize\";i:44516;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:12:\"2-300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4357;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"2-1024x202.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6421;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"2-768x151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21639;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:13:\"2-400x213.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17061;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:13:\"2-400x213.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17061;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:13:\"2-510x213.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19568;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:13:\"2-400x213.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17061;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:13:\"2-980x193.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29891;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:12:\"2-480x95.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9703;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3752, 7503, '_wp_attached_file', '2024/08/3.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3753, 7503, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:210;s:4:\"file\";s:13:\"2024/08/3.jpg\";s:8:\"filesize\";i:38158;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:12:\"3-300x58.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3869;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"3-1024x199.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28256;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3347;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x149.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18255;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:13:\"3-400x210.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11933;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:13:\"3-400x210.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11933;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:13:\"3-510x210.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17055;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:13:\"3-400x210.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11933;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:13:\"3-980x191.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26037;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:12:\"3-480x93.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8135;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3763, 7508, '_wp_attached_file', '2024/08/Q3-2024-UWW-Schedule.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3764, 7508, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"Q3-2024-UWW-Schedule-pdf.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105882;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Q3-2024-UWW-Schedule-pdf-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15721;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Q3-2024-UWW-Schedule-pdf-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74129;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Q3-2024-UWW-Schedule-pdf-150x113.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7991;}}s:8:\"filesize\";i:428315;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3765, 7510, '_wp_attached_file', '2024/08/Q3.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3766, 7510, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2754;s:6:\"height\";i:1771;s:4:\"file\";s:14:\"2024/08/Q3.png\";s:8:\"filesize\";i:4581841;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"Q3-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68938;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"Q3-1024x658.png\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:564251;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"Q3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35383;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"Q3-768x494.png\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:342267;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"Q3-1536x988.png\";s:5:\"width\";i:1536;s:6:\"height\";i:988;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1184547;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"Q3-2048x1317.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1317;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2052620;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:14:\"Q3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110696;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:15:\"Q3-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:619044;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:14:\"Q3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128039;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:14:\"Q3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206660;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:15:\"Q3-1080x695.png\";s:5:\"width\";i:1080;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:621773;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:14:\"Q3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:224112;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3796, 7006, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3797, 7006, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3798, 7006, '_et_pb_truncate_post_date', '2024-11-03 16:00:53');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3799, 7006, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3800, 7006, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3801, 7006, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3802, 7006, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3803, 7006, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3804, 7006, '_et_pb_first_image', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3805, 7006, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3806, 7006, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3807, 7006, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3808, 7006, '_dp_original', 765);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3809, 7006, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3810, 7006, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3811, 7006, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3812, 7006, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_6 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_1 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_1\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Ask ALEX</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_7 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_10 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Need help choosing the right plan?</p>\n<p>Ask ALEX, our virtual benefits counselor, can help. Just answer a few questions about yourself, your family and your health, and ALEX will recommend a plan that may be right for you.</p></div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">Get started with ALEX</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_8 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_11 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Clue #4</h5>\n				<div class=\"et_pb_toggle_content clearfix\"><div style=\"width: 1080px;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-7006-1\" width=\"1080\" height=\"608\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/01/QLE.mp4?_=1\" /><a href=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/01/QLE.mp4\">https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/01/QLE.mp4</a></video></div></div>\n			</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/aa-2.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"Screenshot\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_9 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_12\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_10 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_13\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Ask Alex<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_search et_pb_search_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://benefitsmyway.mybenefitport.com/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=1080&#038;ssl=1\" alt=\"\" title=\"logo-white\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-button.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 112px;height: 24px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3813, 7006, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7006\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3814, 7006, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3815, 7006, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3816, 7006, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3817, 7006, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3818, 7006, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3823, 7513, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3824, 7513, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3825, 7513, '_et_pb_truncate_post_date', '2024-11-03 16:00:53');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3826, 7513, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3827, 7513, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3828, 7513, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3829, 7513, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3830, 7513, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3831, 7513, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3832, 7513, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3833, 7513, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3834, 7513, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3835, 7513, '_dp_original', 765);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3836, 7513, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3837, 7513, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3838, 7513, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3839, 7513, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et-pb-active-slide\" data-slide-id=\"et_pb_slide_0\">\n				\n				\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Child Care / Elder Care</h2>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1 my_accordion\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Elder and early care resources<br />\nIf you’re caring for family members at home, life is often a balancing act. Bright Horizons and Aetna Resources for Living can both support your caregiving responsibilities. Click the links below to learn more.</p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Elder care<br />\nWhen the time comes to take care of your caretaker, take advantage of these resources to ensure your loved ones are comfortable in their later years. </div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Bright Horizons offers: <br />\n&nbsp;</p>\n<p> 	Decision support tools to help you plan ahead</p>\n<p>&nbsp;</p>\n<p> 	An online needs assessment<br />\n 	Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities<br />\n 	A search tool for finding and evaluating care providers<br />\n 	Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Aetna Resources for Living (​username: Banner; password: EAP) offers: <br />\n&nbsp;</p>\n<p> 	Aging adult care provider search</p>\n<p>&nbsp;</p>\n<p> 	Health, financial and legal information for older adults<br />\n 	Tailored education and support for caregivers<br />\n 	Retirement resources</p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Child care<br />\nWith the cost of child care, the scheduling demands of a thriving career and the learning curve for first-time parents, it can be hard to balance work and family. </div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Bright Horizons offers: <br />\n&nbsp;</p>\n<p> 	Free premium membership to Sittercity to help find child care options</p>\n<p>&nbsp;</p>\n<p> 	Discounts at participating child care centers<br />\n 	Parental leave toolkits<br />\n 	Educational materials on raising children, pregnancy, childbirth and adoption</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Aetna Resources for Living (​username: Banner; password: EAP) offers educational resources on: <br />\n&nbsp;</p>\n<p> 	Child care</p>\n<p>&nbsp;</p>\n<p> 	Adoption <br />\n 	Pregnancy and childbirth <br />\n 	Raising children <br />\n 	Balancing work and family </p></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"http://bannerhealth.savings.beneplace.com/\" target=\"_blank\">Check out Beneplace for even more child care discounts!</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 kmod2 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://start.myalex.com/bannerhealth\" target=\"_blank\">ASK ALEX</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"https://myhr.bannerhealth.com/\" target=\"_blank\">ENROLL NOW</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Ask Alex<br />\nEnroll Now<br />\nResidents &amp; Fellows<br />\nBenefits Resource Center: 833-849-9825</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_search et_pb_search_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<form role=\"search\" method=\"get\" class=\"et_pb_searchform\" action=\"https://benefitsmyway.mybenefitport.com/\">\n					<div>\n						<label class=\"screen-reader-text\" for=\"s\">Search for:</label>\n						<input type=\"text\" name=\"s\" placeholder=\"\" class=\"et_pb_s\" />\n						<input type=\"hidden\" name=\"et_pb_searchform_submit\" value=\"et_search_proccess\" />\n						\n						<input type=\"hidden\" name=\"et_pb_include_posts\" value=\"yes\" />\n						<input type=\"hidden\" name=\"et_pb_include_pages\" value=\"yes\" />\n						<input type=\"submit\" value=\"Search\" class=\"et_pb_searchsubmit\">\n					</div>\n				</form>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><div class=\"printfriendly pf-button  pf-alignleft\">\n                    <a href=\"#\" rel=\"nofollow\" onclick=\"window.print(); return false;\" title=\"Printer Friendly, PDF & Email\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" class=\"pf-button-img\" src=\"https://i0.wp.com/cdn.printfriendly.com/buttons/printfriendly-pdf-button.png?w=1080&#038;ssl=1\" alt=\"Print Friendly, PDF & Email\" style=\"width: 112px;height: 24px;\"  />\n                    </a>\n                </div></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png?w=1080&#038;ssl=1\" alt=\"\" title=\"logo-white\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3840, 7513, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7513\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3841, 7513, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3842, 7513, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3843, 7513, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3844, 7513, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3845, 7513, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3854, 7514, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3897, 7527, '_wp_attached_file', '2024/09/FSA-Graphic.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3898, 7527, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2232;s:6:\"height\";i:1096;s:4:\"file\";s:23:\"2024/09/FSA-Graphic.png\";s:8:\"filesize\";i:161176;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"FSA-Graphic-300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27909;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"FSA-Graphic-1024x503.png\";s:5:\"width\";i:1024;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163429;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"FSA-Graphic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"FSA-Graphic-768x377.png\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112799;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"FSA-Graphic-1536x754.png\";s:5:\"width\";i:1536;s:6:\"height\";i:754;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:265222;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:25:\"FSA-Graphic-2048x1006.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1006;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:367472;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"FSA-Graphic-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61246;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"FSA-Graphic-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:224251;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"FSA-Graphic-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65981;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"FSA-Graphic-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93839;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"FSA-Graphic-1080x530.png\";s:5:\"width\";i:1080;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172461;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"FSA-Graphic-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71896;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"FSA-Graphic-1280x629.png\";s:5:\"width\";i:1280;s:6:\"height\";i:629;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:214480;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"FSA-Graphic-980x481.png\";s:5:\"width\";i:980;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155623;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"FSA-Graphic-480x236.png\";s:5:\"width\";i:480;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58049;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3972, 7534, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3973, 7535, '_edit_lock', '1725641068:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3975, 7536, '_wp_attached_file', '2024/09/omi-white.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3976, 7536, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:296;s:4:\"file\";s:21:\"2024/09/omi-white.png\";s:8:\"filesize\";i:36188;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"omi-white-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7599;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"omi-white-1024x253.png\";s:5:\"width\";i:1024;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"omi-white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5118;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"omi-white-768x189.png\";s:5:\"width\";i:768;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21411;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"omi-white-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14478;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"omi-white-1080x296.png\";s:5:\"width\";i:1080;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26058;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"omi-white-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14666;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"omi-white-510x296.png\";s:5:\"width\";i:510;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14795;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"omi-white-1080x266.png\";s:5:\"width\";i:1080;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31350;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"omi-white-400x296.png\";s:5:\"width\";i:400;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11379;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"omi-white-980x242.png\";s:5:\"width\";i:980;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28172;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"omi-white-480x118.png\";s:5:\"width\";i:480;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12782;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3977, 7537, '_wp_attached_file', '2024/09/omi-white-med.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3978, 7537, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:613;s:6:\"height\";i:151;s:4:\"file\";s:25:\"2024/09/omi-white-med.png\";s:8:\"filesize\";i:18319;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"omi-white-med-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"omi-white-med-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5377;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"omi-white-med-400x151.png\";s:5:\"width\";i:400;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10366;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"omi-white-med-400x151.png\";s:5:\"width\";i:400;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10366;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"omi-white-med-510x151.png\";s:5:\"width\";i:510;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12781;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"omi-white-med-400x151.png\";s:5:\"width\";i:400;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10366;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"omi-white-med-480x118.png\";s:5:\"width\";i:480;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13565;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3997, 7539, '_edit_lock', '1725660091:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3998, 7540, '_wp_attached_file', '2024/09/1.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3999, 7540, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1;s:6:\"height\";i:1;s:4:\"file\";s:13:\"2024/09/1.png\";s:8:\"filesize\";i:1780;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4000, 7541, '_wp_attached_file', '2024/09/blue.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4001, 7541, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2024/09/blue.jpg\";s:8:\"filesize\";i:150393;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"blue-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9006;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"blue-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15291;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"blue-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8650;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"blue-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12267;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"blue-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23931;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"blue-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9579;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"blue-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16985;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"blue-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9729;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"blue-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10683;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:17:\"blue-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16074;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"blue-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10817;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:17:\"blue-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19179;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"blue-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14744;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"blue-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9909;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4004, 7543, '_edit_lock', '1725660197:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4111, 6654, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4112, 7042, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4114, 7296, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4115, 7043, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4117, 6656, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4118, 7024, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4119, 7044, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4120, 7023, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4121, 7045, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4122, 7139, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4123, 6661, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4124, 6663, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4125, 6662, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4126, 6660, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4127, 7144, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4128, 7153, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4129, 7437, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4130, 7162, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4131, 7169, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4132, 6972, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4133, 7176, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4134, 7182, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4135, 7484, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4136, 6970, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4137, 7188, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4138, 7194, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4139, 6977, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4140, 7197, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4141, 7207, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4144, 6982, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4145, 7226, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4146, 7232, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4147, 7238, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4148, 7244, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4149, 6987, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4150, 7262, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4151, 6989, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4152, 7047, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4153, 7048, '_wp_old_date', '2024-08-26');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4154, 7553, '_wp_attached_file', '2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4155, 7553, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"2025_Owens__Minor_8.5x11_Glossary_HR-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:337255;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"2025_Owens__Minor_8.5x11_Glossary_HR-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52475;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"2025_Owens__Minor_8.5x11_Glossary_HR-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197047;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"2025_Owens__Minor_8.5x11_Glossary_HR-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41490;}}s:8:\"filesize\";i:75955;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4185, 7556, '_wp_attached_file', '2024/09/401k.mp4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4186, 7556, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:391041;s:8:\"filesize\";i:10413317;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:180;s:16:\"length_formatted\";s:4:\"3:00\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64033;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04537485827664399;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4187, 7557, '_wp_attached_file', '2024/09/EAP.mp4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4188, 7557, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:256492;s:8:\"filesize\";i:2746101;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:67;s:16:\"length_formatted\";s:4:\"1:07\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64099;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04542162698412698;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4189, 7558, '_wp_attached_file', '2024/09/HSA-vs-FSA.mp4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4190, 7558, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:328675;s:8:\"filesize\";i:8375206;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:167;s:16:\"length_formatted\";s:4:\"2:47\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64026;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.045369897959183676;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4191, 7559, '_wp_attached_file', '2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4192, 7559, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:283448;s:8:\"filesize\";i:21875725;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:492;s:16:\"length_formatted\";s:4:\"8:12\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64000;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.045351473922902494;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4193, 7560, '_wp_attached_file', '2024/09/QLE.mp4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4194, 7560, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:429870;s:8:\"filesize\";i:3972540;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:63;s:16:\"length_formatted\";s:4:\"1:03\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64103;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.045424461451247164;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4195, 7561, '_wp_attached_file', '2024/09/Stretch-Your-Healthcare-Dollars.mp4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4196, 7561, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:360403;s:8:\"filesize\";i:7980938;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:147;s:16:\"length_formatted\";s:4:\"2:27\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64038;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.04537840136054422;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4197, 7562, '_wp_attached_file', '2024/09/Optimize-Your-FSA.mp4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4198, 7562, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:327296;s:8:\"filesize\";i:8923254;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:178;s:16:\"length_formatted\";s:4:\"2:58\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64039;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.045379109977324264;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4199, 7563, '_wp_attached_file', '2024/09/Optimize-Your-HSA.mp4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4200, 7563, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:318045;s:8:\"filesize\";i:11722661;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:240;s:16:\"length_formatted\";s:4:\"4:00\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64024;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.045368480725623585;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4201, 7564, '_wp_attached_file', '2024/09/Prescription-Drugs-–-Managing-Costs.mp4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4202, 7564, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:330649;s:8:\"filesize\";i:6351902;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:126;s:16:\"length_formatted\";s:4:\"2:06\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64041;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.045380527210884355;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4203, 7565, '_wp_attached_file', '2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4204, 7565, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:281159;s:8:\"filesize\";i:4158521;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:94;s:16:\"length_formatted\";s:4:\"1:34\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64075;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.0454046201814059;}s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4256, 6069, '_edit_lock', '1749503355:2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4265, 7568, '_wp_attached_file', '2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4266, 7568, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2956;s:6:\"height\";i:1682;s:4:\"file\";s:49:\"2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\";s:8:\"filesize\";i:983704;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.19.59 PM-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17526;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.19.59 PM-1024x583.png\";s:5:\"width\";i:1024;s:6:\"height\";i:583;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119069;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.19.59 PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11810;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.19.59 PM-768x437.png\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76072;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.19.59 PM-1536x874.png\";s:5:\"width\";i:1536;s:6:\"height\";i:874;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:223125;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.19.59 PM-2048x1165.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1165;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:346361;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.19.59 PM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31426;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.19.59 PM-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148154;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.19.59 PM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37628;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.19.59 PM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59590;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.19.59 PM-1080x615.png\";s:5:\"width\";i:1080;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129796;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.19.59 PM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54466;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.19.59 PM-2880x1682.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1682;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:591688;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.19.59 PM-1280x728.png\";s:5:\"width\";i:1280;s:6:\"height\";i:728;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169468;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.19.59 PM-980x558.png\";s:5:\"width\";i:980;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110678;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.19.59 PM-480x273.png\";s:5:\"width\";i:480;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36325;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4267, 7570, '_wp_attached_file', '2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4268, 7570, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3014;s:6:\"height\";i:1630;s:4:\"file\";s:49:\"2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\";s:8:\"filesize\";i:1046676;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.21.10 PM-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18690;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.21.10 PM-1024x554.png\";s:5:\"width\";i:1024;s:6:\"height\";i:554;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123740;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.21.10 PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14774;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.21.10 PM-768x415.png\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78766;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.21.10 PM-1536x831.png\";s:5:\"width\";i:1536;s:6:\"height\";i:831;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:233700;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.21.10 PM-2048x1108.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1108;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:364098;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.21.10 PM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35495;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.21.10 PM-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166506;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.21.10 PM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42338;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.21.10 PM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66367;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.21.10 PM-1080x584.png\";s:5:\"width\";i:1080;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134359;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.21.10 PM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82618;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.21.10 PM-2880x1630.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1630;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:646254;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.21.10 PM-1280x692.png\";s:5:\"width\";i:1280;s:6:\"height\";i:692;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176219;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.21.10 PM-980x530.png\";s:5:\"width\";i:980;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115127;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.21.10 PM-480x260.png\";s:5:\"width\";i:480;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37922;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4273, 7573, '_wp_attached_file', '2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4274, 7573, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3024;s:6:\"height\";i:1696;s:4:\"file\";s:49:\"2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\";s:8:\"filesize\";i:714004;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.22.35 PM-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13192;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.22.35 PM-1024x574.png\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81360;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.22.35 PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7921;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.22.35 PM-768x431.png\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52319;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.22.35 PM-1536x861.png\";s:5:\"width\";i:1536;s:6:\"height\";i:861;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151950;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.22.35 PM-2048x1149.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1149;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:235286;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.22.35 PM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23029;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.22.35 PM-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103498;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.22.35 PM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26643;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.22.35 PM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39006;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.22.35 PM-1080x606.png\";s:5:\"width\";i:1080;s:6:\"height\";i:606;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88909;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.22.35 PM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33994;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.22.35 PM-2880x1696.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1696;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:416237;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.22.35 PM-1280x718.png\";s:5:\"width\";i:1280;s:6:\"height\";i:718;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115127;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.22.35 PM-980x550.png\";s:5:\"width\";i:980;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76063;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.22.35 PM-480x269.png\";s:5:\"width\";i:480;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25625;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4275, 7574, '_wp_attached_file', '2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4276, 7574, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3024;s:6:\"height\";i:1628;s:4:\"file\";s:49:\"2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\";s:8:\"filesize\";i:349238;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.24.28 PM-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5471;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.24.28 PM-1024x551.png\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31896;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.24.28 PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3670;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.24.28 PM-768x413.png\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20904;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.24.28 PM-1536x827.png\";s:5:\"width\";i:1536;s:6:\"height\";i:827;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60017;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.24.28 PM-2048x1103.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1103;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91520;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.24.28 PM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9747;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.24.28 PM-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43023;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.24.28 PM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11521;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.24.28 PM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17365;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.24.28 PM-1080x581.png\";s:5:\"width\";i:1080;s:6:\"height\";i:581;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34979;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.24.28 PM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13964;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.24.28 PM-2880x1628.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1628;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157692;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.24.28 PM-1280x689.png\";s:5:\"width\";i:1280;s:6:\"height\";i:689;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45671;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.24.28 PM-980x528.png\";s:5:\"width\";i:980;s:6:\"height\";i:528;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29786;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.24.28 PM-480x258.png\";s:5:\"width\";i:480;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10365;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4277, 7575, '_wp_attached_file', '2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4278, 7575, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3024;s:6:\"height\";i:1628;s:4:\"file\";s:49:\"2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\";s:8:\"filesize\";i:1124869;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.25.47 PM-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19783;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.25.47 PM-1024x551.png\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134601;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.25.47 PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13047;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.25.47 PM-768x413.png\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85745;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.25.47 PM-1536x827.png\";s:5:\"width\";i:1536;s:6:\"height\";i:827;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:255775;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.25.47 PM-2048x1103.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1103;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:397797;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.25.47 PM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38436;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.25.47 PM-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:183206;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.25.47 PM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45788;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.25.47 PM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71734;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.25.47 PM-1080x581.png\";s:5:\"width\";i:1080;s:6:\"height\";i:581;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146934;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.25.47 PM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60869;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.25.47 PM-2880x1628.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1628;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:704711;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.25.47 PM-1280x689.png\";s:5:\"width\";i:1280;s:6:\"height\";i:689;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192813;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.25.47 PM-980x528.png\";s:5:\"width\";i:980;s:6:\"height\";i:528;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125957;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.25.47 PM-480x258.png\";s:5:\"width\";i:480;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40836;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4279, 7576, '_wp_attached_file', '2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4280, 7576, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3024;s:6:\"height\";i:1634;s:4:\"file\";s:49:\"2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\";s:8:\"filesize\";i:1187658;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.26.30 PM-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19794;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.26.30 PM-1024x553.png\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.26.30 PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10194;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.26.30 PM-768x415.png\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87944;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.26.30 PM-1536x830.png\";s:5:\"width\";i:1536;s:6:\"height\";i:830;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:265722;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.26.30 PM-2048x1107.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1107;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:415742;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.26.30 PM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39107;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.26.30 PM-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:188441;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.26.30 PM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46012;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.26.30 PM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69470;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.26.30 PM-1080x584.png\";s:5:\"width\";i:1080;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151338;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.26.30 PM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44614;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.26.30 PM-2880x1634.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1634;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:745674;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.26.30 PM-1280x692.png\";s:5:\"width\";i:1280;s:6:\"height\";i:692;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:199759;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.26.30 PM-980x530.png\";s:5:\"width\";i:980;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129476;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.26.30 PM-480x259.png\";s:5:\"width\";i:480;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41659;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4281, 7577, '_wp_attached_file', '2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4282, 7577, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3024;s:6:\"height\";i:1632;s:4:\"file\";s:49:\"2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\";s:8:\"filesize\";i:484430;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.28.20 PM-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7989;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.28.20 PM-1024x553.png\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56386;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.28.20 PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6525;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.28.20 PM-768x414.png\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35466;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.28.20 PM-1536x829.png\";s:5:\"width\";i:1536;s:6:\"height\";i:829;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108259;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.28.20 PM-2048x1105.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1105;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169476;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.28.20 PM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15574;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.28.20 PM-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76510;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.28.20 PM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18847;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.28.20 PM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29765;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.28.20 PM-1080x583.png\";s:5:\"width\";i:1080;s:6:\"height\";i:583;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.28.20 PM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45795;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.28.20 PM-2880x1632.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1632;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:300360;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.28.20 PM-1280x691.png\";s:5:\"width\";i:1280;s:6:\"height\";i:691;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80707;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.28.20 PM-980x529.png\";s:5:\"width\";i:980;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52228;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.28.20 PM-480x259.png\";s:5:\"width\";i:480;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16649;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4283, 7578, '_wp_attached_file', '2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4284, 7578, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3024;s:6:\"height\";i:1634;s:4:\"file\";s:49:\"2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\";s:8:\"filesize\";i:1327991;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.29.38 PM-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22972;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.29.38 PM-1024x553.png\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156242;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.29.38 PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13038;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.29.38 PM-768x415.png\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99429;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.29.38 PM-1536x830.png\";s:5:\"width\";i:1536;s:6:\"height\";i:830;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:294482;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.29.38 PM-2048x1107.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1107;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:454756;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.29.38 PM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44454;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.29.38 PM-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:210236;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.29.38 PM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51630;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.29.38 PM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78302;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.29.38 PM-1080x584.png\";s:5:\"width\";i:1080;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169948;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.29.38 PM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64117;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.29.38 PM-2880x1634.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1634;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:799540;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.29.38 PM-1280x692.png\";s:5:\"width\";i:1280;s:6:\"height\";i:692;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:222235;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.29.38 PM-980x530.png\";s:5:\"width\";i:980;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145919;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.29.38 PM-480x259.png\";s:5:\"width\";i:480;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47591;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4285, 7579, '_wp_attached_file', '2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4286, 7579, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3024;s:6:\"height\";i:1634;s:4:\"file\";s:49:\"2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\";s:8:\"filesize\";i:497291;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.30.25 PM-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7915;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.30.25 PM-1024x553.png\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54516;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.30.25 PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6197;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.30.25 PM-768x415.png\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34122;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.30.25 PM-1536x830.png\";s:5:\"width\";i:1536;s:6:\"height\";i:830;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101616;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.30.25 PM-2048x1107.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1107;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157622;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.30.25 PM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15336;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.30.25 PM-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72258;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.30.25 PM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18489;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.30.25 PM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29288;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.30.25 PM-1080x584.png\";s:5:\"width\";i:1080;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59936;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.30.25 PM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33179;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.30.25 PM-2880x1634.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1634;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:278724;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.30.25 PM-1280x692.png\";s:5:\"width\";i:1280;s:6:\"height\";i:692;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76824;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.30.25 PM-980x530.png\";s:5:\"width\";i:980;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50723;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.30.25 PM-480x259.png\";s:5:\"width\";i:480;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16441;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4287, 7580, '_wp_attached_file', '2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4288, 7580, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3024;s:6:\"height\";i:1644;s:4:\"file\";s:49:\"2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\";s:8:\"filesize\";i:1380362;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.31.34 PM-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22548;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.31.34 PM-1024x557.png\";s:5:\"width\";i:1024;s:6:\"height\";i:557;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163904;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.31.34 PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15521;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.31.34 PM-768x418.png\";s:5:\"width\";i:768;s:6:\"height\";i:418;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102749;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.31.34 PM-1536x835.png\";s:5:\"width\";i:1536;s:6:\"height\";i:835;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:312892;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.31.34 PM-2048x1113.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1113;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:490861;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.31.34 PM-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44536;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.31.34 PM-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:220708;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.31.34 PM-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53764;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.31.34 PM-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85309;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.31.34 PM-1080x587.png\";s:5:\"width\";i:1080;s:6:\"height\";i:587;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178538;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.31.34 PM-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86195;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:51:\"Screenshot-2024-09-23-at-5.31.34 PM-2880x1644.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1644;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:881282;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"Screenshot-2024-09-23-at-5.31.34 PM-1280x696.png\";s:5:\"width\";i:1280;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:234907;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.31.34 PM-980x533.png\";s:5:\"width\";i:980;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152812;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Screenshot-2024-09-23-at-5.31.34 PM-480x261.png\";s:5:\"width\";i:480;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48011;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4406, 7585, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4407, 7585, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4408, 7585, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4409, 7585, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4410, 7585, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4411, 7585, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4412, 7585, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4413, 7585, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4414, 7585, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4415, 7585, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4416, 7585, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4417, 7585, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4418, 7585, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4419, 7585, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7585\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4420, 7585, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4421, 7585, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4422, 7585, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_8 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_2\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_9 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Get the App!</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_10 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_10 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">MAXIMIZE YOUR BENEFITS WITH THE O&amp;M BENEFITS APP<br />\nMaximizing your benefits just got easier! Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor. Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p></div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_17  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Unlock Your Benefits with Ease<br />\nWith the O&amp;M Benefits app, accessing your teammate benefits information is simpler than ever before. Here’s what you can expect:<br />\nEasy access<br />\nLog in quickly and securely to view the latest benefits information whenever and wherever you need it.<br />\nBenefits exploration<br />\nDiscover a wide array of benefits, including health, wellness, retirement, and more. Find detailed descriptions and eligibility requirements so you can make informed decisions.<br />\nPush notifications<br />\nNever miss a deadline! Get real-time updates and reminders about important dates, changes to your benefits, and new opportunities — all sent directly to your phone.<br />\nSupport &amp; resources<br />\nHave a question? Access FAQs, guides, and support from the app for assistance whenever you need it.</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_18  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">How to Access<br />\nThe O&amp;M Benefits app is available for download on iOS and Android. Access is password protected and for Owens &amp; Minor teammates only. (Password: Teammatebenefits2025)</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"371\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg?resize=1080%2C371&#038;ssl=1\" alt=\"\" title=\"mobile-banner-final\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg?w=2560&ssl=1 2560w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg?resize=300%2C103&ssl=1 300w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg?resize=1024%2C352&ssl=1 1024w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg?resize=768%2C264&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg?resize=1536%2C528&ssl=1 1536w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg?resize=2048%2C704&ssl=1 2048w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg?resize=1080%2C371&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg?resize=1280%2C440&ssl=1 1280w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg?resize=980%2C337&ssl=1 980w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg?resize=480%2C165&ssl=1 480w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg?w=2160&ssl=1 2160w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-7840\" /></span>\n			</div><div class=\"et_pb_module et_pb_cta_1 et_pb_promo  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_promo_description\"><h2 class=\"et_pb_module_header\">Need help logging in?</h2><div><p>Need help logging in? Email owens-minor@bpaenroll.com or call (800) 463-3819 to request your credentials.</p></div></div>\n				\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_module et_pb_sidebar_2 et_pb_widget_area clearfix et_pb_widget_area_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-3\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-3\" placeholder=\"\" value=\"my plan\" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_11 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_11 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_19  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4423, 7585, '_et_pb_truncate_post_date', '2024-10-31 01:08:55');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4424, 7585, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4425, 7585, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4426, 7585, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4427, 7585, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4428, 7585, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4429, 7585, '_edit_lock', '1730151723:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4435, 7590, '_wp_attached_file', '2024/10/placeholder-banner.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4436, 7590, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:660;s:4:\"file\";s:30:\"2024/10/placeholder-banner.png\";s:8:\"filesize\";i:457893;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"placeholder-banner-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25992;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"placeholder-banner-1024x352.png\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178523;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"placeholder-banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10222;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"placeholder-banner-768x264.png\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112994;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"placeholder-banner-1536x528.png\";s:5:\"width\";i:1536;s:6:\"height\";i:528;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:334613;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"placeholder-banner-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48963;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"placeholder-banner-1080x660.png\";s:5:\"width\";i:1080;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:183205;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"placeholder-banner-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46681;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"placeholder-banner-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59479;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"placeholder-banner-1080x371.png\";s:5:\"width\";i:1080;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194281;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"placeholder-banner-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35356;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"placeholder-banner-1280x440.png\";s:5:\"width\";i:1280;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:247723;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"placeholder-banner-980x337.png\";s:5:\"width\";i:980;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166180;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"placeholder-banner-480x165.png\";s:5:\"width\";i:480;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54173;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4438, 7593, '_wp_attached_file', '2024/10/mobile-app-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4439, 7593, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:29:\"2024/10/mobile-app-scaled.jpg\";s:8:\"filesize\";i:243636;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"mobile-app-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18449;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"mobile-app-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62191;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"mobile-app-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19361;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"mobile-app-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43004;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"mobile-app-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112192;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"mobile-app-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172220;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"mobile-app-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35533;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"mobile-app-1080x602.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139899;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"mobile-app-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36857;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"mobile-app-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50827;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"mobile-app-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66269;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"mobile-app-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62291;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:23:\"mobile-app-2880x602.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332959;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"mobile-app-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84621;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"mobile-app-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58772;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"mobile-app-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25680;}}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:10:\"Screenshot\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"mobile-app.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4480, 7603, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:218937;s:4:\"hits\";i:67;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc4a618a706.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4481, 7604, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1063803;s:4:\"hits\";i:37;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc4a917d3e9.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4482, 7605, '_wpfd_file_metadata', 'a:12:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:184704;s:4:\"hits\";i:49;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc4ab9d65fc.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4489, 7610, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:533801;s:4:\"hits\";i:37;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc4b8fb1ad7.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4494, 7613, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1971705;s:4:\"hits\";i:14;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc4c6ba1237.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4495, 7614, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:998060;s:4:\"hits\";i:60;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc4ceaa64f2.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4500, 7616, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:5615698;s:4:\"hits\";i:81;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"687176ebc5531.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4501, 7617, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:5517605;s:4:\"hits\";i:47;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"68717619adbee.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4502, 7618, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:938791;s:4:\"hits\";i:36;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"68717672cc5b6.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4513, 7629, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:908345;s:4:\"hits\";i:7;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"68713be17c1f6.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4514, 7630, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1612248;s:4:\"hits\";i:7;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"68713bb08f682.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4515, 7631, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:2165270;s:4:\"hits\";i:7;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"68713b8624c0b.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4516, 7632, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:255515;s:4:\"hits\";i:9;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc50e633aac.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4517, 7633, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:444494;s:4:\"hits\";i:11;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc5200b03f1.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4538, 7638, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:322422;s:4:\"hits\";i:25;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fd716b4a304.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4539, 7639, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:972053;s:4:\"hits\";i:25;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fd716c01058.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4544, 7640, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:214613;s:4:\"hits\";i:47;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fd72301d1a9.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4545, 7641, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:201243;s:4:\"hits\";i:33;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fd723b6ce08.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4546, 7642, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:218348;s:4:\"hits\";i:54;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fd72465bbfb.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4559, 7647, '_wp_attached_file', '2024/10/slider-4.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4560, 7647, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:951;s:4:\"file\";s:20:\"2024/10/slider-4.jpg\";s:8:\"filesize\";i:1879058;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider-4-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31857;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider-4-1024x380.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26293;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider-4-768x285.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90775;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"slider-4-1536x571.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250315;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"slider-4-2048x761.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:386437;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"slider-4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51465;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"slider-4-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191233;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"slider-4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53647;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"slider-4-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73401;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"slider-4-1080x401.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147674;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"slider-4-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67823;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"slider-4-1280x476.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189934;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"slider-4-980x364.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128383;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"slider-4-480x178.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50425;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1485043200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:66:\"mother and her daughter are holding together in front of the beach\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4670, 6996, '_wp_old_slug', 'tobacco-cessation');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4671, 7656, 'footnotes', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4674, 7022, '_wp_old_slug', 'how-to-use-this-app');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4676, 7657, '_wp_attached_file', '2024/07/GettyImages-1137111682-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4677, 7657, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:41:\"2024/07/GettyImages-1137111682-scaled.jpg\";s:8:\"filesize\";i:423387;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"GettyImages-1137111682-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39276;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"GettyImages-1137111682-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"GettyImages-1137111682-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30484;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"GettyImages-1137111682-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89273;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"GettyImages-1137111682-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205530;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:36:\"GettyImages-1137111682-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:305655;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"GettyImages-1137111682-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46920;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"GettyImages-1137111682-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125941;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"GettyImages-1137111682-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49474;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"GettyImages-1137111682-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62200;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"GettyImages-1137111682-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132023;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"GettyImages-1137111682-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:147:\"Young couple on vacation in countryside, they enjoy in summer. They walking through forest, exploring nature and drinking hot coffe from travel mug\";s:17:\"created_timestamp\";s:10:\"1534291200\";s:9:\"copyright\";s:7:\"SVETIKD\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:24:\"Hor drink on forest walk\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"GettyImages-1137111682.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4681, 7658, '_wp_attached_file', '2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4682, 7658, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252070;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59895;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168811;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45762;}}s:8:\"filesize\";i:7579834;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4691, 7660, '_wp_attached_file', '2024/10/banner-108.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4692, 7660, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:660;s:4:\"file\";s:22:\"2024/10/banner-108.png\";s:8:\"filesize\";i:630518;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"banner-108-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31507;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"banner-108-1024x352.png\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:231549;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"banner-108-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10180;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"banner-108-768x264.png\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144444;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"banner-108-1536x528.png\";s:5:\"width\";i:1536;s:6:\"height\";i:528;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:444206;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"banner-108-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56201;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"banner-108-1080x660.png\";s:5:\"width\";i:1080;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:228131;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"banner-108-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51819;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"banner-108-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65139;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"banner-108-1080x371.png\";s:5:\"width\";i:1080;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:252990;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"banner-108-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35351;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"banner-108-1280x440.png\";s:5:\"width\";i:1280;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:327502;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"banner-108-980x337.png\";s:5:\"width\";i:980;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:215947;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"banner-108-480x165.png\";s:5:\"width\";i:480;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67313;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4758, 7662, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4759, 7662, '_edit_lock', '1728409532:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4760, 7662, 'dipi_popup-active', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4761, 7662, 'pm_sub_setting_triggering_settings', 'trigger_on_load');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4762, 7662, 'trigger_manual-custom_css_selector', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4763, 7662, 'trigger-closing_css_selector', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4764, 7662, 'trigger_on_load-delay-start', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4765, 7662, 'trigger_on_load-delay-end', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4766, 7662, 'trigger_on_scroll-offset', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4767, 7662, 'trigger_autotrigger-offset_units', 'px');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4768, 7662, 'trigger_on_scroll-offset_tablet', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4769, 7662, 'trigger_on_scroll-offset_phone', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4770, 7662, 'trigger_on_inactivity-delay', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4771, 7662, 'trigger_autotrigger-periodicity', 'once_only');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4772, 7662, 'trigger_autotrigger-periodicity-hours', 24);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4773, 7662, 'trigger_autotrigger-activity', 'always');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4774, 7662, 'trigger_auto-activ-certain_period-from', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4775, 7662, 'trigger_auto-activ-certain_period-to', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4776, 7662, 'trigger-remove_link', 'true');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4777, 7662, 'trigger-close_on_bg', 'true');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4778, 7662, 'trigger-hide_popup_slug', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4779, 7662, 'trigger-close_by_back_btn', 'true');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4780, 7662, 'trigger-prev_page_scrolling', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4781, 7662, 'locations_user_roles-all', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4782, 7662, 'pm_sub_set_loc_sitearea_settings', 'sitewide');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4783, 7662, 'post_dipi_popup_bg_color', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4784, 7662, 'popup_anim_name', 'none');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4785, 7662, 'popup_close_anim_name', 'none');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4786, 7662, 'close_btn_bg_color', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4787, 7662, 'dipi_popup_enable_blur', 'true');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4788, 7662, 'dipi_custom_overlay_z_index', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4789, 7662, 'dipi_custom_desktop_popup_width', 90);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4790, 7662, 'dipi_custom_desktop_popup_unit', '%');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4791, 7662, 'dipi_custom_tablet_popup_width', 90);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4792, 7662, 'dipi_custom_tablet_popup_unit', '%');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4793, 7662, 'dipi_custom_mobile_popup_width', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4794, 7662, 'dipi_custom_mobile_popup_unit', '%');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4795, 7662, 'dipi_custom_min_popup_width', 300);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4796, 7662, 'dipi_custom_min_popup_unit', 'px');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4797, 7662, 'dipi_custom_clickable_under_overlay', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4798, 7662, 'dipi_custom_hide_close_btn', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4799, 7662, 'dipi_custom_show_close_btn_within_popup_phone', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4800, 7662, 'dipi_custom_show_close_btn_within_popup_tablet', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4801, 7662, 'dipi_custom_show_close_btn_within_popup_desktop', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4802, 7662, 'close_btn_icon_color', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4803, 7662, 'dipi_custom_close_btn_icon_size', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4804, 7662, 'dipi_custom_close_btn_padding', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4805, 7662, 'dipi_custom_close_btn_margin', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4806, 7662, 'dipi_custom_close_btn_border_radius', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4807, 7662, 'dipi_at_pages', 'all');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4808, 7662, 'dipi_at_pages_selected', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4809, 7662, 'dipi_at_exception_selected', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4810, 7662, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4811, 7662, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4812, 7662, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4813, 7662, '_et_pb_use_builder', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4814, 7662, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4815, 7662, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4816, 7662, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4817, 7662, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4824, 7665, '_wp_attached_file', '2024/10/popup-1-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4825, 7665, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1257;s:4:\"file\";s:26:\"2024/10/popup-1-scaled.jpg\";s:8:\"filesize\";i:277627;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"popup-1-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15825;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"popup-1-1024x503.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75611;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"popup-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11619;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"popup-1-768x377.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51763;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"popup-1-1536x754.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134471;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"popup-1-2048x1006.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1006;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201785;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"popup-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27198;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"popup-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101337;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"popup-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29228;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"popup-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41949;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"popup-1-1080x530.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82500;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"popup-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40717;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"popup-1.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4826, 7666, '_wp_attached_file', '2024/10/popup-1-1920.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4827, 7666, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1940;s:6:\"height\";i:952;s:4:\"file\";s:24:\"2024/10/popup-1-1920.jpg\";s:8:\"filesize\";i:658680;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"popup-1-1920-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25378;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"popup-1-1920-1024x502.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87203;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"popup-1-1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21156;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"popup-1-1920-768x377.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62231;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"popup-1-1920-1536x754.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150209;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"popup-1-1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36961;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"popup-1-1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114626;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"popup-1-1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39066;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"popup-1-1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52239;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"popup-1-1920-1080x530.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94627;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"popup-1-1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51554;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"popup-1-1920-1280x628.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116984;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"popup-1-1920-980x481.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84141;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"popup-1-1920-480x236.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38734;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4847, 7667, '_wp_attached_file', '2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4848, 7667, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:57:\"OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252070;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59895;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168811;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45762;}}s:8:\"filesize\";i:7579834;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4849, 7669, '_wp_attached_file', '2024/10/2025-Guide.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4850, 7669, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3791;s:6:\"height\";i:2167;s:4:\"file\";s:22:\"2024/10/2025-Guide.png\";s:8:\"filesize\";i:5111483;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"2025-Guide-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62944;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"2025-Guide-1024x585.png\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:464546;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"2025-Guide-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33673;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"2025-Guide-768x439.png\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:285539;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"2025-Guide-1536x878.png\";s:5:\"width\";i:1536;s:6:\"height\";i:878;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:915170;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"2025-Guide-2048x1171.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1510466;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"2025-Guide-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112496;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"2025-Guide-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:574138;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"2025-Guide-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130198;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"2025-Guide-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203330;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"2025-Guide-1080x617.png\";s:5:\"width\";i:1080;s:6:\"height\";i:617;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:506871;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"2025-Guide-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200452;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:24:\"2025-Guide-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3193440;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4851, 7672, '_wp_attached_file', '2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4852, 7672, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:60:\"OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:544644;}s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67032;}s:5:\"large\";a:5:{s:4:\"file\";s:69:\"OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:316364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46258;}}s:8:\"filesize\";i:710339;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4853, 7673, '_wp_attached_file', '2024/10/highlights-2.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4854, 7673, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2473;s:6:\"height\";i:2556;s:4:\"file\";s:24:\"2024/10/highlights-2.png\";s:8:\"filesize\";i:5349025;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"highlights-2-290x300.png\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78112;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"highlights-2-991x1024.png\";s:5:\"width\";i:991;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:745748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"highlights-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"highlights-2-768x794.png\";s:5:\"width\";i:768;s:6:\"height\";i:794;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:469090;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"highlights-2-1486x1536.png\";s:5:\"width\";i:1486;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1613633;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"highlights-2-1981x2048.png\";s:5:\"width\";i:1981;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2841028;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"highlights-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92073;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"highlights-2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:591625;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"highlights-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103663;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"highlights-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169784;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"highlights-2-1080x1116.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1116;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:879087;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"highlights-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194829;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4855, 7674, '_wp_attached_file', '2024/10/OMI-BH-25.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4856, 7674, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3791;s:6:\"height\";i:2173;s:4:\"file\";s:21:\"2024/10/OMI-BH-25.png\";s:8:\"filesize\";i:4242705;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"OMI-BH-25-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32422;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"OMI-BH-25-1024x587.png\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:296195;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"OMI-BH-25-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24678;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"OMI-BH-25-768x440.png\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168436;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"OMI-BH-25-1536x880.png\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:631828;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"OMI-BH-25-2048x1174.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1174;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1111701;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"OMI-BH-25-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61316;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"OMI-BH-25-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:381000;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"OMI-BH-25-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75882;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"OMI-BH-25-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128683;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"OMI-BH-25-1080x619.png\";s:5:\"width\";i:1080;s:6:\"height\";i:619;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:326143;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"OMI-BH-25-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:208938;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:23:\"OMI-BH-25-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2569342;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"OMI-BH-25-1280x734.png\";s:5:\"width\";i:1280;s:6:\"height\";i:734;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:443211;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"OMI-BH-25-980x562.png\";s:5:\"width\";i:980;s:6:\"height\";i:562;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:270340;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"OMI-BH-25-480x275.png\";s:5:\"width\";i:480;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73008;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4927, 6654, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4929, 7042, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4931, 7296, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4933, 7043, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4937, 6656, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4939, 7024, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4941, 7044, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4943, 7023, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4945, 7045, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4947, 7139, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4949, 6661, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4951, 6663, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4953, 6662, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4955, 6660, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4957, 7144, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4959, 7153, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4961, 7437, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4963, 7162, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4965, 7169, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4967, 6972, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4969, 7176, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4971, 7182, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4973, 7484, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4975, 6970, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4977, 7188, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4979, 7194, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4981, 6977, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4983, 7197, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4985, 7207, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4991, 6982, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4993, 7226, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4995, 7232, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4997, 7238, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4999, 7244, '_wp_old_date', '2024-09-17');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5001, 6987, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5003, 7262, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5005, 6989, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5007, 7047, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5009, 7048, '_wp_old_date', '2024-09-17');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5016, 7679, '_wp_attached_file', '2024/10/2025-guide-1.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5017, 7679, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1382;s:4:\"file\";s:24:\"2024/10/2025-guide-1.png\";s:8:\"filesize\";i:1125135;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"2025-guide-1-234x300.png\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69480;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"2025-guide-1-800x1024.png\";s:5:\"width\";i:800;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:591353;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"2025-guide-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31978;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"2025-guide-1-768x983.png\";s:5:\"width\";i:768;s:6:\"height\";i:983;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:549899;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"2025-guide-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115444;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"2025-guide-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:732785;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"2025-guide-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129312;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"2025-guide-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:208187;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"2025-guide-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:174562;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"2025-guide-1-980x1254.png\";s:5:\"width\";i:980;s:6:\"height\";i:1254;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:845026;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"2025-guide-1-480x614.png\";s:5:\"width\";i:480;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:237140;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5043, 7683, '_ninja_table_columns', 'a:5:{i:0;a:12:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:0:\"\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}i:1;a:14:{s:3:\"key\";s:9:\"basicplan\";s:4:\"name\";s:10:\"Basic Plan\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";s:10:\"text_color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";}i:2;a:12:{s:3:\"key\";s:7:\"colspan\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"20\";}i:3;a:12:{s:4:\"name\";s:11:\"Buy-up Plan\";s:3:\"key\";s:11:\"buy_up_plan\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:2:\"px\";s:14:\"force_download\";s:0:\"\";}i:4;a:12:{s:4:\"name\";s:9:\"#colspan#\";s:3:\"key\";s:10:\"columnspan\";s:11:\"breakpoints\";s:0:\"\";s:9:\"data_type\";s:4:\"text\";s:10:\"dateFormat\";s:0:\"\";s:10:\"timeFormat\";s:0:\"\";s:19:\"header_html_content\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:2:\"px\";s:14:\"force_download\";s:0:\"\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5044, 7683, '_ninja_table_settings', 'a:32:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:11:\"manual_sort\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:15:\"hide_header_row\";s:1:\"1\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(221, 221, 221, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(221, 221, 221, 1)\";s:14:\"stacks_devices\";a:0:{}s:18:\"stacks_appearances\";a:0:{}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5045, 7683, '_ninja_table_cache_object', 'a:8:{i:0;a:7:{s:14:\"ninja_column_1\";s:1:\" \";s:9:\"basicplan\";s:21:\"<center><b>Basic Plan\";s:7:\"colspan\";s:9:\"#colspan#\";s:9:\"colspan_1\";s:9:\"#colspan#\";s:11:\"buy_up_plan\";s:22:\"<center><b>Buy-up Plan\";s:10:\"columnspan\";s:9:\"#colspan#\";s:8:\"___id___\";i:194;}i:1;a:7:{s:14:\"ninja_column_1\";s:0:\"\";s:9:\"basicplan\";s:14:\"<center><b>PPO\";s:7:\"colspan\";s:18:\"<center><b>Premier\";s:9:\"colspan_1\";s:18:\"<center><b>Premier\";s:11:\"buy_up_plan\";s:14:\"<center><b>PPO\";s:10:\"columnspan\";s:18:\"<center><b>Premier\";s:8:\"___id___\";i:195;}i:2;a:6:{s:14:\"ninja_column_1\";s:13:\"<b>In-network\";s:9:\"basicplan\";s:0:\"\";s:7:\"colspan\";s:0:\"\";s:9:\"buyupplan\";s:0:\"\";s:9:\"colspan_1\";s:0:\"\";s:8:\"___id___\";i:196;}i:3;a:6:{s:14:\"ninja_column_1\";s:31:\"<b>Individual/Family Deductible\";s:9:\"basicplan\";s:7:\"$25/$75\";s:7:\"colspan\";s:8:\"$50/$150\";s:11:\"buy_up_plan\";s:7:\"$25/$75\";s:10:\"columnspan\";s:8:\"$50/$150\";s:8:\"___id___\";i:197;}i:4;a:6:{s:14:\"ninja_column_1\";s:25:\"<b>Annual Maximum Benefit\";s:9:\"basicplan\";s:4:\"$750\";s:7:\"colspan\";s:4:\"$750\";s:11:\"buy_up_plan\";s:6:\"$1,500\";s:10:\"columnspan\";s:6:\"$1,500\";s:8:\"___id___\";i:198;}i:5;a:6:{s:14:\"ninja_column_1\";s:77:\"<b>Services</b><br><br>  Preventive<br><br>  Basic<br><br><br>  <br>Major<br>\";s:9:\"basicplan\";s:84:\"<br><br>You pay $0<br><br>  You pay 20%,<br>  plan pays 80%<br><br><br>  Not covered\";s:7:\"colspan\";s:83:\"<br><br>You pay $0<br><br>  You pay 30%,<br> plan pays 70%<br><br><br>  Not covered\";s:11:\"buy_up_plan\";s:98:\"<br><br>You pay $0<br><br>  You pay 10%,<br> plan pays 90%<br>  <br>You pay 40%,<br> plan pays 60%\";s:10:\"columnspan\";s:98:\"<br><br>You pay $0<br><br>  You pay 20%,<br> plan pays 80%<br>  <br>You pay 50%,<br> plan pays 50%\";s:8:\"___id___\";i:199;}i:6;a:6:{s:14:\"ninja_column_1\";s:83:\"<b>Orthodontia Coinsurance/ Lifetime Maximum (Dependent children up to age 26 only)\";s:9:\"basicplan\";s:11:\"Not covered\";s:7:\"colspan\";s:9:\"#colspan#\";s:11:\"buy_up_plan\";s:10:\"50%/$1,500\";s:10:\"columnspan\";s:9:\"#colspan#\";s:8:\"___id___\";i:200;}i:7;a:6:{s:14:\"ninja_column_1\";s:172:\"<b>Out-of-Network:</b> For coverage details refer to the <a href=\"https//www.owens-minor.mybenefitport.com/documents\"><span style=\"color: #872434;\"><b>Documents Library</a>\";s:9:\"basicplan\";s:9:\"#colspan#\";s:7:\"colspan\";s:9:\"#colspan#\";s:11:\"buy_up_plan\";s:9:\"#colspan#\";s:10:\"columnspan\";s:9:\"#colspan#\";s:8:\"___id___\";i:201;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5046, 7683, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5047, 7683, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5048, 7683, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5049, 7683, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\" colspan=\"2\" class=\"ninja_column_1 ninja_clmn_nm_basicplan \">Basic Plan</th><td class=\"ninja_temp_cell\"></td><th scope=\"col\" colspan=\"2\" class=\"ninja_column_3 ninja_clmn_nm_buy_up_plan \">Buy-up Plan</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"194\" class=\"ninja_table_row_0 nt_row_id_194\">\n            <td> </td><td colspan=\"2\"><center><b>Basic Plan</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td colspan=\"2\"><center><b>Buy-up Plan</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td>        </tr>\n            <tr data-row_id=\"195\" class=\"ninja_table_row_1 nt_row_id_195\">\n            <td></td><td><center><b>PPO</td><td><center><b>Premier</td><td><center><b>PPO</td><td><center><b>Premier</td>        </tr>\n            <tr data-row_id=\"196\" class=\"ninja_table_row_2 nt_row_id_196\">\n            <td><b>In-network</td><td></td><td></td><td></td><td></td>        </tr>\n            <tr data-row_id=\"197\" class=\"ninja_table_row_3 nt_row_id_197\">\n            <td><b>Individual/Family Deductible</td><td>$25/$75</td><td>$50/$150</td><td>$25/$75</td><td>$50/$150</td>        </tr>\n            <tr data-row_id=\"198\" class=\"ninja_table_row_4 nt_row_id_198\">\n            <td><b>Annual Maximum Benefit</td><td>$750</td><td>$750</td><td>$1,500</td><td>$1,500</td>        </tr>\n            <tr data-row_id=\"199\" class=\"ninja_table_row_5 nt_row_id_199\">\n            <td><b>Services</b><br><br>  Preventive<br><br>  Basic<br><br><br>  <br>Major<br></td><td><br><br>You pay $0<br><br>  You pay 20%,<br>  plan pays 80%<br><br><br>  Not covered</td><td><br><br>You pay $0<br><br>  You pay 30%,<br> plan pays 70%<br><br><br>  Not covered</td><td><br><br>You pay $0<br><br>  You pay 10%,<br> plan pays 90%<br>  <br>You pay 40%,<br> plan pays 60%</td><td><br><br>You pay $0<br><br>  You pay 20%,<br> plan pays 80%<br>  <br>You pay 50%,<br> plan pays 50%</td>        </tr>\n            <tr data-row_id=\"200\" class=\"ninja_table_row_6 nt_row_id_200\">\n            <td><b>Orthodontia Coinsurance/ Lifetime Maximum (Dependent children up to age 26 only)</td><td colspan=\"2\">Not covered</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td colspan=\"2\">50%/$1,500</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td>        </tr>\n            <tr data-row_id=\"201\" class=\"ninja_table_row_7 nt_row_id_201\">\n            <td colspan=\"5\"><b>Out-of-Network:</b> For coverage details refer to the <a href=\"https//www.owens-minor.mybenefitport.com/documents\"><span style=\"color: #872434;\"><b>Documents Library</a></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5058, 7683, '_ninja_tables_data_migrated_for_manual_sort', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5059, 7683, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5060, 7683, '_last_edited_time', '2025-05-08 00:37:38');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5065, 7685, '_ninja_table_columns', 'a:4:{i:0;a:13:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:20:\"Enrollment<br>Period\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:16:\"background_color\";s:22:\"rgba(244, 244, 244, 1)\";}i:1;a:14:{s:3:\"key\";s:9:\"basicplan\";s:4:\"name\";s:18:\"Offering<br>Period\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";}i:2;a:13:{s:3:\"key\";s:7:\"colspan\";s:4:\"name\";s:22:\"Stock<br>Purchase Date\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";s:16:\"background_color\";s:22:\"rgba(244, 244, 244, 1)\";}i:3;a:12:{s:3:\"key\";s:9:\"buyupplan\";s:4:\"name\";s:20:\"Contribution Maximum\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5066, 7685, '_ninja_table_settings', 'a:30:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:3:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:11:\"manual_sort\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:15:\"hide_header_row\";s:0:\"\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:0:\"\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:0:\"\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(221, 221, 221, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(221, 221, 221, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5067, 7685, '_ninja_table_cache_object', 'a:2:{i:0;a:5:{s:14:\"ninja_column_1\";s:13:\"5/15 – 5/30\";s:9:\"basicplan\";s:13:\"7/1 – 12/31\";s:7:\"colspan\";s:5:\"12/31\";s:9:\"buyupplan\";s:23:\"$2 – $2,500 per month\";s:8:\"___id___\";i:205;}i:1;a:5:{s:14:\"ninja_column_1\";s:15:\"11/15 – 11/30\";s:9:\"basicplan\";s:12:\"1/1 – 6/30\";s:7:\"colspan\";s:4:\"6/30\";s:9:\"buyupplan\";s:23:\"$2 – $2,500 per month\";s:8:\"___id___\";i:206;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5068, 7685, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5069, 7685, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5070, 7685, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5071, 7685, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \">Enrollment<br>Period</th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_basicplan \">Offering<br>Period</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_colspan \">Stock<br>Purchase Date</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_buyupplan \">Contribution Maximum</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"205\" class=\"ninja_table_row_0 nt_row_id_205\">\n            <td>5/15 – 5/30</td><td>7/1 – 12/31</td><td>12/31</td><td>$2 – $2,500 per month</td>        </tr>\n            <tr data-row_id=\"206\" class=\"ninja_table_row_1 nt_row_id_206\">\n            <td>11/15 – 11/30</td><td>1/1 – 6/30</td><td>6/30</td><td>$2 – $2,500 per month</td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5072, 7685, '_ninja_tables_data_migrated_for_manual_sort', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5073, 7685, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5074, 7685, '_last_edited_time', '2024-10-27 20:05:06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5075, 7685, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5085, 7685, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5086, 7685, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5096, 7006, '_edit_lock', '1730151545:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5103, 7513, '_edit_lock', '1730151583:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5108, 6079, '_edit_lock', '1730151603:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5110, 5959, '_edit_lock', '1730151605:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5115, 5751, '_edit_lock', '1730151632:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5120, 6807, '_edit_lock', '1730151657:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5142, 7534, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5143, 7534, '_edit_lock', '1730151884:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5146, 6819, '_edit_lock', '1730151780:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5151, 6844, '_edit_lock', '1730151792:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5160, 6771, '_edit_lock', '1730151842:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5165, 5971, '_edit_lock', '1730151868:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5186, 7732, '_wp_attached_file', '2024/10/hsa-info.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5187, 7732, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2546;s:6:\"height\";i:526;s:4:\"file\";s:20:\"2024/10/hsa-info.png\";s:8:\"filesize\";i:44114;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"hsa-info-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8310;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"hsa-info-1024x212.png\";s:5:\"width\";i:1024;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"hsa-info-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11611;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"hsa-info-768x159.png\";s:5:\"width\";i:768;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30882;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"hsa-info-1536x317.png\";s:5:\"width\";i:1536;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69401;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"hsa-info-2048x423.png\";s:5:\"width\";i:2048;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94684;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"hsa-info-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27322;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"hsa-info-1080x526.png\";s:5:\"width\";i:1080;s:6:\"height\";i:526;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29270;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"hsa-info-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29417;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"hsa-info-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37111;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"hsa-info-1080x223.png\";s:5:\"width\";i:1080;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47263;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"hsa-info-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35082;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"hsa-info-1280x264.png\";s:5:\"width\";i:1280;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56512;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"hsa-info-980x202.png\";s:5:\"width\";i:980;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41900;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"hsa-info-480x99.png\";s:5:\"width\";i:480;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16060;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5189, 7735, '_wp_attached_file', '2024/10/HSA-TTS.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5190, 7735, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2508;s:6:\"height\";i:1380;s:4:\"file\";s:19:\"2024/10/HSA-TTS.png\";s:8:\"filesize\";i:795413;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"HSA-TTS-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25457;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"HSA-TTS-1024x563.png\";s:5:\"width\";i:1024;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"HSA-TTS-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11686;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"HSA-TTS-768x423.png\";s:5:\"width\";i:768;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87856;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"HSA-TTS-1536x845.png\";s:5:\"width\";i:1536;s:6:\"height\";i:845;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:239566;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"HSA-TTS-2048x1127.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1127;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:566939;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"HSA-TTS-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43344;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"HSA-TTS-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146518;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"HSA-TTS-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38128;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"HSA-TTS-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53855;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"HSA-TTS-1080x594.png\";s:5:\"width\";i:1080;s:6:\"height\";i:594;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132506;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"HSA-TTS-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46290;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"HSA-TTS-1280x704.png\";s:5:\"width\";i:1280;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165031;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"HSA-TTS-980x539.png\";s:5:\"width\";i:980;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118018;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"HSA-TTS-480x264.png\";s:5:\"width\";i:480;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48832;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5201, 7739, '_ninja_table_columns', 'a:4:{i:0;a:12:{s:3:\"key\";s:14:\"ninja_column_1\";s:4:\"name\";s:0:\"\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:0:\"\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:1;a:12:{s:3:\"key\";s:10:\"uhcppocore\";s:4:\"name\";s:25:\"UnitedHealthcare PPO Core\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:2;a:12:{s:3:\"key\";s:21:\"uhc32hdhpwoptionalhsa\";s:4:\"name\";s:43:\"UnitedHealthcare $3,300 HDHP w/Optional HSA\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}i:3;a:12:{s:3:\"key\";s:9:\"surestppo\";s:4:\"name\";s:10:\"Surest PPO\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:5:\"false\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"25\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5202, 7739, '_ninja_table_settings', 'a:29:{s:7:\"perPage\";s:2:\"20\";s:8:\"show_all\";s:1:\"1\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:3:\"yes\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(247, 247, 247, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(247, 247, 247, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5203, 7739, '_ninja_table_cache_object', 'a:14:{i:0;a:5:{s:14:\"ninja_column_1\";s:15:\"<b>HSA Eligible\";s:10:\"uhcppocore\";s:5:\"<b>No\";s:21:\"uhc32hdhpwoptionalhsa\";s:6:\"<b>Yes\";s:9:\"surestppo\";s:5:\"<b>No\";s:8:\"___id___\";i:218;}i:1;a:5:{s:14:\"ninja_column_1\";s:39:\"<b>Company Matching Contribution to HSA\";s:10:\"uhcppocore\";s:3:\"N/A\";s:21:\"uhc32hdhpwoptionalhsa\";s:351:\"• $300 (teammate only)<br> • $425 (teammate + spouse/domestic partner/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\"color: #68ace5;\"><a href=“https://benefitsmyway.mybenefitport.com/health-savings-account/”>HSA page</b></a></span> for details<br> You must contribute to your HSA in order to receive the company match\";s:9:\"surestppo\";s:3:\"N/A\";s:8:\"___id___\";i:219;}i:2;a:5:{s:14:\"ninja_column_1\";s:35:\"<strong>In-network Care: Your Costs\";s:10:\"uhcppocore\";s:0:\"\";s:21:\"uhc32hdhpwoptionalhsa\";s:0:\"\";s:9:\"surestppo\";s:0:\"\";s:8:\"___id___\";i:220;}i:3;a:5:{s:14:\"ninja_column_1\";s:23:\"<strong>Preventive Care\";s:10:\"uhcppocore\";s:18:\"$0; plan pays 100%\";s:21:\"uhc32hdhpwoptionalhsa\";s:18:\"$0; plan pays 100%\";s:9:\"surestppo\";s:18:\"$0; plan pays 100%\";s:8:\"___id___\";i:221;}i:4;a:5:{s:14:\"ninja_column_1\";s:31:\"<b>Individual/Family Deductible\";s:10:\"uhcppocore\";s:16:\"<b>$2,000/$4,000\";s:21:\"uhc32hdhpwoptionalhsa\";s:16:\"<b>$3,300/$6,600\";s:9:\"surestppo\";s:8:\"<b>$0/$0\";s:8:\"___id___\";i:222;}i:5;a:5:{s:14:\"ninja_column_1\";s:64:\"<b>Individual/Family Out-of-Pocket Maximum (Includes deductible)\";s:10:\"uhcppocore\";s:14:\"$6,000/$12,000\";s:21:\"uhc32hdhpwoptionalhsa\";s:14:\"$6,550/$13,100\";s:9:\"surestppo\";s:14:\"$6,000/$12,000\";s:8:\"___id___\";i:223;}i:6;a:5:{s:14:\"ninja_column_1\";s:19:\"<b>Your Coinsurance\";s:10:\"uhcppocore\";s:23:\"<b>20% after deductible\";s:21:\"uhc32hdhpwoptionalhsa\";s:23:\"<b>30% after deductible\";s:9:\"surestppo\";s:6:\"<b>N/A\";s:8:\"___id___\";i:224;}i:7;a:5:{s:14:\"ninja_column_1\";s:42:\"<b>Office Visit (Primary Care/ Specialist)\";s:10:\"uhcppocore\";s:19:\"$30 copay/$60 copay\";s:21:\"uhc32hdhpwoptionalhsa\";s:20:\"30% after deductible\";s:9:\"surestppo\";s:26:\"$40-$140 copay<sup>1</sup>\";s:8:\"___id___\";i:225;}i:8;a:5:{s:14:\"ninja_column_1\";s:21:\"<b>Telemedicine Visit\";s:10:\"uhcppocore\";s:6:\"<b>$30\";s:21:\"uhc32hdhpwoptionalhsa\";s:23:\"<b>30% after deductible\";s:9:\"surestppo\";s:16:\"<b>$0-$160 copay\";s:8:\"___id___\";i:226;}i:9;a:5:{s:14:\"ninja_column_1\";s:23:\"<b>Emergency Room Visit\";s:10:\"uhcppocore\";s:20:\"20% after deductible\";s:21:\"uhc32hdhpwoptionalhsa\";s:20:\"30% after deductible\";s:9:\"surestppo\";s:22:\"$850 copay<sup>2</sup>\";s:8:\"___id___\";i:227;}i:10;a:5:{s:14:\"ninja_column_1\";s:28:\"<b>Prescriptions: Your Costs\";s:10:\"uhcppocore\";s:0:\"\";s:21:\"uhc32hdhpwoptionalhsa\";s:0:\"\";s:9:\"surestppo\";s:0:\"\";s:8:\"___id___\";i:228;}i:11;a:5:{s:14:\"ninja_column_1\";s:90:\"<b>Retail: 30-day Supply</b></br> Generic</br> Formulary</br> Non-formulary</br> Specialty\";s:10:\"uhcppocore\";s:126:\"Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*\";s:21:\"uhc32hdhpwoptionalhsa\";s:21:\"30% after deductible*\";s:9:\"surestppo\";s:109:\"Tier 1—$10 copay<br> Tier 2—$90 copay<br> Tier 3—$160<br> Tier1—$440/Tier 2—$480/<br> Tier 3—$530\";s:8:\"___id___\";i:229;}i:12;a:5:{s:14:\"ninja_column_1\";s:90:\"<b>Mail order: 90-day Supply</b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty\";s:10:\"uhcppocore\";s:96:\"Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N/A\";s:21:\"uhc32hdhpwoptionalhsa\";s:114:\"Tier 1—30% after deductible<br> Tier 2—30% after deductible<br> Tier 3—30% after deductible<br> Tier 4—N/A\";s:9:\"surestppo\";s:82:\"Tier 1—$25 copay<br> Tier 2—$225 copay<br> Tier 3—$400 copay<br> Not covered\";s:8:\"___id___\";i:230;}i:13;a:5:{s:14:\"ninja_column_1\";s:71:\"<b>Preventive maintenance drugs are covered at 100% on all three plans.\";s:10:\"uhcppocore\";s:9:\"#colspan#\";s:21:\"uhc32hdhpwoptionalhsa\";s:9:\"#colspan#\";s:9:\"surestppo\";s:9:\"#colspan#\";s:8:\"___id___\";i:231;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5204, 7739, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5205, 7739, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5206, 7739, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5207, 7739, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_ninja_column_1 \"></th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_uhcppocore \">UnitedHealthcare PPO Core</th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_uhc32hdhpwoptionalhsa \">UnitedHealthcare $3,300 HDHP w/Optional HSA</th><th scope=\"col\"  class=\"ninja_column_3 ninja_clmn_nm_surestppo \">Surest PPO</th></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"218\" class=\"ninja_table_row_0 nt_row_id_218\">\n            <td><b>HSA Eligible</td><td><b>No</td><td><b>Yes</td><td><b>No</td>        </tr>\n            <tr data-row_id=\"219\" class=\"ninja_table_row_1 nt_row_id_219\">\n            <td><b>Company Matching Contribution to HSA</td><td>N/A</td><td>• $300 (teammate only)<br> • $425 (teammate + spouse/domestic partner/child(ren))<br> • $600 (teammate + family)<br> • See <b><span style=\"color: #68ace5;\"><a href=“https://benefitsmyway.mybenefitport.com/health-savings-account/”>HSA page</b></a></span> for details<br> You must contribute to your HSA in order to receive the company match</td><td>N/A</td>        </tr>\n            <tr data-row_id=\"220\" class=\"ninja_table_row_2 nt_row_id_220\">\n            <td><strong>In-network Care: Your Costs</td><td></td><td></td><td></td>        </tr>\n            <tr data-row_id=\"221\" class=\"ninja_table_row_3 nt_row_id_221\">\n            <td><strong>Preventive Care</td><td>$0; plan pays 100%</td><td>$0; plan pays 100%</td><td>$0; plan pays 100%</td>        </tr>\n            <tr data-row_id=\"222\" class=\"ninja_table_row_4 nt_row_id_222\">\n            <td><b>Individual/Family Deductible</td><td><b>$2,000/$4,000</td><td><b>$3,300/$6,600</td><td><b>$0/$0</td>        </tr>\n            <tr data-row_id=\"223\" class=\"ninja_table_row_5 nt_row_id_223\">\n            <td><b>Individual/Family Out-of-Pocket Maximum (Includes deductible)</td><td>$6,000/$12,000</td><td>$6,550/$13,100</td><td>$6,000/$12,000</td>        </tr>\n            <tr data-row_id=\"224\" class=\"ninja_table_row_6 nt_row_id_224\">\n            <td><b>Your Coinsurance</td><td><b>20% after deductible</td><td><b>30% after deductible</td><td><b>N/A</td>        </tr>\n            <tr data-row_id=\"225\" class=\"ninja_table_row_7 nt_row_id_225\">\n            <td><b>Office Visit (Primary Care/ Specialist)</td><td>$30 copay/$60 copay</td><td>30% after deductible</td><td>$40-$140 copay<sup>1</sup></td>        </tr>\n            <tr data-row_id=\"226\" class=\"ninja_table_row_8 nt_row_id_226\">\n            <td><b>Telemedicine Visit</td><td><b>$30</td><td><b>30% after deductible</td><td><b>$0-$160 copay</td>        </tr>\n            <tr data-row_id=\"227\" class=\"ninja_table_row_9 nt_row_id_227\">\n            <td><b>Emergency Room Visit</td><td>20% after deductible</td><td>30% after deductible</td><td>$850 copay<sup>2</sup></td>        </tr>\n            <tr data-row_id=\"228\" class=\"ninja_table_row_10 nt_row_id_228\">\n            <td><b>Prescriptions: Your Costs</td><td></td><td></td><td></td>        </tr>\n            <tr data-row_id=\"229\" class=\"ninja_table_row_11 nt_row_id_229\">\n            <td><b>Retail: 30-day Supply</b></br> Generic</br> Formulary</br> Non-formulary</br> Specialty</td><td>Deductible does not apply:<br> Tier 1—$15<br> Tier 2—$60<br> Tier 3—$75<br> Tier 4—50%<br> Coinsurance up to $125 max*</td><td>30% after deductible*</td><td>Tier 1—$10 copay<br> Tier 2—$90 copay<br> Tier 3—$160<br> Tier1—$440/Tier 2—$480/<br> Tier 3—$530</td>        </tr>\n            <tr data-row_id=\"230\" class=\"ninja_table_row_12 nt_row_id_230\">\n            <td><b>Mail order: 90-day Supply</b><br> Generic<br> Formulary<br> Non-formulary<br> Specialty</td><td>Deductible does not apply:<br> Tier 1—$38<br> Tier 2—$125<br> Tier 3—$188<br> Tier 4—N/A</td><td>Tier 1—30% after deductible<br> Tier 2—30% after deductible<br> Tier 3—30% after deductible<br> Tier 4—N/A</td><td>Tier 1—$25 copay<br> Tier 2—$225 copay<br> Tier 3—$400 copay<br> Not covered</td>        </tr>\n            <tr data-row_id=\"231\" class=\"ninja_table_row_13 nt_row_id_231\">\n            <td colspan=\"4\"><b>Preventive maintenance drugs are covered at 100% on all three plans.</td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5208, 7739, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5209, 7739, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5210, 7739, '_last_edited_time', '2024-10-27 18:55:05');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5268, 7743, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:738195;s:4:\"hits\";i:4;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6707e60489f9b.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5269, 7744, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1466604;s:4:\"hits\";i:3;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6707e604b39fa.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5270, 7745, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:964690;s:4:\"hits\";i:3;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6707e604d8a2e.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5271, 7746, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1085090;s:4:\"hits\";i:3;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6707e604f3659.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5272, 7747, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1229384;s:4:\"hits\";i:12;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6707e6053366e.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5273, 7748, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:691433;s:4:\"hits\";i:3;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6707e60a744ea.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5274, 7749, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:882974;s:4:\"hits\";i:4;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6707e60aa18c0.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5275, 7750, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:463534;s:4:\"hits\";i:64;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"68597dd54601c.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5276, 7751, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:545189;s:4:\"hits\";i:76;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"68597df0a3e17.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5277, 7753, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:533854;s:4:\"hits\";i:42;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67e6d9debefc3.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5278, 7752, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:381403;s:4:\"hits\";i:79;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67e6d9f7396d2.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5468, 7757, '_wp_attached_file', '2024/10/documents-scaled-2.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5469, 7757, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:30:\"2024/10/documents-scaled-2.jpg\";s:8:\"filesize\";i:529165;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"documents-scaled-2-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16910;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"documents-scaled-2-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45189;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"documents-scaled-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17918;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"documents-scaled-2-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33232;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"documents-scaled-2-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77232;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"documents-scaled-2-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114134;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"documents-scaled-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31307;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"documents-scaled-2-1080x510.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92372;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"documents-scaled-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33243;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"documents-scaled-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45374;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"documents-scaled-2-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47851;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"documents-scaled-2-400x510.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47426;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"documents-scaled-2-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58883;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"documents-scaled-2-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43102;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"documents-scaled-2-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21702;}}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:10:\"Screenshot\";s:17:\"created_timestamp\";s:10:\"1723239109\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5527, 7785, '_wp_attached_file', '2024/10/hsa-scaled-2.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5528, 7785, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:24:\"2024/10/hsa-scaled-2.jpg\";s:8:\"filesize\";i:322214;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"hsa-scaled-2-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17196;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"hsa-scaled-2-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43711;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"hsa-scaled-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19169;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"hsa-scaled-2-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32393;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"hsa-scaled-2-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71459;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:25:\"hsa-scaled-2-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102079;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"hsa-scaled-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34272;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"hsa-scaled-2-1080x510.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99647;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"hsa-scaled-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36754;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"hsa-scaled-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49852;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"hsa-scaled-2-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45900;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"hsa-scaled-2-400x510.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49623;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"hsa-scaled-2-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55957;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"hsa-scaled-2-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41648;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"hsa-scaled-2-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21771;}}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:10:\"Screenshot\";s:17:\"created_timestamp\";s:10:\"1723239109\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5556, 7790, '_wp_attached_file', '2024/10/2024_Owens_1920x660_Minor_Web_Banner-3.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5557, 7790, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:8000;s:6:\"height\";i:2750;s:4:\"file\";s:50:\"2024/10/2024_Owens_1920x660_Minor_Web_Banner-3.png\";s:8:\"filesize\";i:1833091;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"2024_Owens_1920x660_Minor_Web_Banner-3-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30053;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"2024_Owens_1920x660_Minor_Web_Banner-3-1024x352.png\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:223809;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"2024_Owens_1920x660_Minor_Web_Banner-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"2024_Owens_1920x660_Minor_Web_Banner-3-768x264.png\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138149;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"2024_Owens_1920x660_Minor_Web_Banner-3-1536x528.png\";s:5:\"width\";i:1536;s:6:\"height\";i:528;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:448901;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"2024_Owens_1920x660_Minor_Web_Banner-3-2048x704.png\";s:5:\"width\";i:2048;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:742387;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:50:\"2024_Owens_1920x660_Minor_Web_Banner-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54347;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:51:\"2024_Owens_1920x660_Minor_Web_Banner-3-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:254120;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:50:\"2024_Owens_1920x660_Minor_Web_Banner-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48475;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:50:\"2024_Owens_1920x660_Minor_Web_Banner-3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62228;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:51:\"2024_Owens_1920x660_Minor_Web_Banner-3-1080x371.png\";s:5:\"width\";i:1080;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243941;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:50:\"2024_Owens_1920x660_Minor_Web_Banner-3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34102;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:52:\"2024_Owens_1920x660_Minor_Web_Banner-3-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1097930;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:51:\"2024_Owens_1920x660_Minor_Web_Banner-3-1280x440.png\";s:5:\"width\";i:1280;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:326499;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:50:\"2024_Owens_1920x660_Minor_Web_Banner-3-980x337.png\";s:5:\"width\";i:980;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:209054;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:50:\"2024_Owens_1920x660_Minor_Web_Banner-3-480x165.png\";s:5:\"width\";i:480;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64028;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5579, 7798, 'footnotes', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5584, 7022, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5587, 7022, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5588, 7022, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5589, 7022, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"7022\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5590, 7022, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5591, 7022, '_et_pb_gutter_width', 2);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5592, 7022, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5593, 7022, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5594, 7022, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5656, 7803, 'footnotes', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5657, 7804, 'footnotes', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5719, 7806, '_wp_attached_file', '2024/10/2025-OE-TM-FAQs-10.14.24.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5720, 7806, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"2025-OE-TM-FAQs-10.14.24-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247331;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"2025-OE-TM-FAQs-10.14.24-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18712;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"2025-OE-TM-FAQs-10.14.24-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139530;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"2025-OE-TM-FAQs-10.14.24-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8040;}}s:8:\"filesize\";i:150274;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5725, 7808, '_wp_attached_file', '2024/10/2025-FAQs.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5726, 7808, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3791;s:6:\"height\";i:2135;s:4:\"file\";s:21:\"2024/10/2025-FAQs.png\";s:8:\"filesize\";i:6247487;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"2025-FAQs-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49813;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"2025-FAQs-1024x577.png\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:475740;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"2025-FAQs-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24575;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"2025-FAQs-768x433.png\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:270449;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"2025-FAQs-1536x865.png\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1010029;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"2025-FAQs-2048x1153.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1153;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1716137;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"2025-FAQs-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91657;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"2025-FAQs-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:610812;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"2025-FAQs-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104127;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"2025-FAQs-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173037;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"2025-FAQs-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:525557;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"2025-FAQs-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:174253;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:23:\"2025-FAQs-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3734160;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5733, 7812, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:393583;s:4:\"hits\";i:21;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"670ec265898a8.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5734, 7813, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:415702;s:4:\"hits\";i:40;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"670ec29b7f85f.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5735, 7814, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:427363;s:4:\"hits\";i:17;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"670ec2e7d65e5.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5908, 7819, '_wp_attached_file', '2024/10/youre-early.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5909, 7819, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3024;s:6:\"height\";i:806;s:4:\"file\";s:23:\"2024/10/youre-early.png\";s:8:\"filesize\";i:554903;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"youre-early-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15326;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"youre-early-1024x273.png\";s:5:\"width\";i:1024;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96224;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"youre-early-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18302;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"youre-early-768x205.png\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60715;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"youre-early-1536x409.png\";s:5:\"width\";i:1536;s:6:\"height\";i:409;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:187530;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"youre-early-2048x546.png\";s:5:\"width\";i:2048;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:311834;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"youre-early-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62022;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"youre-early-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:346452;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"youre-early-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68657;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"youre-early-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110582;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"youre-early-1080x288.png\";s:5:\"width\";i:1080;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104345;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"youre-early-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113366;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:24:\"youre-early-2880x806.png\";s:5:\"width\";i:2880;s:6:\"height\";i:806;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:619961;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"youre-early-1280x341.png\";s:5:\"width\";i:1280;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138429;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"youre-early-980x261.png\";s:5:\"width\";i:980;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89486;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"youre-early-480x128.png\";s:5:\"width\";i:480;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30406;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5963, 7829, '_wp_attached_file', '2024/10/Mobile-header-early.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5964, 7829, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1973;s:6:\"height\";i:806;s:4:\"file\";s:31:\"2024/10/Mobile-header-early.jpg\";s:8:\"filesize\";i:528511;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Mobile-header-early-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23925;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"Mobile-header-early-1024x418.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76363;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Mobile-header-early-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20292;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"Mobile-header-early-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54524;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"Mobile-header-early-1536x627.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:627;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129409;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"Mobile-header-early-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35263;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"Mobile-header-early-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108372;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"Mobile-header-early-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36840;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"Mobile-header-early-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47273;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"Mobile-header-early-1080x441.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83230;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"Mobile-header-early-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44552;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"Mobile-header-early-1280x523.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101924;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"Mobile-header-early-980x400.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72266;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"Mobile-header-early-480x196.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35210;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6132, 7840, '_wp_attached_file', '2024/10/mobile-banner-final-scaled.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6133, 7840, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:880;s:4:\"file\";s:38:\"2024/10/mobile-banner-final-scaled.jpg\";s:8:\"filesize\";i:262070;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"mobile-banner-final-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12680;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"mobile-banner-final-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69103;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"mobile-banner-final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9094;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"mobile-banner-final-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45857;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"mobile-banner-final-1536x528.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127229;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"mobile-banner-final-2048x704.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192105;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"mobile-banner-final-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26326;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"mobile-banner-final-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105571;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"mobile-banner-final-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27391;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"mobile-banner-final-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38623;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"mobile-banner-final-1080x371.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75106;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"mobile-banner-final-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33934;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:33:\"mobile-banner-final-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:372733;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"mobile-banner-final-1280x440.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98063;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"mobile-banner-final-980x337.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67686;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"mobile-banner-final-480x165.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23293;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"mobile-banner-final.jpg\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6301, 7842, '_wp_attached_file', '2024/10/2025-OE-TM-FAQs.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6302, 7842, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"2025-OE-TM-FAQs-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:267170;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2025-OE-TM-FAQs-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20513;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2025-OE-TM-FAQs-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150887;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2025-OE-TM-FAQs-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9019;}}s:8:\"filesize\";i:211943;}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6471, 7845, '_wp_attached_file', '2024/10/brainshark.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6472, 7845, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2024/10/brainshark.jpg\";s:8:\"filesize\";i:565219;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"brainshark-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20936;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"brainshark-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74309;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"brainshark-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16206;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"brainshark-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52139;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"brainshark-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124034;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"brainshark-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27482;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"brainshark-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82464;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"brainshark-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29068;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"brainshark-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37987;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"brainshark-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79218;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"brainshark-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36450;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"brainshark-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98232;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"brainshark-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70504;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"brainshark-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31584;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6500, 7853, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:45671;s:4:\"hits\";i:15;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67d4616f74abe.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6501, 7854, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:381590;s:4:\"hits\";i:41;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67d4615814cb9.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6502, 7855, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:42658;s:4:\"hits\";i:6;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67d461e832f92.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6503, 7856, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:244230;s:4:\"hits\";i:8;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67d461d587196.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6504, 7857, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:144584;s:4:\"hits\";i:25;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67d462ac83032.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6592, 7842, '_edit_lock', '1729870772:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6593, 7842, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6594, 7842, 'media_link_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6639, 7883, '_wp_attached_file', '2024/10/1945254b-09-24-Travel-Assistance-and-ID-Theft-Support-Services-Flyer-FINAL-WEB-LOCKED.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6640, 7883, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:93:\"1945254b-09-24-Travel-Assistance-and-ID-Theft-Support-Services-Flyer-FINAL-WEB-LOCKED-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:429972;}s:6:\"medium\";a:5:{s:4:\"file\";s:101:\"1945254b-09-24-Travel-Assistance-and-ID-Theft-Support-Services-Flyer-FINAL-WEB-LOCKED-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54610;}s:5:\"large\";a:5:{s:4:\"file\";s:102:\"1945254b-09-24-Travel-Assistance-and-ID-Theft-Support-Services-Flyer-FINAL-WEB-LOCKED-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247444;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:101:\"1945254b-09-24-Travel-Assistance-and-ID-Theft-Support-Services-Flyer-FINAL-WEB-LOCKED-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38003;}}s:8:\"filesize\";i:906288;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6659, 7890, '_wp_attached_file', '2024/10/Q4-2024-UWW-Schedule.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6660, 7890, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"Q4-2024-UWW-Schedule-pdf.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105891;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Q4-2024-UWW-Schedule-pdf-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15715;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Q4-2024-UWW-Schedule-pdf-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74138;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Q4-2024-UWW-Schedule-pdf-150x113.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7989;}}s:8:\"filesize\";i:421842;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6681, 7897, '_wpfd_file_metadata', 'a:12:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:479820;s:4:\"hits\";i:25;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671bd5fa7a24e.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6682, 7897, '_wp_old_slug', 'workday-hr-enrollment-qrg-10-24-2024');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6683, 7897, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6892, 7918, '_edit_lock', '1730061580:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6893, 7918, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6894, 7918, 'dipi_popup-active', 'true');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6895, 7918, 'pm_sub_setting_triggering_settings', 'trigger_none');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6896, 7918, 'trigger_manual-custom_css_selector', 'is-style-outline');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6897, 7918, 'trigger-closing_css_selector', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6898, 7918, 'trigger_on_load-delay-start', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6899, 7918, 'trigger_on_load-delay-end', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6900, 7918, 'trigger_on_scroll-offset', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6901, 7918, 'trigger_autotrigger-offset_units', 'px');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6902, 7918, 'trigger_on_scroll-offset_tablet', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6903, 7918, 'trigger_on_scroll-offset_phone', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6904, 7918, 'trigger_on_inactivity-delay', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6905, 7918, 'trigger_autotrigger-periodicity', 'every_time');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6906, 7918, 'trigger_autotrigger-periodicity-hours', 24);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6907, 7918, 'trigger_autotrigger-activity', 'always');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6908, 7918, 'trigger_auto-activ-certain_period-from', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6909, 7918, 'trigger_auto-activ-certain_period-to', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6910, 7918, 'trigger-remove_link', 'true');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6911, 7918, 'trigger-close_on_bg', 'true');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6912, 7918, 'trigger-hide_popup_slug', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6913, 7918, 'trigger-close_by_back_btn', 'true');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6914, 7918, 'trigger-prev_page_scrolling', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6915, 7918, 'locations_user_roles-all', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6916, 7918, 'pm_sub_set_loc_sitearea_settings', 'sitewide');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6917, 7918, 'post_dipi_popup_bg_color', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6918, 7918, 'popup_anim_name', 'none');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6919, 7918, 'popup_close_anim_name', 'none');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6920, 7918, 'close_btn_bg_color', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6921, 7918, 'dipi_popup_enable_blur', 'true');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6922, 7918, 'dipi_custom_overlay_z_index', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6923, 7918, 'dipi_custom_desktop_popup_width', 90);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6924, 7918, 'dipi_custom_desktop_popup_unit', '%');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6925, 7918, 'dipi_custom_tablet_popup_width', 90);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6926, 7918, 'dipi_custom_tablet_popup_unit', '%');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6927, 7918, 'dipi_custom_mobile_popup_width', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6928, 7918, 'dipi_custom_mobile_popup_unit', '%');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6929, 7918, 'dipi_custom_min_popup_width', 300);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6930, 7918, 'dipi_custom_min_popup_unit', 'px');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6931, 7918, 'dipi_custom_clickable_under_overlay', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6932, 7918, 'dipi_custom_hide_close_btn', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6933, 7918, 'dipi_custom_show_close_btn_within_popup_phone', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6934, 7918, 'dipi_custom_show_close_btn_within_popup_tablet', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6935, 7918, 'dipi_custom_show_close_btn_within_popup_desktop', 'false');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6936, 7918, 'close_btn_icon_color', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6937, 7918, 'dipi_custom_close_btn_icon_size', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6938, 7918, 'dipi_custom_close_btn_padding', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6939, 7918, 'dipi_custom_close_btn_margin', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6940, 7918, 'dipi_custom_close_btn_border_radius', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6941, 7918, 'dipi_at_pages', 'all');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6942, 7918, 'dipi_at_pages_selected', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6943, 7918, 'dipi_at_exception_selected', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6944, 7918, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6945, 7918, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6946, 7918, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6947, 7918, '_et_pb_use_builder', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6948, 7918, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6949, 7918, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6950, 7918, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6951, 7918, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7122, 6760, '_ninja_tables_data_migrated_for_manual_sort', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7195, 2282, '_edit_lock', '1729906629:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7210, 7957, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:3:\"key\";s:7:\"benefit\";s:4:\"name\";s:19:\"UHC Vision PPO Plan\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:0:\"\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}i:1;a:12:{s:3:\"key\";s:7:\"carrier\";s:4:\"name\";s:9:\"#colspan#\";s:11:\"breakpoints\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:19:\"enable_html_content\";s:4:\"true\";s:19:\"header_html_content\";s:0:\"\";s:12:\"contentAlign\";s:6:\"center\";s:9:\"textAlign\";s:6:\"center\";s:12:\"maxWidthUnit\";s:1:\"%\";s:10:\"timeFormat\";s:0:\"\";s:14:\"force_download\";s:0:\"\";s:5:\"width\";s:2:\"50\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7211, 7957, '_ninja_table_settings', 'a:31:{s:7:\"perPage\";s:3:\"200\";s:8:\"show_all\";s:1:\"0\";s:7:\"library\";s:8:\"footable\";s:7:\"css_lib\";s:11:\"semantic_ui\";s:11:\"enable_ajax\";s:0:\"\";s:11:\"css_classes\";a:4:{i:0;s:10:\"selectable\";i:1;s:6:\"celled\";i:2;s:7:\"striped\";i:3;s:17:\"vertical_centered\";}s:13:\"enable_search\";s:0:\"\";s:14:\"column_sorting\";s:0:\"\";s:15:\"default_sorting\";s:9:\"old_first\";s:12:\"sorting_type\";s:13:\"by_created_at\";s:11:\"table_color\";s:20:\"ninja_no_color_table\";s:11:\"render_type\";s:12:\"legacy_table\";s:15:\"frontend_loader\";s:2:\"no\";s:16:\"table_color_type\";s:12:\"custom_color\";s:11:\"expand_type\";s:7:\"default\";s:9:\"stackable\";s:2:\"no\";s:17:\"table_font_family\";s:7:\"inherit\";s:15:\"table_font_size\";s:2:\"13\";s:14:\"shouldNotCache\";s:2:\"no\";s:17:\"enable_html_cache\";s:2:\"no\";s:22:\"alternate_color_status\";s:3:\"yes\";s:26:\"table_header_color_primary\";s:18:\"rgba(0, 40, 86, 1)\";s:28:\"table_color_header_secondary\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"table_color_primary\";s:0:\"\";s:25:\"table_alt_2_color_primary\";s:22:\"rgba(247, 247, 247, 1)\";s:21:\"table_color_secondary\";s:0:\"\";s:27:\"table_alt_2_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:23:\"table_alt_color_primary\";s:22:\"rgba(255, 255, 255, 1)\";s:25:\"table_alt_color_secondary\";s:16:\"rgba(0, 0, 0, 1)\";s:21:\"table_alt_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";s:23:\"table_alt_2_color_hover\";s:22:\"rgba(234, 234, 234, 1)\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7212, 7957, '_ninja_table_cache_object', 'a:8:{i:0;a:3:{s:7:\"benefit\";s:7:\"<b>Exam\";s:7:\"carrier\";s:9:\"$15 copay\";s:8:\"___id___\";i:250;}i:1;a:3:{s:7:\"benefit\";s:18:\"<b>Materials Copay\";s:7:\"carrier\";s:4:\"None\";s:8:\"___id___\";i:251;}i:2;a:3:{s:7:\"benefit\";s:49:\"<b>Frequency</b><br>Exams<br>Lenses<br>Frames<br>\";s:7:\"carrier\";s:43:\"<br>12 months<br>12 months<br>12 months<br>\";s:8:\"___id___\";i:252;}i:3;a:3:{s:7:\"benefit\";s:25:\"<b>Frame Retail Allowance\";s:7:\"carrier\";s:50:\"$130 allowance, then 30% off any remaining balance\";s:8:\"___id___\";i:262;}i:4;a:3:{s:7:\"benefit\";s:126:\"<b>Lenses</b><br>Single vision lenses<br>Bifocal lenses<br>Trifocal lenses<br>Lenticular lenses<br>Standard progressive lenses\";s:7:\"carrier\";s:180:\"<br>$0 copay, then covered in full<br>$0 copay, then covered in full<br>$0 copay, then covered in full<br>$0 copay, then covered in full<br>Tier 1 — $55, applicable bifocal copay\";s:8:\"___id___\";i:253;}i:5;a:3:{s:7:\"benefit\";s:41:\"<b>Medically Necessary Contact Lenses</b>\";s:7:\"carrier\";s:4:\"100%\";s:8:\"___id___\";i:257;}i:6;a:3:{s:7:\"benefit\";s:30:\"<b>Elective Contact Lenses</b>\";s:7:\"carrier\";s:14:\"$130 allowance\";s:8:\"___id___\";i:258;}i:7;a:3:{s:7:\"benefit\";s:172:\"<b>Out-of-Network:</b> For coverage details refer to the <a href=\"https//www.owens-minor.mybenefitport.com/documents\"><span style=\"color: #872434;\"><b>Documents Library</a>\";s:7:\"carrier\";s:9:\"#colspan#\";s:8:\"___id___\";i:260;}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7213, 7957, '_ninja_table_cache_html', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7214, 7957, '_external_cached_data', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7215, 7957, '_last_external_cached_time', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7216, 7957, '__ninja_cached_table_html', '<thead>\n<tr class=\"footable-header\">\n                                <th scope=\"col\" colspan=\"2\" class=\"ninja_column_0 ninja_clmn_nm_benefit \">UHC Vision PPO Plan</th><td class=\"ninja_temp_cell\"></td></tr>\n</thead>\n<tbody>\n\n        <tr data-row_id=\"250\" class=\"ninja_table_row_0 nt_row_id_250\">\n            <td><b>Exam</td><td>$15 copay</td>        </tr>\n            <tr data-row_id=\"251\" class=\"ninja_table_row_1 nt_row_id_251\">\n            <td><b>Materials Copay</td><td>None</td>        </tr>\n            <tr data-row_id=\"252\" class=\"ninja_table_row_2 nt_row_id_252\">\n            <td><b>Frequency</b><br>Exams<br>Lenses<br>Frames<br></td><td><br>12 months<br>12 months<br>12 months<br></td>        </tr>\n            <tr data-row_id=\"262\" class=\"ninja_table_row_3 nt_row_id_262\">\n            <td><b>Frame Retail Allowance</td><td>$130 allowance, then 30% off any remaining balance</td>        </tr>\n            <tr data-row_id=\"253\" class=\"ninja_table_row_4 nt_row_id_253\">\n            <td><b>Lenses</b><br>Single vision lenses<br>Bifocal lenses<br>Trifocal lenses<br>Lenticular lenses<br>Standard progressive lenses</td><td><br>$0 copay, then covered in full<br>$0 copay, then covered in full<br>$0 copay, then covered in full<br>$0 copay, then covered in full<br>Tier 1 — $55, applicable bifocal copay</td>        </tr>\n            <tr data-row_id=\"257\" class=\"ninja_table_row_5 nt_row_id_257\">\n            <td><b>Medically Necessary Contact Lenses</b></td><td>100%</td>        </tr>\n            <tr data-row_id=\"258\" class=\"ninja_table_row_6 nt_row_id_258\">\n            <td><b>Elective Contact Lenses</b></td><td>$130 allowance</td>        </tr>\n            <tr data-row_id=\"260\" class=\"ninja_table_row_7 nt_row_id_260\">\n            <td colspan=\"2\"><b>Out-of-Network:</b> For coverage details refer to the <a href=\"https//www.owens-minor.mybenefitport.com/documents\"><span style=\"color: #872434;\"><b>Documents Library</a></td><td class=\"ninja_temp_cell\" data-colspan=\"#colspan#\"></td>        </tr>\n    </tbody><!--ninja_tobody_rendering_done-->\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7217, 7957, '_last_edited_by', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7218, 7957, '_last_edited_time', '2024-10-27 19:32:02');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7219, 7957, '_ninja_tables_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7220, 7957, '_ninja_tables_custom_js', '/*!\n * jQuery Rowspanizer Plugin (Modified) v0.1\n * https://github.com/marcosesperon/jquery.rowspanizer.js\n *\n * Copyright 2011, 2015 Marcos EsperÃƒÂ³n\n * Released under the MIT license\n * \n * https://github.com/jquery-boilerplate/boilerplate/\n */\n\n;( function( $, window, document, undefined ) {\n\n  \"use strict\";\n\n    var rowspanizer = \"rowspanizer\",\n      defaults = {\n        vertical_align: \"top\",\n        columns: []\n      };\n\n    function f ( element, options ) {\n      this.element = element;\n      this.settings = $.extend( {}, defaults, options );\n      this._defaults = defaults;\n      this._name = rowspanizer;\n      this.init();\n\n    }\n\n    $.extend( f.prototype, {\n      init: function() {\n\n        var _this = this;\n\n        var $table = $(this.element);\n        var arr = [];\n        \n        $table.find(\'tr td\').removeClass(\'rowspan-remove\').removeClass(\'rowspan-combine\').removeAttr(\'rowspan\').removeData(\'rowspan\');\n\n        $table.find(\'tr\').each(function (r, tr) {\n          $(this).find(\'td\').each(function (d, td) {\n            if (_this.settings.columns.length === 0 || _this.settings.columns.indexOf(d) !== -1) {\n              var $td = $(td);\n              var v_dato = $td.html();\n              if(typeof arr[d] != \'undefined\' && \'dato\' in arr[d] && arr[d].dato == v_dato) {\n                var rs = arr[d].elem.data(\'rowspan\');\n                if(rs == \'undefined\' || isNaN(rs)) rs = 1;\n                arr[d].elem.data(\'rowspan\', parseInt(rs) + 1).addClass(\'rowspan-combine\');\n                $td.addClass(\'rowspan-remove\').hide();\n              } else {\n                arr[d] = {dato: v_dato, elem: $td};\n              };\n            }\n          });\n        });\n\n        $(\'.rowspan-combine\').each(function (r, tr) {\n          var $this = $(this);\n          $this.attr(\'rowspan\', $this.data(\'rowspan\')).css({\'vertical-align\': _this.settings.vertical_align});\n        });\n      }\n    } );\n\n    $.fn[ rowspanizer ] = function( options ) {\n      return this.each( function() {\n        if ( !$.data( this, \"plugin_\" + rowspanizer ) ) {\n          $.data( this, \"plugin_\" +\n            rowspanizer, new f( this, options ) );\n       }\n      } );\n    };\n\n} )( jQuery, window, document );\n\n$table.rowspanizer({vertical_align: \'middle\'});\n\n\n// Add the following lines if you have custom filters enabled\n// No need to add if you don\'t have custom filters.\n$table.on(\'after_ft_filtering\', function() {\n    $table.removeData(\'plugin_rowspanizer\');\n    $table.rowspanizer({vertical_align: \'middle\'});\n});\n\n// Add the following lines if you have paginated data.\njQuery($table).on(\'after.ft.paging\', function () {\n    jQuery($table).removeData(\'plugin_rowspanizer\');\n    jQuery($table).rowspanizer({vertical_align: \'middle\'});\n})');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7221, 7957, '_ninja_table_caption', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7268, 7966, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:501200;s:4:\"hits\";i:11;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671d2b4ca302c.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7271, 7969, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:41763;s:4:\"hits\";i:5;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67d461ae8b764.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7272, 7970, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:439717;s:4:\"hits\";i:10;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67d4619897987.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7273, 7971, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:191197;s:4:\"hits\";i:13;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67e6da80e57b3.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7274, 7972, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:258301;s:4:\"hits\";i:15;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67e6da6f126dc.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7275, 7973, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:185636;s:4:\"hits\";i:24;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67e6dadcc3145.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7276, 7974, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:257356;s:4:\"hits\";i:22;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67e6dac3dbdec.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7277, 7975, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:292647;s:4:\"hits\";i:13;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671d2dbab459b.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7278, 7976, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:206495;s:4:\"hits\";i:21;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671d2dc55f7cc.pdf\";s:10:\"remote_url\";b:0;}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7507, 6654, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7508, 6654, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7509, 7042, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7510, 7042, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7511, 7296, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7512, 7296, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7513, 7043, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7514, 7043, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7517, 6656, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7518, 6656, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7519, 7024, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7520, 7024, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7521, 7044, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7522, 7044, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7523, 7023, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7524, 7023, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7525, 7045, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7526, 7045, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7527, 7139, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7528, 7139, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7529, 6661, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7530, 6661, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7531, 6663, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7532, 6663, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7533, 6662, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7534, 6662, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7535, 6660, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7536, 6660, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7537, 7144, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7538, 7144, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7539, 7153, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7540, 7153, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7541, 7437, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7542, 7437, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7543, 7162, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7544, 7162, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7545, 7169, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7546, 7169, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7547, 6972, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7548, 6972, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7549, 7176, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7550, 7176, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7551, 7182, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7552, 7182, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7553, 7484, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7554, 7484, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7555, 6970, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7556, 6970, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7557, 7188, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7558, 7188, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7559, 7194, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7560, 7194, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7561, 6977, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7562, 6977, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7563, 7197, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7564, 7197, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7565, 7207, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7566, 7207, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7571, 6982, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7572, 6982, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7573, 7226, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7574, 7226, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7575, 7232, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7576, 7232, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7577, 7238, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7578, 7238, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7579, 7244, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7580, 7244, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7581, 6987, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7582, 6987, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7583, 7262, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7584, 7262, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7585, 6989, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7586, 6989, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7587, 7047, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7588, 7047, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7589, 7048, '_wp_old_date', '2024-10-09');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7590, 7048, '_menu_sgpb_popup_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7605, 7605, '_wp_old_slug', 'qualified-life-event-documentation-requirements');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7606, 7605, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7612, 8006, '_wp_attached_file', '2024/10/OM-benefit-popup_2.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7613, 8006, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2024/10/OM-benefit-popup_2.png\";s:8:\"filesize\";i:14919;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"OM-benefit-popup_2-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23167;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"OM-benefit-popup_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15644;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"OM-benefit-popup_2-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71317;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"OM-benefit-popup_2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35905;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"OM-benefit-popup_2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42346;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"OM-benefit-popup_2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57502;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"OM-benefit-popup_2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58950;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"OM-benefit-popup_2-980x588.png\";s:5:\"width\";i:980;s:6:\"height\";i:588;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91984;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"OM-benefit-popup_2-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43524;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7614, 8006, '_edit_lock', '1730060980:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7615, 8006, '_wp_attachment_image_alt', 'Contact an O&M Benefits Solutions Counselor at (800) 463-3819. Email the O&M Benefits Solutions Team at owens-minor@bpaenroll.com.');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7616, 8006, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7617, 8006, 'media_link_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7618, 7439, '_edit_lock', '1730061276:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7619, 8010, '_wp_attached_file', '2024/10/How-an-HSA-works_2.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7620, 8010, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2124;s:6:\"height\";i:912;s:4:\"file\";s:30:\"2024/10/How-an-HSA-works_2.png\";s:8:\"filesize\";i:41514;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"How-an-HSA-works_2-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25717;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"How-an-HSA-works_2-1024x440.png\";s:5:\"width\";i:1024;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"How-an-HSA-works_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15139;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"How-an-HSA-works_2-768x330.png\";s:5:\"width\";i:768;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96730;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"How-an-HSA-works_2-1536x660.png\";s:5:\"width\";i:1536;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206886;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"How-an-HSA-works_2-2048x879.png\";s:5:\"width\";i:2048;s:6:\"height\";i:879;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:270180;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"How-an-HSA-works_2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47285;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"How-an-HSA-works_2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150369;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"How-an-HSA-works_2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51364;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"How-an-HSA-works_2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68059;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"How-an-HSA-works_2-1080x464.png\";s:5:\"width\";i:1080;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144097;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"How-an-HSA-works_2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60119;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"How-an-HSA-works_2-1280x550.png\";s:5:\"width\";i:1280;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170665;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"How-an-HSA-works_2-980x421.png\";s:5:\"width\";i:980;s:6:\"height\";i:421;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130587;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"How-an-HSA-works_2-480x206.png\";s:5:\"width\";i:480;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49294;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7655, 8018, '_wp_attached_file', '2024/10/fsa-7.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7656, 8018, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2233;s:6:\"height\";i:1034;s:4:\"file\";s:17:\"2024/10/fsa-7.png\";s:8:\"filesize\";i:136896;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"fsa-7-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25807;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"fsa-7-1024x474.png\";s:5:\"width\";i:1024;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157419;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"fsa-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17442;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"fsa-7-768x356.png\";s:5:\"width\";i:768;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108083;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"fsa-7-1536x711.png\";s:5:\"width\";i:1536;s:6:\"height\";i:711;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:255646;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"fsa-7-2048x948.png\";s:5:\"width\";i:2048;s:6:\"height\";i:948;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:351010;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"fsa-7-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60958;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"fsa-7-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:222140;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"fsa-7-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65918;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"fsa-7-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89399;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"fsa-7-1080x500.png\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166444;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"fsa-7-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64904;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"fsa-7-1280x593.png\";s:5:\"width\";i:1280;s:6:\"height\";i:593;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:205935;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"fsa-7-980x454.png\";s:5:\"width\";i:980;s:6:\"height\";i:454;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149689;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"fsa-7-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54014;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7967, 8028, '_wp_attached_file', '2024/10/login.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7968, 8028, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:110;s:6:\"height\";i:110;s:4:\"file\";s:17:\"2024/10/login.png\";s:8:\"filesize\";i:3693;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7969, 8029, '_wp_attached_file', '2024/10/login-2.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7970, 8029, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:110;s:6:\"height\";i:110;s:4:\"file\";s:19:\"2024/10/login-2.png\";s:8:\"filesize\";i:3589;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8127, 8073, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:862192;s:4:\"hits\";i:13;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"672151deee526.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8128, 8074, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:857400;s:4:\"hits\";i:20;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"672151df11347.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8129, 8075, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:857717;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"672151df5dd29.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8130, 8076, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:862496;s:4:\"hits\";i:3;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"672151df6600a.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8292, 6798, '_thumbnail_id', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10200, 77, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11436, 6654, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11437, 7042, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11438, 7296, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11439, 7043, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11440, 6656, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11441, 7024, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11442, 7044, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11443, 7023, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11444, 7045, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11445, 7139, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11446, 6661, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11447, 6663, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11448, 6662, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11449, 6660, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11450, 7144, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11451, 7153, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11452, 7437, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11453, 7162, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11454, 7169, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11455, 6972, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11456, 7176, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11457, 7182, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11458, 7484, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11459, 6970, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11460, 7188, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11461, 7194, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11462, 6977, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11463, 7197, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11464, 7207, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11467, 6982, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11468, 7226, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11469, 7232, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11470, 7238, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11471, 7244, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11472, 6987, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11473, 7262, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11474, 6989, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11475, 7047, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11476, 7048, '_wp_old_date', '2024-10-27');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11489, 8084, '_wp_attached_file', '2025/01/25-om-guide.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11490, 8084, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2158;s:6:\"height\";i:1108;s:4:\"file\";s:23:\"2025/01/25-om-guide.png\";s:8:\"filesize\";i:1896141;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"25-om-guide-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55124;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"25-om-guide-1024x526.png\";s:5:\"width\";i:1024;s:6:\"height\";i:526;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:420179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"25-om-guide-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34527;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"25-om-guide-768x394.png\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:255551;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"25-om-guide-1536x789.png\";s:5:\"width\";i:1536;s:6:\"height\";i:789;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:874337;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:25:\"25-om-guide-2048x1052.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1052;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1483962;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"25-om-guide-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116376;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"25-om-guide-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:633029;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"25-om-guide-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134777;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"25-om-guide-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212822;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"25-om-guide-1080x555.png\";s:5:\"width\";i:1080;s:6:\"height\";i:555;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:462396;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"25-om-guide-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:214614;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"25-om-guide-1280x657.png\";s:5:\"width\";i:1280;s:6:\"height\";i:657;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:625266;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"25-om-guide-980x503.png\";s:5:\"width\";i:980;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:387636;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"25-om-guide-480x246.png\";s:5:\"width\";i:480;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118089;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11839, 7189, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12046, 8091, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:295539;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6787f02dd2d39.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12047, 8092, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:162512;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6787f02dde53a.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12048, 8093, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:140330;s:4:\"hits\";i:1;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6787f02dee2da.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12049, 8094, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:142591;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6787f02e21dcd.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12050, 8095, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:331212;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6787f02e399c9.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12163, 8097, '_wp_attached_file', '2025/01/nh-brainshark.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12164, 8097, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2025/01/nh-brainshark.jpg\";s:8:\"filesize\";i:541350;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"nh-brainshark-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23471;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"nh-brainshark-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"nh-brainshark-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18400;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"nh-brainshark-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55086;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"nh-brainshark-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126949;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"nh-brainshark-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29957;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"nh-brainshark-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85077;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"nh-brainshark-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31226;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"nh-brainshark-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40216;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"nh-brainshark-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82166;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"nh-brainshark-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38863;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"nh-brainshark-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101507;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"nh-brainshark-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73494;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"nh-brainshark-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33908;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1729796536\";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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12761, 8100, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:4:\"docx\";s:4:\"size\";i:41818;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:18:\"67990b6088560.docx\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12762, 8101, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:350616;s:4:\"hits\";i:40;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67990b7f36926.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12763, 8102, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:208175;s:4:\"hits\";i:10;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67990b90b0be2.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12764, 8103, '_wp_attached_file', '2025/01/Q1-2025-UWW-Schedule.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12765, 8103, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"Q1-2025-UWW-Schedule-pdf.jpg\";s:5:\"width\";i:1707;s:6:\"height\";i:1050;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:288256;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Q1-2025-UWW-Schedule-pdf-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16821;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Q1-2025-UWW-Schedule-pdf-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122882;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Q1-2025-UWW-Schedule-pdf-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7534;}}s:8:\"filesize\";i:141111;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12768, 7421, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12773, 8105, '_wp_attached_file', '2025/01/2025-schedule.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12774, 8105, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2160;s:6:\"height\";i:1389;s:4:\"file\";s:25:\"2025/01/2025-schedule.png\";s:8:\"filesize\";i:2404391;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"2025-schedule-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66822;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"2025-schedule-1024x658.png\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:552378;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"2025-schedule-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34158;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"2025-schedule-768x494.png\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:325728;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"2025-schedule-1536x988.png\";s:5:\"width\";i:1536;s:6:\"height\";i:988;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1180305;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"2025-schedule-2048x1317.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1317;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2018716;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"2025-schedule-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105548;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"2025-schedule-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:591964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"2025-schedule-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119851;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"2025-schedule-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198498;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"2025-schedule-1080x695.png\";s:5:\"width\";i:1080;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:596368;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"2025-schedule-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:213016;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"2025-schedule-1280x823.png\";s:5:\"width\";i:1280;s:6:\"height\";i:823;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:837516;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"2025-schedule-980x630.png\";s:5:\"width\";i:980;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:507871;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"2025-schedule-480x309.png\";s:5:\"width\";i:480;s:6:\"height\";i:309;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144037;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13052, 8108, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:344597;s:4:\"hits\";i:4;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"679d4877aca3a.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13053, 8109, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:344597;s:4:\"hits\";i:5;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"679d48824a477.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13054, 8110, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:344597;s:4:\"hits\";i:10;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"679d488c531f4.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13793, 77, '_g_feedback_shortcode_441cf3a032e1e73907719fcd61169b34e4b2bb35', '\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13794, 77, '_g_feedback_shortcode_atts_441cf3a032e1e73907719fcd61169b34e4b2bb35', 'a:17:{s:2:\"to\";s:20:\"evlester@lockton.com\";s:7:\"subject\";s:20:\"[Owens & Minor] Home\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:77;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14203, 8113, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:119817;s:4:\"hits\";i:12;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67b7909a58673.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14204, 8114, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:90158;s:4:\"hits\";i:17;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67b7909a5db1e.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14913, 8115, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:904921;s:4:\"hits\";i:8;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67c86db5dd8a5.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15132, 7239, '_g_feedback_shortcode_f7f547ba9815028ae017a8c9633bc0031681282a', '\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15133, 7239, '_g_feedback_shortcode_atts_f7f547ba9815028ae017a8c9633bc0031681282a', 'a:17:{s:2:\"to\";s:20:\"evlester@lockton.com\";s:7:\"subject\";s:35:\"[Owens & Minor] Additional Benefits\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:7239;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15135, 7233, '_g_feedback_shortcode_2df3c9452aa486a4da4609f31301fa9e8e991404', '\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15136, 7233, '_g_feedback_shortcode_atts_2df3c9452aa486a4da4609f31301fa9e8e991404', 'a:17:{s:2:\"to\";s:20:\"evlester@lockton.com\";s:7:\"subject\";s:35:\"[Owens & Minor] Adoption Assistance\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:7233;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15142, 7233, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15151, 7177, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15171, 8120, '_has_ninja_tables', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15172, 8120, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15173, 8120, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15174, 8120, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15175, 8120, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15176, 8120, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15177, 8120, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15178, 8120, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15179, 8120, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15180, 8120, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15181, 8120, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15182, 8120, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15183, 8120, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15184, 8120, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"8120\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15185, 8120, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15186, 8120, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15187, 8120, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_code et_pb_code_0\">\n				\n				\n				\n				\n				\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div id=\"eap\" class=\"et_pb_section et_pb_section_1 ksec-head et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Benefits Through Your Medical Plan</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 ksec-trans et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"eligibility\" class=\"et_pb_row et_pb_row_2 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">At Owens &amp; Minor, we support your well-being journey with tools and resources that go beyond medical coverage. Depending on your medical plan, you may have access to programs that help you focus more on your health and weight-loss goals, offer virtual behavioral coaching, and connect you to a nationwide network of gyms and fitness studios—most at no cost to you.<br />\n&nbsp;</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">UnitedHealthcare (UHC)/Surest Members</div>\n			</div><style>.et_pb_accordion_0 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_0 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_0  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">AbleTo</h5>\n				<div class=\"et_pb_toggle_content clearfix\">It’s normal to feel overwhelmed and stressed when daily pressures weigh us down. That’s when AbleTo can help. It’s a virtual behavioral coaching program with digital tools designed to show you ways to cope and manage your worries.<br />\nAbleTo offers a customized eight-week coaching program with one-on-one support focused on you. It’s available as part of your medical plan at no added cost. Stress less and visit ableto.com/exploremore to get started.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_1  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Cancer Resource Services (UHC members only)</h5>\n				<div class=\"et_pb_toggle_content clearfix\">After a cancer diagnosis, it may be difficult to know what the next step is. UHC medical plan enrollees have access to Cancer Resource Services, which provides you with the support you need to navigate each step in your cancer journey. Your concierge will help you understand your options, answer your questions, and check in with you along the way so you can focus on your health and recovery.<br />\nA representative from Cancer Resource Services will contact you if your medical claims indicate you would benefit from the program.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_2  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Calm Health</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Available at no cost, the Calm Health app provides programs and tools to help support your mental health and well-being—all at your own pace. With expert-led mindfulness and content and programs created by psychologists, Calm Health helps you learn techniques to improve well-being, work toward personal goals, and strengthen the mind-body connection.<br />\nTo get started, sign in to your account on myuhc.com or the UnitedHealthcare app.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_3  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Real Appeal</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Are you looking for a way to manage your blood pressure, lose weight, or just feel better? Welcome to Real Appeal, a healthy lifestyle and weight management program available to you and eligible family members at no added cost.<br />\nAvailable through your medical plan, Real Appeal helps you build healthier habits by taking small steps for lasting change. Start your journey with a Success Kit complete with scales, a balanced portion plate, and access to online fitness and nutrition content. Visit enroll.realappeal.com to get started.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_4  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">One Pass Select</h5>\n				<div class=\"et_pb_toggle_content clearfix\">With One Pass Select, reach your fitness goals your way. Whether you prefer to work out at home or at the gym, One Pass Select meets you where you are.</p>\n<p>At home: Work out with live or on-demand online fitness classes, with fitness routines created for you.<br />\nAt the gym: choose from a nationwide network of gym brands and local fitness studies.</p>\n<p>One Pass Select is also available to eligible family members 18 and older. Multiple plan tiers start with a digital-only plan for $10 per month. Other plans start with the Classic at $34 per month with three other higher-tier levels offered. All Classic and above plans include grocery and home essentials delivery at no extra cost, not currently available in Texas. Enroll today at OnePassSelect.com.</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_0 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Kaiser Members </div>\n			</div><style>.et_pb_accordion_1 .et_pb_toggle_content { display: none; }</style><div class=\"et_pb_module et_pb_accordion et_pb_accordion_1 my_accordion\">\n				\n				\n				\n				\n				<div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_5  et_pb_toggle_open\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">ClassPass</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Reach your fitness goals from anywhere with ClassPass. Whether you’re looking to boost your mood, stay active, or improve your overall health. ClassPass offers over 4,000 online fitness classes at no cost to you.<br />\nPrefer in-person workouts? Choose from 40,000 gyms and studios worldwide and enjoy exclusive discounts. With 22 types of fitness classes to choose from, you’ll find the perfect activity to keep you healthy and motivated. Get started with a free trial plus 20% off a monthly package to reserve in-person classes at your location of choice.<br />\nGet started today by going to kp.org/exercise.</div>\n			</div><div class=\"et_pb_toggle et_pb_module et_pb_accordion_item et_pb_accordion_item_6  et_pb_toggle_close\">\n				\n				\n				\n				\n				<h5 class=\"et_pb_toggle_title\">Wellness Coaching by Phone</h5>\n				<div class=\"et_pb_toggle_content clearfix\">Wellness coaching by phone is a service provided through convenient phone sessions at no cost and without a referral. The program focuses on wellness and healthy behaviors, helping participants gain confidence, create healthy habits to replace unhealthy ones, and make changes, step-by-step, toward a healthy, balanced lifestyle. <br />\nCoaches help connect members with other Kaiser Permanente resources including regional and local health promotion classes, online programs, and other tools.<br />\nWellness coaching is available for the following topics:</p>\n<p>Quit tobacco<br />\nGet active<br />\nManage weight<br />\nReduce stress<br />\nEat healthy</p>\n<p>Visit kp.org/coaching to learn more or Call (866) 862-4295 to make an appointment.</div>\n			</div>\n			</div><script data-name=\"dbdb-accordion-initial-state\">jQuery(function($){\r\n    $(\'.et_pb_accordion.et_pb_accordion_1 .et_pb_toggle_open\').toggleClass(\'et_pb_toggle_open et_pb_toggle_close\');\r\n\r\n    $(\'.et_pb_accordion.et_pb_accordion_1 .et_pb_toggle\').click(function() {\r\n      var toggle = $(this);\r\n      setTimeout(function(){\r\n         toggle.closest(\'.et_pb_accordion\').removeClass(\'et_pb_accordion_toggling\');\r\n      },700);\r\n    });\r\n});</script>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_right et_pb_bg_layout_light et_pb_sidebar_no_border\">\n				\n				\n				\n				\n				<div id=\"block-8\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-9\" class=\"et_pb_widget widget_block widget_search\"><form role=\"search\" method=\"get\" action=\"https://benefitsmyway.mybenefitport.com/\" class=\"wp-block-search__button-outside wp-block-search__text-button wp-block-search\"    ><label class=\"wp-block-search__label\" for=\"wp-block-search__input-1\" >Search</label><div class=\"wp-block-search__inside-wrapper \" ><input class=\"wp-block-search__input\" id=\"wp-block-search__input-1\" placeholder=\"\" value=\"life insurance \" type=\"search\" name=\"s\" required /><button aria-label=\"Search\" class=\"wp-block-search__button wp-element-button\" type=\"submit\" >Search</button></div></form></div><div id=\"block-10\" class=\"et_pb_widget widget_block\">\n<div style=\"height:18px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div><div id=\"block-11\" class=\"et_pb_widget widget_block\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 sg-popup-id-7920 is-style-fill\" id=\"numberpopup\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-text-align-center wp-element-button\" href=\"tel:+18004633819\" style=\"border-radius:20px;background:linear-gradient(135deg,rgb(0,40,86) 0%,rgb(0,40,86) 100%)\"><strong>Call Benefits Counselor</strong></a></div>\n</div>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 ksec-trans et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div id=\"new-employees\" class=\"et_pb_row et_pb_row_3 et_pb_row_fullwidth et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, the plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. Benefits are not a guarantee of employment.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15188, 8120, '_et_pb_truncate_post_date', '2025-03-12 23:24:25');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15189, 8120, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15190, 8120, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15191, 8120, '_last_editor_used_jetpack', 'classic-editor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15192, 8120, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15193, 8120, '_elementor_css', 'a:7:{s:4:\"time\";i:1683742430;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15194, 8120, '_edit_lock', '1741462940:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15195, 8122, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15196, 8122, '_menu_item_menu_item_parent', 6987);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15197, 8122, '_menu_item_object_id', 8120);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15198, 8122, '_menu_item_object', 'page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15199, 8122, '_menu_item_target', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15200, 8122, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15201, 8122, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15202, 8122, '_menu_item_url', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15204, 6654, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15205, 7042, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15206, 7296, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15207, 7043, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15208, 6656, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15209, 7024, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15210, 7044, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15211, 7023, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15212, 7045, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15213, 7139, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15214, 6661, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15215, 6663, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15216, 6662, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15217, 6660, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15218, 7144, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15219, 7153, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15220, 7437, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15221, 7162, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15222, 7169, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15223, 6972, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15224, 7176, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15225, 7182, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15226, 7484, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15227, 6970, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15228, 7188, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15229, 7194, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15230, 6977, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15231, 7197, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15232, 7207, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15235, 6982, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15236, 7226, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15237, 7232, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15238, 7238, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15239, 7244, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15240, 6987, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15241, 7262, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15242, 6989, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15243, 7047, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15244, 7048, '_wp_old_date', '2025-01-06');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15253, 8120, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15258, 8124, '_wp_attached_file', '2025/03/heeader-new.jpg');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15259, 8124, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:510;s:4:\"file\";s:23:\"2025/03/heeader-new.jpg\";s:8:\"filesize\";i:627631;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"heeader-new-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19190;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"heeader-new-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57026;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"heeader-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20564;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"heeader-new-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41472;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"heeader-new-1536x306.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94739;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"heeader-new-2048x408.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136070;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"heeader-new-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38210;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"heeader-new-1080x510.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112000;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"heeader-new-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40690;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"heeader-new-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55466;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"heeader-new-1080x215.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60261;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"heeader-new-400x510.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64179;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"heeader-new-1280x255.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73860;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"heeader-new-980x195.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54454;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"heeader-new-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26079;}}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:10:\"Screenshot\";s:17:\"created_timestamp\";s:10:\"1723239109\";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:10:\"Screenshot\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15632, 6654, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15633, 7042, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15634, 7296, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15635, 7043, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15636, 6656, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15637, 7024, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15638, 7044, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15639, 7023, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15640, 7045, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15641, 7139, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15642, 6661, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15643, 6663, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15644, 6662, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15645, 6660, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15646, 7144, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15647, 7153, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15648, 7437, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15649, 7162, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15650, 7169, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15651, 6972, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15652, 7176, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15653, 7182, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15654, 7484, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15655, 6970, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15656, 7188, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15657, 7194, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15658, 6977, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15659, 7197, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15660, 7207, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15661, 6982, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15662, 7226, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15663, 7232, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15664, 7238, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15665, 7244, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15666, 6987, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15667, 8122, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15668, 7262, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15669, 6989, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15670, 7047, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15671, 7048, '_wp_old_date', '2025-03-08');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15673, 7239, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15678, 7854, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:377865;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671ae6d0c882c.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-14 17:03:20\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15679, 7854, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15680, 7853, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:42234;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671ae6d05ffb1.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-14 17:03:43\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15681, 7853, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15682, 7970, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:508445;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671d2ca3c50fc.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-14 17:04:24\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15683, 7970, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15684, 7969, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:42850;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671d2ca3561bc.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-14 17:04:46\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15685, 7969, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15686, 7856, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:240311;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671ae6dc7a282.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-14 17:05:25\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15688, 7856, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15692, 7855, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:41742;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671ae6dc356c4.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-14 17:05:44\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15693, 7855, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15702, 7857, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:137152;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671ae6e49f4c8.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-14 17:09:00\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15703, 7857, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15712, 8128, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:172070;s:4:\"hits\";i:4;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"67d46b82a09ae.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16564, 7753, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:532730;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6707e69bd575c.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-28 17:18:23\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16565, 7753, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16566, 7752, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:382988;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6707e69bd1414.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-28 17:18:47\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16567, 7752, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16568, 7972, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:258314;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671d2d86ecffb.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-28 17:20:47\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16569, 7972, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16570, 7971, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:190950;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671d2d7aee8bc.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-28 17:21:05\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16571, 7971, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16572, 7974, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:257306;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671d2d997ef1a.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-28 17:22:12\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16573, 7974, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16574, 7973, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:185960;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"671d2d996af86.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-03-28 17:22:37\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16575, 7973, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18037, 8129, '_et_builder_dynamic_assets_loading_attr_threshold', 16);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18038, 8129, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18039, 8129, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18040, 8129, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18041, 8129, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18042, 8129, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18043, 8129, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18044, 8129, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_2 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0 et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_slider et_pb_slider_0 et_pb_slider_fullwidth_off\">\n				<div class=\"et_pb_slides\">\n					<div class=\"et_pb_slide et_pb_slide_0 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay et-pb-active-slide dbdb-icon-on-left dbdb-icon-on-hover dbdb-has-custom-padding\" data-slide-id=\"et_pb_slide_0\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Got Questions?</h2><div class=\"et_pb_slide_content\">The O&amp;M Benefits Solutions Counselors can help.<br />\nEmail O&amp;M Benefits Solutions Team or call (800) 463-3819.</div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			<div class=\"et_pb_slide et_pb_slide_1 et_pb_bg_layout_dark et_pb_media_alignment_center et_pb_slider_with_overlay dbdb-icon-on-left dbdb-icon-on-hover dbdb-has-custom-padding\" data-slide-id=\"et_pb_slide_1\">\n				\n				<div class=\"et_pb_slide_overlay_container\"></div>\n				<div class=\"et_pb_container clearfix\">\n					<div class=\"et_pb_slider_container_inner\">\n						\n						<div class=\"et_pb_slide_description\">\n							<h2 class=\"et_pb_slide_title\">Choices To Fit Your Life</h2><div class=\"et_pb_slide_content\">Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</p></div>\n							\n						</div>\n					</div>\n				</div>\n				\n				\n				\n			</div>\n			\n				</div>\n				\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_with_border et_pb_row et_pb_row_1 et_pb_equal_columns et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\">ENROLL ON WORKDAY HR</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\">ENROLL ON FIDELITY</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a id=\"sg-popup-id-7920\" class=\"et_pb_button et_pb_button_2 sg-popup-id-7920 et_pb_bg_layout_light\" href=\"tel:+18004633819\">CONTACT BENEFITS COUNSELOR</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2 et_pb_gutters1.5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Health</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_3 et_pb_gutters1.5\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/medical-rx\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"med-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;med-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/dental\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"dental-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;dental-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/vision\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"vision-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;vision-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_4 et_pb_gutters1.5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Wealth</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_5 et_pb_gutters1.5\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_3\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"hsa-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;hsa-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_4\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"fsa-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;fsa-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_5\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/401k\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"401k-a\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;401k-a&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_6 et_pb_gutters1.5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Resources</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_7 et_pb_gutters1.5\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_6\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/contacts/\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"contacts-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;contacts-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_7\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/documents\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"457\" height=\"304\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg?resize=457%2C304&#038;ssl=1\" alt=\"\" title=\"docs-hover\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg?w=457&ssl=1 457w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg?resize=300%2C200&ssl=1 300w\" sizes=\"(max-width: 457px) 100vw, 457px\" class=\"wp-image-7063\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;docs-hover&quot;,&quot;class&quot;:&quot;wp-image-7063&quot;,&quot;srcset&quot;:&quot;https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg?w=457&amp;ssl=1 457w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg?resize=300%2C200&amp;ssl=1 300w&quot;,&quot;sizes&quot;:&quot;(max-width: 457px) 100vw, 457px&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg&quot;,&quot;srcset&quot;:&quot;https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg?w=457&amp;ssl=1 457w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg?resize=300%2C200&amp;ssl=1 300w&quot;,&quot;sizes&quot;:&quot;(max-width: 457px) 100vw, 457px&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_8\">\n				\n				\n				\n				\n				<a href=\"https://benefitsmyway.mybenefitport.com/video-library/\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg?w=1080&#038;ssl=1\" alt=\"\" title=\"vids-b\" data-et-multi-view=\"{&quot;schema&quot;:{&quot;attrs&quot;:{&quot;desktop&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;vids-b&quot;},&quot;hover&quot;:{&quot;src&quot;:&quot;https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg&quot;}}},&quot;slug&quot;:&quot;et_pb_image&quot;}\" /></span></a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8 et_pb_equal_columns et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_9\">\n				\n				\n				\n				\n				<a href=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" target=\"_blank\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1080\" height=\"1382\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?resize=1080%2C1382&#038;ssl=1\" alt=\"guide cover\" title=\"2025-guide\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?w=1080&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?resize=234%2C300&ssl=1 234w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?resize=800%2C1024&ssl=1 800w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?resize=768%2C983&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?resize=980%2C1254&ssl=1 980w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png?resize=480%2C614&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-7679\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">View the Latest Benefits Guide<br />\nLike this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the Summary Plan Descriptions for further plan details.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_left et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_dark\" href=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\">Take A Look</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_10\">\n				\n				\n				\n				\n				<a href=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorNH\"><span class=\"et_pb_image_wrap \"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1080\" height=\"608\" src=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=1080%2C608&#038;ssl=1\" alt=\"\" title=\"nh-brainshark\" srcset=\"https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?w=1920&ssl=1 1920w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=300%2C169&ssl=1 300w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=1024%2C576&ssl=1 1024w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=768%2C432&ssl=1 768w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=1536%2C864&ssl=1 1536w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=1080%2C608&ssl=1 1080w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=1280%2C720&ssl=1 1280w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=980%2C551&ssl=1 980w, https://i0.wp.com/owens-minor.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg?resize=480%2C270&ssl=1 480w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" class=\"wp-image-8097\" /></span></a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_6 et_pb_with_background et_section_regular section_has_divider et_pb_bottom_divider\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_9 et_pb_equal_columns et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_0  et_pb_text_align_center et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon\"></span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Have Questions About Benefits?</span></h4>\n						<div class=\"et_pb_blurb_description\">Email owens-minor@bpaenroll.com or<br />\ncall 800.463.3819</div>\n					</div>\n				</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_dark\" href=\"mailto:%22owens-minor@bpaenroll.com%22\">Email Us</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_1  et_pb_text_align_center et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon\"></span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Access Benefits Contact Information</span></h4>\n						<div class=\"et_pb_blurb_description\">Quick access to websites and phone numbers of our benefit providers.</div>\n					</div>\n				</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_5 et_pb_bg_layout_dark\" href=\"https://benefitsmyway.mybenefitport.com/contacts/\">Learn More</a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_2  et_pb_text_align_center et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon\"></span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Update Your Personal Information</span></h4>\n						<div class=\"et_pb_blurb_description\">Log into your Workday HR account to update your name, address, and other info.</div>\n					</div>\n				</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module  dbdb-icon-on-right dbdb-icon-on-hover\">\n				<a class=\"et_pb_button et_pb_button_6 et_pb_bg_layout_dark\" href=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\">Learn More</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				<div class=\"et_pb_bottom_inside_divider et-no-transition\"></div>\n			</div></p>\n');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18045, 8129, '_et_pb_truncate_post_date', '2025-05-12 20:27:22');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18046, 8129, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18047, 8129, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18048, 8129, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18049, 8129, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18050, 8129, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"77\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18051, 8129, '_et_pb_custom_css', '/* special triangle bullet */\n.special_bullet li::marker {\n    color: #29689A !important;\n    content: \'\\2B95  \' !important; \n  font-size: .85em;\n}\n.special_bullet li {padding-top: .35em;}\n.lead_in_header {color: #00689e; font-weight: 500; letter-spacing: .6px;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18052, 8129, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18053, 8129, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18054, 8129, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18055, 8129, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18056, 8129, 'dipi_at_pages_selected', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18057, 8129, 'dipi_at_exception_selected', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18058, 8129, '_edit_last', 1);

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18059, 8129, 'toolstipssynonyms', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18060, 8129, 'toolstipbulletscreentag', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18061, 8129, '_edit_lock', '1745263121:1');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18062, 8129, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18063, 8129, '_g_feedback_shortcode_441cf3a032e1e73907719fcd61169b34e4b2bb35', '\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18064, 8129, '_g_feedback_shortcode_atts_441cf3a032e1e73907719fcd61169b34e4b2bb35', 'a:17:{s:2:\"to\";s:20:\"evlester@lockton.com\";s:7:\"subject\";s:20:\"[Owens & Minor] Home\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:77;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18897, 7618, '_wp_old_slug', '2024_spd_owens__minor_inc_01012024_final');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18898, 7618, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18899, 7618, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1022498;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc4e4304dbb.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-05-05 20:50:43\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18900, 7618, '_wp_old_slug', '2025-spd-owens-minor-inc');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21532, 7750, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:511260;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6707e65167a95.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-06-23 16:16:21\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21533, 7750, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21534, 7751, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:519129;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"6707e65883266.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-06-23 16:16:48\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21535, 7751, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22407, 8115, '_wp_old_slug', 'om-wrap-plan-document_january-1-2024');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22408, 8115, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22417, 8132, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:305457;s:4:\"hits\";i:5;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"686d731ceb74e.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22418, 8133, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:130027;s:4:\"hits\";i:1;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"686d731d04f42.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22419, 8134, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:2448146;s:4:\"hits\";i:0;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"686d731e1261d.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22428, 8135, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:196277;s:4:\"hits\";i:5;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"686d74de095d4.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22429, 8136, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:196224;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"686d74de0e9cb.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22430, 8137, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1137764;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"686d74ef08a5d.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22431, 8138, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1252888;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"686d74ff5d9e3.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22432, 8139, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1252780;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"686d75076af9f.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22433, 8140, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:3446263;s:4:\"hits\";i:7;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"686d753c0f69c.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22434, 8141, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:3444432;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"686d753e456df.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22435, 8142, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:32358600;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"686d763a07c4e.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22436, 8142, '_wp_old_slug', '2025-evidence-of-coverage-georgia_compressed');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22437, 8142, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22634, 8143, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:442036;s:4:\"hits\";i:8;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"68713b3abbbaa.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22635, 7631, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:2229710;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc4f989a835.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-07-11 16:27:50\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22636, 7631, '_wp_old_slug', 'kphi_2024_owens-and-minor-inc_group-4551_sg-021_actives_pos_eoc');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22637, 7631, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22638, 7630, '_wp_old_slug', 'kpmas_2024_owens-minor_group-18803_sg-0026_eoc');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22639, 7630, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22640, 7630, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:2091816;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc4f8d6ccf7.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-07-11 16:28:32\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22641, 7629, '_wp_old_slug', 'kpnw_2024_owens-and-minor_group-15033_sg-025-044_eoc');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22642, 7629, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22643, 7629, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:901723;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc4f28b3118.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-07-11 16:29:21\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22708, 8145, '_wpfd_file_metadata', 'a:14:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:722234;s:4:\"hits\";i:1;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"687175d7b7211.pdf\";s:10:\"remote_url\";b:0;s:5:\"state\";s:1:\"1\";s:9:\"file_tags\";s:0:\"\";s:7:\"canview\";N;s:16:\"file_custom_icon\";s:0:\"\";s:24:\"file_custom_icon_preview\";s:0:\"\";s:6:\"social\";i:0;s:19:\"file_multi_category\";a:0:{}s:23:\"file_multi_category_old\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22709, 7617, '_wp_old_slug', 'owens-minor-2024-spd-hdhp-hsa-plan-set-002-final');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22710, 7617, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22711, 7617, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1672475;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc4e1863576.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-07-11 20:37:45\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22712, 7618, '_wp_old_slug', '2025-spd-owens-minor');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22713, 7618, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:938791;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"681924a326566.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-07-11 20:39:15\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22714, 7616, '_wp_old_slug', 'owens-minor-2024-spd-choice-plus-core-plan-set-001-final');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22715, 7616, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22716, 7616, '_wpfd_file_versions', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:1698087;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"66fc4e034da73.pdf\";s:10:\"remote_url\";b:0;s:12:\"created_time\";s:19:\"2025-07-11 20:41:15\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22957, 8145, '_wp_old_slug', 'uww-promotional-poster');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22958, 8145, '_wpfd_file_meta_expiration_date', '');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23042, 7750, '_wp_old_slug', '2025-evidence-of-coverage-basic');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23043, 7751, '_wp_old_slug', '2025-evidence-of-coverage-buy-up');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23044, 7629, '_wp_old_slug', 'kpnw_2025_owens-minor_eoc');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23045, 7630, '_wp_old_slug', 'kpmas_2025_owens-minor_eoc');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23046, 7631, '_wp_old_slug', 'kphi_2025_owens-minor_group-4551_sg-021_pos_eoc');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23047, 8146, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:824554;s:4:\"hits\";i:5;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"68781e2c82ee5.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23048, 8147, '_wpfd_file_metadata', 'a:6:{s:3:\"ext\";s:3:\"pdf\";s:4:\"size\";i:899815;s:4:\"hits\";i:2;s:7:\"version\";s:0:\"\";s:4:\"file\";s:17:\"68781e3886dce.pdf\";s:10:\"remote_url\";b:0;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23206, 7421, '_g_feedback_shortcode_7eb9c8bee0ed0161f27ef8ba04225f70f3fab7ac', '\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23207, 7421, '_g_feedback_shortcode_atts_7eb9c8bee0ed0161f27ef8ba04225f70f3fab7ac', 'a:18:{s:2:\"to\";s:20:\"evlester@lockton.com\";s:7:\"subject\";s:35:\"[Owens & Minor] Financial Resources\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:7421;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;s:14:\"stepTransition\";s:10:\"fade-slide\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23208, 8150, '_wp_attached_file', '2025/07/july-2025-schedule.png');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23209, 8150, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2160;s:6:\"height\";i:1389;s:4:\"file\";s:30:\"2025/07/july-2025-schedule.png\";s:8:\"filesize\";i:1864281;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"july-2025-schedule-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17385;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"july-2025-schedule-1024x658.png\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112022;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"july-2025-schedule-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10882;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"july-2025-schedule-768x494.png\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66432;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"july-2025-schedule-1536x988.png\";s:5:\"width\";i:1536;s:6:\"height\";i:988;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:241082;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"july-2025-schedule-2048x1317.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1317;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:422706;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"july-2025-schedule-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26146;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"july-2025-schedule-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118308;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"july-2025-schedule-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28961;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"july-2025-schedule-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46427;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"july-2025-schedule-1080x695.png\";s:5:\"width\";i:1080;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117315;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"july-2025-schedule-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53175;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"july-2025-schedule-1280x823.png\";s:5:\"width\";i:1280;s:6:\"height\";i:823;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167869;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"july-2025-schedule-980x630.png\";s:5:\"width\";i:980;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103923;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"july-2025-schedule-480x309.png\";s:5:\"width\";i:480;s:6:\"height\";i:309;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33868;}}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:{}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23210, 8152, '_wp_attached_file', '2025/07/Q3-2025-UWW-Calendar.pdf');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23211, 8152, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"Q3-2025-UWW-Calendar-pdf.jpg\";s:5:\"width\";i:1707;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:296738;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Q3-2025-UWW-Calendar-pdf-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18067;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Q3-2025-UWW-Calendar-pdf-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Q3-2025-UWW-Calendar-pdf-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8668;}}s:8:\"filesize\";i:136238;}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26030, 77, '_et_dynamic_cached_shortcodes', 'a:9:{i:0;s:11:\"et_pb_slide\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:11:\"et_pb_blurb\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";i:7;s:12:\"et_pb_slider\";i:8;s:10:\"et_pb_text\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26031, 77, '_et_dynamic_cached_attributes', 'a:3:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:3:\"1.5\";}s:9:\"font_icon\";a:3:{i:0;s:19:\"&#xe00b;||divi||400\";i:1;s:19:\"&#xe107;||divi||400\";i:2;s:19:\"&#xe026;||divi||400\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26032, 77, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26033, 77, '_et_builder_module_features_cache', 'a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"tb\":[],\"wpe\":[]}\";i:1;a:46:{s:46:\"et_pb_section_518b479dd296cd5d5ce254a241496f90\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_50b8bd04511f1ce513d77eeecbf3b6e3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9d915eb87eb9a7de9d2acdbdc51c0aa\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_slider_41273dae817dc6333078aa89b48ca903\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"46\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"16\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_a198370d2ca8bbbff713cc3d113efe79\";a:9:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_fc8db96424cca973fb97fe9ba21e7f2d\";a:9:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2aec765f77b316dfb53c8a03c618739a\";a:8:{s:5:\"bared\";b:1;s:5:\"baret\";b:1;s:5:\"barep\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5465d538301dbd856f16a9daffce1f1b\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a77be1f226c2c715479dda12bfd72146\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_fada2ce1bb5add9d2c867db45ff167a7\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_290312d297033c4bb48ec8ec18b149f9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_6b2ad29f6be7c71569b5cbfba144ef3e\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_a3e01fddeff54a6bc1c4bb329eb2c1f8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_1d728da81ecd3c0478f8b709304f27a9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a8785a3a6bcb2d7f80a3851db5ecf8a8\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f2857ff77be58945a8d66d18a89c2774\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_75c75a6660883d618dedc9dca91eb92b\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_127f6b948caf079451a76429b0c76c5d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_e66db64a47765282d1e365d957b4b6cc\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_caaf1d36cd6c41f0605d9fd8f939b7d6\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_74a9ff4f22f11f832b937b7deec284fa\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_df6ef9af9fda6470d5d1378a6882b8b4\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_19e9f52e67ac09452b67b19a72bf59f3\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_f31aeac699004c56887d4049fbc08d70\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_e0e6c8f15bff325222c9de506f12b075\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_3b9210765ead6b650e4b57bd0dab9640\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_85b5763ff527339ebd645392952aa9fb\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_0cbcaf80fff3cc725cf0aac9c18a7215\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c8d9c4567e5a555d7473cf7213bfecf7\";a:8:{s:5:\"bared\";b:1;s:5:\"baret\";b:1;s:5:\"barep\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_068acba3b12b03ecd5639d04ef202856\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_14e9d0fe0917fb26bb911734e5f28f7b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_ce338572c3f02ca88eb842ca0e2a300b\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f7642da8ee73f39670544577e42244bd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2dafa5886bb3e6fb57d6937ac8371e29\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_ee728f3758873a33adab548d7522502b\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c7a4478d43ce52f9fbf6351731dce2c5\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_fd5cc970b88295f3d0325fee5c523054\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0dc5c77a634a139999d56bb39003fb14\";a:7:{s:5:\"bared\";b:1;s:5:\"baret\";b:1;s:5:\"barep\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;s:23:\"section_divider_enabled\";b:1;}s:42:\"et_pb_row_bb617a88154b60a9189cf6fef8166f92\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6c4c9ff853b057f63502a1f0d6df8574\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_87b8d94e9a6c32cfd066488de559473e\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_36f4778e6c52aa36fc60ec5cd39c87de\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_0e5dd12369f350e3e820e16fd089ab7b\";a:7:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_1af1c92db9976fb3aee66e92dfc9896b\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_d61bba1489c893a856c41de25f0f8668\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_2a424564868bc861efff13f79fa1e94e\";a:5:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26034, 6938, '_et_dynamic_cached_shortcodes', 'a:9:{i:0;s:20:\"et_pb_accordion_item\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:12:\"et_pb_button\";i:6;s:10:\"et_pb_code\";i:7;s:13:\"et_pb_sidebar\";i:8;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26035, 5971, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:12;s:10:\"et_pb_code\";i:43;s:13:\"et_pb_sidebar\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26036, 7140, '_et_dynamic_cached_shortcodes', 'a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:12;s:10:\"et_pb_code\";i:31;s:11:\"et_pb_image\";i:43;s:13:\"et_pb_sidebar\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26037, 5959, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:12;s:10:\"et_pb_code\";i:43;s:13:\"et_pb_sidebar\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26038, 7140, '_et_dynamic_cached_attributes', 'a:2:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26039, 7140, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26040, 7140, '_et_builder_module_features_cache', 'a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"tb\":[],\"wpe\":[]}\";i:1;a:21:{s:46:\"et_pb_section_457f36ffc9ad1ec209d402e685026dbf\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_721b5b3a477c5167a4e0420ad085f908\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_27f828cc2a960540ff530af57c82ec04\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_74b7fb798162bb124aea8d4ddc0cb255\";a:6:{s:3:\"fil\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a1718b4abc69a2f5046eec47591dc04b\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c792279b7485b6d319aa7e975d11009d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f3035b30f7cbc1d43dfb58cd4ecd0655\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8e578fb61a53e4ba2233fb816d883859\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_bfa3133eeeda9f9517dc4d61079d7d01\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_6439581a21de39d3d246d040631656ce\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_db38c1cc8a6634835c1ee6450ab5d9bc\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_0fe6ef669dc1f0c4af16c9af346f540d\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b69e4afa2d3428286123aa363b2759a4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d163b7f784b0bfbf419b1ce6744bdb35\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_sidebar_bce608e96f55faf42b1c4a5c6269b25e\";a:9:{s:4:\"glde\";a:6:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";}s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_53797a637fae492b41779d948a034963\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2f8706d92d59f4a2cda3cd9667aaa58c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_59366ea6f44b39d2e0ed8df500e5cb10\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_07830188aeed6a6c99c80fa4d80c38f9\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb11852313877494535c198e0a08189a\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26041, 7151, '_et_dynamic_cached_shortcodes', 'a:8:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:12;s:10:\"et_pb_code\";i:16;s:9:\"et_pb_cta\";i:31;s:11:\"et_pb_image\";i:43;s:13:\"et_pb_sidebar\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26042, 6079, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:12;s:10:\"et_pb_code\";i:43;s:13:\"et_pb_sidebar\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26043, 7151, '_et_dynamic_cached_attributes', 'a:2:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26044, 7151, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26045, 7151, '_et_builder_module_features_cache', 'a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"tb\":[],\"wpe\":[]}\";i:1;a:22:{s:46:\"et_pb_section_63623f949d2d24cc99500d7504796bba\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_721b5b3a477c5167a4e0420ad085f908\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_27f828cc2a960540ff530af57c82ec04\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_74b7fb798162bb124aea8d4ddc0cb255\";a:6:{s:3:\"fil\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a1718b4abc69a2f5046eec47591dc04b\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c792279b7485b6d319aa7e975d11009d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5fcdf1d2612da252c58d6bb3e59d3566\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db7a0115c4361d674b60756ce4604c9c\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_bfa3133eeeda9f9517dc4d61079d7d01\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_794a683f5b03b4549d1bc6d14d6473b7\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_6b48de487b8a3ace045c50c3fa17b24b\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c657bd53f080d57a02f94209fc686ec3\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_sidebar_bce608e96f55faf42b1c4a5c6269b25e\";a:9:{s:4:\"glde\";a:6:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";}s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_53797a637fae492b41779d948a034963\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_914c4b291b8bdda56865fe3e0a4fe20c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_05696b29a1b48215508cb0b6c90ef684\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_997d92e0cdd62e070d4ebf5480f6b601\";a:9:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2f8706d92d59f4a2cda3cd9667aaa58c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_59366ea6f44b39d2e0ed8df500e5cb10\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_07830188aeed6a6c99c80fa4d80c38f9\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb11852313877494535c198e0a08189a\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26046, 6079, '_et_dynamic_cached_attributes', 'a:2:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26047, 6079, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26048, 6079, '_et_builder_module_features_cache', 'a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"tb\":[],\"wpe\":[]}\";i:1;a:21:{s:46:\"et_pb_section_69312d0587198b3dd6140037ce74ae17\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_721b5b3a477c5167a4e0420ad085f908\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_27f828cc2a960540ff530af57c82ec04\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_74b7fb798162bb124aea8d4ddc0cb255\";a:6:{s:3:\"fil\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_bc55be0242f72483327a120d12deb6c8\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_29c93ff633e8854516ad63c1354ecdbf\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a9b59a012b7dde598318e34695a011de\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_42c2f013f2fe78eefcedb6bb44c91b17\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f3035b30f7cbc1d43dfb58cd4ecd0655\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cc95871e312c68ac2d5340f8969f72b8\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b36ea176eaf3315a95cc33f0e138c49e\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c10ad04c8cdff5629cae4e2d3080205a\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_sidebar_bce608e96f55faf42b1c4a5c6269b25e\";a:9:{s:4:\"glde\";a:6:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";}s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_97d8157b62eb17677ee2ea86dd996ad0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_344a825529a15a1ea95921e7cfeee722\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_53797a637fae492b41779d948a034963\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2f8706d92d59f4a2cda3cd9667aaa58c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_bdd68888ebddfe3ad1bddc4752ee2d8d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_07830188aeed6a6c99c80fa4d80c38f9\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e6bd6eb4913f6114df6289f30adc3f5b\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26049, 6069, '_et_dynamic_cached_shortcodes', 'a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:12;s:10:\"et_pb_code\";i:43;s:13:\"et_pb_sidebar\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26050, 6882, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:12;s:10:\"et_pb_code\";i:16;s:9:\"et_pb_cta\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26051, 6069, '_et_dynamic_cached_attributes', 'a:2:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26052, 6069, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26053, 6069, '_et_builder_module_features_cache', 'a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"tb\":[],\"wpe\":[]}\";i:1;a:27:{s:46:\"et_pb_section_d1148602f09c12b0848aafcd91c22638\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_721b5b3a477c5167a4e0420ad085f908\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_27f828cc2a960540ff530af57c82ec04\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_74b7fb798162bb124aea8d4ddc0cb255\";a:6:{s:3:\"fil\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_aa4f9b0f78f13fe992566421a1a5c331\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ce9c25564d42428fae1162b4748c1a83\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccf284356b1a66d6c65ce3164d5ba4d0\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6a4b27ab179774f5bcdb8f1e903e32df\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_080d4d87709fd4a76bea55a9894adaaa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_8421ce1ccf29b4138955a67869fe8306\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_8ab8a2b6d7821e77a3350f5a7680076c\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_e6ae5e78865da3d187626412263a5f58\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_10426f7da7c682dd0e4532e4b18d65a0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_808d1764422ffef122541939db588100\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_ce51715e5e76f49698330e216471b233\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_353f5668c944ebfe09027d433e93faa5\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_07b7c49810067d60f7ef89b7d95e52cb\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_cf031f34fbde42c0acb49a5d5f1720bb\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_1e8341f5c33d6b0be5d6c28cf17edf3b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_bcb8d70ad379a14d3812ed4ee2d01dda\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_8fcc517122d61eb61b97f605a2b95296\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_sidebar_dd1b3d4684b6b65c78a7eeeb4bc8a295\";a:9:{s:4:\"glde\";a:6:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";}s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2f8706d92d59f4a2cda3cd9667aaa58c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_59366ea6f44b39d2e0ed8df500e5cb10\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_07830188aeed6a6c99c80fa4d80c38f9\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3c6c76730ee2c7a2061ff9b69baeda6c\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26054, 7170, '_et_dynamic_cached_shortcodes', 'a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:12;s:10:\"et_pb_code\";i:16;s:9:\"et_pb_cta\";i:43;s:13:\"et_pb_sidebar\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26055, 6938, '_et_dynamic_cached_attributes', 'a:2:{s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26056, 6938, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp80_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26057, 6938, '_et_builder_module_features_cache', 'a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.27.4\",\"wp\":\"6.8.2\",\"tb\":[],\"wpe\":[]}\";i:1;a:28:{s:46:\"et_pb_section_fa062cc3cd54985a8a6a1e15b913deb8\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_721b5b3a477c5167a4e0420ad085f908\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_27f828cc2a960540ff530af57c82ec04\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_74b7fb798162bb124aea8d4ddc0cb255\";a:6:{s:3:\"fil\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_aa4f9b0f78f13fe992566421a1a5c331\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_42c2f013f2fe78eefcedb6bb44c91b17\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b41f32031ce641d19edd49f98b015fbf\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8e578fb61a53e4ba2233fb816d883859\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_446d76266bd2f5fc1c73246c2e495f0f\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_07cd8f86fe7d65c191e8f57bb61dd251\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_6bab874b684007ce2bbf5cbfe71b22fd\";a:7:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_e504d976b4a2c4dec90f585c13378709\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_840fc549b56c51812bd246bf0287e80c\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_9ee38b5d44262c9cf9945eade34da474\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_59eeb87b7e59a31ba331019d799e2f2f\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2bdc96eb1ac04852975e24ef368b673d\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_db042c3bfc0e35c8f9ccb1c80d778f48\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a7558aca7a72f1d9a6518be2171bb65a\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_a1f91adec15e584cd11dedca8c3270a5\";a:7:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_2aa18685bd6147d1841e9a98ad6c9983\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_13eecedac78d66a1edc89015562e55bb\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_sidebar_8d364e1fb93fab410ad4cee128ce3a03\";a:8:{s:4:\"glde\";a:6:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";}s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_600b627d94750ad0a48b77f2a92d714f\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2f8706d92d59f4a2cda3cd9667aaa58c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b33a0ab1b1a895098ede6eab27561bf7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_07830188aeed6a6c99c80fa4d80c38f9\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_5f613b45514164f91c06540d7b79a3a9\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_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 NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text 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 NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=8156 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4, '0', '2024-07-16 20:58:27', '2024-07-16 20:58:27', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2024-07-16 20:58:27', '2024-07-16 20:58:27', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/navigation/', '0', 'wp_navigation', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (10, 1, '2024-07-16 21:11:04', '2024-07-16 21:11:04', '', 'site-logo', '', 'inherit', 'open', 'closed', '', 'site-logo', '', '', '2024-07-16 21:11:04', '2024-07-16 21:11:04', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/site-logo.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (11, 1, '2024-07-16 21:12:29', '2024-07-16 21:12:29', '.menu-item-6993 a {  \r\ncolor: #68ace5 !important;    \r\nfont-weight: bold !important;\r\n}\r\n.menu-item-6993 a:hover { \r\ncolor: white !important;    \r\nfont-weight: bold !important;\r\n}\r\n\r\n.et_multi_view_image__loaded {\r\n    animation: none!important;\r\n}\r\n.et_multi_view_image__loading {\r\n    visibility: visible !important;\r\n}\r\n.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #002856; padding: 10px !important;\r\n	 -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557; !important;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em; font-weight: 900;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #002856; padding: 10px !important; background-color: rgba(255,255,255,.5) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n\r\na:link { text-decoration: none; }\r\na:visited { text-decoration: none; }\r\na:hover { text-decoration: none; }\r\na:active { text-decoration: none; }\r\n\r\n@media only screen and ( min-width: 960px ) {\r\n.nav li.menu-item-6989 ul {\r\n    right: 0 !important;\r\n}\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi', '', '', '2024-10-11 17:54:16', '2024-10-11 17:54:16', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/divi/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (36, 1, '2014-09-13 07:15:01', '2014-09-13 07:15:01', '						', 'logo-300', '						', 'inherit', 'open', 'open', '', 'logo-300', '', '', '2014-09-13 07:15:01', '2014-09-13 07:15:01', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/logo-300.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (37, 1, '2014-09-13 07:16:03', '2014-09-13 07:16:03', '\n						', 'B-16x16-black', '\n						', 'inherit', 'open', 'open', '', 'b-16x16-black', '', '', '2014-09-13 07:16:03', '2014-09-13 07:16:03', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/B-16x16-black.gif', '0', 'attachment', 'image/gif', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (38, 1, '2014-09-13 07:16:31', '2014-09-13 07:16:31', '\n						', 'bug-32', '\n						', 'inherit', 'open', 'open', '', 'bug-32', '', '', '2014-09-13 07:16:31', '2014-09-13 07:16:31', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/bug-32.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (42, 1, '2014-09-14 04:17:38', '2014-09-14 04:17:38', '\n						', 'bg-1600x900', '\n						', 'inherit', 'open', 'open', '', 'bg-1600x900', '', '', '2014-09-14 04:17:38', '2014-09-14 04:17:38', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/bg-1600x900-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (77, 1, '2024-06-20 17:08:15', '2024-06-20 22:08:15', '[et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]The O&amp;M Benefits Solutions Counselors can help.\r\nEmail <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.\r[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</div>\r\n<div></div>\r[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||2em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" module_id=\"sg-popup-id-7920\" module_class=\"sg-popup-id-7920\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Resources</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\r\nLike this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.\r[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg\" title_text=\"nh-brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorNH\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a style=\"text-decoration: none;\" href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or\r\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]Quick access to websites and phone numbers of our benefit providers.\r[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Log into your Workday HR account to update your name, address, and other info.\r[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2025-01-16 20:30:45', '2025-01-16 20:30:45', '', '0', 'https://tier3.customcommsolutions.com/?page_id=77', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (183, 1, '2014-09-15 10:55:48', '2014-09-15 10:55:48', '\n						', 'bg-1600x900-bw', '\n						', 'inherit', 'closed', 'closed', '', 'bg-1600x900-bw', '', '', '2014-09-15 10:55:48', '2014-09-15 10:55:48', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/bg-1600x900-bw.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (515, 1, '2014-10-10 14:43:10', '2014-10-10 21:43:10', '\n						', 'Lockton_logo_RGB', '\n						', 'inherit', 'closed', 'closed', '', 'lockton_logo_rgb', '', '', '2014-10-10 14:43:10', '2014-10-10 21:43:10', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/10/Lockton_logo_RGB.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (531, 1, '2014-11-03 12:50:38', '2014-11-03 20:50:38', '\n						', 'pic-couple', '\n						', 'inherit', 'closed', 'closed', '', 'pic-couple', '', '', '2014-11-03 12:50:38', '2014-11-03 20:50:38', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/pic-couple.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (532, 1, '2014-11-03 12:51:05', '2014-11-03 20:51:05', '\n						', 'pic-nurse', '\n						', 'inherit', 'closed', 'closed', '', 'pic-nurse', '', '', '2014-11-03 12:51:05', '2014-11-03 20:51:05', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/pic-nurse.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (533, 1, '2014-11-03 12:51:15', '2014-11-03 20:51:15', '\n						', 'pic-family', '\n						', 'inherit', 'closed', 'closed', '', 'pic-family', '', '', '2014-11-03 12:51:15', '2014-11-03 20:51:15', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/pic-family.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (539, 1, '2014-11-03 13:00:47', '2014-11-03 21:00:47', '\n						', 'bg-1920x1080-bluegrad', '\n						', 'inherit', 'closed', 'closed', '', 'bg-1920x1080-bluegrad', '', '', '2014-11-03 13:00:47', '2014-11-03 21:00:47', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/bg-1920x1080-bluegrad.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (562, 1, '2014-11-03 13:52:45', '2014-11-03 21:52:45', '\n						', 'bg-1920x1080-clouds', '\n						', 'inherit', 'closed', 'closed', '', 'bg-1920x1080-clouds', '', '', '2014-11-03 13:52:45', '2014-11-03 21:52:45', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/11/bg-1920x1080-clouds.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (566, 1, '2014-11-04 10:58:53', '2014-11-04 18:58:53', '\n						', 'active-couple', '\n						', 'inherit', 'closed', 'closed', '', 'active-couple', '', '', '2014-11-04 10:58:53', '2014-11-04 18:58:53', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/11/active-couple.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (578, 1, '2015-01-02 09:55:25', '2015-01-02 17:55:25', '\n						', 'new-hire-tn', '\n						', 'inherit', 'closed', 'closed', '', 'new-hire-tn', '', '', '2015-01-02 09:55:25', '2015-01-02 17:55:25', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/new-hire-tn.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (623, 1, '2015-10-23 11:38:33', '2015-10-23 18:38:33', '\n						', '2016-1', '\n						', 'inherit', 'closed', 'closed', '', '2016-1', '', '', '2015-10-23 11:38:33', '2015-10-23 18:38:33', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/2016-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (624, 1, '2015-10-23 11:38:35', '2015-10-23 18:38:35', '\n						', '2016-2', '\n						', 'inherit', 'closed', 'closed', '', '2016-2', '', '', '2015-10-23 11:38:35', '2015-10-23 18:38:35', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/2016-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (625, 1, '2015-10-23 11:38:36', '2015-10-23 18:38:36', '\n						', '2016-3', '\n						', 'inherit', 'closed', 'closed', '', '2016-3', '', '', '2015-10-23 11:38:36', '2015-10-23 18:38:36', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/2016-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (626, 1, '2015-10-23 11:38:38', '2015-10-23 18:38:38', '\n						', '2016-4', '\n						', 'inherit', 'closed', 'closed', '', '2016-4', '', '', '2015-10-23 11:38:38', '2015-10-23 18:38:38', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/2016-4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (676, 1, '2016-10-11 21:10:51', '2016-10-12 04:10:51', '\n						', 'bg-professional-1920x1080', '\n						', 'inherit', 'closed', 'closed', '', 'bg-professional-1920x1080', '', '', '2016-10-11 21:10:51', '2016-10-12 04:10:51', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/bg-professional-1920x1080-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (682, 1, '2016-10-11 21:19:08', '2016-10-12 04:19:08', '\n						', '2017-01', '\n						', 'inherit', 'closed', 'closed', '', '2017-01', '', '', '2016-10-11 21:19:08', '2016-10-12 04:19:08', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/2017-01.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (683, 1, '2016-10-11 21:19:09', '2016-10-12 04:19:09', '\n						', '2017-02', '\n						', 'inherit', 'closed', 'closed', '', '2017-02', '', '', '2016-10-11 21:19:09', '2016-10-12 04:19:09', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/2017-02.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (684, 1, '2016-10-11 21:19:11', '2016-10-12 04:19:11', '\n						', '2017-03', '\n						', 'inherit', 'closed', 'closed', '', '2017-03', '', '', '2016-10-11 21:19:11', '2016-10-12 04:19:11', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/2017-03.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (685, 1, '2016-10-11 21:19:13', '2016-10-12 04:19:13', '\n						', '2017-04', '\n						', 'inherit', 'closed', 'closed', '', '2017-04', '', '', '2016-10-11 21:19:13', '2016-10-12 04:19:13', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/2017-04.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (701, 1, '2016-10-18 11:42:06', '2016-10-18 18:42:06', '\n						', '2017-05', '\n						', 'inherit', 'closed', 'closed', '', '2017-05', '', '', '2016-10-18 11:42:06', '2016-10-18 18:42:06', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/2017-05.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (706, 1, '2016-10-27 16:54:19', '2016-10-27 23:54:19', '\n						', 'brainshark-thumb', '\n						', 'inherit', 'closed', 'closed', '', 'brainshark-thumb', '', '', '2016-10-27 16:54:19', '2016-10-27 23:54:19', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/brainshark-thumb.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (708, 1, '2016-12-07 22:23:13', '2016-12-08 06:23:13', '/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #00529b;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #f47d20;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;} \n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #00529b;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #f47d20;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;}		', 'Divi-child', '\n						', 'publish', 'closed', 'closed', '', 'divi-child', '', '', '2016-12-07 22:23:13', '2016-12-08 06:23:13', '', '0', 'https://brookfield.benefitmain.com/divi-child/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (746, 1, '2017-10-13 03:23:11', '2017-10-13 10:23:11', '\n						', 'home-1920', '\n						', 'inherit', 'closed', 'closed', '', 'home-1920', '', '', '2017-10-13 03:23:11', '2017-10-13 10:23:11', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2017/10/home-1920.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (750, 1, '2017-10-13 03:27:35', '2017-10-13 10:27:35', '\n						', 'welcome-2018', '\n						', 'inherit', 'closed', 'closed', '', 'welcome-2018', '', '', '2017-10-13 03:27:35', '2017-10-13 10:27:35', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/welcome-2018.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (756, 1, '2017-10-15 02:31:26', '2017-10-15 09:31:26', '\n						', '2018 Brookfield Important Notices', '\n						', 'inherit', 'closed', 'closed', '', '2018-brookfield-important-notices', '', '', '2017-10-15 02:31:26', '2017-10-15 09:31:26', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2017/10/2018-Brookfield-Important-Notices.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (764, 1, '2017-10-15 02:59:22', '2017-10-15 09:59:22', '\n						', 'intro-family', '\n						', 'inherit', 'closed', 'closed', '', 'intro-family', '', '', '2017-10-15 02:59:22', '2017-10-15 09:59:22', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/intro-family.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (782, 1, '2017-10-15 05:59:08', '2017-10-15 12:59:08', '						', '2019-wellness-premium-incentive', '						', 'inherit', 'closed', 'closed', '', '2019-wellness-premium-incentive', '', '', '2017-10-15 05:59:08', '2017-10-15 12:59:08', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2017/10/2019-wellness-premium-incentive.gif', '0', 'attachment', 'image/gif', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (785, 1, '2017-10-15 06:05:46', '2017-10-15 13:05:46', '						', '2019-wellness-premium-incentive-gold', '						', 'inherit', 'closed', 'closed', '', '2019-wellness-premium-incentive-gold', '', '', '2017-10-15 06:05:46', '2017-10-15 13:05:46', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2017/10/2019-wellness-premium-incentive-gold.gif', '0', 'attachment', 'image/gif', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (813, 1, '2017-10-15 14:49:17', '2017-10-15 21:49:17', '						', 'bwell-1', '						', 'inherit', 'closed', 'closed', '', 'bwell-1', '', '', '2017-10-15 14:49:17', '2017-10-15 21:49:17', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2017/10/bwell-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (816, 1, '2017-10-15 14:51:32', '2017-10-15 21:51:32', '						', 'bwell-2', '						', 'inherit', 'closed', 'closed', '', 'bwell-2', '', '', '2017-10-15 14:51:32', '2017-10-15 21:51:32', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2017/10/bwell-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (817, 1, '2017-10-15 14:53:50', '2017-10-15 21:53:50', '						', 'bwell-2', '						', 'inherit', 'closed', 'closed', '', 'bwell-2-2', '', '', '2017-10-15 14:53:50', '2017-10-15 21:53:50', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2017/10/bwell-2-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (819, 1, '2017-10-15 14:53:52', '2017-10-15 21:53:52', '						', 'bwell-3', '						', 'inherit', 'closed', 'closed', '', 'bwell-3', '', '', '2017-10-15 14:53:52', '2017-10-15 21:53:52', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2017/10/bwell-3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (850, 1, '2017-10-18 16:51:55', '2017-10-18 23:51:55', '						', 'mixed-family', '						', 'inherit', 'closed', 'closed', '', 'mixed-family', '', '', '2017-10-18 16:51:55', '2017-10-18 23:51:55', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2014/09/mixed-family.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (869, 1, '2017-12-19 15:02:08', '2017-12-19 23:02:08', '						', 'email-head-650', '						', 'inherit', 'closed', 'closed', '', 'email-head-650', '', '', '2017-12-19 15:02:08', '2017-12-19 23:02:08', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2017/12/email-head-650.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (886, 1, '2018-09-28 08:59:51', '2018-09-28 15:59:51', '\n						', 'header_bg', '\n						', 'inherit', 'closed', 'closed', '', 'header_bg', '', '', '2018-09-28 08:59:51', '2018-09-28 15:59:51', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/09/header_bg.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (887, 1, '2018-09-28 09:02:01', '2018-09-28 16:02:01', '\n						', 'header_main', '\n						', 'inherit', 'closed', 'closed', '', 'header_main', '', '', '2018-09-28 09:02:01', '2018-09-28 16:02:01', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/09/header_main.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (939, 1, '2018-10-18 07:43:03', '2018-10-18 14:43:03', '						', 'waterdrops1920x1080', '						', 'inherit', 'closed', 'closed', '', 'waterdrops1920x1080', '', '', '2018-10-18 07:43:03', '2018-10-18 14:43:03', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/waterdrops1920x1080.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (958, 1, '2018-10-18 09:25:08', '2018-10-18 16:25:08', '						', 'savings', '						', 'inherit', 'closed', 'closed', '', 'savings', '', '', '2018-10-18 09:25:08', '2018-10-18 16:25:08', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/savings.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (982, 1, '2018-10-18 10:29:22', '2018-10-18 17:29:22', '						', 'graphic2', '						', 'inherit', 'closed', 'closed', '', 'graphic2', '', '', '2018-10-18 10:29:22', '2018-10-18 17:29:22', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/graphic2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (985, 1, '2018-10-18 10:55:27', '2018-10-18 17:55:27', '						', 'graphic1', '						', 'inherit', 'closed', 'closed', '', 'graphic1', '', '', '2018-10-18 10:55:27', '2018-10-18 17:55:27', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/graphic1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1015, 1, '2018-10-18 12:07:14', '2018-10-18 19:07:14', '\n						', 'welcome-2019', '\n						', 'inherit', 'closed', 'closed', '', 'welcome-2019', '', '', '2018-10-18 12:07:14', '2018-10-18 19:07:14', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/welcome-2019.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1017, 1, '2018-10-18 12:10:07', '2018-10-18 19:10:07', '\n						', 'home_header', '\n						', 'inherit', 'closed', 'closed', '', 'home_header', '', '', '2018-10-18 12:10:07', '2018-10-18 19:10:07', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/home_header.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1116, 1, '2018-10-20 07:58:38', '2018-10-20 14:58:38', '						', 'home1', '						', 'inherit', 'closed', 'closed', '', 'home1', '', '', '2018-10-20 07:58:38', '2018-10-20 14:58:38', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/home1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1119, 1, '2018-10-20 08:17:05', '2018-10-20 15:17:05', '						', 'medical1', '						', 'inherit', 'closed', 'closed', '', 'medical1', '', '', '2018-10-20 08:17:05', '2018-10-20 15:17:05', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/medical1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1121, 1, '2018-10-20 08:21:16', '2018-10-20 15:21:16', '						', 'dental', '						', 'inherit', 'closed', 'closed', '', 'dental-2', '', '', '2018-10-20 08:21:16', '2018-10-20 15:21:16', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/dental.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1122, 1, '2018-10-20 08:24:28', '2018-10-20 15:24:28', '						', 'vision', '						', 'inherit', 'closed', 'closed', '', 'vision-2', '', '', '2018-10-20 08:24:28', '2018-10-20 15:24:28', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/vision.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1125, 1, '2018-10-20 08:33:58', '2018-10-20 15:33:58', '\n						', '2020-wellness-premium-incentive', '\n						', 'inherit', 'closed', 'closed', '', '2020-wellness-premium-incentive', '', '', '2018-10-20 08:33:58', '2018-10-20 15:33:58', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/2020-wellness-premium-incentive.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1128, 1, '2018-10-20 08:41:32', '2018-10-20 15:41:32', '						', 'wellness', '						', 'inherit', 'closed', 'closed', '', 'wellness-2', '', '', '2018-10-20 08:41:32', '2018-10-20 15:41:32', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/wellness.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1132, 1, '2018-10-20 08:49:06', '2018-10-20 15:49:06', '						', 'lifeadd', '						', 'inherit', 'closed', 'closed', '', 'lifeadd', '', '', '2018-10-20 08:49:06', '2018-10-20 15:49:06', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/lifeadd.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1133, 1, '2018-10-20 08:53:05', '2018-10-20 15:53:05', '						', 'incomprotection', '						', 'inherit', 'closed', 'closed', '', 'incomprotection', '', '', '2018-10-20 08:53:05', '2018-10-20 15:53:05', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/incomprotection.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1136, 1, '2018-10-20 17:20:25', '2018-10-21 00:20:25', '						', 'eap', '						', 'inherit', 'closed', 'closed', '', 'eap', '', '', '2018-10-20 17:20:25', '2018-10-21 00:20:25', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/eap.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1139, 1, '2018-10-20 17:23:42', '2018-10-21 00:23:42', '						', 'commuterbenefits', '						', 'inherit', 'closed', 'closed', '', 'commuterbenefits', '', '', '2018-10-20 17:23:42', '2018-10-21 00:23:42', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/commuterbenefits.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1141, 1, '2018-10-20 17:25:53', '2018-10-21 00:25:53', '						', 'travel', '						', 'inherit', 'closed', 'closed', '', 'travel', '', '', '2018-10-20 17:25:53', '2018-10-21 00:25:53', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/travel.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1143, 1, '2018-10-20 17:29:33', '2018-10-21 00:29:33', '						', 'hsa', '						', 'inherit', 'closed', 'closed', '', 'hsa', '', '', '2018-10-20 17:29:33', '2018-10-21 00:29:33', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/hsa.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1146, 1, '2018-10-20 17:48:46', '2018-10-21 00:48:46', '						', 'fsa', '						', 'inherit', 'closed', 'closed', '', 'fsa', '', '', '2018-10-20 17:48:46', '2018-10-21 00:48:46', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/fsa.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1150, 1, '2018-10-20 17:55:06', '2018-10-21 00:55:06', '						', 'medical-management', '						', 'inherit', 'closed', 'closed', '', 'medical-management-2', '', '', '2018-10-20 17:55:06', '2018-10-21 00:55:06', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/medical-management.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1152, 1, '2018-10-20 17:59:16', '2018-10-21 00:59:16', '						', 'health-advocacy', '						', 'inherit', 'closed', 'closed', '', 'health-advocacy-2', '', '', '2018-10-20 17:59:16', '2018-10-21 00:59:16', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2018/10/health-advocacy.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1362, 1, '2020-06-15 21:28:06', '2020-06-15 21:28:06', '.custm-txt .et_pb_text_inner span {\n    font-size: 7px !important;\n}\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #00529b;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #f47d20;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;} \n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #00529b;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #f47d20;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi-2', '', '', '2020-06-15 21:28:06', '2020-06-15 21:28:06', '', '0', 'https://development21.mybenefitport.com/divi/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1471, 1, '2019-04-09 16:37:30', '2019-04-09 16:37:30', '/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #00529b;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #f47d20;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi-2-2', '', '', '2019-04-09 16:37:30', '2019-04-09 16:37:30', '', '0', 'https://brookfield.mybenefitport.com/2019/04/09/divi/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2150, 1, '2020-12-08 01:44:45', '2020-12-08 01:44:45', '', '2021_Brookfield_DEV_Hawaii_Medium_Plan_Guide_HR', '', 'inherit', 'open', 'closed', '', '2021_brookfield_dev_hawaii_medium_plan_guide_hr', '', '', '2020-12-08 01:44:45', '2020-12-08 01:44:45', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2020/12/2021_Brookfield_DEV_Hawaii_Medium_Plan_Guide_HR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2151, 1, '2020-12-08 01:44:50', '2020-12-08 01:44:50', '', '2021_Brookfield_DEV_High_Plan_Guide_HR-2', '', 'inherit', 'open', 'closed', '', '2021_brookfield_dev_high_plan_guide_hr-2', '', '', '2020-12-08 01:44:50', '2020-12-08 01:44:50', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2020/12/2021_Brookfield_DEV_High_Plan_Guide_HR-2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2152, 1, '2020-12-08 01:44:53', '2020-12-08 01:44:53', '', '2021_DEV_Important_Notices', '', 'inherit', 'open', 'closed', '', '2021_dev_important_notices', '', '', '2020-12-08 01:44:53', '2020-12-08 01:44:53', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2020/12/2021_DEV_Important_Notices.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2153, 1, '2020-12-08 01:47:51', '2020-12-08 01:47:51', '', 'logo2', '', 'inherit', 'open', 'closed', '', 'logo2', '', '', '2020-12-08 01:47:51', '2020-12-08 01:47:51', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2020/12/logo2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2154, 1, '2020-12-08 01:48:10', '2020-12-08 01:48:10', '.custm-txt .et_pb_text_inner span {\n    font-size: 7px !important;\n}\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #0f3557; !important;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #ffc20e;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;} \n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #0f3557;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #ffc20e;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi-3', '', '', '2020-12-08 01:48:10', '2020-12-08 01:48:10', '', '0', 'https://development.mybenefitport.com/divi-3/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2157, 1, '2020-12-08 01:48:59', '2020-12-08 01:48:59', '', 'yoga_2020b', '', 'inherit', 'open', 'closed', '', 'yoga_2020b', '', '', '2020-12-08 01:48:59', '2020-12-08 01:48:59', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2020/12/yoga_2020b.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2158, 1, '2020-12-08 01:49:13', '2020-12-08 01:49:13', '', 'heart_2020b', '', 'inherit', 'open', 'closed', '', 'heart_2020b', '', '', '2020-12-08 01:49:13', '2020-12-08 01:49:13', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2020/12/heart_2020b.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2159, 1, '2020-12-08 01:49:27', '2020-12-08 01:49:27', '', 'family_2020b', '', 'inherit', 'open', 'closed', '', 'family_2020b', '', '', '2020-12-08 01:49:27', '2020-12-08 01:49:27', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2020/12/family_2020b.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2160, 1, '2020-12-08 01:49:44', '2020-12-08 01:49:44', '', 'pig_2020b', '', 'inherit', 'open', 'closed', '', 'pig_2020b', '', '', '2020-12-08 01:49:44', '2020-12-08 01:49:44', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2020/12/pig_2020b.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2178, 1, '2020-12-08 02:18:44', '2020-12-08 02:18:44', '', 'login-logo', '', 'inherit', 'open', 'closed', '', 'login-logo', '', '', '2020-12-08 02:18:44', '2020-12-08 02:18:44', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2020/12/login-logo.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2216, 1, '2020-12-15 22:18:09', '2020-12-15 22:18:09', '', 'UHA 3000', '', 'inherit', 'open', 'closed', '', 'uha-3000', '', '', '2020-12-15 22:18:09', '2020-12-15 22:18:09', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2020/12/UHA-3000-scaled-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2238, 1, '2021-02-10 21:11:38', '2021-02-10 21:11:38', '', 'High Angle View Of Various Fruits With Exercise Equipment On Table', 'fitness concept with Exercise Equipment on wooden background.', 'inherit', 'open', 'closed', '', 'high-angle-view-of-various-fruits-with-exercise-equipment-on-table', '', '', '2021-02-10 21:11:38', '2021-02-10 21:11:38', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/02/GettyImages-1084671586-scaled-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2268, 1, '2021-08-25 19:58:37', '2021-08-25 19:58:37', '', '21_header_mobile_final', '', 'inherit', 'open', 'closed', '', '21_header_mobile_final', '', '', '2021-08-25 19:58:37', '2021-08-25 19:58:37', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/21_header_mobile_final.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2269, 1, '2021-08-25 19:58:56', '2021-08-25 19:58:56', '', 'Header-BG-21', '', 'inherit', 'open', 'closed', '', 'header-bg-21', '', '', '2021-08-25 19:58:56', '2021-08-25 19:58:56', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/Header-BG-21.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2270, 1, '2021-08-25 19:59:23', '2021-08-25 19:59:23', '', 'header-top-21', '', 'inherit', 'open', 'closed', '', 'header-top-21', '', '', '2021-08-25 19:59:23', '2021-08-25 19:59:23', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/header-top-21.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2273, 1, '2021-08-25 20:00:45', '2021-08-25 20:00:45', '', 'Header-BG-21-pages', '', 'inherit', 'open', 'closed', '', 'header-bg-21-pages', '', '', '2021-08-25 20:00:45', '2021-08-25 20:00:45', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/Header-BG-21-pages.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2275, 1, '2021-08-25 20:02:22', '2021-08-25 20:02:22', '', 'medical-21', '', 'inherit', 'open', 'closed', '', 'medical-21', '', '', '2021-08-25 20:02:22', '2021-08-25 20:02:22', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/medical-21.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2278, 1, '2021-08-25 20:03:46', '2021-08-25 20:03:46', '', 'DEV-21-dental', '', 'inherit', 'open', 'closed', '', 'dev-21-dental', '', '', '2021-08-25 20:03:46', '2021-08-25 20:03:46', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/DEV-21-dental.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2281, 1, '2021-08-25 20:05:19', '2021-08-25 20:05:19', '', 'vision-21', '', 'inherit', 'open', 'closed', '', 'vision-21', '', '', '2021-08-25 20:05:19', '2021-08-25 20:05:19', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/vision-21.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2282, 1, '2021-08-25 20:06:09', '2021-08-25 20:06:09', '', 'DEV-21-Vision', '', 'inherit', 'open', 'closed', '', 'dev-21-vision', '', '', '2021-08-25 20:06:09', '2021-08-25 20:06:09', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/DEV-21-Vision.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2283, 1, '2021-08-25 20:06:44', '2021-08-25 20:06:44', '', '21-BAM-lensdeals-final', '', 'inherit', 'open', 'closed', '', '21-bam-lensdeals-final', '', '', '2021-08-25 20:06:44', '2021-08-25 20:06:44', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/21-BAM-lensdeals-final.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2284, 1, '2021-08-25 20:07:54', '2021-08-25 20:07:54', '', 'Screen-Shot-2020-11-05-at-12.34.02-PM', '', 'inherit', 'open', 'closed', '', 'screen-shot-2020-11-05-at-12-34-02-pm', '', '', '2021-08-25 20:07:54', '2021-08-25 20:07:54', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/Screen-Shot-2020-11-05-at-12.34.02-PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2288, 1, '2021-08-25 20:09:32', '2021-08-25 20:09:32', '', 'DEV-21-silver-status', '', 'inherit', 'open', 'closed', '', 'dev-21-silver-status', '', '', '2021-08-25 20:09:32', '2021-08-25 20:09:32', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/DEV-21-silver-status.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2289, 1, '2021-08-25 20:10:08', '2021-08-25 20:10:08', '', 'DEV-21-gold-status', '', 'inherit', 'open', 'closed', '', 'dev-21-gold-status', '', '', '2021-08-25 20:10:08', '2021-08-25 20:10:08', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/DEV-21-gold-status.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2290, 1, '2021-08-25 20:10:50', '2021-08-25 20:10:50', '', 'wellness-21', '', 'inherit', 'open', 'closed', '', 'wellness-21', '', '', '2021-08-25 20:10:50', '2021-08-25 20:10:50', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/wellness-21.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2291, 1, '2021-08-25 20:11:22', '2021-08-25 20:11:22', '', 'DEV-21-deadlines', '', 'inherit', 'open', 'closed', '', 'dev-21-deadlines', '', '', '2021-08-25 20:11:22', '2021-08-25 20:11:22', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/DEV-21-deadlines.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2292, 1, '2021-08-25 20:11:52', '2021-08-25 20:11:52', '', 'DEV-21-Vitality', '', 'inherit', 'open', 'closed', '', 'dev-21-vitality', '', '', '2021-08-25 20:11:52', '2021-08-25 20:11:52', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2021/08/DEV-21-Vitality.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2294, 1, '2023-05-10 16:08:57', '2023-05-10 16:08:57', '.et_multi_view_image__loaded {\n    animation: none!important;\n}\n.et_multi_view_image__loading {\n    visibility: visible !important;\n}\n.custm-txt .et_pb_text_inner span {\n    font-size: 7px !important;\n}\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #0f3557; !important;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #ffc20e;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; font-weight: 900; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; font-weight: 900; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em; font-weight: 900;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;} \n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #0f3557;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #ffc20e;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi-4', '', '', '2023-05-10 16:08:57', '2023-05-10 16:08:57', '', '0', 'http://box5717.temp.domains/~mybenef9/ptsolutions/divi/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2300, 1, '2021-11-02 19:10:52', '2021-11-02 19:10:52', '.custm-txt .et_pb_text_inner span {\n    font-size: 7px !important;\n}\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #0F3557 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #0F3557;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #FFC20E;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol > li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol > li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;} \n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #0F3557 !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #0F3557 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #0F3557;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #FFC20E;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol > li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol > li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;}', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi-4-2', '', '', '2021-11-02 19:10:52', '2021-11-02 19:10:52', '', '0', 'http://development-stage.mybenefitport.com/divi/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5730, 1, '2023-05-10 17:48:09', '2023-05-10 17:48:09', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-divi', '', '', '2023-05-10 17:48:09', '2023-05-10 17:48:09', '', '0', 'http://box5717.temp.domains/~mybenef9/ptsolutions/wp-global-styles-divi/', '0', 'wp_global_styles', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5751, 1, '2023-05-10 18:13:50', '2023-05-10 18:13:50', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/eligibility-scaled.jpg\" background_position=\"top_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Eligibility</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.27.0\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">As an Owens &amp; Minor teammate, you’re eligible for benefits if you work 30 hours or more per week.</p>\r\n<p style=\"font-weight: 400;\">Hawaii teammates who work 20+ hours per week and earn a monthly wage of at least 86.67 times the Hawaii minimum hourly wage are eligible for medical coverage that starts after 30 days of employment.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]\r\n<h2>Your Eligible Dependents</h2>\r\nDuring enrollment, you’ll be asked to verify that your dependents meet the eligibility requirements for coverage. Eligible dependents include:\r\n\r\n<span style=\"color: #002856;\"><strong>Your Spouse.*\r\n</strong></span>The individual you’re legally married to.\r\n\r\n<span style=\"color: #002856;\"><strong>Your domestic partner.*\r\n</strong></span>Must be 18+ years old; unmarried; not blood-related; mutually supporting; share a common residence; and be each other’s sole domestic partner.\r\n\r\n<span style=\"color: #002856;\"><strong>Your qualified children under the age of 26.</strong></span>\r\nBiological, step, legally adopted, your domestic partner’s children, or lawfully placed with you for legal adoption and/or eligible foster children.\r\n\r\n<strong>Your unmarried child who is disabled: Living with you; dependent due to a mental or physical disability.</strong>\r\n\r\n*<span data-olk-copy-source=\"MessageBody\">Spouses or domestic partners who have access to other employer insurance cannot enroll under O&amp;M medical or prescription plans.</span>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]\r\n<h2>Dependent Eligibility Verification</h2>\r\n<span style=\"color: #002856;\"><strong>Domestic partners\r\n</strong></span>For your domestic partner and their eligible children to receive benefits under the Owens &amp; Minor Welfare Benefits Plan, both you and your partner must:\r\n<ul>\r\n 	<li>Complete and sign the <span style=\"color: #872434;\"><strong><a style=\"color: #872434;\" href=\"https://benefitsmyway.mybenefitport.com/documents/\">Declaration of Domestic Partnership</a></strong></span> (the “Declaration”).</li>\r\n 	<li>Upload the signed Declaration and appropriate documentation to Workday HR within 31 days of hire/Qualified Life Event or by the end of the Open Enrollment period.</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">For a list of acceptable documentation, refer to the Declaration of Domestic Partnership.</p>\r\n<span style=\"color: #002856;\"><strong>All other dependents</strong></span>\r\nOwens &amp; Minor reserves the right to audit dependent eligibility. Be sure to keep proof of your dependents’ eligibility in case of an audit. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for a list of supporting documents.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility', '', 'publish', 'closed', 'closed', '', 'eligibility', '', '', '2024-10-28 21:42:51', '2024-10-28 21:42:51', '', '0', 'http://box5717.temp.domains/~mybenef9/ptsolutions/?page_id=5751', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5959, 1, '2023-05-11 00:21:53', '2023-05-11 00:21:53', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>YOUR DENTAL PLAN OPTIONS</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-44px|auto||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nWe offer dental coverage through <strong><a href=\"http://deltadentalva.com\">Delta Dental of Virginia</a></strong> to help you maintain that healthy smile.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Dental Plans</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"80%\" module_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n[ninja_tables id=\"7683\"]\r\nFor more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span style=\"color: #002856;\"><strong>Both plans provide:</strong></span>\r\n• Prevention first benefit (preventive and diagnostic services do not count against the annual maximum)\r\n• Affordable coverage\r\n• In-network discounts\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" min_height=\"485.1px\" custom_margin=\"-89px|auto||auto|false|false\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-8px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You</h2>\r\nHealthy Smile, Healthy You offers additional benefits for teammates with these health conditions:\r\n\r\n• Pregnancy\r\n• Diabetes\r\n• High-risk cardiac conditions\r\n• Cancer treatments\r\n• Weakened immune system\r\n• Kidney failure or dialysis\r\n\r\nEligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"172.4px\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'publish', 'closed', 'closed', '', 'dental', '', '', '2024-10-28 21:42:22', '2024-10-28 21:42:22', '', '0', 'http://box5717.temp.domains/~mybenef9/ptsolutions/?page_id=5959', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5971, 1, '2023-05-11 00:43:43', '2023-05-11 00:43:43', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/vision-scaled.jpg\" background_position=\"bottom_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>YOUR VISION PLAN</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.2\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>VISION THROUGH UHC</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nEnroll in <a href=\"https://www.whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong>UnitedHealthcare’s Vision Plan</strong></a> to help keep life in focus. The plan covers eye exams, eyeglasses, and contact lenses for you and your eligible dependents.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Coverage Details</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"75%\" module_alignment=\"left\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\"]\r\n\r\n[ninja_tables id=\"7957\"]\r\n<p class=\"p1\">For more information, visit <a href=\"http://whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"s1\">whyuhc.com/owensminor</span></strong></a>.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"|-23px||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'publish', 'closed', 'closed', '', 'vision', '', '', '2024-10-28 21:46:49', '2024-10-28 21:46:49', '', '0', 'http://box5717.temp.domains/~mybenef9/ptsolutions/?page_id=5971', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6069, 1, '2025-06-08 15:41:47', '2025-06-08 15:41:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Benefit Videos</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>401(k) Retirement</h3>\r\n[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>Employee Assistance Programs</h3>\r\n[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>Prescription Drugs – Managing Costs</h3>\r\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>How to Stretch Your Healthcare Dollars</h3>\r\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px|-111px|0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>How to Optimize Your FSA</h3>\r\n[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>HSA vs FSA</h3>\r\n[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>Qualifying Life Events</h3>\r\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>Medical Plans Compared: HDHP vs PPO</h3>\r\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>Primary Care vs Urgent Care vs ER</h3>\r\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>How to Optimize Your HSA</h3>\r\n[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'publish', 'closed', 'closed', '', 'video-library', '', '', '2025-06-09 21:09:15', '2025-06-09 21:09:15', '', '0', 'http://box5717.temp.domains/~mybenef9/ptsolutions/?page_id=6069', '0', 'page', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6079, 1, '2023-05-11 15:51:59', '2023-05-11 15:51:59', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/contacts-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Vendor Contact Information</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"7358\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-52px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\r\n\r\nVisit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for access to a Summary of Benefits Coverage for each of your medical plan options.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||-20px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.21.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2024-10-28 21:42:18', '2024-10-28 21:42:18', '', '0', 'http://box5717.temp.domains/~mybenef9/ptsolutions/?page_id=6079', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6600, 1, '2024-01-30 18:50:57', '2024-01-30 18:50:57', '[et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.24.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"row\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/elig-a.jpg\" title_text=\"elig-b\" url=\"https://www.ptsolutions.mybenefitport.com/eligibility\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/elig-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://www.ptsolutions.mybenefitport.com/dental\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/coc-a.jpg\" title_text=\"coc-b\" url=\"https://www.ptsolutions.mybenefitport.com/cost-of-coverage\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/coc-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://www.ptsolutions.mybenefitport.com/fsa\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/eperks-a.jpg\" title_text=\"eperks-b\" url=\"https://www.ptsolutions.mybenefitport.com/employee-perks\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/eperks-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/glossary-a.jpg\" title_text=\"glossary-b\" url=\"https://www.ptsolutions.mybenefitport.com/glossary\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/glossary-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://www.ptsolutions.mybenefitport.com/medical-rx\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://www.ptsolutions.mybenefitport.com/vision\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/eap-a.jpg\" title_text=\"eap-b\" url=\"https://www.ptsolutions.mybenefitport.com/eap\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/eap-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/life-a.jpg\" title_text=\"life-b\" url=\"https://www.ptsolutions.mybenefitport.com/life-and-disability\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/life-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://www.ptsolutions.mybenefitport.com/contacts\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://www.ptsolutions.mybenefitport.com/hsa\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/tele-a.jpg\" title_text=\"tele-b\" url=\"https://www.ptsolutions.mybenefitport.com/telemedicine\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/tele-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://www.ptsolutions.mybenefitport.com/401k\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vol-a.jpg\" title_text=\"vol-b\" url=\"https://www.ptsolutions.mybenefitport.com/voluntary-benefits\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vol-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://www.ptsolutions.mybenefitport.com/video-library\" _builder_version=\"4.24.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row]', 'tiles-row', '', 'publish', 'closed', 'closed', '', 'tiles-row', '', '', '2024-01-30 18:50:57', '2024-01-30 18:50:57', '', '0', 'https://ptsolutions.mybenefitport.com/et_pb_layout/tiles-row/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6623, 1, '2024-07-03 23:23:18', '2024-07-03 23:23:18', '.et_multi_view_image__loaded {\n    animation: none!important;\n}\n.et_multi_view_image__loading {\n    visibility: visible !important;\n}\n.custm-txt .et_pb_text_inner span {\n    font-size: 7px !important;\n}\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #0f3557; !important;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #ffc20e;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; font-weight: 900; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; font-weight: 900; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em; font-weight: 900;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;} \n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\n\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\n\n/*----------------------- Styles for Sections -----------------------*/\n.ksec1 {\nbackground-color: #002a4e !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec2 {\nbackground-color: #4598b6 !important;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-head {\nbackground-color: #0f3557;\npadding-top: 0px;\npadding-bottom: 0px;\nborder-bottom: 4px solid #ffc20e;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\n}\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\n\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\n.ksec-trans .kmod-intro p {padding-top: 0px;}\n.ksec-white {\nbackground-color: #FFFFFF;\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\n}\n\n.ksec-light {background-color:#e3f4ff !important;}\n\n.ksec-footer {display: none;}\n\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\n\n/*----------------------- Misc CSS -----------------------*/\n/*body.home {background-color: #171717;} */\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\n.et_pb_forgot_password {display:none;}\n#top-menu li a {line-height: 1.2em;}\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\n\n\n#colorbox.OutoftheBox {z-index: 999999;}\n#colorbox.OutoftheBox #cboxClose\n{\ntop: 0;\nright: 0;\n}\n#colorbox.OutoftheBox #cboxLoadedContent {\nmargin-top:28px;\nmargin-bottom:0;\n}\n\n.et_pb_forgot_password {display:none;}\n.menu-logout-link-item {display: none !important; visibility: hidden;}\n\n.et_pb_toggle_close {background-color: #0d7abf;}\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\n.et_pb_toggle_open {background-color: #ffffff;}\n\n/*----------------------- Page BG -----------------------*/\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\n\n/*----------------------- Styled OL -----------------------*/\n.kmod-list ol {\n	counter-reset:li; /* Initiate a counter */\n	margin-left:0; /* Remove the default left margin */\n	padding-left:0; /* Remove the default left padding */\n        padding-top: 20px !important;\n}\n.kmod-list ol &gt; li {\n	position:relative; /* Create a positioning context */\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\n	padding:4px 8px; /* Add some spacing around the content */\n	list-style:none; /* Disable the normal item numbering */\n	border-top:2px solid #1b3c79;\n	background:#f6f6f6;\n        padding-bottom: 10px;\n}\n.kmod-list ol &gt; li:before {\n	content:counter(li); /* Use the counter as content */\n	counter-increment:li; /* Increment the counter by 1 */\n	/* Position and style the number */\n	position:absolute;\n	top:-2px;\n	left:-2em;\n	-moz-box-sizing:border-box;\n	-webkit-box-sizing:border-box;\n	box-sizing:border-box;\n	width:2em;\n	/* Some space between the number and the content in browsers that support\n	   generated content but not positioning it (Camino 2 is one example) */\n	margin-right:8px;\n	padding:4px;\n	border-top:2px solid #1b3c79;\n	color:#fff;\n	background:#1b3c79;\n	font-weight:bold;\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\n	text-align:center;\n}\n.kmod-list li ol,\n.kmod-list li ul {margin-top:6px;}\n.kmod-list ol ol li:last-child {margin-bottom:0;} ', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi-5', '', '', '2024-07-03 23:23:18', '2024-07-03 23:23:18', '', '0', 'http://owensandminor.mybenefitport.com/divi-5/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6652, 1, '2024-07-04 20:18:01', '2024-07-04 20:18:01', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/elig-a.jpg\" title_text=\"elig-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/elig-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/coc-a.jpg\" title_text=\"coc-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/coc-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/glossary-a.jpg\" title_text=\"glossary-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/glossary-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/eap-a.jpg\" title_text=\"eap-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/eap-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/life-a.jpg\" title_text=\"life-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/life-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/tele-a.jpg\" title_text=\"tele-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/tele-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vol-a.jpg\" title_text=\"vol-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vol-b.jpg\"][/et_pb_image][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"#\" _builder_version=\"4.26.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"#\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" button_font=\"|600|||||||\" button_use_icon=\"off\" background_layout=\"dark\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tiles Section', '', 'publish', 'closed', 'closed', '', 'tiles-section', '', '', '2024-07-04 20:18:01', '2024-07-04 20:18:01', '', '0', 'https://owensandminor.mybenefitport.com/et_pb_layout/tiles-section/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6654, 1, '2025-03-14 17:00:30', '2024-07-16 21:16:10', '', 'Benefits Enrollment Information', '', 'publish', 'closed', 'closed', '', 'enrollment-qles', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/enrollment-qles/', 1, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6656, 1, '2025-03-14 17:00:30', '2024-07-16 21:16:10', '', 'Health', '', 'publish', 'closed', 'closed', '', 'health', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/health/', 5, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6660, 1, '2025-03-14 17:00:30', '2024-07-16 21:16:10', '', 'Wealth', '', 'publish', 'closed', 'closed', '', 'wealth', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/wealth/', 14, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6661, 1, '2025-03-14 17:00:30', '2024-07-16 21:16:11', '', 'Accident Insurance', '', 'publish', 'closed', 'closed', '', 'accident-insurance', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/accident-insurance/', 11, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6662, 1, '2025-03-14 17:00:30', '2024-07-16 21:16:11', '', 'Critical Illness Insurance', '', 'publish', 'closed', 'closed', '', 'critical-illness-insurance', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/critical-illness-insurance/', 13, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6663, 1, '2025-03-14 17:00:30', '2024-07-16 21:16:11', '', 'Hospital Indemnity Insurance', '', 'publish', 'closed', 'closed', '', 'hospital-indemnity-insurance', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/hospital-indemnity-insurance/', 12, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6720, 1, '2024-07-06 05:06:41', '2024-07-06 05:06:41', '', 'Medical', '', 'publish', 'closed', 'closed', '', 'medical-chart-csv', '', '', '2024-07-06 05:06:41', '2024-07-06 05:06:41', '', '0', 'https://owensandminor.mybenefitport.com/ninja-table/medical-chart-csv/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6734, 1, '2024-07-06 14:59:13', '2024-07-06 14:59:13', '', 'Contacts', '', 'publish', 'closed', 'closed', '', 'medical-chart-1-duplicate', '', '', '2024-07-06 14:59:13', '2024-07-06 14:59:13', '', '0', 'https://owensandminor.mybenefitport.com/ninja-table/medical-chart-1-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6760, 1, '2024-07-06 19:38:17', '2024-07-06 19:38:17', '', 'Vision', '', 'publish', 'closed', 'closed', '', 'medical-chart-1-duplicate-2', '', '', '2024-07-06 19:38:17', '2024-07-06 19:38:17', '', '0', 'https://owensandminor.mybenefitport.com/ninja-table/medical-chart-1-duplicate-2/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6765, 1, '2024-07-07 15:48:57', '2024-07-07 15:48:57', '', 'Dental', '', 'publish', 'closed', 'closed', '', 'vision-duplicate', '', '', '2024-07-07 15:48:57', '2024-07-07 15:48:57', '', '0', 'https://owensandminor.mybenefitport.com/ninja-table/vision-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6771, 1, '2024-07-06 17:06:38', '2024-07-06 17:06:38', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tobacco-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Tobacco Surcharge and Cessation Programs</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nTo promote the health of our teammates, Owens &amp; Minor imposes a premium surcharge for tobacco users if either they and/or their spouse or domestic partner has used tobacco products in the previous six months. Teammates and their spouses/domestic partners who are non-tobacco users will be eligible for the reward of reduced (non-tobacco) premiums.\r\n\r\nA tobacco user is defined as anyone who has used any tobacco products at least four times per week in the last six months, including:\r\n<ul>\r\n 	<li>Cigarettes</li>\r\n 	<li>Cigars</li>\r\n 	<li>Chewing tobacco</li>\r\n 	<li>Snuff</li>\r\n 	<li>Pipe tobacco</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">This information is self-reported in Workday HR during enrollment.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Tobacco Cessation Programs</h2>\r\nOwens &amp; Minor provides multiple tobacco cessation programs to help you lead a healthier life while lowering your out-of-pocket medical costs. If you are unable to meet the standard of being tobacco-free, you can earn the reward of reduced (non-tobacco) premiums by completing one of the following Tobacco Cessation programs.\r\n\r\n[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"For Teammates with a UnitedHealthcare or Surest Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]Quit For Life<sup style=\"font-size: 6pt;\">®</sup> is designed to give you the confidence you need to quit tobacco for good. Get a personalized quit plan and 1:1 access to coaches via phone, chat, or text. Plus, get group video sessions and more, all at no additional cost, with your UHC or Surest medical plan.\r\n\r\nPLUS, receive a Quit Kit that includes Nicotine Replacement Therapy like gum or patches to help conquer cravings.\r\n\r\nGet started at <strong><a href=\"https://quitnow.net\" target=\"_blank\" rel=\"noopener\">quitnow.net</a></strong> or call <strong>(866) 784-8454</strong> TTY 711.[/et_pb_accordion_item][et_pb_accordion_item title=\"For Teammates with a Kaiser Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nKaiser offers multiple tobacco cessation programs that combine counseling, behavior modification, and medication support. Classes and telephone support are usually offered at no cost to teammates, and the online tobacco cessation program is free. Teammates can also be prescribed over-the-counter nicotine replacement therapy at a discount or other medically necessary smoking cessation medications for the usual copay, depending on the teammate’s pharmacy benefit (also may require participation in designated behavioral modification programs). Your Kaiser Permanente physician will determine medical necessity.\r\n<p style=\"font-weight: 400;\">To engage in one of Kaiser’s Healthy Lifestyle Programs, including tobacco cessation, you will need to first take the Total Health Assessment at <strong><a href=\"https://healthy.kaiserpermanente.org/health-wellness/health-assessment?kp_shortcut_referrer=kp.org/tha\" target=\"_blank\" rel=\"noopener\">kp.org/tha</a></strong>. You can also contact your KP medical center/PCP or the Member Services phone number on your ID card for more information.</p>\r\n[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span style=\"color: #002856;\"><strong>Removal and Refund of Tobacco Surcharge</strong></span>\r\nThe premium surcharge may be removed by completing the tobacco cessation program offered by Owens &amp; Minor or an approved reasonable alternative. This must be done within six months of the 2025 benefit effective date associated with the first time you or your spouse/domestic partner first identified as a tobacco user. Once the surcharge is removed, a retroactive refund of the premium surcharge for that year will be issued as soon as administratively possible.\r\n<p style=\"font-weight: 400;\">Your proof of completion must be submitted to the <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> within 10 days of receipt.</p>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Surcharge', '						', 'publish', 'closed', 'closed', '', 'tobacco-surcharge', '', '', '2024-10-28 21:46:21', '2024-10-28 21:46:21', '', '0', 'https://owensandminor.mybenefitport.com/?page_id=6771', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6798, 1, '2024-07-06 17:27:19', '2024-07-06 17:27:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment &amp; Changes</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" min_height=\"361.4px\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know <i><strong>Life Takes Care™</strong></i><b>.</b></p>\n<p style=\"font-weight: 400;\">Access our <a href=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" target=\"_blank\" rel=\"noopener\"><strong>Benefits Enrollment Journey Guide</strong></a> to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-47px||||false|false\" custom_padding=\"||8px|||\" global_colors_info=\"{}\"]As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefits elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png\" title_text=\"25-om-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a style=\"color: #68ace5;\" href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'publish', 'closed', 'closed', '', 'enrollment-and-changes', '', '', '2025-01-06 19:08:56', '2025-01-06 19:08:56', '', '0', 'https://owensandminor.mybenefitport.com/?page_id=6798', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6807, 1, '2024-07-06 17:55:56', '2024-07-06 17:55:56', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bej-1-scaled.jpg\" background_position=\"top_center\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Enrollment Checklist</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.26.0\" background_color=\"#ededed\" custom_margin=\"||30px||false|false\" custom_padding=\"15px|30px|24px|30px|false|false\" global_colors_info=\"{}\"]\r\n\r\n<span style=\"color: #872434;\"><b>Take Action!</b></span>\r\n<span style=\"color: #002856;\">Open Enrollment is November 2-16. This year’s enrollment is active. This means you must enroll to have benefits in 2024. If you don’t enroll, you’ll only have company-paid Short-Term Disability, Life, and AD&amp;D Insurance. Your 2023 benefits will not carry over.</span>\r\n\r\n[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#FFFFFF\" open_toggle_background_color=\"#002856\" closed_toggle_text_color=\"#FFFFFF\" closed_toggle_background_color=\"#002856\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_text_color=\"#FFFFFF\" body_text_color=\"#FFFFFF\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Learn about your benefit options\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\r\n\r\nLearn about your benefit options by reviewing this benefits guide, paying attention to new offerings for the coming year\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Think about your coverage needs\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nThink about your coverage needs, including how much healthcare you anticipate needing, and if you need additional life  insurance or income protection in the event of illness or injury.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Access Workday starting November 2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nMake sure to access Workday starting November 2.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Enroll your dependents\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nEnroll your dependents. Dependent information was not transferred to Workday. This means you’ll need to add any dependents you wish to cover. Be ready to provide dependent personal information, such as name, date of birth and social security number.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Designate beneficiaries\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nDesignate beneficiaries for Life and AD&amp;D Insurance benefits. Beneficiary information was not transferred to Workday.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Elect the benefits that best support you and your family\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nMake sure to elect the benefits that best support you and your family.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Review your Benefits Summary for accuracy\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nReview your Benefits Summary for accuracy.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Complete your enrollment by November 16, 2023\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nDont miss the deadline! Complete your enrollment by November 16, 2023.\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_text][et_pb_code _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.26.0\" background_color=\"#ededed\" custom_margin=\"||30px||false|false\" custom_padding=\"|30px|24px|30px|false|false\" global_colors_info=\"{}\"]\r\n\r\n<span style=\"color: #872434;\"><b>Need Benefits Help?</b></span>\r\n<span style=\"color: #002856;\">Contact the HR Service Center at 800.305.0263 to speak to an O&amp;M Benefits Solutions counselor. They’ll help you understand your options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well (starting November 2). Interpreters are available in multiple languages.</span>\r\n\r\n<strong>October 30-November 1</strong>\r\nCall: Monday-Friday from 8am-8pm EST\r\n\r\n<strong>November 2-November 16</strong>\r\nCall: Monday-Friday from 8am-10pm EST and Saturday (November 4 and November 11) from 9am-5pm EST\r\n\r\n<strong>After November 16\r\n</strong>Call: Monday-Friday from 8am-10pm EST\r\n\r\nYou may also <strong>schedule an appointment</strong> during business hours by visiting <a href=\"http://calendly.com/owensandminor\" target=\"_blank\" rel=\"noopener\"><strong>calendly.com/owensandminor</strong></a>. This is highly recommended if you are requesting a language outside of English or Spanish.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment Checklist', '', 'publish', 'closed', 'closed', '', 'enrollment-checklist', '', '', '2024-10-28 21:43:13', '2024-10-28 21:43:13', '', '0', 'https://owensandminor.mybenefitport.com/?page_id=6807', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6819, 1, '2024-07-06 18:27:29', '2024-07-06 18:27:29', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Regional Medical Plan Options</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"]\r\n\r\nDepending on where you live, you may also be eligible to select Kaiser Medical or the UPMC Plan for your medical care coverage.\r\n\r\n<span style=\"color: #872434;\"><strong>Kaiser Medical</strong></span>\r\nKaiser offers comprehensive coverage and the convenience of coordinated care among Kaiser providers. We offer a High Deductible Health Plan option for teammates in <strong>California, Colorado, Georgia, Washington,</strong> and in the Northwest (<strong>Oregon</strong> and Southern <strong>Washington</strong>) and Mid-Atlantic (<strong>District of Columbia, Maryland,</strong> and <strong>Virginia</strong>). If you choose this plan, you can enroll in a Health Savings Account (HSA).\r\n\r\n<strong>Hawaii</strong> teammates have the option of enrolling in the Point of Service (POS) 405 plan. This plan is compatible with the Healthcare Flexible Spending Account.\r\n\r\n<strong>For more information, go to <a href=\"http://select.kaiserpermanente.org/owens-and-minor\" target=\"_blank\" rel=\"noopener\">select.kaiserpermanente.org/owens-and-minor</a>.</strong>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6825\"][/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6828\"][/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]\r\n<h6>Per Senate Bill 1529: Primary care visit — $5 Copay (after Plan Deductible) for first 3 visits per year. First 3 visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6831\"][/et_pb_text][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]</h6>\r\n<span style=\"color: #872434;\"><strong>UPMC HDHP EPO</strong></span>\r\nIf you live in <strong>Pennsylvania</strong> (certain zip codes), the UPMC HDHP EPO might be your best choice. This plan blends elements of a traditional HMO and a PPO. Similar to a PPO, you don’t have to select a primary care physician. But like an HMO, you must receive your care from network physicians and facilities for your care to be covered. You can also enroll in a Health Savings Account (HSA).\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6835\"][/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]\r\n<h6>For more information, visit <span style=\"color: #33cccc;\"><strong><a style=\"color: #68ace5;\" href=\"http://UPMCHealthPlan.com\" target=\"_blank\" rel=\"noopener\">UPMCHealthPlan.com</a></strong></span>.</h6>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Regional Medical Plan Options', '						', 'publish', 'closed', 'closed', '', 'regional-medical-plan-options', '', '', '2024-10-28 21:45:15', '2024-10-28 21:45:15', '', '0', 'https://owensandminor.mybenefitport.com/?page_id=6819', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6825, 1, '2024-07-07 18:47:09', '2024-07-07 18:47:09', '', 'Regional Med Chart 1', '', 'publish', 'closed', 'closed', '', 'medical-duplicate', '', '', '2024-07-07 18:47:09', '2024-07-07 18:47:09', '', '0', 'https://owensandminor.mybenefitport.com/ninja-table/medical-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6828, 1, '2024-07-07 19:08:15', '2024-07-07 19:08:15', '', 'Regional Med Chart 2', '', 'publish', 'closed', 'closed', '', 'regional-med-chart-1-duplicate', '', '', '2024-07-07 19:08:15', '2024-07-07 19:08:15', '', '0', 'https://owensandminor.mybenefitport.com/ninja-table/regional-med-chart-1-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6831, 1, '2024-07-07 19:16:57', '2024-07-07 19:16:57', '', 'Regional Med Chart 3', '', 'publish', 'closed', 'closed', '', 'regional-med-chart-2-duplicate', '', '', '2024-07-07 19:16:57', '2024-07-07 19:16:57', '', '0', 'https://owensandminor.mybenefitport.com/ninja-table/regional-med-chart-2-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6835, 1, '2024-07-07 19:31:44', '2024-07-07 19:31:44', '', 'Regional Med Chart 4', '', 'publish', 'closed', 'closed', '', 'regional-med-chart-3-duplicate', '', '', '2024-07-07 19:31:44', '2024-07-07 19:31:44', '', '0', 'https://owensandminor.mybenefitport.com/ninja-table/regional-med-chart-3-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6839, 1, '2024-07-07 21:09:22', '2024-07-07 21:09:22', '[et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Key-Insurance-Terms.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Key Insurance Terms</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/prescription-drugs-vid.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Managing Prescription Costs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Disability-Insurance.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Disability Insurance</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Vision-Insurance-1.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Vision Insurance</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Accident-Insurance.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Accident Insurance</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Employee-Assistance-Program-EAP.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Employee Assistance Program (EAP)</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Teleheath.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Telehealth</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/How-to-Read-an-EOB.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Read an EOB</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/QLE.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Qualifying Event</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-vid.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Dental.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Dental Insurance</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Life-and-ADD-Insurance.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Life and AD&D Insurance</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Critical-Illness-Insurance.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Critical Illness Insurance</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Primary-Care-Urgent-Care-ER.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Primary Care / Urgent Care / ER</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Preventive-Care.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Preventive Care</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/How-to-Stretch-Your-Healthcare-Dollars.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Stretching Your Healthcare Dollars</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '', 'publish', 'closed', 'closed', '', 'video-library', '', '', '2024-07-07 21:09:22', '2024-07-07 21:09:22', '', '0', 'https://owensandminor.mybenefitport.com/et_pb_layout/video-library/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6844, 1, '2024-07-06 21:59:12', '2024-07-06 21:59:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.21.0\" background_image=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-header.jpg\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Savings and Spending Accounts</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nThrough HealthEquity we offer Health Savings Account (HSA) and Flexible Spending Accounts (FSAs) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.\r\n\r\nThere are several types of accounts that help reduce your taxable income when paying for eligible expenses for yourself, your\r\nspouse and eligible dependents.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Health Savings Account</h2>\r\nIf you are enrolled in the High Deductible Health Plan, you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA) through our plan administrator, HealthEquity. Contribute to an HSA and offset your out-of-pocket expenses with pretax dollars.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<img class=\"wp-image-6847 size-full\" src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-1.jpg\" width=\"2166\" height=\"272\" /><a href=\"http://irs.gov/publications/p502/index.html\"><img class=\"wp-image-6847 size-full\" src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-2.jpg\" width=\"2166\" height=\"272\" /></a><img class=\"wp-image-6847 size-full\" src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-3.jpg\" width=\"2166\" height=\"272\" />[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">2023 HSA Carryover</h2>\r\n<strong>Owens and Minor teammates:</strong> You will have the option to transfer your unused 2023 HSA funds from WEX (2023 carrier) to Health Equity (2024 carrier). Additional information will be provided soon.\r\n\r\n<strong>Apria teammates:</strong> Unused 2023 funds in your Health Equity account will carry over automatically. There is no further action\r\nrequired on your part.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-18px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">HSA Maximum Contribution Limits\r\n(includes company match)</h2>\r\n• $4,150 for teammate only coverage\r\n• $8,300 for family coverage\r\n• $1,000 catch-up for ages 55 and older\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" title_text=\"Mother and kids hiking in sunny forest\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-10px||-55px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.26.0\" background_color=\"#FFFFFF\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>\r\n<img class=\"wp-image-6853 alignnone size-full\" src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa.png\" alt=\"\" width=\"2144\" height=\"1178\" />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h4>Company Contributions</h4>\r\nAs an added bonus, Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:\r\n\r\n• Teammate only: $300\r\n• Teammate + Spouse/Domestic Partner/Child(ren): $425\r\n• Family: $600\r\n\r\nCompany contributions will be determined by multiple factors, including HSA plan tier, enrollment type (Open Enrollment, qualified life event, etc.), and time of year. The match amount will be spread over the number of pay periods per year and will be prorated upon hire.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-64px||-20px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h4>HSA Restrictions</h4>\r\n• You may not open an HSA if you or your spouse are enrolled in a Healthcare FSA.\r\n• State taxes apply to contributions by residents of California, Alabama and New Jersey.\r\n• You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.\r\n• The penalty for using your HSA for ineligible expenses is 20% of the reimbursed amount.\r\n• You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.\r\n• Funds may not be used to reimburse the expenses of your domestic partner or their children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Savings and Spending Accounts', '						', 'publish', 'closed', 'closed', '', 'savings-and-spending-accounts', '', '', '2024-10-28 21:45:19', '2024-10-28 21:45:19', '', '0', 'https://owensandminor.mybenefitport.com/?page_id=6844', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6855, 1, '2024-07-07 22:19:17', '2024-07-07 22:19:17', '', 'Income Protection', '', 'publish', 'closed', 'closed', '', 'regional-med-chart-4-duplicate', '', '', '2024-07-07 22:19:17', '2024-07-07 22:19:17', '', '0', 'https://owensandminor.mybenefitport.com/ninja-table/regional-med-chart-4-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6882, 1, '2024-07-07 19:15:15', '2024-07-07 19:15:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Documents Library</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]\r\n<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\r\nUse the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.\r\n\r\n[wpfd_category id=\"22\"]\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]\r\n<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\r\nUse these documents as a reference for Workday HR.\r\n\r\n[wpfd_category id=\"23\"]\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]\r\n<h1>Benefits Documents</h1>\r\nThese various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of healthcare service covered by your plan.\r\n\r\n[wpfd_category id=\"26\"]\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]\r\n<h1>Wellness Information <!--.h1--></h1>\r\nExplore these documents to learn more about some of our wellness programs.\r\n\r\n[wpfd_category id=\"24\"]\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'publish', 'closed', 'closed', '', 'documents', '', '', '2024-10-28 21:42:47', '2024-10-28 21:42:47', '', '0', 'https://owensandminor.mybenefitport.com/?page_id=6882', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6938, 1, '2024-07-09 17:09:22', '2024-07-09 17:09:22', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Medical &amp; Prescription Drug</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n<h2>Find the Right Plan for You</h2>\r\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\r\n\r\n<ul style=\"font-weight: 400;\">\r\n 	<li style=\"list-style-type: none;\">\r\n<ul style=\"font-weight: 400;\">\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul style=\"padding-left: 30px;\">\r\n 	<li>Do you have specific prescription medication needs?</li>\r\n 	<li>Are you anticipating surgery or non-preventive dental care?</li>\r\n 	<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\r\n 	<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n\r\nOur medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.\r\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii.</p>\r\n[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]\r\n\r\nYou pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).\r\n<p style=\"text-align: center;\"><img class=\"wp-image-7501 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg\" alt=\"\" width=\"1080\" height=\"213\" /></p>\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,300 High Deductible Health Plan w/Optional Health Savings Account\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nThis option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.\r\n<p style=\"text-align: center;\"><img class=\"wp-image-7502 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg\" alt=\"\" width=\"1080\" height=\"213\" /></p>\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]\r\n<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\r\n<p style=\"font-weight: 400;\"><img class=\"wp-image-7503 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg\" alt=\"\" width=\"1080\" height=\"210\" /></p>\r\n<p style=\"font-weight: 400;\"><strong>Give your doctor’s office this information: </strong>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</p>\r\n[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]\r\n\r\n[ninja_tables id=\"7739\"]\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" text_font=\"||||||||\" text_font_size=\"12px\" text_line_height=\"1em\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"4px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n\r\n<sup>1 </sup>Costs vary depending on type of treatment.\r\n\r\n<sup>2</sup> Copay waived if admitted within 24 hours.\r\n\r\n<span style=\"font-size: 13.3333px;\">* </span>Specialty must be filled through Optum Specialty Pharmacy (Mail Order only).\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\"><strong><a href=\"https://member.uhc.com/myuhc\">UnitedHealthcare</a></strong></li>\r\n 	<li style=\"font-weight: 400;\"><a href=\"https://www.surest.com/\"><strong>Surest</strong></a> (Access Code: OwensMinor2025)</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n<h2>Regional Medical Plan Options</h2>\r\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select Kaiser Medical for your medical care coverage.</p>\r\n[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <strong>California, Colorado, Georgia, Washington, and in the Northwest (Oregon and Southern Washington) and Mid-Atlantic (District of Columbia, Maryland, and Virginia)</strong>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</p>\r\n<p style=\"font-weight: 400;\"><strong>Hawaii </strong>teammates may enroll in the Point of Service (POS) 405 Plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</p>\r\n<p style=\"font-weight: 400;\"><strong>Click <a href=\"https://healthy.kaiserpermanente.org/front-door\" target=\"_blank\" rel=\"noopener\">here </a></strong><strong>for more information.</strong></p>\r\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\r\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\r\n\r\n<h6 style=\"font-weight: 400;\">*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</h6>\r\n[ninja_tables id=\"7460\"]\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf\" url_new_window=\"on\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'publish', 'closed', 'closed', '', 'medical-rx', '', '', '2024-10-28 21:44:19', '2024-10-28 21:44:19', '', '0', 'https://owensandminor.mybenefitport.com/?page_id=6938', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6968, 1, '2024-07-10 18:04:44', '2024-07-10 18:04:44', '[et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\" template_type=\"row\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion closed_toggle_background_color=\"#872434\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"UHC PPO Core\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>This is a Preferred Provider Organization (PPO) Plan. You pay a copay for office visits or urgent care from an in-network provider. You also pay a copay for most covered prescription drugs. For other covered services, you pay the </span><span>deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. If you enroll in this option, you can enroll in the Health Care Flexible Spending Account.</span></p>\n<p><img src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1.jpg\" width=\"2556\" height=\"504\" alt=\"\" class=\"wp-image-6715 size-full\" /></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"UHC $3,200 High Deductible Health Plan w/Optional HSA\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>This option has a higher deductible compared to the other UHC plan, but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year end. This HDHP is paired with a tax-advantaged Health Savings Account (HSA) to help you pay out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount each year, depending on your coverage.</p>\n<p><img src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/2.jpg\" width=\"2556\" height=\"504\" class=\"wp-image-6716 size-full\" /></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Surest PPO Plan\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>With this plan, there’s no deductible or coinsurance. Instead, all your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. So you know the cost of your treatment options before you go to the doctor. If you enroll in this option, you can enroll in a Health Care Flexible Spending Account.</p>\n<p><img src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/3.jpg\" width=\"2556\" height=\"496\" alt=\"\" class=\"wp-image-6717 size-full\" /></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"View The Medical Chart\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>[ninja_tables id=\"6720\"]</p>\n<h6>1 Costs vary depending on type of treatment.\n2 Copay waived if admitted within 24 hours.\n* Specialty must be filled through Optum Specialty Pharmacy (Mail Order only).\nFor more information, visit the UnitedHealthcare (UHC) and Surest websites:\n• UnitedHealthcare (UHC): <span style=\"color: #ff0000;\"><strong><a href=\"http://whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\">whyuhc.com/owensminor</a></strong></span>\n• Surest:<span style=\"color: #68ace5;\"><strong><a href=\"http://join.surest.com/OwensMinor\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\"> join.surest.com/OwensMinor</a></strong></span> (Access Code: OwensMinor2024)</h6>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row]', 'accordion', '', 'publish', 'closed', 'closed', '', 'accordion', '', '', '2024-07-10 18:04:44', '2024-07-10 18:04:44', '', '0', 'https://owensandminor.mybenefitport.com/et_pb_layout/accordion/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6970, 1, '2025-03-14 17:00:30', '2024-07-16 21:16:11', '', 'Leave & Disability', '', 'publish', 'closed', 'closed', '', 'leave-disability', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/leave-disability/', 24, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6972, 1, '2025-03-14 17:00:30', '2024-07-16 21:16:11', '', 'Retirement & Stock', '', 'publish', 'closed', 'closed', '', 'retirement', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/retirement/', 20, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6977, 1, '2025-03-14 17:00:30', '2024-07-16 21:16:12', '', 'Recognition', '', 'publish', 'closed', 'closed', '', 'pay-recognition', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/pay-recognition/', 27, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6982, 1, '2025-03-14 17:00:30', '2024-07-16 21:16:12', '', 'Self', '', 'publish', 'closed', 'closed', '', 'self', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/self/', 30, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6987, 1, '2025-03-14 17:00:31', '2024-07-16 21:16:12', '', 'Well-being', '', 'publish', 'closed', 'closed', '', 'wellbeing', '', '', '2025-03-14 17:00:31', '2025-03-14 17:00:31', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/wellbeing/', 35, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6989, 1, '2025-03-14 17:00:31', '2024-07-16 21:16:14', '', 'Resources', '', 'publish', 'closed', 'closed', '', 'resources', '', '', '2025-03-14 17:00:31', '2025-03-14 17:00:31', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/resources/', 38, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6996, 1, '2024-07-21 02:05:42', '2024-07-21 02:05:42', '[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><span data-olk-copy-source=\"MessageBody\" style=\"color: #872434;\">October 28 – November 8</span></h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens &amp; Minor is here to help you choose the best options to meet your unique needs\n&nbsp;\nRemember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Health Savings Account (HSA), Flexible Spending Accounts (FSA), and Commuter Benefits. These require election each year.</strong></p>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<p><strong></strong></p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.2\" _module_preset=\"default\" button_url=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" custom_button=\"on\" button_border_radius=\"20px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '', 'publish', 'closed', 'closed', '', 'oe-buzz', '', '', '2024-10-14 20:35:59', '2024-10-14 20:35:59', '', '0', 'http://box5717/cgi/addon_GT.cgi?s=GT::WP::Install::Cpanel+%28mybenef9%29+-+127.0.0.1+%5Bnocaller%5D/?p=1', '0', 'post', '', 1);

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7006, 1, '2024-08-09 15:45:40', '2024-08-09 15:45:40', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Ask ALEX\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/aa-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\r\n<h3><strong>Need help choosing the right plan?</strong></h3>\r\n<span style=\"color: #212121;\">\r\nAsk ALEX, our virtual benefits counselor, can help. Just answer a few questions about yourself, your family and your health, and ALEX will recommend a plan that may be right for you.</span>\r\n\r\n[/et_pb_text][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"Get started with ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #4\" open=\"on\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" icon_color=\"#e5863d\" open_icon_color=\"#e5863d\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]\r\n\r\n[video width=\"1280\" height=\"720\" mp4=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/01/QLE.mp4\"][/video]\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/aa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\r\n\r\n<span style=\"color: #e1e1e1;\"><a style=\"color: #e1e1e1;\" href=\"https://start.myalex.com/bannerhealth\">Ask Alex</a></span>\r\n<span style=\"color: #e1e1e1;\"><a style=\"color: #e1e1e1;\" href=\"http://myhr.bannerhealth.com/\">Enroll Now</a></span>\r\n<span style=\"color: #e1e1e1;\"><a style=\"color: #e1e1e1;\" href=\"http://flimp.live/banner-resident-fellow-24\">Residents &amp; Fellows</a></span>\r\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Ask ALEX', '						', 'publish', 'closed', 'closed', '', 'ask-alex', '', '', '2024-10-28 21:41:23', '2024-10-28 21:41:23', '', '0', 'https://bannerbenefits.mybenefitport.com/?page_id=7006', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7017, 1, '2024-07-12 15:20:50', '2024-07-12 15:20:50', '<!-- wp:navigation-submenu {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Enrollment u0026 QLEs\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Eligibility\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"#\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Benefits Enrollment Journey\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Benefits Contact Information\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Qualifying Life Events\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- /wp:navigation-submenu --><!-- wp:navigation-submenu {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Health\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"6938\",\"kind\":\"post-type\",\"label\":\"Medical u0026 Prescriptions\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://owensandminor.mybenefitport.com/medical-rx-1/\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Dental\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"5971\",\"kind\":\"post-type\",\"label\":\"Vision\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://owensandminor.mybenefitport.com/vision/\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Tobacco Surcharge\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- wp:navigation-submenu {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Supplemental Insurance\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Accident Insurance\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Critical Illness Insurance\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Hospital Indemnity Insurance\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- /wp:navigation-submenu --><!-- /wp:navigation-submenu --><!-- wp:navigation-submenu {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Wealth\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Health Savings Account\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Flexible Spending Accounts\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- wp:navigation-submenu {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Income Protection\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Life u0026 ADu0026D Insurance\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Business Travel Accident Insurance\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- /wp:navigation-submenu --><!-- wp:navigation-submenu {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Retirement\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"401(k) Plan\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Teammate Stock purchase Plan (TSPP)\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- /wp:navigation-submenu --><!-- wp:navigation-submenu {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Pay u0026 Recognition\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Service Awards\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"#\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Recognition\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"#\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Referral Program\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"#\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Compensation\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"#\"} /--><!-- /wp:navigation-submenu --><!-- /wp:navigation-submenu --><!-- wp:navigation-submenu {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Leave u0026 Disability\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Disability Insurance\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Leaves of Absence\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- /wp:navigation-submenu --><!-- wp:navigation-submenu {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Self\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"#\"} --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Paid Time Off\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"#\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Tuition Reimbursement\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"#\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Adoption Assistance\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"#\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Additional Benefits\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"#\"} /--><!-- wp:navigation-submenu {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Wellbeing\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"TAP\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"#\"} /--><!-- /wp:navigation-submenu --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Life Events\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- /wp:navigation-submenu --><!-- wp:navigation-submenu {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Resources\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"#\"} --><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Documents Library\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\",\"description\":\"\",\"id\":null,\"kind\":\"custom\",\"label\":\"Video Library\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"custom\",\"url\":\"\"} /--><!-- /wp:navigation-submenu -->', 'Main Menu', '', 'publish', 'closed', 'closed', '', 'main-menu', '', '', '2024-07-12 15:20:50', '2024-07-12 15:20:50', '', '0', 'https://owensandminor.mybenefitport.com/main-menu/', '0', 'wp_navigation', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7022, 1, '2024-07-22 03:28:19', '2024-07-22 03:28:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span>Coming soon![/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'How To Use This App', '', 'publish', 'closed', 'closed', '', 'how-to-use-this-app-buzz', '', '', '2024-10-14 20:37:07', '2024-10-14 20:37:07', '', '0', 'https://owensandminor.mybenefitport.com/?p=7022', '0', 'post', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7023, 1, '2025-03-14 17:00:30', '2024-07-16 21:16:19', ' ', '', '', 'publish', 'closed', 'closed', '', 7023, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/7023/', 8, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7024, 1, '2025-03-14 17:00:30', '2024-07-16 21:16:19', '', 'Medical & Prescription Drug', '', 'publish', 'closed', 'closed', '', 'medical-prescriptions', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/medical-prescriptions/', 6, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7026, 1, '2024-07-16 21:20:15', '2024-07-16 21:20:15', '{\n    \"dipi_customizer_option_preloader_background_color\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_particles_color\": {\n        \"value\": \"rgba(0,0,0,0.4)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_link_color\": {\n        \"value\": \"rgba(0,0,0,0.4)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_particles_color_2\": {\n        \"value\": \"rgba(0,0,0,0.4)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_link_color_2\": {\n        \"value\": \"rgba(0,0,0,0.4)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_btt_btn_background\": {\n        \"value\": \"rgba(0,0,0,0.4)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_btt_btn_color\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_btt_btn_background_hover\": {\n        \"value\": \"#000000\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_btt_btn_color_hover\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_blog_archives_page_background_color\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_archive_box_icon_color\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_blog_related_box_background_color\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_blog_related_box_shadow_color\": {\n        \"value\": \"#000000\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_blog_related_hover_box_shadow_color\": {\n        \"value\": \"#444444\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_mobile_submenu_item_background\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"dipi_customizer_option_mobile_menu_btn_shadow_color\": {\n        \"value\": \"rgba(0,39,56,0.3)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"et_divi[boxed_layout]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"et_divi[gutter_width]\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"et_divi[section_padding]\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"et_divi[heading_font]\": {\n        \"value\": \"Arial\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"et_divi[accent_color]\": {\n        \"value\": \"#872434\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"et_divi[footer_widget_text_color]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"et_divi[footer_widget_link_color]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:19:48\"\n    },\n    \"et_divi[body_font]\": {\n        \"value\": \"Arial\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:20:15\"\n    },\n    \"et_divi[link_color]\": {\n        \"value\": \"#68ace5\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:20:15\"\n    },\n    \"et_divi[font_color]\": {\n        \"value\": \"#242424\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:20:15\"\n    },\n    \"et_divi[header_color]\": {\n        \"value\": \"#242424\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:20:15\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '7a58fc34-a551-44c5-83ab-d89fb386756f', '', '', '2024-07-16 21:20:15', '2024-07-16 21:20:15', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7026', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7027, 1, '2024-07-16 21:20:28', '2024-07-16 21:20:28', '{\n    \"Divi::background_color\": {\n        \"value\": \"#212121\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:20:28\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '86fe3955-d1a3-46db-855d-feb9aaf9ed85', '', '', '2024-07-16 21:20:28', '2024-07-16 21:20:28', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/07/16/86fe3955-d1a3-46db-855d-feb9aaf9ed85/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7028, 1, '2024-07-16 21:21:50', '2024-07-16 21:21:50', '{\n    \"et_divi[nav_fullwidth]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:20:48\"\n    },\n    \"et_divi[logo_height]\": {\n        \"value\": \"30\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:21:48\"\n    },\n    \"et_divi[primary_nav_font_size]\": {\n        \"value\": \"12\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:21:48\"\n    },\n    \"et_divi[primary_nav_font]\": {\n        \"value\": \"Arial\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:21:48\"\n    },\n    \"et_divi[menu_link]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:21:48\"\n    },\n    \"et_divi[menu_link_active]\": {\n        \"value\": \"#68ace5\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:21:48\"\n    },\n    \"et_divi[primary_nav_bg]\": {\n        \"value\": \"#002856\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:21:48\"\n    },\n    \"et_divi[primary_nav_dropdown_bg]\": {\n        \"value\": \"#002856\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:21:50\"\n    },\n    \"et_divi[primary_nav_dropdown_line_color]\": {\n        \"value\": \"#872434\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:21:48\"\n    },\n    \"et_divi[menu_height]\": {\n        \"value\": \"83\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:21:50\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '47e189a6-6e92-49e8-9a08-736ffb36b18a', '', '', '2024-07-16 21:21:50', '2024-07-16 21:21:50', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7028', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7029, 1, '2024-07-16 21:24:19', '2024-07-16 21:24:19', '{\n    \"et_divi[secondary_nav_font]\": {\n        \"value\": \"Arial\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:22:48\"\n    },\n    \"et_divi[secondary_nav_bg]\": {\n        \"value\": \"#872434\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:22:48\"\n    },\n    \"et_divi[secondary_nav_dropdown_bg]\": {\n        \"value\": \"#872434\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:22:48\"\n    },\n    \"et_divi[fixed_primary_nav_font_size]\": {\n        \"value\": \"12\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:22:48\"\n    },\n    \"et_divi[fixed_primary_nav_bg]\": {\n        \"value\": \"#002856\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:22:48\"\n    },\n    \"et_divi[fixed_menu_link]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:24:19\"\n    },\n    \"et_divi[show_search_icon]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:23:48\"\n    },\n    \"et_divi[fixed_menu_link_active]\": {\n        \"value\": \"#68ace5\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:23:48\"\n    },\n    \"et_divi[show_footer_social_icons]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:23:48\"\n    },\n    \"et_divi[footer_widget_header_color]\": {\n        \"value\": \"#872434\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:23:48\"\n    },\n    \"et_divi[footer_widget_bullet_color]\": {\n        \"value\": \"#872434\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:23:48\"\n    },\n    \"et_divi[footer_menu_active_link_color]\": {\n        \"value\": \"#872434\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:24:19\"\n    },\n    \"et_divi[custom_footer_credits]\": {\n        \"value\": \"\\u00a9 2024 Lockton Companies. All Rights Reserved.\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:24:19\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', 'cb516fd5-b84f-4088-aebc-b174714a3ed0', '', '', '2024-07-16 21:24:19', '2024-07-16 21:24:19', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7029', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7030, 1, '2024-07-16 21:26:52', '2024-07-16 21:26:52', '{\n    \"et_divi[all_buttons_text_color]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:24:48\"\n    },\n    \"et_divi[all_buttons_bg_color]\": {\n        \"value\": \"#002856\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:24:48\"\n    },\n    \"et_divi[tablet_section_height]\": {\n        \"value\": \"71\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:25:49\"\n    },\n    \"et_divi[tablet_row_height]\": {\n        \"value\": \"32\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:25:49\"\n    },\n    \"et_divi[all_buttons_font]\": {\n        \"value\": \"Arial\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:25:49\"\n    },\n    \"et_divi[all_buttons_bg_color_hover]\": {\n        \"value\": \"rgba(0,51,109,0.7)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:25:49\"\n    },\n    \"et_divi[phone_section_height]\": {\n        \"value\": \"15\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:26:18\"\n    },\n    \"et_divi[phone_row_height]\": {\n        \"value\": \"31\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:26:18\"\n    },\n    \"et_divi[phone_body_font_size]\": {\n        \"value\": \"12\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:26:18\"\n    },\n    \"et_divi[mobile_menu_link]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:26:52\"\n    },\n    \"et_divi[mobile_primary_nav_bg]\": {\n        \"value\": \"#002856\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:26:18\"\n    },\n    \"show_on_front\": {\n        \"value\": \"page\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:26:52\"\n    },\n    \"page_on_front\": {\n        \"value\": \"77\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-07-16 21:26:52\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', 'fc8a213a-01fe-4bdd-bc51-c8e3f387e8e4', '', '', '2024-07-16 21:26:52', '2024-07-16 21:26:52', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7030', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7032, 1, '2024-07-16 21:36:10', '2024-07-16 21:36:10', '', '2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR', '', 'inherit', 'open', 'closed', '', '2024_owensminor_8-5x11_oe_benefits_guide_hr', '', '', '2024-07-16 21:36:10', '2024-07-16 21:36:10', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7041, 1, '2024-07-16 21:52:38', '2024-07-16 21:52:38', '[et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\" template_type=\"row\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.21.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Section<!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /><span></span>[wpfd_category id=\"26\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.16\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"9\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Overviews<!--.h1--></h1>\n<p><span>The enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status</span><span>.<br /></span>[wpfd_category id=\"14\"]</p>[/et_pb_text][et_pb_cta title=\"2024 Banner Benefits Guide\" button_url=\"https://flimp.live/banner-download-all-24\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2020 Guide\" module_class=\"kmod2-line\" _builder_version=\"4.22.2\" header_text_color=\"#005d9c\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#005d9c\" button_border_width=\"1\" button_border_color=\"#005d9c\" background_layout=\"light\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Premiums<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"15\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Additional Resources<!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"10\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.17.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Legal Notices<!--.h1--></h1>\n<p>Benefit legal notices are specific reports and/or documents that Banner Health is required by law to provide to all team members.<br /><span></span>[wpfd_category id=\"16\"]<br /><a href=\"https://health1.aetna.com/app/public/#/one/insurerCode=AETNACVS_I&amp;brandCode=ALICSI/machine-readable-transparency-in-coverage?searchTerm=98533722&amp;lock=true\" target=\"_blank\" rel=\"noopener\" style=\"color: #666667;\">Click here to view the <strong>Transparency in Coverage MRF</strong>.</a></p>[/et_pb_text][/et_pb_column][/et_pb_row]', 'Documents', '', 'publish', 'closed', 'closed', '', 'documents', '', '', '2024-07-16 21:52:38', '2024-07-16 21:52:38', '', '0', 'https://benefitsmyway.mybenefitport.com/et_pb_layout/documents/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7042, 1, '2025-03-14 17:00:30', '2024-07-16 23:01:25', ' ', '', '', 'publish', 'closed', 'closed', '', 7042, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7042', 2, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7043, 1, '2025-03-14 17:00:30', '2024-07-16 23:01:25', ' ', '', '', 'publish', 'closed', 'closed', '', 7043, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7043', 4, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7044, 1, '2025-03-14 17:00:30', '2024-07-16 23:01:25', ' ', '', '', 'publish', 'closed', 'closed', '', 7044, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7044', 7, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7045, 1, '2025-03-14 17:00:30', '2024-07-16 23:01:25', ' ', '', '', 'publish', 'closed', 'closed', '', 7045, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7045', 9, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7047, 1, '2025-03-14 17:00:31', '2024-07-16 23:04:54', '', 'Documents Library', '', 'publish', 'closed', 'closed', '', 'documents-library-2', '', '', '2025-03-14 17:00:31', '2025-03-14 17:00:31', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7047', 39, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7048, 1, '2025-03-14 17:00:31', '2024-07-16 23:04:54', ' ', '', '', 'publish', 'closed', 'closed', '', 7048, '', '', '2025-03-14 17:00:31', '2025-03-14 17:00:31', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7048', 40, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7051, 1, '2024-07-16 23:07:59', '2024-07-16 23:07:59', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" background_color=\"#ff6de6\" background_enable_image=\"off\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][wpfd_category id=\"21\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-52px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><span style=\"color: #872434;\"><strong>Bottom Text Section</strong></span></h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||-20px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.21.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-07-16 23:07:59', '2024-07-16 23:07:59', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7051', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7053, 1, '2024-07-22 03:28:00', '2024-07-22 03:28:00', '[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3>Let\'s Start Quitting</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Fringilla urna porttitor rhoncus dolor purus non enim praesent. Ullamcorper malesuada proin libero nunc consequat interdum. Habitasse platea dictumst vestibulum rhoncus. Massa ultricies mi quis hendrerit dolor magna eget est lorem. Purus viverra accumsan in nisl nisi scelerisque. Enim sit amet venenatis urna cursus eget nunc. Eleifend donec pretium vulputate sapien nec sagittis. Scelerisque felis imperdiet proin fermentum leo vel orci. Sed elementum tempus egestas sed sed risus pretium quam. Magnis dis parturient montes nascetur ridiculus mus mauris. Metus aliquam eleifend mi in nulla posuere sollicitudin aliquam. Congue mauris rhoncus aenean vel elit scelerisque mauris pellentesque pulvinar. Faucibus pulvinar elementum integer enim neque volutpat ac tincidunt. Nisl tincidunt eget nullam non nisi est. Id porta nibh venenatis cras sed felis eget. Tristique senectus et netus et malesuada fames ac turpis. Suspendisse interdum consectetur libero id faucibus nisl tincidunt eget. Consectetur libero id faucibus nisl tincidunt eget nullam.\n\nEget mauris pharetra et ultrices neque. Ultrices gravida dictum fusce ut placerat orci nulla pellentesque. Turpis egestas pretium aenean pharetra. Ut ornare lectus sit amet. Fames ac turpis egestas integer eget aliquet nibh praesent. Tortor dignissim convallis aenean et tortor at risus viverra. Id porta nibh venenatis cras sed. Laoreet non curabitur gravida arcu. Id volutpat lacus laoreet non curabitur gravida arcu ac. Sed lectus vestibulum mattis ullamcorper velit sed. Tellus in hac habitasse platea dictumst vestibulum rhoncus. Odio pellentesque diam volutpat commodo sed egestas egestas fringilla. Vulputate dignissim suspendisse in est ante in nibh. At risus viverra adipiscing at in tellus. Ultrices vitae auctor eu augue ut lectus arcu bibendum at. Aenean euismod elementum nisi quis eleifend quam. Tincidunt augue interdum velit euismod in.\n\n<strong><a href=\"https://tier3.customcommsolutions.com/tobacco-cessation/\">Learn more here</a></strong>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Cessation', '', 'inherit', 'closed', 'closed', '', '6996-revision-v1', '', '', '2024-07-22 03:28:00', '2024-07-22 03:28:00', '', 6996, 'https://benefitsmyway.mybenefitport.com/?p=7053', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7054, 1, '2024-07-22 03:28:19', '2024-07-22 03:28:19', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Contents\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"450px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Exploring life\'s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://owensandminor.mybenefitport.com/vision/\">Get Started</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":7019,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/Screenshot-2024-07-12-at-10.24.46 AM-1024x646.png\" alt=\"\" class=\"wp-image-7019\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->', 'How To Use This App', '', 'inherit', 'closed', 'closed', '', '7022-revision-v1', '', '', '2024-07-22 03:28:19', '2024-07-22 03:28:19', '', 7022, 'https://benefitsmyway.mybenefitport.com/?p=7054', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7055, 1, '2024-07-22 03:30:50', '2024-07-22 03:30:50', '', 'freestocks-m7zKB91brGo-unsplash', '', 'inherit', 'open', 'closed', '', 'freestocks-m7zkb91brgo-unsplash', '', '', '2024-07-22 03:30:50', '2024-07-22 03:30:50', '', 7022, 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/freestocks-m7zKB91brGo-unsplash.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7056, 1, '2024-07-22 03:32:31', '2024-07-22 03:32:31', '', 'smoking-cessation', '', 'inherit', 'open', 'closed', '', 'smoking-cessation', '', '', '2024-07-22 03:32:31', '2024-07-22 03:32:31', '', 6996, 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/smoking-cessation.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7057, 1, '2024-07-22 03:32:39', '2024-07-22 03:32:39', '[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3>Let\'s Start Quitting</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Fringilla urna porttitor rhoncus dolor purus non enim praesent. Ullamcorper malesuada proin libero nunc consequat interdum. Habitasse platea dictumst vestibulum rhoncus. Massa ultricies mi quis hendrerit dolor magna eget est lorem. Purus viverra accumsan in nisl nisi scelerisque. Enim sit amet venenatis urna cursus eget nunc. Eleifend donec pretium vulputate sapien nec sagittis. Scelerisque felis imperdiet proin fermentum leo vel orci. Sed elementum tempus egestas sed sed risus pretium quam. Magnis dis parturient montes nascetur ridiculus mus mauris. Metus aliquam eleifend mi in nulla posuere sollicitudin aliquam. Congue mauris rhoncus aenean vel elit scelerisque mauris pellentesque pulvinar. Faucibus pulvinar elementum integer enim neque volutpat ac tincidunt. Nisl tincidunt eget nullam non nisi est. Id porta nibh venenatis cras sed felis eget. Tristique senectus et netus et malesuada fames ac turpis. Suspendisse interdum consectetur libero id faucibus nisl tincidunt eget. Consectetur libero id faucibus nisl tincidunt eget nullam.\n\nEget mauris pharetra et ultrices neque. Ultrices gravida dictum fusce ut placerat orci nulla pellentesque. Turpis egestas pretium aenean pharetra. Ut ornare lectus sit amet. Fames ac turpis egestas integer eget aliquet nibh praesent. Tortor dignissim convallis aenean et tortor at risus viverra. Id porta nibh venenatis cras sed. Laoreet non curabitur gravida arcu. Id volutpat lacus laoreet non curabitur gravida arcu ac. Sed lectus vestibulum mattis ullamcorper velit sed. Tellus in hac habitasse platea dictumst vestibulum rhoncus. Odio pellentesque diam volutpat commodo sed egestas egestas fringilla. Vulputate dignissim suspendisse in est ante in nibh. At risus viverra adipiscing at in tellus. Ultrices vitae auctor eu augue ut lectus arcu bibendum at. Aenean euismod elementum nisi quis eleifend quam. Tincidunt augue interdum velit euismod in.\n\n<strong><a href=\"https://tier3.customcommsolutions.com/tobacco-cessation/\">Learn more here</a></strong>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Cessation', '', 'inherit', 'closed', 'closed', '', '6996-revision-v1', '', '', '2024-07-22 03:32:39', '2024-07-22 03:32:39', '', 6996, 'https://benefitsmyway.mybenefitport.com/?p=7057', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7058, 1, '2024-07-22 03:33:23', '2024-07-22 03:33:23', '', 'app', '', 'inherit', 'open', 'closed', '', 'app', '', '', '2024-07-22 03:33:23', '2024-07-22 03:33:23', '', 7022, 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/app.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7063, 1, '2024-07-23 19:08:51', '2024-07-23 19:08:51', '', 'docs-1', '', 'inherit', 'open', 'closed', '', 'docs-1', '', '', '2024-07-23 19:08:51', '2024-07-23 19:08:51', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7064, 1, '2024-07-23 19:09:02', '2024-07-23 19:09:02', '', 'docs-hover', '', 'inherit', 'open', 'closed', '', 'docs-hover', '', '', '2024-07-23 19:09:02', '2024-07-23 19:09:02', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7067, 1, '2024-07-23 19:10:46', '2024-07-23 19:10:46', '[et_pb_section fb_built=\"1\" _builder_version=\"4.21.0\" background_image=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-header.jpg\" background_position=\"bottom_center\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Vision</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>To help keep life in focus, you can enroll in UnitedHealthcare’s Vision Plan. The plan covers eye exams, eyeglasses and contact lenses for you and your eligible dependents. <strong>The UHC, Surest, Kaiser, and</strong> <strong>UPMC medical plans don’t include a vision exam.</strong><br /><strong>To receive this coverage, you must enroll in vision insurance in 2024.</strong></p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Use the network and pay only a copay for most expenses.</li>\n<li>Go to a provider outside the network and receive a reimbursement for part of the cost of your exams, glasses and contacts when you submit a claim.</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Coverage Details</h2>[/et_pb_text][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6760\"]</p>\n<p class=\"p1\">For more information, visit <a href=\"http://whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"s1\">whyuhc.com/owensminor</span></strong></a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"|-23px||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#eaeaea\" custom_margin=\"33px|-27px||-27px|false|false\" custom_padding=\"17px|19px|17px|19px|false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<h4>Vision Documents</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor  arcu. \n\n<a href=\"http://www.example.com\"><b>Document 1</b></a>\n<a href=\"http://www.example.com\"><b>Document 2</b></a>\n<a href=\"http://www.example.com\"><b>Document 3</b></a>\n<a href=\"http://www.example.com\"><b>Document 4</b></a>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#FFFFFF\" open_toggle_background_color=\"#6c747f\" closed_toggle_background_color=\"#002856\" icon_color=\"RGBA(255,255,255,0)\" use_icon_font_size=\"on\" icon_font_size=\"1px\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_text_color=\"#FFFFFF\" toggle_font_size=\"12px\" closed_toggle_line_height=\"1em\" body_text_color=\"#FFFFFF\" custom_margin=\"20px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"PPO\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Preferred Provider Organization</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"In-Network\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>These are providers that have a contract with your insurance company.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Out-of-Network\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" toggle_font_size=\"12px\" open=\"off\"]<p>These are providers that do not have a contract with your insurance company.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '5971-revision-v1', '', '', '2024-07-23 19:10:46', '2024-07-23 19:10:46', '', 5971, 'https://benefitsmyway.mybenefitport.com/?p=7067', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7081, 1, '2024-08-07 19:09:36', '2024-08-07 19:09:36', '{\n    \"et_divi[boxed_layout]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-07 19:09:36\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', 'fd3c3904-bb0c-4b7e-84c6-f2f70c0e9f43', '', '', '2024-08-07 19:09:36', '2024-08-07 19:09:36', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/08/07/fd3c3904-bb0c-4b7e-84c6-f2f70c0e9f43/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7087, 1, '2024-08-07 19:35:36', '2024-08-07 19:35:36', '{\n    \"et_divi[primary_nav_font_size]\": {\n        \"value\": \"13\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-07 19:35:36\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '1bcaf54d-f30c-4ba4-b517-0c506b5fd598', '', '', '2024-08-07 19:35:36', '2024-08-07 19:35:36', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/08/07/1bcaf54d-f30c-4ba4-b517-0c506b5fd598/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7100, 1, '2024-08-10 02:31:38', '2024-08-10 02:31:38', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/eligibility.jpg\" background_position=\"top_center\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" min_height=\"300px\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Eligibility</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.26.0\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p>As a member of the Owens &amp; Minor team, you’re eligible for benefits if you work 30 hours or more per week. Hawaii teammates who work 20+ hours per week and earn a monthly wage of at least 86.67 times the Hawaii minimum hourly wage are eligible for medical coverage. Benefits start the 1st of the month after four consecutive weeks of employment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.26.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<h2>Eligible Dependents</h2>\n<p>During enrollment, you’ll be asked to verify your dependents meet the eligibility requirements for coverage.</p>\n<p><span style=\"color: #002856;\"><strong>Your spouse.<br /></strong></span>The term “spouse” means the individual you’re lawfully married to.</p>\n<p><span style=\"color: #002856;\"><strong>Your domestic partner.<br /></strong></span>Domestic partners must be 18 years of age or older and unmarried; not related by blood in any manner that would prohibit legal marriage; have assumed mutual obligations for the welfare and support of each other; share a common residence and live together as a couple in the same household; and be each other’s sole domestic partner.</p>\n<p><strong>Note:</strong> Spouses or domestic partners who have access to other employer insurance cannot be enrolled for coverage under<br />O&amp;M medical, prescription, or dental plans.</p>\n<p><span style=\"color: #002856;\"><strong>Your qualified children under the age of 26.</strong></span></p>\n<p>This can be your biological son or daughter, stepson or stepdaughter, a legally adopted individual, your domestic partner’s children, an individual who is lawfully placed with you for legal adoption and/or eligible foster children.</p>\n<p><strong>Your unmarried child who is disabled, living with you, dependent on you for support and unable to support themselves due to a mental or physical disability.</strong></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.26.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2>Dependent Eligibility Verification</h2>\n<span style=\"color: #002856;\"><strong>Domestic partners\n</strong></span>Owens &amp; Minor provides certain benefits to your domestic partner and their eligible children under the Owens &amp; Minor Welfare Benefits Plan, provided you and your domestic partner complete and sign the Declaration of Domestic Partnership (the “Declaration”). You must sign the Declaration and upload it along with appropriate documentation to Workday. For a list of acceptable documentation, refer to the Declaration of Domestic Partnership in Workday.\n\n<span style=\"color: #002856;\"><strong>All other dependents</strong></span>\nOwens &amp; Minor reserves the right to audit dependent eligibility. Be sure to keep proof of your dependents’ eligibility in case you are audited by Owens &amp; Minor. For a list of acceptable supporting documentation, refer to Workday.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility', '', 'inherit', 'closed', 'closed', '', '5751-revision-v1', '', '', '2024-08-10 02:31:38', '2024-08-10 02:31:38', '', 5751, 'https://benefitsmyway.mybenefitport.com/?p=7100', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7102, 1, '2024-08-10 02:35:13', '2024-08-10 02:35:13', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot', '', '', '2024-08-10 02:35:13', '2024-08-10 02:35:13', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/eligibility.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7103, 1, '2024-08-10 02:35:35', '2024-08-10 02:35:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/eligibility-scaled.jpg\" background_position=\"top_center\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" min_height=\"300px\" sticky_enabled=\"0\" title_text=\"Screenshot\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Eligibility</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.26.0\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p>As a member of the Owens &amp; Minor team, you’re eligible for benefits if you work 30 hours or more per week. Hawaii teammates who work 20+ hours per week and earn a monthly wage of at least 86.67 times the Hawaii minimum hourly wage are eligible for medical coverage. Benefits start the 1st of the month after four consecutive weeks of employment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.26.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<h2>Eligible Dependents</h2>\n<p>During enrollment, you’ll be asked to verify your dependents meet the eligibility requirements for coverage.</p>\n<p><span style=\"color: #002856;\"><strong>Your spouse.<br /></strong></span>The term “spouse” means the individual you’re lawfully married to.</p>\n<p><span style=\"color: #002856;\"><strong>Your domestic partner.<br /></strong></span>Domestic partners must be 18 years of age or older and unmarried; not related by blood in any manner that would prohibit legal marriage; have assumed mutual obligations for the welfare and support of each other; share a common residence and live together as a couple in the same household; and be each other’s sole domestic partner.</p>\n<p><strong>Note:</strong> Spouses or domestic partners who have access to other employer insurance cannot be enrolled for coverage under<br />O&amp;M medical, prescription, or dental plans.</p>\n<p><span style=\"color: #002856;\"><strong>Your qualified children under the age of 26.</strong></span></p>\n<p>This can be your biological son or daughter, stepson or stepdaughter, a legally adopted individual, your domestic partner’s children, an individual who is lawfully placed with you for legal adoption and/or eligible foster children.</p>\n<p><strong>Your unmarried child who is disabled, living with you, dependent on you for support and unable to support themselves due to a mental or physical disability.</strong></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.26.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2>Dependent Eligibility Verification</h2>\n<span style=\"color: #002856;\"><strong>Domestic partners\n</strong></span>Owens &amp; Minor provides certain benefits to your domestic partner and their eligible children under the Owens &amp; Minor Welfare Benefits Plan, provided you and your domestic partner complete and sign the Declaration of Domestic Partnership (the “Declaration”). You must sign the Declaration and upload it along with appropriate documentation to Workday. For a list of acceptable documentation, refer to the Declaration of Domestic Partnership in Workday.\n\n<span style=\"color: #002856;\"><strong>All other dependents</strong></span>\nOwens &amp; Minor reserves the right to audit dependent eligibility. Be sure to keep proof of your dependents’ eligibility in case you are audited by Owens &amp; Minor. For a list of acceptable supporting documentation, refer to Workday.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility', '', 'inherit', 'closed', 'closed', '', '5751-revision-v1', '', '', '2024-08-10 02:35:35', '2024-08-10 02:35:35', '', 5751, 'https://benefitsmyway.mybenefitport.com/?p=7103', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7105, 1, '2024-08-10 02:39:28', '2024-08-10 02:39:28', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-2', '', '', '2024-08-10 02:39:28', '2024-08-10 02:39:28', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7108, 1, '2024-08-10 02:46:33', '2024-08-10 02:46:33', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-3', '', '', '2024-08-10 02:46:33', '2024-08-10 02:46:33', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7111, 1, '2024-08-10 02:54:28', '2024-08-10 02:54:28', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-4', '', '', '2024-08-10 02:54:28', '2024-08-10 02:54:28', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7112, 1, '2024-08-10 02:54:52', '2024-08-10 02:54:52', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-5', '', '', '2024-08-10 02:54:52', '2024-08-10 02:54:52', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/vision.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7113, 1, '2024-08-10 02:56:11', '2024-08-10 02:56:11', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" min_height=\"300px\" sticky_enabled=\"0\" title_text=\"Screenshot\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Dental</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>We offer dental coverage through Delta Dental of Virginia to help you maintain that healthy smile—no matter where you live in the U.S.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">2024 Dental Plans</h2>\n<p>• Basic Plan<br />• Buy-up Plan</p>\n<p><span style=\"color: #002856;\"><strong>Both plans provide:</strong></span><br />• Prevention first benefit (Preventive and diagnostic services do not count against the annual maximum.)<br />• Affordable coverage<br />• In-network discounts</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dental Networks</h2>\nYou always pay less for services when you see a dentist in Delta Dental’s PPO or Premier network.\n\nAnd you usually receive a bigger discount on services from a PPO network provider versus a Premier network provider.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You<sup>®</sup></h2>\n<p>As part of your dental benefits package, Healthy Smile, Healthy You offers additional benefits for oral health for<br />teammates with these health conditions:<br />    • Pregnancy<br />    • Diabetes<br />    • High-risk cardiac conditions<br />    • Cancer treatments<br />    • Weakened immune system<br />    • Kidney failure or dialysis<br />Eligible members will get an additional cleaning at no cost. Cancer patients will also be eligible for an additional fluoride application beyond the age limit specified by our group contract.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-18px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" width=\"80%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6765\"]<br />For more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '5959-revision-v1', '', '', '2024-08-10 02:56:11', '2024-08-10 02:56:11', '', 5959, 'https://benefitsmyway.mybenefitport.com/?p=7113', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7114, 1, '2024-08-10 02:57:14', '2024-08-10 02:57:14', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/vision-scaled.jpg\" background_position=\"bottom_center\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" min_height=\"300px\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Vision</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>To help keep life in focus, you can enroll in UnitedHealthcare’s Vision Plan. The plan covers eye exams, eyeglasses and contact lenses for you and your eligible dependents. <strong>The UHC, Surest, Kaiser, and</strong> <strong>UPMC medical plans don’t include a vision exam.</strong><br /><strong>To receive this coverage, you must enroll in vision insurance in 2024.</strong></p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Use the network and pay only a copay for most expenses.</li>\n<li>Go to a provider outside the network and receive a reimbursement for part of the cost of your exams, glasses and contacts when you submit a claim.</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Coverage Details</h2>[/et_pb_text][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6760\"]</p>\n<p class=\"p1\">For more information, visit <a href=\"http://whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"s1\">whyuhc.com/owensminor</span></strong></a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"|-23px||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#eaeaea\" custom_margin=\"33px|-27px||-27px|false|false\" custom_padding=\"17px|19px|17px|19px|false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"]<h4>Vision Documents</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor  arcu. \n\n<a href=\"http://www.example.com\"><b>Document 1</b></a>\n<a href=\"http://www.example.com\"><b>Document 2</b></a>\n<a href=\"http://www.example.com\"><b>Document 3</b></a>\n<a href=\"http://www.example.com\"><b>Document 4</b></a>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#FFFFFF\" open_toggle_background_color=\"#6c747f\" closed_toggle_background_color=\"#002856\" icon_color=\"RGBA(255,255,255,0)\" use_icon_font_size=\"on\" icon_font_size=\"1px\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_text_color=\"#FFFFFF\" toggle_font_size=\"12px\" closed_toggle_line_height=\"1em\" body_text_color=\"#FFFFFF\" custom_margin=\"20px|0px|0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"PPO\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Preferred Provider Organization</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"In-Network\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>These are providers that have a contract with your insurance company.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Out-of-Network\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" toggle_font_size=\"12px\" open=\"off\"]<p>These are providers that do not have a contract with your insurance company.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '5971-revision-v1', '', '', '2024-08-10 02:57:14', '2024-08-10 02:57:14', '', 5971, 'https://benefitsmyway.mybenefitport.com/?p=7114', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7116, 1, '2024-08-10 03:00:56', '2024-08-10 03:00:56', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-6', '', '', '2024-08-10 03:00:56', '2024-08-10 03:00:56', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tobacco.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7119, 1, '2024-08-10 03:08:02', '2024-08-10 03:08:02', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-7', '', '', '2024-08-10 03:08:02', '2024-08-10 03:08:02', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/contacts.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7120, 1, '2024-08-10 03:08:23', '2024-08-10 03:08:23', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/contacts-scaled.jpg\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" min_height=\"300px\" sticky_enabled=\"0\" title_text=\"Screenshot\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefits Contacts Info</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6734\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-52px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><span style=\"color: #872434;\"><strong>Summaries of Benefits and Coverage</strong></span></h4>\nYou have access to a Summary of Benefits and Coverage (SBC) for each of your medical plan options. These documents provide detailed information about coverage and costs to help you compare plans and make informed decisions. Go to Workday &gt; Teammate Benefits &amp; Wellness dashboard to access the SBCs.\n\n<span style=\"color: #872434;\"><strong>If you have benefits or enrollment-related questions, contact the HR Service Center at <span style=\"color: #68ace5;\">800.305.0263</span> to speak to an O&amp;M Benefits Solutions counselor.</strong></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||-20px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.21.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'inherit', 'closed', 'closed', '', '6079-revision-v1', '', '', '2024-08-10 03:08:23', '2024-08-10 03:08:23', '', 6079, 'https://benefitsmyway.mybenefitport.com/?p=7120', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7123, 1, '2024-08-10 03:13:09', '2024-08-10 03:13:09', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-8', '', '', '2024-08-10 03:13:09', '2024-08-10 03:13:09', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7124, 1, '2024-08-10 03:13:40', '2024-08-10 03:13:40', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" background_enable_color=\"off\" title_text=\"Screenshot\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.1\" _module_preset=\"default\" global_colors_info=\"{}\"][wpfd_category id=\"21\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-52px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><span style=\"color: #872434;\"><strong>Bottom Text Section</strong></span></h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||-20px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.21.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-08-10 03:13:40', '2024-08-10 03:13:40', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7124', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7127, 1, '2024-08-10 03:15:56', '2024-08-10 03:15:56', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-9', '', '', '2024-08-10 03:15:56', '2024-08-10 03:15:56', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/documents.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7128, 1, '2024-08-10 03:16:19', '2024-08-10 03:16:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/documents-scaled.jpg\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" min_height=\"300px\" sticky_enabled=\"0\" title_text=\"Screenshot\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Key-Insurance-Terms.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Key Insurance Terms</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/prescription-drugs-vid.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Managing Prescription Costs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Disability-Insurance.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Disability Insurance</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Vision-Insurance-1.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Vision Insurance</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Accident-Insurance.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Accident Insurance</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Employee-Assistance-Program-EAP.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Employee Assistance Program (EAP)</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Teleheath.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Telehealth</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/How-to-Read-an-EOB.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Read an EOB</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/QLE.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Qualifying Event</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-vid.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Dental.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Dental Insurance</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Life-and-ADD-Insurance.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Life and AD&D Insurance</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Critical-Illness-Insurance.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Critical Illness Insurance</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Primary-Care-Urgent-Care-ER.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Primary Care /<br>Urgent Care / ER</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/Preventive-Care.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Preventive Care</h3>[/et_pb_code][et_pb_video src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/How-to-Stretch-Your-Healthcare-Dollars.mp4\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Stretching Your Healthcare Dollars</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-08-10 03:16:19', '2024-08-10 03:16:19', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7128', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7132, 1, '2024-08-09 04:00:54', '2024-08-09 04:00:54', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/supplemental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Supplemental Medical Insurance</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nSupplemental insurance provides an additional layer of financial protection for you and your family. These benefits will help cover extra out-of-pocket expenses if you suffer an unexpected, serious illness or qualifying accident.[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"accident\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Accident Insurance</h2>\r\nAccident insurance through Cigna supplements your primary medical plan by providing cash benefits for accidental injury. You can use this money to pay medical expenses not covered by your medical plan, like copays or even everyday living expenses. Benefits are paid directly to you unless otherwise assigned. Amounts depend on the type of injury and medical services received.\r\n<p style=\"font-weight: 400;\"><strong>Choose from two options:</strong><strong> </strong></p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">Standard Plan</li>\r\n 	<li style=\"font-weight: 400;\">Enhanced Plan</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Documents Library</a></strong>.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"critical\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Critical Illness Insurance</h2>\r\nCritical Illness insurance through Cigna protects against the financial impact of certain illnesses, such as a heart attack, cancer, or stroke. You receive a lump-sum benefit to cover out-of-pocket medical expenses, coinsurance, or living expenses. It’s paid directly to you unless otherwise assigned.\r\n<p style=\"font-weight: 400;\"><strong>Choose from two options:</strong></p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">$10,000</li>\r\n 	<li style=\"font-weight: 400;\">$20,000</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a>.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"hospital\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Hospital Indemnity Insurance</h2>\r\nA trip to the hospital can be stressful. Even if you’re covered by an O&amp;M medical plan, you still may be responsible for copays, deductibles, and other out-of-pocket costs. The Hospital Indemnity Plan through Cigna can offset your share of the costs associated with hospital stays.\r\n<p style=\"font-weight: 400;\"> <strong>Choose from two benefit plan options:  </strong></p>\r\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7377\"]</p>\r\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a>.</p>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Insurance', '						', 'publish', 'closed', 'closed', '', 'supplemental-insurance', '', '', '2024-10-28 21:45:52', '2024-10-28 21:45:52', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7132', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7135, 1, '2024-08-10 04:05:02', '2024-08-10 04:05:02', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tobacco-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Supplemental Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Insurance', '						', 'inherit', 'closed', 'closed', '', '7132-revision-v1', '', '', '2024-08-10 04:05:02', '2024-08-10 04:05:02', '', 7132, 'https://benefitsmyway.mybenefitport.com/?p=7135', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7137, 1, '2024-08-10 04:07:08', '2024-08-10 04:07:08', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-10', '', '', '2024-08-10 04:07:08', '2024-08-10 04:07:08', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/supplemental.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7138, 1, '2024-08-10 04:07:27', '2024-08-10 04:07:27', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/supplemental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Supplemental Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Insurance', '						', 'inherit', 'closed', 'closed', '', '7132-revision-v1', '', '', '2024-08-10 04:07:27', '2024-08-10 04:07:27', '', 7132, 'https://benefitsmyway.mybenefitport.com/?p=7138', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7139, 1, '2025-03-14 17:00:30', '2024-08-10 04:08:51', '', 'Supplemental Medical', '', 'publish', 'closed', 'closed', '', 7139, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7139', 10, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7140, 1, '2024-08-09 04:09:12', '2024-08-09 04:09:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Health Savings Account</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\r\n<p style=\"font-weight: 400;\">If you enroll in the High-Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">How an HSA Works</h2>\r\n[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"How-an-HSA-works_2\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"78%\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"left\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]\r\n\r\n<img class=\"wp-image-7732 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-info.png\" alt=\"\" width=\"2546\" height=\"526\" />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"71.7%\" module_alignment=\"left\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<p style=\"text-align: left;\"><img class=\"wp-image-7735 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/HSA-TTS.png\" alt=\"\" width=\"2508\" height=\"1380\" /></p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\"><strong>Company Contributions\r\n</strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">Teammate only: $300</li>\r\n 	<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\r\n 	<li style=\"font-weight: 400;\">Family: $600</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\r\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\r\n 	<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\r\n 	<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\r\n 	<li style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">The penalty for using your HSA for ineligible expenses is 20% of the reimbursed amount.</span></li>\r\n 	<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\r\n 	<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'publish', 'closed', 'closed', '', 'health-savings-account', '', '', '2024-10-28 21:43:42', '2024-10-28 21:43:42', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7140', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7143, 1, '2024-08-10 04:11:41', '2024-08-10 04:11:41', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/supplemental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Supplemental Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" module_id=\"accident\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Accident Insurance</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" module_id=\"critical\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Critical Illness Insurance</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" module_id=\"hospital\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Hospital Indemnity  Insurance</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Insurance', '						', 'inherit', 'closed', 'closed', '', '7132-revision-v1', '', '', '2024-08-10 04:11:41', '2024-08-10 04:11:41', '', 7132, 'https://benefitsmyway.mybenefitport.com/?p=7143', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7144, 1, '2025-03-14 17:00:30', '2024-08-10 04:12:54', ' ', '', '', 'publish', 'closed', 'closed', '', 'health-savings-account-2', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7144', 15, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7147, 1, '2024-08-10 04:15:37', '2024-08-10 04:15:37', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/supplemental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-08-10 04:15:37', '2024-08-10 04:15:37', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=7147', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7149, 1, '2024-08-10 04:19:50', '2024-08-10 04:19:50', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-11', '', '', '2024-08-10 04:19:50', '2024-08-10 04:19:50', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/hsa.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7150, 1, '2024-08-10 04:20:31', '2024-08-10 04:20:31', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/hsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-08-10 04:20:31', '2024-08-10 04:20:31', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=7150', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7151, 1, '2024-08-09 04:21:38', '2024-08-09 04:21:38', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Flexible Spending Accounts</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\r\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>\r\n[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png\" title_text=\"fsa-7\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">*Projected IRS carryover amount for 2025.</span></p>\r\n<p style=\"font-weight: 400;\">For a list of eligible expenses, visit <a href=\"https://www.irs.gov/publications/p502\"><strong>Publication 502, Medical and Dental Expenses</strong></a>.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\r\n<strong>Available to all teammates.</strong>\r\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\r\n 	<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\r\n 	<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\r\n 	<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\r\n 	<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\r\n 	<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\r\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\r\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important Considerations for All FSA Accounts\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'publish', 'closed', 'closed', '', 'flexible-spending-accounts', '', '', '2024-10-28 21:43:39', '2024-10-28 21:43:39', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7151', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7153, 1, '2025-03-14 17:00:30', '2024-08-10 04:22:49', ' ', '', '', 'publish', 'closed', 'closed', '', 7153, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7153', 16, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7155, 1, '2024-08-10 04:25:59', '2024-08-10 04:25:59', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-12', '', '', '2024-08-10 04:25:59', '2024-08-10 04:25:59', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7157, 1, '2024-08-09 04:27:09', '2024-08-09 04:27:09', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/life-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Income Protection</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company-Paid Life and AD&amp;D Insurance\" open=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<p style=\"font-weight: 400;\">Owens &amp; Minor provides Life Insurance and Accidental Death and Dismemberment (AD&amp;D) insurance for when the unexpected happens. These benefits are fully paid by the company, and you’re automatically enrolled.</p>\r\n<p style=\"font-weight: 400;\">Your benefits are equal to:</p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">Company-paid Life Insurance: 1x your base salary, up to $500,000</li>\r\n 	<li style=\"font-weight: 400;\">Company-paid AD&amp;D Insurance: 1x your base salary, up to $500,000</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">Company-paid Life reduces starting at age 65.</p>\r\n<p style=\"font-weight: 400;\">Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Documents Library</a></strong>.</p>\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Supplemental Life and AD&amp;D\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"on\" sticky_enabled=\"0\"]\r\n<p style=\"font-weight: 400;\">During enrollment, you can purchase additional Life and/or AD&amp;D Insurance for yourself and your family through payroll deductions. If you want to purchase this coverage for your dependents, you must purchase it for yourself.</p>\r\n<p style=\"font-weight: 400;\">Supplemental teammate Life Insurance reduces starting at age 65.</p>\r\n<p style=\"font-weight: 400;\">Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Documents Library</a></strong>.</p>\r\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">[ninja_tables id=\"7431\"]</span></p>\r\n\r\n<h6><span style=\"color: #000000;\">*Coverage ends at age 26.</span></h6>\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Evidence of Insurability\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]\r\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Supplemental Life Insurance may require Evidence of Insurability (EOI). This means you will be asked to answer medical questions about you or your spouse’s health and lifestyle.</span></p>\r\n[/et_pb_accordion_item][/et_pb_accordion][et_pb_cta title=\"Designate Your Beneficiaries During Enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">You must designate a beneficiary to receive your Life and AD&amp;D insurance policy benefits. Be sure to update this information as personal circumstances change.</p>\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Income Protection', '						', 'publish', 'closed', 'closed', '', 'income-protection', '', '', '2024-10-28 21:43:50', '2024-10-28 21:43:50', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7157', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7160, 1, '2024-08-10 04:31:11', '2024-08-10 04:31:11', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-13', '', '', '2024-08-10 04:31:11', '2024-08-10 04:31:11', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/life.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7161, 1, '2024-08-10 04:31:26', '2024-08-10 04:31:26', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/life-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Life and AD&D</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Life and AD&D', '						', 'inherit', 'closed', 'closed', '', '7157-revision-v1', '', '', '2024-08-10 04:31:26', '2024-08-10 04:31:26', '', 7157, 'https://benefitsmyway.mybenefitport.com/?p=7161', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7162, 1, '2025-03-14 17:00:30', '2024-08-10 04:32:38', '', 'Life and AD&D Insurance', '', 'publish', 'closed', 'closed', '', 'life-and-add-insurance', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7162', 18, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7163, 1, '2024-08-09 04:33:34', '2024-08-09 04:33:34', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bta-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Business Travel Accident Insurance (BTA)</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">When traveling for the company, you are protected under a company-paid Business Travel Accident insurance policy. This policy provides coverage for certain injuries or death resulting from an accident during business travel. You are automatically enrolled at no cost to you.</p>\r\n<p style=\"font-weight: 400;\">For more information, refer to the BTA - <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Benefit Highlight Summary</strong></a>.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Support Services for Safe Travel</h2>\r\nWhile traveling, you can feel confident that you’re in safe hands should the unfortunate occur. We partner with International Medical Group, a leading global assistance provider, to give you 24/7 access to medical and travel assistance services wherever your trip takes you.\r\n<p style=\"font-weight: 400;\">For more information, <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/1945254b-09-24-Travel-Assistance-and-ID-Theft-Support-Services-Flyer-FINAL-WEB-LOCKED.pdf\">click here</a></strong>.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Business Travel Accident', '						', 'publish', 'closed', 'closed', '', 'business-travel-accident', '', '', '2024-10-28 21:41:51', '2024-10-28 21:41:51', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7163', '0', 'page', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7166, 1, '2024-08-10 04:37:04', '2024-08-10 04:37:04', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-14', '', '', '2024-08-10 04:37:04', '2024-08-10 04:37:04', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bta.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7167, 1, '2024-08-10 04:37:41', '2024-08-10 04:37:41', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bta-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Business Travel Accident Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Business Travel Accident', '						', 'inherit', 'closed', 'closed', '', '7163-revision-v1', '', '', '2024-08-10 04:37:41', '2024-08-10 04:37:41', '', 7163, 'https://benefitsmyway.mybenefitport.com/?p=7167', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7169, 1, '2025-03-14 17:00:30', '2024-08-10 04:38:47', '', 'Business Travel Accident Insurance', '', 'publish', 'closed', 'closed', '', 'business-travel-accident-insurance-2', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7169', 19, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7170, 1, '2024-08-09 04:39:23', '2024-08-09 04:39:23', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>401(k) Retirement Plan</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">401(k) Plan</h2>\r\nThe Owens &amp; Minor 401(k) Plan, administered by Fidelity, helps you prepare for retirement by offering an easy, tax-advantaged way to save. Once you’re eligible, we match on a dollar-for-dollar basis up to 3% of your eligible contributions. You are immediately vested in your contributions, as well as the company’s match.\r\n<p style=\"font-weight: 400;\"><strong>Eligibility and enrollment</strong></p>\r\n<p style=\"font-weight: 400;\">You are eligible to enroll after 30 days of employment. After 60 days of service, you will be automatically enrolled in the plan with a 2% contribution rate. After one year of service, you are eligible for the company match. Enroll online at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com </strong></a>or call <strong>(800) 835-5095</strong>.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Reasons to Participate</h2>\r\n<ul>\r\n 	<li>Your pre-tax contributions are deducted from your pay, decreasing your overall income tax.</li>\r\n 	<li>You have multiple investment funds with risks ranging from conservative to aggressive.</li>\r\n 	<li>You can choose from retirement date-based Fidelity Freedom Funds. The Freedom Funds are generally designed for investors planning to retire around the year in the investment name.</li>\r\n 	<li>Fidelity Portfolio Advisory Service at Work provides discretionary money management for a fee. You can delegate the day-to-day management of your 401(k) account to professional investment managers.</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" z_index=\"0\" min_height=\"58.8px\" custom_margin=\"-7px||||false|false\" custom_padding=\"8px||18px|||\" locked=\"off\" global_colors_info=\"{}\"]\r\n\r\nYou can manage your 401(k) account at <a title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"0\"><b>401k.com</b></a>. For complete details, including information about your investment options, visit <a title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"1\"><b>401k.com</b></a>.\r\n\r\n[/et_pb_text][et_pb_cta _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<p style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">It’s important to designate a beneficiary to receive the value of your 401(k) account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <span style=\"color: #ffffff;\"><strong><a style=\"color: #ffffff;\" href=\"https://www.401k.com/\">401k.com</a></strong>.</span></span></p>\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '401k', '						', 'publish', 'closed', 'closed', '', '401k', '', '', '2024-10-28 21:40:47', '2024-10-28 21:40:47', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7170', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7171, 1, '2024-08-10 04:39:44', '2024-08-10 04:39:44', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bta-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Business Travel Accident Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '401k', '						', 'inherit', 'closed', 'closed', '', '7170-revision-v1', '', '', '2024-08-10 04:39:44', '2024-08-10 04:39:44', '', 7170, 'https://benefitsmyway.mybenefitport.com/?p=7171', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7173, 1, '2024-08-10 04:42:58', '2024-08-10 04:42:58', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-15', '', '', '2024-08-10 04:42:58', '2024-08-10 04:42:58', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7174, 1, '2024-08-10 04:43:13', '2024-08-10 04:43:13', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '401k', '						', 'inherit', 'closed', 'closed', '', '7170-revision-v1', '', '', '2024-08-10 04:43:13', '2024-08-10 04:43:13', '', 7170, 'https://benefitsmyway.mybenefitport.com/?p=7174', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7176, 1, '2025-03-14 17:00:30', '2024-08-10 04:46:22', '', '401(k) Plan', '', 'publish', 'closed', 'closed', '', '401k-plan-2', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7176', 21, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7177, 1, '2024-08-09 04:46:48', '2024-08-09 04:46:48', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Teammate Stock Purchase Plan (TSPP)</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Stock Purchase Plan (TSPP)</h2>\r\nThe Owens &amp; Minor, Inc., TSPP provides teammates the option to purchase Owens &amp; Minor stock at a 15% discount through payroll deduction. You are eligible to enroll after 30 days of employment if you are scheduled to work at least 20 hours per week.\r\n<p style=\"font-weight: 400;\">Enrollment for U.S. eligible teammates is twice a year during each enrollment period. At the end of the Offering Period, Owens &amp; Minor shares are purchased on your behalf on the Stock Purchase Date(s) at the 15% discounted price. Shares are then deposited in your Fidelity Brokerage account.</p>\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" width=\"100%\" module_alignment=\"left\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><center></center></p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7685\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"--et_global_heading_font||||||||\" header_2_text_color=\"#872434\" header_6_font_size=\"11px\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h6 class=\"p1\"><span class=\"s1\">*If the purchase date is on a holiday or weekend, the stock will be priced on the previous business day.<br />**Subject to the IRS $25,000 annual purchase limit.</span></h6>\n<p class=\"p1\"><span class=\"s1\"><b>Important Notes</b><b></b></span></p>\n<ul class=\"ul1\">\n<li class=\"li1\"><span class=\"s1\">If you are designated as a “Restricted Person,” you will need to request preclearance to take action during this enrollment period.</span></li>\n<li class=\"li1\"><span class=\"s1\">System availability and response times may vary due to market conditions.</span></li>\n<li class=\"li1\"><span class=\"s1\">Owens &amp; Minor, Inc. and Fidelity Stock Plan Services LLC are not affiliated.</span></li>\n<li class=\"li1\"><span class=\"s1\">Stock Plan recordkeeping and administrative services are provided by Fidelity Stock Plan Services, LLC., Fidelity Brokerage Services, Member NYSE, SIPC.</span><span class=\"s1\"></span><span class=\"s1\"></span></li>\n</ul>\n<p><span class=\"s1\"></span></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-25px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"font-size: 14px;\">Visit </span><b style=\"font-size: 14px;\"><a href=\"https://www.netbenefits.com\">netbenefits.com</a> </b><span style=\"font-size: 14px;\">to enroll or call a Fidelity Stock Plan Services representative at </span><b style=\"font-size: 14px;\">(800) 544-9354</b><span style=\"font-size: 14px;\">. You can manage your TSPP account at </span><a style=\"font-size: 14px;\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"2\"><b>401k.com</b></a><span style=\"font-size: 14px;\">. For complete details, including information about your investment options, visit </span><a style=\"font-size: 14px;\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"3\"><b>401k.com</b></a><span style=\"font-size: 14px;\">.</span></p>[/et_pb_text][et_pb_cta _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" global_colors_info=\"{}\"]It’s important to designate a beneficiary to receive the value of your TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"4\"><b>401k.com</b>.</a></span>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'publish', 'closed', 'closed', '', 'tspp', '', '', '2025-03-08 19:35:44', '2025-03-08 19:35:44', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7177', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7178, 1, '2024-08-10 04:47:28', '2024-08-10 04:47:28', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'inherit', 'closed', 'closed', '', '7177-revision-v1', '', '', '2024-08-10 04:47:28', '2024-08-10 04:47:28', '', 7177, 'https://benefitsmyway.mybenefitport.com/?p=7178', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7180, 1, '2024-08-10 04:50:04', '2024-08-10 04:50:04', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-16', '', '', '2024-08-10 04:50:04', '2024-08-10 04:50:04', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7181, 1, '2024-08-10 04:50:22', '2024-08-10 04:50:22', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Teammate Stock Purchase Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'inherit', 'closed', 'closed', '', '7177-revision-v1', '', '', '2024-08-10 04:50:22', '2024-08-10 04:50:22', '', 7177, 'https://benefitsmyway.mybenefitport.com/?p=7181', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7182, 1, '2025-03-14 17:00:30', '2024-08-10 04:51:34', '', 'Teammate Stock Purchase Plan (TSPP)', '', 'publish', 'closed', 'closed', '', 'teammate-stock-purchase-plan-tspp-2', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7182', 22, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7183, 1, '2024-08-09 04:53:16', '2024-08-09 04:53:16', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Disability Insurance</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">We offer Disability Insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability Insurance on the first of the month following 180 days of employment.</p>\r\n[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Company Paid Short-Term Disability\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"on\"]\r\n<p style=\"font-weight: 400;\">Short-Term Disability coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.</p>\r\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7409\"]</p>\r\n\r\n<h6 style=\"font-weight: 400;\">*For detailed eligibility and waiting period information, please refer to your plan documents.\r\n**Maximum payment period is based on the first day benefits become payable, not on the first day you are disabled.</h6>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Long-Term Disability\" open=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">Following 180 days of employment, you will have 31 days to elect this benefit, which you pay for.</p>\r\n<p style=\"font-weight: 400;\">Enroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at <strong>(800) 463-3819</strong><strong>. </strong></p>\r\n<p style=\"font-weight: 400;\">Long-Term Disability coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.</p>\r\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7412\"]</p>\r\n\r\n<h6 style=\"font-weight: 400;\">*Depending on your age at the time of disability, your benefits may be subject to a different schedule. Refer to the Maximum Benefit Period table, which can be found in your plan documents.</h6>\r\n<p class=\"p1\"><span style=\"font-size: medium;\"><b><span style=\"color: #872434;\">Evidence of Insurability</span></b></span></p>\r\nLong-term disability may require evidence of insurability (EOI). This means you’ll be asked to answer medical-related questions. After electing coverage, you will receive more information if EOI is required.\r\n\r\n&nbsp;\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span lang=\"EN-US\">This Benefits Website provides general information for our benefits-eligible teammates; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'publish', 'closed', 'closed', '', 'disability-insurance', '', '', '2024-10-28 21:42:42', '2024-10-28 21:42:42', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7183', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7186, 1, '2024-08-10 04:59:13', '2024-08-10 04:59:13', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-17', '', '', '2024-08-10 04:59:13', '2024-08-10 04:59:13', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7187, 1, '2024-08-10 04:59:34', '2024-08-10 04:59:34', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Disability Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'inherit', 'closed', 'closed', '', '7183-revision-v1', '', '', '2024-08-10 04:59:34', '2024-08-10 04:59:34', '', 7183, 'https://benefitsmyway.mybenefitport.com/?p=7187', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7188, 1, '2025-03-14 17:00:30', '2024-08-10 05:00:46', ' ', '', '', 'publish', 'closed', 'closed', '', 7188, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7188', 25, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7189, 1, '2024-08-09 05:01:10', '2024-08-09 05:01:10', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/leaves-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Leaves of Absence</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions</h2>\r\n<ul>\r\n 	<li>When do I need to apply for a leave of absence?</li>\r\n 	<li>How do I request a leave of absence?</li>\r\n 	<li>What are the Absence Management Service Center’s operation hours?</li>\r\n 	<li>When I call to report my leave of absence, what questions will I be asked?</li>\r\n 	<li>Where do I submit my leave certification documents?</li>\r\n 	<li>What is Owens &amp; Minor’s call-in procedure during a leave of absence?</li>\r\n 	<li>What is the Return-to-Work process?</li>\r\n 	<li>What happens with benefit premiums while I am on a leave of absence?</li>\r\n 	<li>What happens if I experience an IRS Recognized Qualified Life Event or Change in Benefits while on leave?</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">The Disability Management Guide can provide you with more information about leaves of absence, as well as answers to frequently asked questions. Click below to learn more.</p>\r[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/DMG.png\" title_text=\"DMG\" url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-disability-management-guide/full-view.html\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"36%\" module_alignment=\"center\" custom_margin=\"|||-17px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-disability-management-guide/full-view.html\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3 style=\"text-align: center;\">Disability Management Guide</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Leaves of Absence', '						', 'publish', 'closed', 'closed', '', 'leaves-of-absence', '', '', '2025-01-10 21:52:43', '2025-01-10 21:52:43', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7189', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7192, 1, '2024-08-10 05:05:10', '2024-08-10 05:05:10', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-18', '', '', '2024-08-10 05:05:10', '2024-08-10 05:05:10', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/leaves.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7193, 1, '2024-08-10 05:05:30', '2024-08-10 05:05:30', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/leaves-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Leaves of Absence</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Leaves of Absence', '						', 'inherit', 'closed', 'closed', '', '7189-revision-v1', '', '', '2024-08-10 05:05:30', '2024-08-10 05:05:30', '', 7189, 'https://benefitsmyway.mybenefitport.com/?p=7193', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7194, 1, '2025-03-14 17:00:30', '2024-08-10 05:06:32', ' ', '', '', 'publish', 'closed', 'closed', '', 7194, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7194', 26, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7195, 1, '2024-08-09 05:07:58', '2024-08-09 05:07:58', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/service-awards-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Service Awards</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Service Awards', '						', 'publish', 'closed', 'closed', '', 'service-awards', '', '', '2024-10-28 21:45:48', '2024-10-28 21:45:48', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7195', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7196, 1, '2024-08-10 05:08:35', '2024-08-10 05:08:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Service Awards', '						', 'inherit', 'closed', 'closed', '', '7195-revision-v1', '', '', '2024-08-10 05:08:35', '2024-08-10 05:08:35', '', 7195, 'https://benefitsmyway.mybenefitport.com/?p=7196', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7197, 1, '2025-03-14 17:00:30', '2024-08-10 05:09:05', ' ', '', '', 'publish', 'closed', 'closed', '', 7197, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7197', 28, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7199, 1, '2024-08-10 05:12:33', '2024-08-10 05:12:33', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-19', '', '', '2024-08-10 05:12:33', '2024-08-10 05:12:33', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/service-awards.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7200, 1, '2024-08-10 05:12:54', '2024-08-10 05:12:54', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/service-awards-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Service Awards</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Service Awards', '						', 'inherit', 'closed', 'closed', '', '7195-revision-v1', '', '', '2024-08-10 05:12:54', '2024-08-10 05:12:54', '', 7195, 'https://benefitsmyway.mybenefitport.com/?p=7200', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7202, 1, '2024-08-09 05:15:04', '2024-08-09 05:15:04', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/recognition-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Recognition</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Recognition', '						', 'publish', 'closed', 'closed', '', 'recognition', '', '', '2024-10-28 21:44:50', '2024-10-28 21:44:50', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7202', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7203, 1, '2024-08-10 05:15:26', '2024-08-10 05:15:26', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Recognition', '						', 'inherit', 'closed', 'closed', '', '7202-revision-v1', '', '', '2024-08-10 05:15:26', '2024-08-10 05:15:26', '', 7202, 'https://benefitsmyway.mybenefitport.com/?p=7203', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7205, 1, '2024-08-10 05:18:02', '2024-08-10 05:18:02', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-20', '', '', '2024-08-10 05:18:02', '2024-08-10 05:18:02', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/recognition.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7206, 1, '2024-08-10 05:18:23', '2024-08-10 05:18:23', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/recognition-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Recognition', '						', 'inherit', 'closed', 'closed', '', '7202-revision-v1', '', '', '2024-08-10 05:18:23', '2024-08-10 05:18:23', '', 7202, 'https://benefitsmyway.mybenefitport.com/?p=7206', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7207, 1, '2025-03-14 17:00:30', '2024-08-10 05:19:29', ' ', '', '', 'publish', 'closed', 'closed', '', 7207, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7207', 29, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7208, 1, '2024-08-09 05:19:57', '2024-08-09 05:19:57', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/referral-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Referral Program</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Referral Program', '						', 'publish', 'closed', 'closed', '', 'referral-program', '', '', '2024-10-28 21:45:11', '2024-10-28 21:45:11', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7208', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7209, 1, '2024-08-10 05:20:44', '2024-08-10 05:20:44', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Referral Program', '						', 'inherit', 'closed', 'closed', '', '7208-revision-v1', '', '', '2024-08-10 05:20:44', '2024-08-10 05:20:44', '', 7208, 'https://benefitsmyway.mybenefitport.com/?p=7209', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7210, 1, '2024-08-10 05:21:26', '2024-08-10 05:21:26', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Referral Program', '						', 'inherit', 'closed', 'closed', '', '7208-revision-v1', '', '', '2024-08-10 05:21:26', '2024-08-10 05:21:26', '', 7208, 'https://benefitsmyway.mybenefitport.com/?p=7210', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7212, 1, '2024-08-10 05:24:39', '2024-08-10 05:24:39', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-21', '', '', '2024-08-10 05:24:39', '2024-08-10 05:24:39', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/referral.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7213, 1, '2024-08-10 05:24:58', '2024-08-10 05:24:58', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/referral-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Referral Program</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Referral Program', '						', 'inherit', 'closed', 'closed', '', '7208-revision-v1', '', '', '2024-08-10 05:24:58', '2024-08-10 05:24:58', '', 7208, 'https://benefitsmyway.mybenefitport.com/?p=7213', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7215, 1, '2024-08-09 05:25:55', '2024-08-09 05:25:55', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Compensation-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Compensation</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Compensation', '						', 'publish', 'closed', 'closed', '', 'compensation', '', '', '2024-10-28 21:42:12', '2024-10-28 21:42:12', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7215', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7216, 1, '2024-08-10 05:26:13', '2024-08-10 05:26:13', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Compensation', '						', 'inherit', 'closed', 'closed', '', '7215-revision-v1', '', '', '2024-08-10 05:26:13', '2024-08-10 05:26:13', '', 7215, 'https://benefitsmyway.mybenefitport.com/?p=7216', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7218, 1, '2024-08-10 05:28:31', '2024-08-10 05:28:31', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-22', '', '', '2024-08-10 05:28:31', '2024-08-10 05:28:31', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Compensation.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7219, 1, '2024-08-10 05:28:54', '2024-08-10 05:28:54', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Compensation-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Compensation</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Compensation', '						', 'inherit', 'closed', 'closed', '', '7215-revision-v1', '', '', '2024-08-10 05:28:54', '2024-08-10 05:28:54', '', 7215, 'https://benefitsmyway.mybenefitport.com/?p=7219', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7221, 1, '2024-08-09 05:29:57', '2024-08-09 05:29:57', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/pto-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Paid Time Off</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Paid Time Off', '						', 'publish', 'closed', 'closed', '', 'paid-time-off', '', '', '2024-10-28 21:44:46', '2024-10-28 21:44:46', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7221', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7222, 1, '2024-08-10 05:30:23', '2024-08-10 05:30:23', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Paid Time Off', '						', 'inherit', 'closed', 'closed', '', '7221-revision-v1', '', '', '2024-08-10 05:30:23', '2024-08-10 05:30:23', '', 7221, 'https://benefitsmyway.mybenefitport.com/?p=7222', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7224, 1, '2024-08-10 05:32:18', '2024-08-10 05:32:18', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-23', '', '', '2024-08-10 05:32:18', '2024-08-10 05:32:18', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/pto.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7225, 1, '2024-08-10 05:32:36', '2024-08-10 05:32:36', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/pto-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Paid Time Off</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Paid Time Off', '						', 'inherit', 'closed', 'closed', '', '7221-revision-v1', '', '', '2024-08-10 05:32:36', '2024-08-10 05:32:36', '', 7221, 'https://benefitsmyway.mybenefitport.com/?p=7225', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7226, 1, '2025-03-14 17:00:30', '2024-08-10 05:33:19', ' ', '', '', 'publish', 'closed', 'closed', '', 7226, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7226', 31, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7227, 1, '2024-08-09 13:59:03', '2024-08-09 13:59:03', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Tuition-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Tuition Reimbursement</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tuition Reimbursement', '						', 'publish', 'closed', 'closed', '', 'tuition-reimbursement', '', '', '2024-10-28 21:46:24', '2024-10-28 21:46:24', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7227', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7228, 1, '2024-08-10 13:59:26', '2024-08-10 13:59:26', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tuition Reimbursement', '						', 'inherit', 'closed', 'closed', '', '7227-revision-v1', '', '', '2024-08-10 13:59:26', '2024-08-10 13:59:26', '', 7227, 'https://benefitsmyway.mybenefitport.com/?p=7228', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7230, 1, '2024-08-10 14:02:48', '2024-08-10 14:02:48', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-24', '', '', '2024-08-10 14:02:48', '2024-08-10 14:02:48', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Tuition.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7231, 1, '2024-08-10 14:03:09', '2024-08-10 14:03:09', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Tuition-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Tuition Reimbursement</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tuition Reimbursement', '						', 'inherit', 'closed', 'closed', '', '7227-revision-v1', '', '', '2024-08-10 14:03:09', '2024-08-10 14:03:09', '', 7227, 'https://benefitsmyway.mybenefitport.com/?p=7231', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7232, 1, '2025-03-14 17:00:30', '2024-08-10 14:03:58', ' ', '', '', 'publish', 'closed', 'closed', '', 7232, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7232', 32, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7233, 1, '2024-08-09 14:04:12', '2024-08-09 14:04:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/adoption-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Adoption Assistance</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>O&amp;M provides eligible teammates up to a $5,000 reimbursement annually per child, up to a lifetime maximum of $10,000, to cover expenses associated with adoption such as agency fees and legal expenses.</p>\n<p>The adoption benefit is payable provided that an eligible teammate submits the following to the <strong>O&amp;M Benefits Solutions Team</strong>:</p>\n<ul>\n<li><strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=22&amp;wpfd_file_id=8102&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\">Adoption Assistance Reimbursement Form</a></strong></li>\n<li>Proof of finalized adoption (court documentation)</li>\n<li>Paid, complete, and itemized invoices</li>\n</ul>\n<p>You must complete two years of service to be eligible. The company reserves the right to collect reimbursements paid if a teammate terminates employment within a year of receiving this benefit.</p>\n<p>For assistance, contact an O&amp;M Benefits Solutions Counselor at (<strong>800) 463-3819</strong>.</p>\n<p>For details on your time-away options, adding your child to benefits, and updating your beneficiaries, access our <a href=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" target=\"_blank\" rel=\"noopener\"><strong>Benefits Enrollment Journey Guide</strong></a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'publish', 'closed', 'closed', '', 'adoption-assistance', '', '', '2025-03-08 19:28:51', '2025-03-08 19:28:51', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7233', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7234, 1, '2024-08-10 14:04:55', '2024-08-10 14:04:55', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '7233-revision-v1', '', '', '2024-08-10 14:04:55', '2024-08-10 14:04:55', '', 7233, 'https://benefitsmyway.mybenefitport.com/?p=7234', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7236, 1, '2024-08-10 14:07:57', '2024-08-10 14:07:57', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-25', '', '', '2024-08-10 14:07:57', '2024-08-10 14:07:57', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/adoption.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7237, 1, '2024-08-10 14:08:20', '2024-08-10 14:08:20', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/adoption-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Adoption Assistance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '7233-revision-v1', '', '', '2024-08-10 14:08:20', '2024-08-10 14:08:20', '', 7233, 'https://benefitsmyway.mybenefitport.com/?p=7237', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7238, 1, '2025-03-14 17:00:31', '2024-08-10 14:08:55', ' ', '', '', 'publish', 'closed', 'closed', '', 7238, '', '', '2025-03-14 17:00:31', '2025-03-14 17:00:31', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7238', 33, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7239, 1, '2024-08-09 14:09:15', '2024-08-09 14:09:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Aditional-Benefits-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Additional Benefits</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Auto and Home Insurance</h2>\r\n<strong><a href=\"https://www.farmers.com/groupselect\">Farmers GroupSelect</a></strong> gives you access to personal insurance policies, including home, auto, rental, condo, and recreational vehicle and boat coverage. Save up to 15% when you purchase this coverage through Owens &amp; Minor. Contact Farmers GroupSelect for no-obligation quotes and cost comparisons by calling <strong>(800) 438-6381</strong>. The company code is <strong>BVP</strong>.\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Commuter Benefits</h2>\r\nPay for the expense of commuting with pre-tax dollars and save on your taxes. You decide how much to contribute, and the money is deducted from your paycheck automatically. You can contribute pre-tax dollars up to the IRS monthly limit of $315 for transit and parking. Enroll or change contribution amounts by the 25th of each month, anytime during the year.\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Pet Insurance</h2>\r\n<strong><a href=\"http://www.metlife.com/getpetquote\">MetLife</a></strong> provides coverage to protect your furry family members’ health and your finances. This plan offers reimbursement of up to 90% of covered expenses from any licensed veterinarian in the U.S. The MetLife mobile app allows quick claim submission and reimbursement along with other benefits, such as retail discounts and access to 24/7 vet telehealth. Enroll anytime during the year by calling <strong>(800) GET-MET8</strong>.\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">PerkSpot</h2>\r\nNever miss a deal! From travel to electronics, with PerkSpot you can choose from over 25 different categories of perks and save money. Start by creating your account at <a href=\"https://owens-minor.perkspot.com\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor.perkspot.com</strong></a>. Use access code: <strong>OwensMinor</strong>. Once you register, you can download the PerkSpot mobile app for deals anytime, anywhere.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Additional Benefits', '						', 'publish', 'closed', 'closed', '', 'additional-benefits', '', '', '2025-03-14 17:01:22', '2025-03-14 17:01:22', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7239', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7240, 1, '2024-08-10 14:09:32', '2024-08-10 14:09:32', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Additional Benefits', '						', 'inherit', 'closed', 'closed', '', '7239-revision-v1', '', '', '2024-08-10 14:09:32', '2024-08-10 14:09:32', '', 7239, 'https://benefitsmyway.mybenefitport.com/?p=7240', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7242, 1, '2024-08-10 14:12:55', '2024-08-10 14:12:55', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-26', '', '', '2024-08-10 14:12:55', '2024-08-10 14:12:55', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Aditional-Benefits.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7243, 1, '2024-08-10 14:13:10', '2024-08-10 14:13:10', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Aditional-Benefits-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Additional Benefits</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Additional Benefits', '						', 'inherit', 'closed', 'closed', '', '7239-revision-v1', '', '', '2024-08-10 14:13:10', '2024-08-10 14:13:10', '', 7239, 'https://benefitsmyway.mybenefitport.com/?p=7243', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7244, 1, '2025-03-14 17:00:31', '2024-08-10 14:14:00', ' ', '', '', 'publish', 'closed', 'closed', '', 7244, '', '', '2025-03-14 17:00:31', '2025-03-14 17:00:31', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7244', 34, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7246, 1, '2024-08-09 17:30:39', '2024-08-09 17:30:39', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bej-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Benefits Enrollment Journey</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\r\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\r\n\r\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]</b>\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\r\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\r\n\r\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\r\n\r\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\r\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\r\n\r\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Benefits Enrollment Journey', '						', 'publish', 'closed', 'closed', '', 'benefits-enrollment-journey', '', '', '2024-10-28 21:41:46', '2024-10-28 21:41:46', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7246', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7247, 1, '2024-08-13 17:31:11', '2024-08-13 17:31:11', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Benefits Enrollment Journey', '						', 'inherit', 'closed', 'closed', '', '7246-revision-v1', '', '', '2024-08-13 17:31:11', '2024-08-13 17:31:11', '', 7246, 'https://benefitsmyway.mybenefitport.com/?p=7247', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7249, 1, '2024-08-13 17:32:45', '2024-08-13 17:32:45', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Benefits Enrollment Journey</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Benefits Enrollment Journey', '						', 'inherit', 'closed', 'closed', '', '7246-revision-v1', '', '', '2024-08-13 17:32:45', '2024-08-13 17:32:45', '', 7246, 'https://benefitsmyway.mybenefitport.com/?p=7249', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7251, 1, '2024-08-13 17:34:25', '2024-08-13 17:34:25', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-27', '', '', '2024-08-13 17:34:25', '2024-08-13 17:34:25', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bej-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7252, 1, '2024-08-13 17:34:47', '2024-08-13 17:34:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bej-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Benefits Enrollment Journey</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Benefits Enrollment Journey', '						', 'inherit', 'closed', 'closed', '', '7246-revision-v1', '', '', '2024-08-13 17:34:47', '2024-08-13 17:34:47', '', 7246, 'https://benefitsmyway.mybenefitport.com/?p=7252', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7257, 1, '2024-08-13 17:48:24', '2024-08-13 17:48:24', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-28', '', '', '2024-08-13 17:48:24', '2024-08-13 17:48:24', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bci.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7260, 1, '2024-08-09 17:49:51', '2024-08-09 17:49:51', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tap-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Your Well-Being</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nWe are committed to supporting you with valuable resources to help you manage and maintain your mental and physical health,\r\nas well as your work-life balance.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Assistance Program (TAP)</h2>\r\nLife’s pressures can affect your physical, emotional, and mental health. TAP, with Live and Work Well through Optum, helps you find the resources you need to get back on track — at no extra cost.\r\n<p style=\"font-weight: 400;\">Turn to TAP for help with:</p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">Finding work-life balance</li>\r\n 	<li style=\"font-weight: 400;\">Finding child and elder care</li>\r\n 	<li style=\"font-weight: 400;\">Handling grief and loss</li>\r\n 	<li style=\"font-weight: 400;\">Living within a realistic budget</li>\r\n 	<li style=\"font-weight: 400;\">Addressing addiction and recovery</li>\r\n 	<li style=\"font-weight: 400;\">Dealing with identity theft</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">Support is just a phone call away. Visit <a href=\"https://www.liveandworkwell.com/en/public\" target=\"_blank\" rel=\"noopener\"><strong>liveandworkwell.com</strong></a> or call <strong>(866) 374-6061</strong> to connect with a licensed behavioral health professional in your area. (Company code: <strong>owensminor</strong>)</p>\r\n&nbsp;\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Optum Mental Health Awareness Toolkits</h2>\r\nOptum launches a new teammate toolkit each month including articles, trainings, tip sheets, and more — on relevant and trending topics to help support your health and well-being at work, home, and at play. Access the toolkit <strong><a href=\"https://optumwellbeing.com/newthismonth/en-US\" target=\"_blank\" rel=\"noopener\">here</a></strong> using our company code: <strong>owensminor</strong>.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'TAP', '						', 'publish', 'closed', 'closed', '', 'tap', '', '', '2024-10-28 21:45:56', '2024-10-28 21:45:56', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7260', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7262, 1, '2025-03-14 17:00:31', '2024-08-13 17:50:52', '', 'Teammate Assistance Program', '', 'publish', 'closed', 'closed', '', 7262, '', '', '2025-03-14 17:00:31', '2025-03-14 17:00:31', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7262', 37, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7264, 1, '2024-08-13 17:53:02', '2024-08-13 17:53:02', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-29', '', '', '2024-08-13 17:53:02', '2024-08-13 17:53:02', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tap.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7265, 1, '2024-08-13 17:53:22', '2024-08-13 17:53:22', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tap-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>TAP</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'TAP', '						', 'inherit', 'closed', 'closed', '', '7260-revision-v1', '', '', '2024-08-13 17:53:22', '2024-08-13 17:53:22', '', 7260, 'https://benefitsmyway.mybenefitport.com/?p=7265', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7267, 1, '2024-08-13 18:47:20', '2024-08-13 18:47:20', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tap-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Teammate Assistance Program</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'TAP', '						', 'inherit', 'closed', 'closed', '', '7260-revision-v1', '', '', '2024-08-13 18:47:20', '2024-08-13 18:47:20', '', 7260, 'https://benefitsmyway.mybenefitport.com/?p=7267', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7269, 1, '2024-08-13 18:49:18', '2024-08-13 18:49:18', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-30', '', '', '2024-08-13 18:49:18', '2024-08-13 18:49:18', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tap-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7270, 1, '2024-08-13 18:49:33', '2024-08-13 18:49:33', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tap-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Teammate Assistance Program</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'TAP', '						', 'inherit', 'closed', 'closed', '', '7260-revision-v1', '', '', '2024-08-13 18:49:33', '2024-08-13 18:49:33', '', 7260, 'https://benefitsmyway.mybenefitport.com/?p=7270', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7274, 1, '2024-08-13 19:06:08', '2024-08-13 19:06:08', '', 'Family of five playing on sofa at home', 'Family of five playing on sofa at home', 'inherit', 'open', 'closed', '', 'family-of-five-playing-on-sofa-at-home', '', '', '2024-08-13 19:06:08', '2024-08-13 19:06:08', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/GettyImages-1305309025.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7278, 1, '2024-08-13 19:12:31', '2024-08-13 19:12:31', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bej-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Benefits Enrollment Journey</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment Checklist', '						', 'inherit', 'closed', 'closed', '', '7246-revision-v1', '', '', '2024-08-13 19:12:31', '2024-08-13 19:12:31', '', 7246, 'https://benefitsmyway.mybenefitport.com/?p=7278', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7280, 1, '2024-08-13 19:13:49', '2024-08-13 19:13:49', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bej-1-scaled.jpg\" background_position=\"top_center\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment Checklist</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.26.0\" background_color=\"#ededed\" custom_margin=\"||30px||false|false\" custom_padding=\"15px|30px|24px|30px|false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #872434;\"><b>Take Action!</b></span><br /><span style=\"color: #002856;\">Open Enrollment is November 2-16. This year’s enrollment is active. This means you must enroll to have benefits in 2024. If you don’t enroll, you’ll only have company-paid Short-Term Disability, Life, and AD&amp;D Insurance. Your 2023 benefits will not carry over.</span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#FFFFFF\" open_toggle_background_color=\"#002856\" closed_toggle_text_color=\"#FFFFFF\" closed_toggle_background_color=\"#002856\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_text_color=\"#FFFFFF\" body_text_color=\"#FFFFFF\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Learn about your benefit options\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Learn about your benefit options by reviewing this benefits guide, paying attention to new offerings for the coming year</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Think about your coverage needs\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Think about your coverage needs, including how much healthcare you anticipate needing, and if you need additional life  insurance or income protection in the event of illness or injury.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Access Workday starting November 2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Make sure to access Workday starting November 2.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Enroll your dependents\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Enroll your dependents. Dependent information was not transferred to Workday. This means you’ll need to add any dependents you wish to cover. Be ready to provide dependent personal information, such as name, date of birth and social security number.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Designate beneficiaries\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Designate beneficiaries for Life and AD&amp;D Insurance benefits. Beneficiary information was not transferred to Workday.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Elect the benefits that best support you and your family\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Make sure to elect the benefits that best support you and your family.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Review your Benefits Summary for accuracy\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Review your Benefits Summary for accuracy.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Complete your enrollment by November 16, 2023\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Dont miss the deadline! Complete your enrollment by November 16, 2023.</p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_text][et_pb_code _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.26.0\" background_color=\"#ededed\" custom_margin=\"||30px||false|false\" custom_padding=\"|30px|24px|30px|false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #872434;\"><b>Need Benefits Help?</b></span><br /><span style=\"color: #002856;\">Contact the HR Service Center at 800.305.0263 to speak to an O&amp;M Benefits Solutions counselor. They’ll help you understand your options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well (starting November 2). Interpreters are available in multiple languages.</span></p>\n<p><strong>October 30-November 1</strong><br />Call: Monday-Friday from 8am-8pm EST</p>\n<p><strong>November 2-November 16</strong><br />Call: Monday-Friday from 8am-10pm EST and Saturday (November 4 and November 11) from 9am-5pm EST</p>\n<p><strong>After November 16<br /></strong>Call: Monday-Friday from 8am-10pm EST</p>\n<p>You may also <strong>schedule an appointment</strong> during business hours by visiting <a href=\"http://calendly.com/owensandminor\" target=\"_blank\" rel=\"noopener\"><strong>calendly.com/owensandminor</strong></a>. This is highly recommended if you are requesting a language outside of English or Spanish.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment Checklist', '', 'inherit', 'closed', 'closed', '', '6807-revision-v1', '', '', '2024-08-13 19:13:49', '2024-08-13 19:13:49', '', 6807, 'https://benefitsmyway.mybenefitport.com/?p=7280', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7281, 1, '2024-08-13 19:14:08', '2024-08-13 19:14:08', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bej-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Benefits Enrollment Journey</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Benefits Enrollment Journey', '						', 'inherit', 'closed', 'closed', '', '7246-revision-v1', '', '', '2024-08-13 19:14:08', '2024-08-13 19:14:08', '', 7246, 'https://benefitsmyway.mybenefitport.com/?p=7281', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7286, 1, '2024-08-13 19:18:23', '2024-08-13 19:18:23', '{\n    \"et_divi[show_search_icon]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-13 19:18:23\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '02d2bab6-9583-4f96-83f2-c88eb3eff687', '', '', '2024-08-13 19:18:23', '2024-08-13 19:18:23', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/08/13/02d2bab6-9583-4f96-83f2-c88eb3eff687/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7287, 1, '2024-08-09 19:19:21', '2024-08-09 19:19:21', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>2025 Open Enrollment</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-61px|auto||\" custom_padding=\"||9px|||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\r\n2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.\r\n\r\nRemember, <strong>this year’s Open Enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong>\r\n\r\nIf currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:\r\n<ul>\r\n 	<li>2025 FSA with a $0 contribution, or</li>\r\n 	<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\r\n<h6><span style=\"color: #002856;\"><strong>Medical</strong></span></h6>\r\n<ul>\r\n 	<li>Medical contributions increasing</li>\r\n 	<li>UPMC not offered in 2025</li>\r\n 	<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP Plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\r\n 	<li><strong>New ID cards</strong> for the UnitedHealthcare HDHP Plan and the Kaiser plans (excluding Kaiser Hawaii POS 405 and Kaiser Northwest)</li>\r\n 	<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-109px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<strong style=\"color: #002856; font-size: 14px;\">Dental</strong>\r\n<ul>\r\n 	<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\r\n 	<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\r\n 	<li>New ID cards for all members.</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-95px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<strong style=\"font-size: 14px; color: #002856;\">401(k)</strong>\r\n<ul>\r\n 	<li>Company match adjusted to 3% of eligible contributions.</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||-53px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"417.5px\" custom_padding=\"30px|||||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul style=\"padding-left: 30px;\">\r\n 	<li><a href=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\"><strong>Learn </strong></a>about your many benefit choices in the 2025 Benefits Guide and think about your coverage needs.</li>\r\n 	<li><a href=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\"><strong>Access </strong></a>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong>.</li>\r\n 	<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\r\n 	<li><strong>Elect </strong>the benefits that best support you and your family. Don’t forget to designate beneficiaries.</li>\r\n 	<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b>and<b> complete your enrollment by November 8, 2024. </b>If you don’t enroll, your current elections will roll over<b> </b>into the next plan year <b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\r\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or email the <strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\r\n [/et_pb_text][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'publish', 'closed', 'closed', '', 'open-enrollment', '', '', '2024-10-28 21:44:42', '2024-10-28 21:44:42', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7287', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7290, 1, '2024-08-13 19:22:19', '2024-08-13 19:22:19', '', 'mother and her daughter are holding together in front of the beach', '', 'inherit', 'open', 'closed', '', 'mother-and-her-daughter-are-holding-together-in-front-of-the-beach', '', '', '2024-08-13 19:22:19', '2024-08-13 19:22:19', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7294, 1, '2024-08-13 19:27:33', '2024-08-13 19:27:33', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-31', '', '', '2024-08-13 19:27:33', '2024-08-13 19:27:33', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7296, 1, '2025-03-14 17:00:30', '2024-08-13 19:30:55', '', 'Vendor Contact Information', '', 'publish', 'closed', 'closed', '', 'vendor-contact-information', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7296', 3, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7298, 1, '2024-08-13 19:31:41', '2024-08-13 19:31:41', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/contacts-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Vendor Contact Information</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6734\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-52px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h4><span style=\"color: #872434;\"><strong>Summaries of Benefits and Coverage</strong></span></h4>\nYou have access to a Summary of Benefits and Coverage (SBC) for each of your medical plan options. These documents provide detailed information about coverage and costs to help you compare plans and make informed decisions. Go to Workday &gt; Teammate Benefits &amp; Wellness dashboard to access the SBCs.\n\n<span style=\"color: #872434;\"><strong>If you have benefits or enrollment-related questions, contact the HR Service Center at <span style=\"color: #68ace5;\">800.305.0263</span> to speak to an O&amp;M Benefits Solutions counselor.</strong></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||-20px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.21.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'inherit', 'closed', 'closed', '', '6079-revision-v1', '', '', '2024-08-13 19:31:41', '2024-08-13 19:31:41', '', 6079, 'https://benefitsmyway.mybenefitport.com/?p=7298', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7315, 1, '2024-08-14 20:23:35', '2024-08-14 20:23:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 OE Message\" button_text=\"ENROLL\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>[/et_pb_slide][et_pb_slide heading=\"BPA Contact Information\" button_text=\"Learn More\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Oncididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor inostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>[/et_pb_slide][et_pb_slide heading=\"Welcome\" button_text=\"Click Here\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health and Welfare</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Financial Wellness</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/guide_cover_2.png\" alt=\"guide cover\" title_text=\"guide_cover_2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" url_new_window=\"on\" _builder_version=\"4.17.1\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\nLike this website, the 2023 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.17.1\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"77px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\" sticky_enabled=\"0\"]Email <a href=\"#\"><span style=\"color: #872434;\">example@website.com</a></span> or\ncall <strong>800.555-1212</strong>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"74px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other important information.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-08-14 20:23:35', '2024-08-14 20:23:35', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7315', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7316, 1, '2024-08-14 20:24:18', '2024-08-14 20:24:18', '{\n    \"et_divi[link_color]\": {\n        \"value\": \"#872434\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-08-14 20:24:18\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', 'feab91de-7c25-4d20-a93d-b695f4652171', '', '', '2024-08-14 20:24:18', '2024-08-14 20:24:18', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/08/14/feab91de-7c25-4d20-a93d-b695f4652171/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7318, 1, '2024-08-14 20:25:52', '2024-08-14 20:25:52', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/contacts-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Vendor Contact Information</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6734\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-52px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4><span style=\"color: #872434;\"><strong>Summaries of Benefits and Coverage</strong></span></h4>\nYou have access to a Summary of Benefits and Coverage (SBC) for each of your medical plan options. These documents provide detailed information about coverage and costs to help you compare plans and make informed decisions. Go to Workday &gt; Teammate Benefits &amp; Wellness dashboard to access the SBCs.\n\n<strong>If you have benefits or enrollment-related questions, contact the HR Service Center at <span style=\"color: #872434;\">800.305.0263</span> to speak to an O&amp;M Benefits Solutions counselor.</strong></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||-20px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.21.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'inherit', 'closed', 'closed', '', '6079-revision-v1', '', '', '2024-08-14 20:25:52', '2024-08-14 20:25:52', '', 6079, 'https://benefitsmyway.mybenefitport.com/?p=7318', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7320, 1, '2024-08-14 20:28:09', '2024-08-14 20:28:09', '[et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#eaeaea\" custom_margin=\"33px|-27px||-27px|false|false\" custom_padding=\"17px|19px|17px|19px|false|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" template_type=\"module\"]<h4>Vision Documents</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor  arcu. \n\n<a href=\"http://www.example.com\"><b>Document 1</b></a>\n<a href=\"http://www.example.com\"><b>Document 2</b></a>\n<a href=\"http://www.example.com\"><b>Document 3</b></a>\n<a href=\"http://www.example.com\"><b>Document 4</b></a>[/et_pb_text]', 'Vision Docs Example', '', 'publish', 'closed', 'closed', '', 'vision-docs-example', '', '', '2024-08-14 20:28:09', '2024-08-14 20:28:09', '', '0', 'https://benefitsmyway.mybenefitport.com/et_pb_layout/vision-docs-example/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7321, 1, '2024-08-14 20:28:38', '2024-08-14 20:28:38', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/vision-scaled.jpg\" background_position=\"bottom_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Vision</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>To help keep life in focus, you can enroll in UnitedHealthcare’s Vision Plan. The plan covers eye exams, eyeglasses and contact lenses for you and your eligible dependents. <strong>The UHC, Surest, Kaiser, and</strong> <strong>UPMC medical plans don’t include a vision exam.</strong><br /><strong>To receive this coverage, you must enroll in vision insurance in 2024.</strong></p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Use the network and pay only a copay for most expenses.</li>\n<li>Go to a provider outside the network and receive a reimbursement for part of the cost of your exams, glasses and contacts when you submit a claim.</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Coverage Details</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"75%\" module_alignment=\"left\" sticky_enabled=\"0\"]<p>[ninja_tables id=\"6760\"]</p>\n<p class=\"p1\">For more information, visit <a href=\"http://whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"s1\">whyuhc.com/owensminor</span></strong></a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"|-23px||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '5971-revision-v1', '', '', '2024-08-14 20:28:38', '2024-08-14 20:28:38', '', 5971, 'https://benefitsmyway.mybenefitport.com/?p=7321', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7323, 1, '2024-08-14 20:29:58', '2024-08-14 20:29:58', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tobacco-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Tobacco Surcharge</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Owens &amp; Minor cares about your health and well-being. In an effort to promote and support the health and wellness of our teammates, Owens &amp; Minor will impose a premium surcharge for tobacco users beginning January 1, 2024. Teammates and their spouses/domestic partners who are non-tobacco users will be eligible for the reward of reduced (non-tobacco) premiums. Enrolled teammates may be charged a monthly premium surcharge if either the enrolled teammate, spouse, or domestic partner has used a tobacco product in the previous six (6) months.</p>\n<p>A tobacco user is defined as anyone who has used any tobacco product including cigarettes, cigars, chewing tobacco, snuff, or pipe tobacco, at least four times per week for the last six (6) months.</p>\n<p>This information is self-reported in Workday during enrollment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Tobacco Cessation Program</h2>\n<p>Owens and Minor provides multiple tobacco cessation programs to help you lead a healthier life. While staying healthy and\ntaking care of yourself is its own reward, it can also help you lower your out-of-pocket medical costs. If you are unable to meet\nthe standard of being tobacco-free, you can earn the reward of reduced (non-tobacco) premiums by completing a Tobacco\nCessation Program.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Below is the contact information for the tobacco cessation programs available through the Owens & Minor medical plans starting January 1, 2024:[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">United HealthCare/Surest</h2>\nQuit For Life is designed to give you the confidence you need to quit tobacco for good. Get a personalized quit plan and 1:1 access to coaches via phone, chat, or text. Plus, group video sessions and more, all at no additional cost. Receive a Quit Kit which includes Nicotine Replacement Therapy like gum or patches to help conquer cravings.\n\nGet started at <a href=\"http://quitnow.net\" target=\"_blank\" rel=\"noopener\"><strong>quitnow.net</strong></a> or call <span style=\"color: #872434;\"><strong>866.784.8454</strong></span> TTY 711.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Kaiser</h2>\n<p>Kaiser offers multiple tobacco cessation programs, which combine counseling, behavior modification, and medication<br />support. To make treatment more accessible, classes and telephone support are usually offered at no cost to members, and the online tobacco cessation program is free. Members can also get prescribed over-the-counter nicotine replacement therapy at a discount (may require participation in designated behavioral modification programs) or other medically necessary smoking cessation medications for the usual copay, depending on the member’s pharmacy benefit (also may require participation in designated behavioral modification programs). Your Kaiser Permanente physician will determine medical necessity and prescribe smoking cessation medications.</p>\n<p>Members can access their regional information and resources by going to <strong><a href=\"http://kp.org/quitsmoking\" target=\"_blank\" rel=\"noopener\">kp.org/quitsmoking</a></strong>. In addition, members can contact their KP medical center/PCP or their Member Services phone number on their ID cards for information and guidance.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">UPMC</h2>\n<p>The UPMC MyHealth Ready to Quit program is here for you!<br />Choose from:<br />• Individual heath coaching by phone<br />• A healthy coach assisted online program<br />• A self-guided workbook program.<br />Call a health coach at <span style=\"color: #68ace5;\"><strong>800.807.0751</strong></span> to find our more and get started.</p>\n<p>You can also chat with a UPMC health coach through online chat. Just log into <a href=\"http://upmchealthplan.com\" target=\"_blank\" rel=\"noopener\"><strong>upmchealthplan.com</strong></a> and go to<br />“Contact us.”</p>\n<p>Your health plan is committed to helping you achieve your best health. If you think you might be unable to meet the tobacco free standard through these programs, you might qualify for an opportunity to earn the reward of reduced (non-tobacco) premiums by alternative means. Contact the HR Service Center at <a href=\"mailto:HRServiceCenter@owens-minor.com\"><strong>HRServiceCenter@owens-minor.com</strong></a><br />to work with a benefits team member (and, if you wish your doctor) to find a reasonable alternative that is right for you in light of your health status.</p>\n<p>Additional tobacco cessation resources can be found on the Teammate Benefits &amp; Wellness dashboard in Workday.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Removal and Refund of Tobacco Surcharge</strong></span><br />The premium surcharge may be removed by completing the tobacco cessation program offered by Owens &amp; Minor or by completing an approved reasonable alternative within 6 months of the 2024 benefit effective date associated with the first time you or your spouse/domestic partner first identified as a tobacco user. Once you have completed a tobacco cessation program or approved reasonable alternative and provided proof of completion, the premium surcharge will be removed and a retroactive refund of the premium surcharge for that year will be issued as soon as administratively possible. Your proof of completion must be submitted to the HR Service Center at <a href=\"mailto:HRServiceCenter@owens-minor.com\"><strong>HRServiceCenter@owens-minor.com</strong></a> within 10 days of receipt.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Surcharge', '						', 'inherit', 'closed', 'closed', '', '6771-revision-v1', '', '', '2024-08-14 20:29:58', '2024-08-14 20:29:58', '', 6771, 'https://benefitsmyway.mybenefitport.com/?p=7323', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7324, 1, '2024-08-14 20:30:09', '2024-08-14 20:30:09', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tobacco-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Tobacco Surcharge</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Owens &amp; Minor cares about your health and well-being. In an effort to promote and support the health and wellness of our teammates, Owens &amp; Minor will impose a premium surcharge for tobacco users beginning January 1, 2024. Teammates and their spouses/domestic partners who are non-tobacco users will be eligible for the reward of reduced (non-tobacco) premiums. Enrolled teammates may be charged a monthly premium surcharge if either the enrolled teammate, spouse, or domestic partner has used a tobacco product in the previous six (6) months.</p>\n<p>A tobacco user is defined as anyone who has used any tobacco product including cigarettes, cigars, chewing tobacco, snuff, or pipe tobacco, at least four times per week for the last six (6) months.</p>\n<p>This information is self-reported in Workday during enrollment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Tobacco Cessation Program</h2>\n<p>Owens and Minor provides multiple tobacco cessation programs to help you lead a healthier life. While staying healthy and\ntaking care of yourself is its own reward, it can also help you lower your out-of-pocket medical costs. If you are unable to meet\nthe standard of being tobacco-free, you can earn the reward of reduced (non-tobacco) premiums by completing a Tobacco\nCessation Program.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Below is the contact information for the tobacco cessation programs available through the Owens & Minor medical plans starting January 1, 2024:[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">United HealthCare/Surest</h2>\nQuit For Life is designed to give you the confidence you need to quit tobacco for good. Get a personalized quit plan and 1:1 access to coaches via phone, chat, or text. Plus, group video sessions and more, all at no additional cost. Receive a Quit Kit which includes Nicotine Replacement Therapy like gum or patches to help conquer cravings.\n\nGet started at <a href=\"http://quitnow.net\" target=\"_blank\" rel=\"noopener\"><strong>quitnow.net</strong></a> or call <span style=\"color: #872434;\"><strong>866.784.8454</strong></span> TTY 711.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Kaiser</h2>\n<p>Kaiser offers multiple tobacco cessation programs, which combine counseling, behavior modification, and medication<br />support. To make treatment more accessible, classes and telephone support are usually offered at no cost to members, and the online tobacco cessation program is free. Members can also get prescribed over-the-counter nicotine replacement therapy at a discount (may require participation in designated behavioral modification programs) or other medically necessary smoking cessation medications for the usual copay, depending on the member’s pharmacy benefit (also may require participation in designated behavioral modification programs). Your Kaiser Permanente physician will determine medical necessity and prescribe smoking cessation medications.</p>\n<p>Members can access their regional information and resources by going to <strong><a href=\"http://kp.org/quitsmoking\" target=\"_blank\" rel=\"noopener\">kp.org/quitsmoking</a></strong>. In addition, members can contact their KP medical center/PCP or their Member Services phone number on their ID cards for information and guidance.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">UPMC</h2>\n<p>The UPMC MyHealth Ready to Quit program is here for you!<br />Choose from:<br />• Individual heath coaching by phone<br />• A healthy coach assisted online program<br />• A self-guided workbook program.<br />Call a health coach at <span style=\"color: #872434;\"><strong>800.807.0751</strong></span> to find our more and get started.</p>\n<p>You can also chat with a UPMC health coach through online chat. Just log into <a href=\"http://upmchealthplan.com\" target=\"_blank\" rel=\"noopener\"><strong>upmchealthplan.com</strong></a> and go to<br />“Contact us.”</p>\n<p>Your health plan is committed to helping you achieve your best health. If you think you might be unable to meet the tobacco free standard through these programs, you might qualify for an opportunity to earn the reward of reduced (non-tobacco) premiums by alternative means. Contact the HR Service Center at <a href=\"mailto:HRServiceCenter@owens-minor.com\"><strong>HRServiceCenter@owens-minor.com</strong></a><br />to work with a benefits team member (and, if you wish your doctor) to find a reasonable alternative that is right for you in light of your health status.</p>\n<p>Additional tobacco cessation resources can be found on the Teammate Benefits &amp; Wellness dashboard in Workday.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Removal and Refund of Tobacco Surcharge</strong></span><br />The premium surcharge may be removed by completing the tobacco cessation program offered by Owens &amp; Minor or by completing an approved reasonable alternative within 6 months of the 2024 benefit effective date associated with the first time you or your spouse/domestic partner first identified as a tobacco user. Once you have completed a tobacco cessation program or approved reasonable alternative and provided proof of completion, the premium surcharge will be removed and a retroactive refund of the premium surcharge for that year will be issued as soon as administratively possible. Your proof of completion must be submitted to the HR Service Center at <a href=\"mailto:HRServiceCenter@owens-minor.com\"><strong>HRServiceCenter@owens-minor.com</strong></a> within 10 days of receipt.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Surcharge', '						', 'inherit', 'closed', 'closed', '', '6771-revision-v1', '', '', '2024-08-14 20:30:09', '2024-08-14 20:30:09', '', 6771, 'https://benefitsmyway.mybenefitport.com/?p=7324', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7326, 1, '2024-08-23 02:02:37', '2024-08-23 02:02:37', '', '2024 Qualified Life Event Documentation Requirements', '', 'publish', 'closed', 'closed', '', '2024-qualified-life-event-documentation-requirements', '', '', '2024-08-23 02:02:37', '2024-08-23 02:02:37', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edbdc3df4.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7327, 1, '2024-08-23 02:02:37', '2024-08-23 02:02:37', '', 'Declaration of Domestic Partner + Child(ren)', '', 'publish', 'closed', 'closed', '', 'declaration-of-domestic-partner-children', '', '', '2024-08-23 02:02:37', '2024-08-23 02:02:37', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edbdd45e7.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7328, 1, '2024-08-23 02:02:38', '2024-08-23 02:02:38', '', 'BTA - Benefit Highlight Summary', '', 'publish', 'closed', 'closed', '', 'bta-benefit-highlight-summary', '', '', '2024-08-23 02:02:38', '2024-08-23 02:02:38', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edbecdcdc.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7329, 1, '2024-08-23 02:02:44', '2024-08-23 02:02:44', '', 'Enrollment Reconsideration Request Form (Rev. 1 June 2024)', '', 'publish', 'closed', 'closed', '', 'enrollment-reconsideration-request-form-rev-1-june-2024', '', '', '2024-08-23 02:02:44', '2024-08-23 02:02:44', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edc439d19.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7330, 1, '2024-08-23 02:02:46', '2024-08-23 02:02:46', '', 'Quit_For_Life_Open_Enrollment_Flyer_11072022_high', '', 'publish', 'closed', 'closed', '', 'quit_for_life_open_enrollment_flyer_11072022_high', '', '', '2024-08-23 02:02:46', '2024-08-23 02:02:46', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edc64c68d.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7331, 1, '2024-08-23 02:02:49', '2024-08-23 02:02:49', '', 'Quick Reference Guide - Leaving O&M (Rev. 2 Aug 2024).df', '', 'publish', 'closed', 'closed', '', 'quick-reference-guide-leaving-om-rev-2-aug-2024-df', '', '', '2024-08-23 02:02:49', '2024-08-23 02:02:49', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edc93955a.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7332, 1, '2024-08-23 02:02:55', '2024-08-23 02:02:55', '', 'Owens  Minor Qualified Life Event QRG June 2024', '', 'publish', 'closed', 'closed', '', 'owens-minor-qualified-life-event-qrg-june-2024', '', '', '2024-08-23 02:02:55', '2024-08-23 02:02:55', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edcf6c6e3.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7333, 1, '2024-08-23 02:03:01', '2024-08-23 02:03:01', '', 'Workday HR Enrollment QRG 5.20.2024', '', 'publish', 'closed', 'closed', '', 'workday-hr-enrollment-qrg-5-20-2024', '', '', '2024-08-23 02:03:01', '2024-08-23 02:03:01', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edd522629.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7334, 1, '2024-08-23 02:03:01', '2024-08-23 02:03:01', '', 'Owensminor_EWS_Brochure_English__12042023_high', '', 'publish', 'closed', 'closed', '', 'owensminor_ews_brochure_english__12042023_high', '', '', '2024-08-23 02:03:01', '2024-08-23 02:03:01', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7edd54ccad.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7335, 1, '2024-08-23 02:03:08', '2024-08-23 02:03:08', '', 'Owens  Minor TAP Training_April 2024', '', 'publish', 'closed', 'closed', '', 'owens-minor-tap-training_april-2024', '', '', '2024-08-23 02:03:08', '2024-08-23 02:03:08', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/21/66c7eddcce035.pdf', '0', 'wpfd_file', 'application/pdf', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7337, 1, '2024-08-23 16:44:48', '2024-08-23 16:44:48', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"ENROLL\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\" sticky_enabled=\"0\"]Open Enrollment for 2025 Benefits is October 28 – November 8[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\" sticky_enabled=\"0\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health and Welfare</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Financial Wellness</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/guide_cover_2.png\" alt=\"guide cover\" title_text=\"guide_cover_2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" url_new_window=\"on\" _builder_version=\"4.17.1\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\nLike this website, the 2023 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.17.1\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"77px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"#\"><span style=\"color: #872434;\">example@website.com</a></span> or\ncall <strong>800.555-1212</strong>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"74px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other important information.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-08-23 16:44:48', '2024-08-23 16:44:48', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7337', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7339, 1, '2024-08-23 16:51:31', '2024-08-23 16:51:31', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/eligibility-scaled.jpg\" background_position=\"top_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Eligibility</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.27.0\" custom_margin=\"||30px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">As an Owens &amp; Minor teammate, you’re eligible for benefits if you work 30 hours or more per week.</p>\n<p style=\"font-weight: 400;\">\n<p style=\"font-weight: 400;\">Hawaii teammates who work 20+ hours per week and earn a monthly wage of at least 86.67 times the Hawaii minimum hourly wage are eligible for medical coverage that <span> </span>starts after 30 days of employment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Your Eligible Dependents</h2>\nDuring enrollment, you’ll be asked to verify that your dependents meet the eligibility requirements for coverage. Eligible dependents include:\n\n<span style=\"color: #002856;\"><strong>Your spouse*.\n</strong></span>The individual you’re legally married to.\n\n<span style=\"color: #002856;\"><strong>Your domestic partner*.\n</strong></span>Must be 18+ years old; unmarried; not blood-related; mutually supporting; share a common residence; and be each other’s sole domestic partner.\n\n<span style=\"color: #002856;\"><strong>Your qualified children under the age of 26.</strong></span>\n<strong>Biological</strong>, step, legally adopted, your domestic partner’s children, or lawfully placed with you for legal adoption and/or eligible foster children.\n\n<strong>Your unmarried child who is disabled: Living with you; dependent due to a mental or physical disability.</strong>\n\n *Spouses or domestic partners who have access to other employer insurance cannot enroll under O&M medical, prescription, or dental plans.[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Dependent Eligibility Verification</h2>\n<p><span style=\"color: #002856;\"><strong>Domestic partners<br /></strong></span>For your domestic partner and their eligible children to receive benefits under the Owens &amp; Minor</p>\n<p style=\"font-weight: 400;\">Welfare Benefits Plan, both you and your partner must:</p>\n<ul>\n<li>Complete and sign the Declaration of Domestic Partnership (the “Declaration”). <span></span></li>\n<li>Upload the signed Declaration and appropriate documentation to Workday HR within 31 days of hire/Qualified Life Event or by the end of the Open Enrollment period.</li>\n</ul>\n<p style=\"font-weight: 400;\">For a list of acceptable documentation, refer to the Declaration of Domestic Partnership.</p>\n<p><span style=\"color: #002856;\"><strong>All other dependents</strong></span><br />Owens &amp; Minor reserves the right to audit dependent eligibility. Be sure to keep proof of your dependents’ eligibility in case of an audit. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for a list of supporting documents.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility', '', 'inherit', 'closed', 'closed', '', '5751-revision-v1', '', '', '2024-08-23 16:51:31', '2024-08-23 16:51:31', '', 5751, 'https://benefitsmyway.mybenefitport.com/?p=7339', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7341, 1, '2024-08-23 17:16:05', '2024-08-23 17:16:05', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/contacts-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Vendor Contact Information</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6734\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-52px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for access to a Summary of Benefits Coverage for each of your medical plan options.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||-20px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.21.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'inherit', 'closed', 'closed', '', '6079-revision-v1', '', '', '2024-08-23 17:16:05', '2024-08-23 17:16:05', '', 6079, 'https://benefitsmyway.mybenefitport.com/?p=7341', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7349, 1, '2024-08-23 18:16:25', '2024-08-23 18:16:25', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens & Minor is here to help you choose the best options to meet your unique needs. [/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n[Placeholder][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" background_color=\"#ededed\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>\n<ul>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>2025 Benefits Guide</li>\n<li>Open Enrollment Presentation</li>\n<li>2025 Benefits Highlights</li>\n<li>Open Enrollment Frequently Asked Questions (FAQ)</li>\n</ul>\n</ul>\n</ul>\n<p><span></span></p>\n<p><span></span></p>\n<p><span></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"text-align: center;\">Open Enrollment Presentation</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\" background_enable_color=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn about your benefits options:</strong> Review your Benefits Guide and be sure to look for new offerings for the coming year.</li>\n<li><strong>Consider your coverage needs:</strong> How much healthcare do you anticipate needing? Do you need additional Life Insurance or income protection in the event of an illness or injury?</li>\n<li><strong>Access Workday HR starting October 28.</strong></li>\n<li><strong>Enroll your dependents:</strong> Verify your <a href=\"https://benefitsmyway.mybenefitport.com/eligibility/\"><strong>dependents and their eligibility</strong></a>. Be ready to provide dependent personal information, such as name, date of birth, and Social Security number.</li>\n<li><strong>Designate your beneficiaries</strong> for Life and AD&amp;D Insurance benefits.</li>\n<li><strong>Elect the benefits</strong> that best support you and your family.</li>\n<li><strong>Review your Benefits Summary</strong> for accuracy.</li>\n<li><strong>Complete your enrollment</strong> by November 8.</li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-08-23 18:16:25', '2024-08-23 18:16:25', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7349', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7351, 1, '2024-08-23 18:20:47', '2024-08-23 18:20:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens & Minor is here to help you choose the best options to meet your unique needs. [/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n[Placeholder][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" background_color=\"#ededed\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>\n<ul>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>2025 Benefits Guide</li>\n<li>Open Enrollment Presentation</li>\n<li>2025 Benefits Highlights</li>\n<li>Open Enrollment Frequently Asked Questions (FAQ)</li>\n</ul>\n</ul>\n</ul>\n<p><span></span></p>\n<p><span></span></p>\n<p><span></span></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"text-align: center;\">Open Enrollment Presentation</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\" background_enable_color=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn about your benefits options:</strong> Review your Benefits Guide and be sure to look for new offerings for the coming year.</li>\n<li><strong>Consider your coverage needs:</strong> How much healthcare do you anticipate needing? Do you need additional Life Insurance or income protection in the event of an illness or injury?</li>\n<li><strong>Access Workday HR starting October 28.</strong></li>\n<li><strong>Enroll your dependents:</strong> Verify your <a href=\"https://benefitsmyway.mybenefitport.com/eligibility/\"><strong>dependents and their eligibility</strong></a>. Be ready to provide dependent personal information, such as name, date of birth, and Social Security number.</li>\n<li><strong>Designate your beneficiaries</strong> for Life and AD&amp;D Insurance benefits.</li>\n<li><strong>Elect the benefits</strong> that best support you and your family.</li>\n<li><strong>Review your Benefits Summary</strong> for accuracy.</li>\n<li><strong>Complete your enrollment</strong> by November 8.</li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_text=\"ENROLL\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_css_main_element=\"width: 100%;\" button_alignment=\"center\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-08-23 18:20:47', '2024-08-23 18:20:47', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7351', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7358, 1, '2024-08-23 21:38:45', '2024-08-23 21:38:45', '', 'contacts.csv', '', 'publish', 'closed', 'closed', '', 'contacts-csv', '', '', '2024-08-23 21:38:45', '2024-08-23 21:38:45', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/contacts-csv/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7359, 1, '2024-08-23 21:44:36', '2024-08-23 21:44:36', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/contacts-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Vendor Contact Information</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][ninja_tables id=\"7358\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-52px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for access to a Summary of Benefits Coverage for each of your medical plan options.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||-20px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.21.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'inherit', 'closed', 'closed', '', '6079-revision-v1', '', '', '2024-08-23 21:44:36', '2024-08-23 21:44:36', '', 6079, 'https://benefitsmyway.mybenefitport.com/?p=7359', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7364, 1, '2024-08-25 15:58:42', '2024-08-25 15:58:42', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>YOUR DENTAL PLAN OPTIONS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>We offer dental coverage through Delta <strong><a href=\"https://deltadentalva.com\" target=\"_blank\" rel=\"noopener\">Dental of Virginia</a></strong> to help you maintain that healthy smile.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dental Plans</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" width=\"80%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6765\"]<br />For more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #002856;\"><strong>Both plans provide:</strong></span><br />• Prevention first benefit (Preventive and diagnostic services do not count against the annual maximum.)<br />• Affordable coverage<br />• In-network discounts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-18px||||false|false\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-8px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You<sup>®</sup></h2>\n<p><span>Healthy Smile, Healthy You offers additional benefits for teammates with these health conditions:</span></p>\n<p>• Pregnancy<br />• Diabetes<br />• High-risk cardiac conditions<br />• Cancer treatments<br />• Weakened immune system<br />• Kidney failure or dialysis</p>\n<p>Eligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Pay less for services by seeing a dentist in Delta Dental’s PPO or Premier network. You usually receive a bigger discount on services from a PPO network provider versus a Premier network provider.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '5959-revision-v1', '', '', '2024-08-25 15:58:42', '2024-08-25 15:58:42', '', 5959, 'https://benefitsmyway.mybenefitport.com/?p=7364', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7366, 1, '2024-08-25 16:00:28', '2024-08-25 16:00:28', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/vision-scaled.jpg\" background_position=\"bottom_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>VISION THROUGH UNITEDHEALTHCARE</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Enroll in <a href=\"https://www.whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong>UnitedHealthcare’s Vision Plan</strong></a> to help keep life in focus. The plan covers eye exams, eyeglasses, and contact lenses for you and your eligible dependents.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Coverage Details</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"left\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6760\"]</p>\n<p class=\"p1\">For more information, visit <a href=\"http://whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"s1\">whyuhc.com/owensminor</span></strong></a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"|-23px||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '5971-revision-v1', '', '', '2024-08-25 16:00:28', '2024-08-25 16:00:28', '', 5971, 'https://benefitsmyway.mybenefitport.com/?p=7366', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7368, 1, '2024-08-25 16:07:19', '2024-08-25 16:07:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tobacco-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Tobacco Surcharge and Cessation Programs</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>To promote the health of our teammates, Owens &amp; Minor imposes a premium surcharge for tobacco users if either they and/or their spouse or domestic partner has used tobacco products in the previous six months. Teammates and their spouses/domestic partners who are non-tobacco users will be eligible for the reward of reduced (non-tobacco) premiums.</p>\n<p>A tobacco user is defined as anyone who has used any tobacco products at least four times per week in the last six months, including:</p>\n<ul>\n<li>Cigarettes</li>\n<li>Cigars</li>\n<li>Chewing tobacco</li>\n<li>Snuff</li>\n<li>Pipe tobacco</li>\n</ul>\n<p style=\"font-weight: 400;\">This information is self-reported in Workday HR during enrollment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Tobacco Cessation Programs</h2>\n<p>Owens &amp; Minor provides multiple tobacco cessation programs to help you lead a healthier life while lowering your out-of-pocket medical costs. If you are unable to meet the standard of being tobacco-free, you can earn the reward of reduced (non-tobacco) premiums by completing one of the following Tobacco Cessation programs.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Removal and Refund of Tobacco Surcharge</strong></span><br />The premium surcharge may be removed by completing the tobacco cessation program offered by Owens &amp; Minor or by completing an approved reasonable alternative within 6 months of the 2024 benefit effective date associated with the first time you or your spouse/domestic partner first identified as a tobacco user. Once you have completed a tobacco cessation program or approved reasonable alternative and provided proof of completion, the premium surcharge will be removed and a retroactive refund of the premium surcharge for that year will be issued as soon as administratively possible. Your proof of completion must be submitted to the HR Service Center at <a href=\"mailto:HRServiceCenter@owens-minor.com\"><strong>HRServiceCenter@owens-minor.com</strong></a> within 10 days of receipt.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Surcharge', '						', 'inherit', 'closed', 'closed', '', '6771-revision-v1', '', '', '2024-08-25 16:07:19', '2024-08-25 16:07:19', '', 6771, 'https://benefitsmyway.mybenefitport.com/?p=7368', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7370, 1, '2024-08-25 16:09:07', '2024-08-25 16:09:07', '[et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\" template_type=\"module\"][et_pb_accordion_item title=\"UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><strong>AT FIRST<br /></strong>You pay a copay for office visits and prescriptions and the full cost of other covered services</p>\n<p style=\"text-align: center;\"><strong>MEET DEDUCTIBLE</strong><br />You and the plan share costs (coinsurance)<br />Share costs</p>\n<p style=\"text-align: center;\"><strong>REACH OUT-OF-POCKET MAX<br /></strong>Plan pays 100% Plan pays</p>\n<p style=\"text-align: center;\">[UHC PPO Core Plan Chart]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"UHC $3,200 High Deductible Health Plan w/Optional Health Savings Account:\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><strong>AT FIRST<br /></strong>You pay 100% for medical services and prescriptions<br />(HSA can be used to pay for expenses)<br />You pay </p>\n<p style=\"text-align: center;\"><strong>MEET DEDUCTIBLE<br /></strong>You and the plan share costs<br />(HSA can be used to pay for expenses)<br />Share costs</p>\n<p style=\"text-align: center;\"><strong>REACH OUT-OF-POCKET MAX<br /></strong>Plan pays 100%<br />Plan pays</p>\n<p style=\"text-align: center;\">[UHC $3,200 HDHP w/ Optional HSA Chart]</p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"UHC $3,200 High Deductible Health Plan w/Optional HSA\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><strong> AT FIRST</strong><br />You pay a fixed price (copay) for medical services and prescriptions (FSA can be used to pay for expenses)<br />You pay </p>\n<p style=\"text-align: center;\"><strong>REACH OUT-OF-POCKET MAX</strong><br />Plan pays 100% after copays accumulate and you hit the individual or family maximum<br />Plan pays</p>\n<p>Plan pays 100% for in-network preventive care</p>\n<p>Give your doctor’s office this information: The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</p>\n<p>[Surest PPO Plan Chart]</p>\n<p>For more info, visit the UnitedHealthcare and Surest websites:</p>\n<p>• UnitedHealthcare</p>\n<p>• <strong><a href=\"https://join.surest.com/OwensMinor\" target=\"_blank\" rel=\"noopener\">Surest</a></strong> (Access Code: OwensMinor2025)</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Surest PPO Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>With this plan, there’s no deductible or coinsurance. Instead, all your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. So you know the cost of your treatment options before you go to the doctor. If you enroll in this option, you can enroll in a Health Care Flexible Spending Account.</p>\n<p><img src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/3.jpg\" width=\"2556\" height=\"496\" alt=\"\" class=\"wp-image-6717 size-full\" /></p><hr>\n<p>[ninja_tables id=\"6720\"]</p>\n<h6>1 Costs vary depending on type of treatment.<br />2 Copay waived if admitted within 24 hours.<br />* Specialty must be filled through Optum Specialty Pharmacy (Mail Order only).<br />For more information, visit the UnitedHealthcare (UHC) and Surest websites:<br />• UnitedHealthcare (UHC): <span style=\"color: #ff0000;\"><strong><a href=\"http://whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\" style=\"color: #872434;\">whyuhc.com/owensminor</a></strong></span><br />• Surest:<span style=\"color: #872434;\"><strong><a href=\"http://join.surest.com/OwensMinor\" target=\"_blank\" rel=\"noopener\" style=\"color: #872434;\"> join.surest.com/OwensMinor</a></strong></span> (Access Code: OwensMinor2024)</h6>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion]', 'Accordion', '', 'publish', 'closed', 'closed', '', 'accordion-2', '', '', '2024-08-25 16:09:07', '2024-08-25 16:09:07', '', '0', 'https://benefitsmyway.mybenefitport.com/et_pb_layout/accordion-2/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7372, 1, '2024-08-25 16:14:55', '2024-08-25 16:14:55', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tobacco-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Tobacco Surcharge and Cessation Programs</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>To promote the health of our teammates, Owens &amp; Minor imposes a premium surcharge for tobacco users if either they and/or their spouse or domestic partner has used tobacco products in the previous six months. Teammates and their spouses/domestic partners who are non-tobacco users will be eligible for the reward of reduced (non-tobacco) premiums.</p>\n<p>A tobacco user is defined as anyone who has used any tobacco products at least four times per week in the last six months, including:</p>\n<ul>\n<li>Cigarettes</li>\n<li>Cigars</li>\n<li>Chewing tobacco</li>\n<li>Snuff</li>\n<li>Pipe tobacco</li>\n</ul>\n<p style=\"font-weight: 400;\">This information is self-reported in Workday HR during enrollment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Tobacco Cessation Programs</h2>\n<p>Owens &amp; Minor provides multiple tobacco cessation programs to help you lead a healthier life while lowering your out-of-pocket medical costs. If you are unable to meet the standard of being tobacco-free, you can earn the reward of reduced (non-tobacco) premiums by completing one of the following Tobacco Cessation programs.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"25px||||false|false\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"For Teammates  with a UnitedHealthcare or Surest Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Quit For Life® is designed to give you the confidence you need to quit tobacco for good. Get a personalized quit plan and 1:1 access to coaches via phone, chat, or text. Plus, get group video sessions and more, all at no additional cost, with your UHC or Surest medical plan.</p>\n<p>PLUS, receive a Quit Kit that includes Nicotine Replacement Therapy like gum or patches to help conquer cravings.</p>\n<p>Get started at <strong><a href=\"https://quitnow.net\" target=\"_blank\" rel=\"noopener\">quitnow.net</a></strong> or call <strong>(866) 784-8454</strong> TTY 711.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"For Teammates with a Kaiser Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\" sticky_enabled=\"0\"]<p>Kaiser offers multiple tobacco cessation programs that combine counseling, behavior modification, and medication support. Classes and telephone support are usually offered at no cost to teammates, and the online tobacco cessation program is free. Teammates can also be prescribed over-the-counter nicotine replacement therapy at a discount or other medically necessary smoking cessation medications for the usual copay, depending on the teammate’s pharmacy benefit (also may require participation in designated behavioral modification programs). Your Kaiser Permanente physician will determine medical necessity.</p>\n<p style=\"font-weight: 400;\"><span>To engage in one of Kaiser’s Healthy Lifestyle Programs, including tobacco cessation, you will need to first take the Total Health Assessment at <strong><a href=\"https://healthy.kaiserpermanente.org/health-wellness/health-assessment?kp_shortcut_referrer=kp.org/tha\" target=\"_blank\" rel=\"noopener\">kp.org/tha</a></strong></span><span></span><span>. You can also contact your KP medical center/PCP or the Member Services phone number on your ID card for more information.</span></p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"For Teammates with a UPMC Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">The UPMC <em>My</em>Health Ready to Quit<span>™</span><span> program is here for you!</span></p>\n<p style=\"font-weight: 400;\"><span>Choose from:</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><span> </span><span>Individual health coaching by phone</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>A health coach-assisted online program</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>A self-guided workbook program</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span> </span><span>Call a health coach at </span><span><strong>(800) 807-0751 </strong></span><span>to learn more and get started. You can also chat online with a UPMC health coach. Just log in to </span><a href=\"https://upmchealthplan.com\" target=\"_blank\" rel=\"noopener\">upmchealthplan.com </a><span></span><span>and go to “Contact us.”</span></p>\n<p style=\"font-weight: 400;\">If you think you might be unable to meet the tobacco-free standard through these programs, you might qualify for an opportunity to earn reduced (non-tobacco) premiums by alternative means. </p>\n<p style=\"font-weight: 400;\">Contact the O&amp;M Benefits Solutions Team (or your doctor) to find a reasonable alternative that is right for you.</p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #002856;\"><strong>Removal and Refund of Tobacco Surcharge</strong></span><br />The premium surcharge may be removed by completing the tobacco cessation program offered by Owens &amp; Minor or an approved reasonable alternative. This must be done within six months of the 2025 benefit effective date associated with the first time you or your spouse/domestic partner first identified as a tobacco user. Once the surcharge is removed, a retroactive refund of the premium surcharge for that year will be issued as soon as administratively possible.</p>\n<p style=\"font-weight: 400;\">Your proof of completion must be submitted to the <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> within 10 days of receipt.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Surcharge', '						', 'inherit', 'closed', 'closed', '', '6771-revision-v1', '', '', '2024-08-25 16:14:55', '2024-08-25 16:14:55', '', 6771, 'https://benefitsmyway.mybenefitport.com/?p=7372', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7373, 1, '2024-08-25 16:16:42', '2024-08-25 16:16:42', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tobacco-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Tobacco Surcharge and Cessation Programs</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>To promote the health of our teammates, Owens &amp; Minor imposes a premium surcharge for tobacco users if either they and/or their spouse or domestic partner has used tobacco products in the previous six months. Teammates and their spouses/domestic partners who are non-tobacco users will be eligible for the reward of reduced (non-tobacco) premiums.</p>\n<p>A tobacco user is defined as anyone who has used any tobacco products at least four times per week in the last six months, including:</p>\n<ul>\n<li>Cigarettes</li>\n<li>Cigars</li>\n<li>Chewing tobacco</li>\n<li>Snuff</li>\n<li>Pipe tobacco</li>\n</ul>\n<p style=\"font-weight: 400;\">This information is self-reported in Workday HR during enrollment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Tobacco Cessation Programs</h2>\n<p>Owens &amp; Minor provides multiple tobacco cessation programs to help you lead a healthier life while lowering your out-of-pocket medical costs. If you are unable to meet the standard of being tobacco-free, you can earn the reward of reduced (non-tobacco) premiums by completing one of the following Tobacco Cessation programs.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"For Teammates  with a UnitedHealthcare or Surest Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]Quit For Life<SUP STYLE=\"font-size:6pt\">®</sup> is designed to give you the confidence you need to quit tobacco for good. Get a personalized quit plan and 1:1 access to coaches via phone, chat, or text. Plus, get group video sessions and more, all at no additional cost, with your UHC or Surest medical plan.\n\nPLUS, receive a Quit Kit that includes Nicotine Replacement Therapy like gum or patches to help conquer cravings.\n\nGet started at <strong><a href=\"https://quitnow.net\" target=\"_blank\" rel=\"noopener\">quitnow.net</a></strong> or call <strong>(866) 784-8454</strong> TTY 711.[/et_pb_accordion_item][et_pb_accordion_item title=\"For Teammates with a Kaiser Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>Kaiser offers multiple tobacco cessation programs that combine counseling, behavior modification, and medication support. Classes and telephone support are usually offered at no cost to teammates, and the online tobacco cessation program is free. Teammates can also be prescribed over-the-counter nicotine replacement therapy at a discount or other medically necessary smoking cessation medications for the usual copay, depending on the teammate’s pharmacy benefit (also may require participation in designated behavioral modification programs). Your Kaiser Permanente physician will determine medical necessity.</p>\n<p style=\"font-weight: 400;\"><span>To engage in one of Kaiser’s Healthy Lifestyle Programs, including tobacco cessation, you will need to first take the Total Health Assessment at <strong><a href=\"https://healthy.kaiserpermanente.org/health-wellness/health-assessment?kp_shortcut_referrer=kp.org/tha\" target=\"_blank\" rel=\"noopener\">kp.org/tha</a></strong></span><span></span><span>. You can also contact your KP medical center/PCP or the Member Services phone number on your ID card for more information.</span></p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"For Teammates with a UPMC Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">The UPMC <em>My</em>Health Ready to Quit<span>™</span><span> program is here for you!</span></p>\n<p style=\"font-weight: 400;\"><span>Choose from:</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><span> </span><span>Individual health coaching by phone</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>A health coach-assisted online program</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>A self-guided workbook program</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span> </span><span>Call a health coach at </span><span><strong>(800) 807-0751 </strong></span><span>to learn more and get started. You can also chat online with a UPMC health coach. Just log in to </span><a href=\"https://upmchealthplan.com\" target=\"_blank\" rel=\"noopener\">upmchealthplan.com </a><span></span><span>and go to “Contact us.”</span></p>\n<p style=\"font-weight: 400;\">If you think you might be unable to meet the tobacco-free standard through these programs, you might qualify for an opportunity to earn reduced (non-tobacco) premiums by alternative means. </p>\n<p style=\"font-weight: 400;\">Contact the O&amp;M Benefits Solutions Team (or your doctor) to find a reasonable alternative that is right for you.</p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Removal and Refund of Tobacco Surcharge</strong></span><br />The premium surcharge may be removed by completing the tobacco cessation program offered by Owens &amp; Minor or an approved reasonable alternative. This must be done within six months of the 2025 benefit effective date associated with the first time you or your spouse/domestic partner first identified as a tobacco user. Once the surcharge is removed, a retroactive refund of the premium surcharge for that year will be issued as soon as administratively possible.</p>\n<p style=\"font-weight: 400;\">Your proof of completion must be submitted to the <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> within 10 days of receipt.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Surcharge', '						', 'inherit', 'closed', 'closed', '', '6771-revision-v1', '', '', '2024-08-25 16:16:42', '2024-08-25 16:16:42', '', 6771, 'https://benefitsmyway.mybenefitport.com/?p=7373', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7375, 1, '2024-08-25 16:22:31', '2024-08-25 16:22:31', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/supplemental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Supplemental Medical Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Supplemental insurance provides an additional layer of financial protection for you and your family. These benefits will help cover extra out-of-pocket expenses if you suffer an unexpected, serious illness or qualifying accident.[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"accident\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Accident Insurance</h2>\n<p>Accident insurance through Cigna supplements your primary medical plan by providing cash benefits for accidental injury. You can use this money to pay medical expenses not covered by your medical plan, like copays or even everyday living expenses. Benefits are paid directly to you unless otherwise assigned. Amounts depend on the type of injury and medical services received.</p>\n<p style=\"font-weight: 400;\"><strong>Choose from two options:</strong><strong> </strong></p>\n<ul>\n<li style=\"font-weight: 400;\">Standard Plan</li>\n<li style=\"font-weight: 400;\">Enhanced Plan</li>\n</ul>\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Documents Library</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"critical\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Critical Illness Insurance</h2>\n<p>Critical Illness insurance through Cigna protects against the financial impact of certain illnesses, such as a heart attack, cancer, or stroke. You receive a lump-sum benefit to cover out-of-pocket medical expenses, coinsurance, or living expenses. It’s paid directly to you unless otherwise assigned. </p>\n<p style=\"font-weight: 400;\"><strong>Choose from two options:</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">$10,000</li>\n<li style=\"font-weight: 400;\">$20,000</li>\n</ul>\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"hospital\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Hospital Indemnity Insurance</h2>\n<p>A trip to the hospital can be stressful. Even if you’re covered by an O&amp;M medical plan, you still may be responsible for copays, deductibles, and other out-of-pocket costs. The Hospital Indemnity Plan through Cigna can offset your share of the costs associated with hospital stays.</p>\n<p style=\"font-weight: 400;\"> <strong>Choose from two benefit plan options:<span>  </span></strong></p>\n<p style=\"font-weight: 400;\">[Hospital Indemnity Chart]</p>\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a>.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Insurance', '						', 'inherit', 'closed', 'closed', '', '7132-revision-v1', '', '', '2024-08-25 16:22:31', '2024-08-25 16:22:31', '', 7132, 'https://benefitsmyway.mybenefitport.com/?p=7375', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7377, 1, '2024-08-25 16:23:56', '2024-08-25 16:23:56', '', 'Hospital Indemnity', '', 'publish', 'closed', 'closed', '', 'contacts-csv-duplicate', '', '', '2024-08-25 16:24:10', '2024-08-25 16:24:10', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/contacts-csv-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7378, 1, '2024-08-25 16:31:34', '2024-08-25 16:31:34', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/supplemental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Supplemental Medical Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Supplemental insurance provides an additional layer of financial protection for you and your family. These benefits will help cover extra out-of-pocket expenses if you suffer an unexpected, serious illness or qualifying accident.[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"accident\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Accident Insurance</h2>\n<p>Accident insurance through Cigna supplements your primary medical plan by providing cash benefits for accidental injury. You can use this money to pay medical expenses not covered by your medical plan, like copays or even everyday living expenses. Benefits are paid directly to you unless otherwise assigned. Amounts depend on the type of injury and medical services received.</p>\n<p style=\"font-weight: 400;\"><strong>Choose from two options:</strong><strong> </strong></p>\n<ul>\n<li style=\"font-weight: 400;\">Standard Plan</li>\n<li style=\"font-weight: 400;\">Enhanced Plan</li>\n</ul>\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Documents Library</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"critical\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Critical Illness Insurance</h2>\n<p>Critical Illness insurance through Cigna protects against the financial impact of certain illnesses, such as a heart attack, cancer, or stroke. You receive a lump-sum benefit to cover out-of-pocket medical expenses, coinsurance, or living expenses. It’s paid directly to you unless otherwise assigned. </p>\n<p style=\"font-weight: 400;\"><strong>Choose from two options:</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">$10,000</li>\n<li style=\"font-weight: 400;\">$20,000</li>\n</ul>\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"hospital\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Hospital Indemnity Insurance</h2>\n<p>A trip to the hospital can be stressful. Even if you’re covered by an O&amp;M medical plan, you still may be responsible for copays, deductibles, and other out-of-pocket costs. The Hospital Indemnity Plan through Cigna can offset your share of the costs associated with hospital stays.</p>\n<p style=\"font-weight: 400;\"> <strong>Choose from two benefit plan options:<span>  </span></strong></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7377\"]</p>\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a>.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Insurance', '						', 'inherit', 'closed', 'closed', '', '7132-revision-v1', '', '', '2024-08-25 16:31:34', '2024-08-25 16:31:34', '', 7132, 'https://benefitsmyway.mybenefitport.com/?p=7378', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7380, 1, '2024-08-25 16:40:15', '2024-08-25 16:40:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tap-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Your Well-Being</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>We are committed to supporting you with valuable resources to help you manage and maintain your mental and physical health, as well as your work-life balance.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Assistance Program (TAP)</h2>\n<p>Life’s pressures can affect your physical, emotional, and mental health. TAP, with Live and Work Well through Optum, helps you find the resources you need to get back on track — at no extra cost. </p>\n<p style=\"font-weight: 400;\">Turn to TAP for help with:</p>\n<ul>\n<li style=\"font-weight: 400;\">Finding work-life balance</li>\n<li style=\"font-weight: 400;\">Finding child and elder care</li>\n<li style=\"font-weight: 400;\">Handling grief and loss</li>\n<li style=\"font-weight: 400;\">Living within a realistic budget</li>\n<li style=\"font-weight: 400;\">Addressing addiction and recovery</li>\n<li style=\"font-weight: 400;\">Dealing with identity theft</li>\n</ul>\n<p style=\"font-weight: 400;\">Support is just a phone call away. Visit <a href=\"https://www.liveandworkwell.com/en/public\" target=\"_blank\" rel=\"noopener\"><strong>liveandworkwell.com</strong></a> or call <strong>(866) 374-6061</strong> to connect with a licensed behavioral health professional in your area. (Company code: <strong>owensminor</strong>)</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Optum Mental Health Awareness Toolkits</h2>\n<p>Optum launches a new teammate toolkit each month including articles, trainings, tip sheets, and more — on relevant and trending topics to help support your health and well-being at work, home, and at play. Access the toolkit <strong><a href=\"https://optumwellbeing.com/newthismonth/en-US\" target=\"_blank\" rel=\"noopener\">here</a></strong> using our company code: owensminor.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'TAP', '						', 'inherit', 'closed', 'closed', '', '7260-revision-v1', '', '', '2024-08-25 16:40:15', '2024-08-25 16:40:15', '', 7260, 'https://benefitsmyway.mybenefitport.com/?p=7380', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7382, 1, '2024-08-25 16:41:29', '2024-08-25 16:41:29', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/service-awards-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Service Awards</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Service Awards', '						', 'inherit', 'closed', 'closed', '', '7195-revision-v1', '', '', '2024-08-25 16:41:29', '2024-08-25 16:41:29', '', 7195, 'https://benefitsmyway.mybenefitport.com/?p=7382', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7384, 1, '2024-08-25 16:42:12', '2024-08-25 16:42:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/recognition-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Recognition', '						', 'inherit', 'closed', 'closed', '', '7202-revision-v1', '', '', '2024-08-25 16:42:12', '2024-08-25 16:42:12', '', 7202, 'https://benefitsmyway.mybenefitport.com/?p=7384', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7387, 1, '2024-08-25 16:42:53', '2024-08-25 16:42:53', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/referral-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Referral Program</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Referral Program', '						', 'inherit', 'closed', 'closed', '', '7208-revision-v1', '', '', '2024-08-25 16:42:53', '2024-08-25 16:42:53', '', 7208, 'https://benefitsmyway.mybenefitport.com/?p=7387', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7388, 1, '2024-08-25 16:43:30', '2024-08-25 16:43:30', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Compensation-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Compensation</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Compensation', '						', 'inherit', 'closed', 'closed', '', '7215-revision-v1', '', '', '2024-08-25 16:43:30', '2024-08-25 16:43:30', '', 7215, 'https://benefitsmyway.mybenefitport.com/?p=7388', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7390, 1, '2024-08-25 16:44:09', '2024-08-25 16:44:09', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/pto-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Paid Time Off</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Paid Time Off', '						', 'inherit', 'closed', 'closed', '', '7221-revision-v1', '', '', '2024-08-25 16:44:09', '2024-08-25 16:44:09', '', 7221, 'https://benefitsmyway.mybenefitport.com/?p=7390', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7392, 1, '2024-08-25 16:44:49', '2024-08-25 16:44:49', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Tuition-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Tuition Reimbursement</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tuition Reimbursement', '						', 'inherit', 'closed', 'closed', '', '7227-revision-v1', '', '', '2024-08-25 16:44:49', '2024-08-25 16:44:49', '', 7227, 'https://benefitsmyway.mybenefitport.com/?p=7392', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7395, 1, '2024-08-25 16:45:41', '2024-08-25 16:45:41', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/adoption-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Adoption Assistance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '7233-revision-v1', '', '', '2024-08-25 16:45:41', '2024-08-25 16:45:41', '', 7233, 'https://benefitsmyway.mybenefitport.com/?p=7395', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7397, 1, '2024-08-25 16:49:12', '2024-08-25 16:49:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Aditional-Benefits-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Additional Benefits</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Auto and Home Insurance</h2>\n<p>Farmers GroupSelect gives you access to personal insurance policies, including home, auto, rental, condo, and recreational vehicle and boat coverage. Save up to 15% when you purchase this coverage through Owens &amp; Minor. Contact Farmers GroupSelect for no-obligation quotes and cost comparisons by calling <strong>(800) 438-6381</strong>. The company code is <strong>BVP</strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Cancer Resource Services</h2>\n<p>After a cancer diagnosis, it may be difficult to know what the next step is. UHC medical plan enrollees have access to Cancer Resource Services, which provides you with the support you need to navigate each step in your cancer journey. Your concierge will help you understand your options, answer your questions, and check in with you along the way so you can focus on your health and recovery.</p>\n<p style=\"font-weight: 400;\">\n<p style=\"font-weight: 400;\">A representative from Cancer Resource Services will contact you if your medical claims indicate you would benefit from the program.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Commuter Benefits</h2>\n<p>Pay for the expense of commuting with pre-tax dollars and save on your taxes. You decide how much to contribute, and the money is deducted from your paycheck automatically. You can contribute pre-tax dollars up to the IRS monthly limit of $300 for transit and parking. Enroll or change contribution amounts by the 25th of each month, anytime during the year.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Pet Insurance</h2>\n<p>MetLife provides coverage to protect your furry family members’ health and your finances. This plan offers reimbursement of up to 90% of covered expenses from any licensed veterinarian in the U.S. The MetLife mobile app allows quick claim submission and reimbursement along with other benefits, such as retail discounts and access to 24/7 vet telehealth. Enroll anytime during the year by calling <strong>(800) GET-MET8</strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">PerkSpot</h2>\n<p>Never miss a deal! From travel to electronics, with PerkSpot you can choose from over 25 different categories of perks and save money. Start by creating your account at <a href=\"https://owens-minor.perkspot.com\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor.perkspot.com</strong></a>. Use access code: <strong>OwensMinor</strong>. Once you register, you can download the PerkSpot mobile app for deals anytime, anywhere.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Additional Benefits', '						', 'inherit', 'closed', 'closed', '', '7239-revision-v1', '', '', '2024-08-25 16:49:12', '2024-08-25 16:49:12', '', 7239, 'https://benefitsmyway.mybenefitport.com/?p=7397', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7399, 1, '2024-08-25 16:54:49', '2024-08-25 16:54:49', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/leaves-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Leaves of Absence</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions</h2>\n<ul>\n<li>When do I need to apply for a leave of absence?</li>\n<li>How do I request a leave of absence?</li>\n<li>What are the Absence Management Service Center’s operation hours?</li>\n<li>When I call to report my leave of absence, what questions will I be asked?</li>\n<li>Where do I submit my leave certification documents?</li>\n<li>What is Owens &amp; Minor’s call-in procedure during a leave of absence?</li>\n<li>What is the Return-to-Work process?</li>\n<li>What happens with benefit premiums while I am on a leave of absence?</li>\n<li>What happens if I experience an IRS Recognized Qualified Life Event or Change in Benefits while on leave?</li>\n</ul>\n<p style=\"font-weight: 400;\">The Disability Management Guide can provide you with more information about leaves of absence, as well as answers to frequently asked questions. Click below to learn more.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><span style=\"font-weight: 400;\">[insert linkable graphic of Disability Management Guide</span><span style=\"font-weight: 400;\">]</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Leaves of Absence', '						', 'inherit', 'closed', 'closed', '', '7189-revision-v1', '', '', '2024-08-25 16:54:49', '2024-08-25 16:54:49', '', 7189, 'https://benefitsmyway.mybenefitport.com/?p=7399', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7401, 1, '2024-08-25 16:58:48', '2024-08-25 16:58:48', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Teammate Stock Purchase Plan (TSPP)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Stock Purchase Plan (TSPP)</h2>\n<p>The Owens &amp; Minor, Inc., TSPP provides teammates the option to purchase Owens &amp; Minor stock at a 15% discount through payroll deduction. You are eligible to enroll after 30 days of employment if you are scheduled to work at least 20 hours per week. </p>\n<p style=\"font-weight: 400;\">Enrollment for U.S. eligible teammates is twice a year during each enrollment period. At the end of the Offering Period, Owens &amp; Minor shares are purchased on your behalf on the Stock Purchase Date(s) at the 15% discounted price. Shares are then deposited in your Fidelity Brokerage account.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400; text-align: center;\">[Chart: Teammate Stock Purchase Plan]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Visit <a href=\"https://%20www.netbenefits.com\" target=\"_blank\" rel=\"noopener\"><strong>netbenefits.com </strong></a>to enroll, or call a Fidelity Stock Plan Services representative at <strong>(800) 544-9354</strong>. You can manage both your 401(k) and TSPP accounts at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>. For complete details, including information about your investment options, visit <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>.</p>[/et_pb_text][et_pb_cta title=\"Have you named a beneficiary?\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">It’s important to designate a beneficiary to receive the value of your 401(k) and TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #ffffff;\"><strong>401k.com</strong></span>.</a></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'inherit', 'closed', 'closed', '', '7177-revision-v1', '', '', '2024-08-25 16:58:48', '2024-08-25 16:58:48', '', 7177, 'https://benefitsmyway.mybenefitport.com/?p=7401', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7403, 1, '2024-08-25 16:59:39', '2024-08-25 16:59:39', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Teammate Stock Purchase Plan (TSPP)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Stock Purchase Plan (TSPP)</h2>\n<p>The Owens &amp; Minor, Inc., TSPP provides teammates the option to purchase Owens &amp; Minor stock at a 15% discount through payroll deduction. You are eligible to enroll after 30 days of employment if you are scheduled to work at least 20 hours per week. </p>\n<p style=\"font-weight: 400;\">Enrollment for U.S. eligible teammates is twice a year during each enrollment period. At the end of the Offering Period, Owens &amp; Minor shares are purchased on your behalf on the Stock Purchase Date(s) at the 15% discounted price. Shares are then deposited in your Fidelity Brokerage account.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400; text-align: center;\">[Chart: Teammate Stock Purchase Plan]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Visit <a href=\"https://%20www.netbenefits.com\" target=\"_blank\" rel=\"noopener\"><strong>netbenefits.com </strong></a>to enroll, or call a Fidelity Stock Plan Services representative at <strong>(800) 544-9354</strong>. You can manage both your 401(k) and TSPP accounts at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>. For complete details, including information about your investment options, visit <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>.</p>[/et_pb_text][et_pb_cta title=\"Have you named a beneficiary?\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"35px||||false|false\"]<p style=\"font-weight: 400;\">It’s important to designate a beneficiary to receive the value of your 401(k) and TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #ffffff;\"><strong>401k.com</strong></span>.</a></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'inherit', 'closed', 'closed', '', '7177-revision-v1', '', '', '2024-08-25 16:59:39', '2024-08-25 16:59:39', '', 7177, 'https://benefitsmyway.mybenefitport.com/?p=7403', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7406, 1, '2024-08-25 18:59:58', '2024-08-25 18:59:58', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Disability Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">We offer Disability insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability insurance on the first of the month following 180 days of employment.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company Paid Short-Term Disability\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Short-Term Disability (STD) coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ <span>compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.</span><span> </span></p>\n<p style=\"font-weight: 400;\"><span>[Chart – Short-Term Disability Plan Summary]</span></p>\n<p style=\"font-weight: 400;\"><span></span></p>\n<h6 style=\"font-weight: 400;\"><span>*</span><span></span><span>For detailed eligibility and waiting period information, please refer to </span><span>your plan documents.<br /></span><span>**Maximum payment period is based on the first day benefits become </span><span>payable, not on the first day you are disabled.</span></h6>\n<p><span></span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Long-Term Disability\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Following 180 days of employment, you will have 31 days to elect this benefit, which you pay for.</p>\n<p style=\"font-weight: 400;\"><span>Enroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at </span><span><strong>(800) 463-3819</strong></span><span><strong>. </strong></span></p>\n<p style=\"font-weight: 400;\"><span>Long-Term Disability (LTD) coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.</span></p>\n<p style=\"font-weight: 400;\"><span>[Chart --  Long-Term Disability Plan Summary]</span></p>\n<h6 style=\"font-weight: 400;\"><span>*Depending on your age at the time of disability, your benefits may be </span><span>subject to a different schedule. Refer to the Maximum Benefit Period </span><span>table, which can be found in your plan documents.</span></h6>\n<p>&nbsp;</p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'inherit', 'closed', 'closed', '', '7183-revision-v1', '', '', '2024-08-25 18:59:58', '2024-08-25 18:59:58', '', 7183, 'https://benefitsmyway.mybenefitport.com/?p=7406', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7408, 1, '2024-08-25 19:00:16', '2024-08-25 19:00:16', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Disability Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">We offer Disability insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability insurance on the first of the month following 180 days of employment.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"25px||||false|false\"][et_pb_accordion_item title=\"Company Paid Short-Term Disability\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Short-Term Disability (STD) coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ <span>compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.</span><span> </span></p>\n<p style=\"font-weight: 400;\"><span>[Chart – Short-Term Disability Plan Summary]</span></p>\n<p style=\"font-weight: 400;\"><span></span></p>\n<h6 style=\"font-weight: 400;\"><span>*</span><span></span><span>For detailed eligibility and waiting period information, please refer to </span><span>your plan documents.<br /></span><span>**Maximum payment period is based on the first day benefits become </span><span>payable, not on the first day you are disabled.</span></h6>\n<p><span></span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Long-Term Disability\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Following 180 days of employment, you will have 31 days to elect this benefit, which you pay for.</p>\n<p style=\"font-weight: 400;\"><span>Enroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at </span><span><strong>(800) 463-3819</strong></span><span><strong>. </strong></span></p>\n<p style=\"font-weight: 400;\"><span>Long-Term Disability (LTD) coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.</span></p>\n<p style=\"font-weight: 400;\"><span>[Chart --  Long-Term Disability Plan Summary]</span></p>\n<h6 style=\"font-weight: 400;\"><span>*Depending on your age at the time of disability, your benefits may be </span><span>subject to a different schedule. Refer to the Maximum Benefit Period </span><span>table, which can be found in your plan documents.</span></h6>\n<p>&nbsp;</p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'inherit', 'closed', 'closed', '', '7183-revision-v1', '', '', '2024-08-25 19:00:16', '2024-08-25 19:00:16', '', 7183, 'https://benefitsmyway.mybenefitport.com/?p=7408', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7409, 1, '2024-08-25 19:01:32', '2024-08-25 19:01:32', '', 'Short Term Disability', '', 'publish', 'closed', 'closed', '', 'hospital-indemnity-duplicate', '', '', '2024-08-25 19:01:52', '2024-08-25 19:01:52', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/hospital-indemnity-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7411, 1, '2024-08-25 19:06:00', '2024-08-25 19:06:00', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Disability Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">We offer Disability insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability insurance on the first of the month following 180 days of employment.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company Paid Short-Term Disability\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Short-Term Disability (STD) coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ <span>compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.</span><span> </span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7409\"]<span></span></p>\n<h6 style=\"font-weight: 400;\"><span>*</span><span></span><span>For detailed eligibility and waiting period information, please refer to </span><span>your plan documents.<br /></span><span>**Maximum payment period is based on the first day benefits become </span><span>payable, not on the first day you are disabled.</span></h6>\n<p><span></span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Long-Term Disability\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">Following 180 days of employment, you will have 31 days to elect this benefit, which you pay for.</p>\n<p style=\"font-weight: 400;\"><span>Enroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at </span><span><strong>(800) 463-3819</strong></span><span><strong>. </strong></span></p>\n<p style=\"font-weight: 400;\"><span>Long-Term Disability (LTD) coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.</span></p>\n<p style=\"font-weight: 400;\"><span>[Chart --  Long-Term Disability Plan Summary]</span></p>\n<h6 style=\"font-weight: 400;\"><span>*Depending on your age at the time of disability, your benefits may be </span><span>subject to a different schedule. Refer to the Maximum Benefit Period </span><span>table, which can be found in your plan documents.</span></h6>\n<p>&nbsp;</p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'inherit', 'closed', 'closed', '', '7183-revision-v1', '', '', '2024-08-25 19:06:00', '2024-08-25 19:06:00', '', 7183, 'https://benefitsmyway.mybenefitport.com/?p=7411', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7412, 1, '2024-08-25 19:11:21', '2024-08-25 19:11:21', '', 'Long Term Disability', '', 'publish', 'closed', 'closed', '', 'short-term-disability-duplicate', '', '', '2024-08-25 19:11:35', '2024-08-25 19:11:35', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/short-term-disability-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7413, 1, '2024-08-25 19:14:35', '2024-08-25 19:14:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Disability Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">We offer Disability insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability insurance on the first of the month following 180 days of employment.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Company Paid Short-Term Disability\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Short-Term Disability (STD) coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ <span>compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.</span><span> </span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7409\"]<span></span></p>\n<h6 style=\"font-weight: 400;\"><span>*</span><span></span><span>For detailed eligibility and waiting period information, please refer to </span><span>your plan documents.<br /></span><span>**Maximum payment period is based on the first day benefits become </span><span>payable, not on the first day you are disabled.</span></h6>\n<p><span></span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Long-Term Disability\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Following 180 days of employment, you will have 31 days to elect this benefit, which you pay for.</p>\n<p style=\"font-weight: 400;\"><span>Enroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at </span><span><strong>(800) 463-3819</strong></span><span><strong>. </strong></span></p>\n<p style=\"font-weight: 400;\"><span>Long-Term Disability (LTD) coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7412\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Depending on your age at the time of disability, your benefits may be </span><span>subject to a different schedule. Refer to the Maximum Benefit Period </span><span>table, which can be found in your plan documents.</span></h6>\n<p>&nbsp;</p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'inherit', 'closed', 'closed', '', '7183-revision-v1', '', '', '2024-08-25 19:14:35', '2024-08-25 19:14:35', '', 7183, 'https://benefitsmyway.mybenefitport.com/?p=7413', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7415, 1, '2024-08-25 19:20:26', '2024-08-25 19:20:26', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>401(k) Retirement Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">401(k) Plan</h2>\n<p>The Owens &amp; Minor 401(k) Plan, administered by Fidelity, helps you prepare for retirement by offering an easy, tax-advantaged way to save. Once you’re eligible, we match on a dollar-for-dollar basis up to 3% of your eligible contributions. You are immediately vested in your contributions, as well as the company’s match.</p>\n<p style=\"font-weight: 400;\"><strong>Eligibility and enrollment</strong></p>\n<p style=\"font-weight: 400;\">You are eligible to enroll after 30 days of employment. After 60 days of service, you will be automatically enrolled in the plan with a 2% contribution rate. After one year of service, you are eligible for the company match. Enroll online at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com </strong></a>or call <strong>(800) 835-5095</strong>.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Reasons to Participate</h2>\n<ul>\n<li>Your pre-tax contributions are deducted from your pay, decreasing your overall income tax.</li>\n<li>You have multiple investment funds with risks ranging from conservative to aggressive.</li>\n<li>You can choose from retirement date-based Fidelity Freedom Funds. The Freedom Funds are generally designed for investors planning to retire around the year in the investment name.</li>\n<li>Fidelity Portfolio Advisory Service at Work provides discretionary money management for a fee. You can delegate the day-to-day management of your 401(k) account to professional investment managers.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '401k', '						', 'inherit', 'closed', 'closed', '', '7170-revision-v1', '', '', '2024-08-25 19:20:26', '2024-08-25 19:20:26', '', 7170, 'https://benefitsmyway.mybenefitport.com/?p=7415', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7417, 1, '2024-08-25 19:22:20', '2024-08-25 19:22:20', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bta-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Business Travel Accident Insurance (BTA)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">When traveling for the company, you are protected under a company-paid Business Travel Accident insurance policy. This policy provides coverage for certain injuries or death resulting from an accident during business travel. You are automatically enrolled at no cost to you.</p>\n<p style=\"font-weight: 400;\">For more information, refer to the BTA - <strong>Benefit Highlight Summary</strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Business Travel Accident', '						', 'inherit', 'closed', 'closed', '', '7163-revision-v1', '', '', '2024-08-25 19:22:20', '2024-08-25 19:22:20', '', 7163, 'https://benefitsmyway.mybenefitport.com/?p=7417', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7419, 1, '2024-08-25 19:26:59', '2024-08-25 19:26:59', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bta-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Business Travel Accident Insurance (BTA)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">When traveling for the company, you are protected under a company-paid Business Travel Accident insurance policy. This policy provides coverage for certain injuries or death resulting from an accident during business travel. You are automatically enrolled at no cost to you.</p>\n<p style=\"font-weight: 400;\">For more information, refer to the BTA - <a href=\"https://benefitsmyway.mybenefitport.com/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=21&amp;wpfd_file_id=7328&amp;token=9cc8d714f1824e8e5ccc0f5380bfb448&amp;preview=1\" target=\"_blank\" rel=\"noopener\"><strong>Benefit Highlight Summary</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Support Services for Safe Travel</h2>\n<p>While traveling, you can feel confident that you’re in safe hands should the unfortunate occur. We partner with International Medical Group, a leading global asssitance provider, to give you 24/7 access to medical and travel assistance services wherever your trip takes you. </p>\n<p style=\"font-weight: 400;\">For more information, click here.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Business Travel Accident', '						', 'inherit', 'closed', 'closed', '', '7163-revision-v1', '', '', '2024-08-25 19:26:59', '2024-08-25 19:26:59', '', 7163, 'https://benefitsmyway.mybenefitport.com/?p=7419', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7421, 1, '2024-08-09 19:29:02', '2024-08-09 19:29:02', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Financial Resources Through Fidelity</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\n<p>Fidelity offers resources to help you achieve financial stability.</p>\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png\" title_text=\"july-2025-schedule\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/07/Q3-2025-UWW-Calendar.pdf\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"35%\" custom_margin=\"15px||-28px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. Click to view the complete <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Q4-2024-UWW-Schedule.pdf\"><strong><span class=\"s2\">Live Web Workshop </span>catalog</strong> </a>and enroll for a live web workshop. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a>\r\n</strong>Get access to calculators, checklists, and financial workshops.</p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a>\r\n</strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to <strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a> </strong>to access the following services:</p>\r\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\r\n\r\n<ul>\r\n 	<li>Kaplan and ACT: College test preparation</li>\r\n 	<li>Fidelity 529 Savings: Education savings account</li>\r\n 	<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\r\n\r\n<ul>\r\n 	<li>NotaryCam: Online notary services</li>\r\n 	<li>IDnotify: Identity protection</li>\r\n 	<li>Fidelity Estate Planner: Estate planning</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\r\n\r\n<ul>\r\n 	<li>TurboTax: Tax preparation services</li>\r\n 	<li>Fidelity Goal Booster: Short-term savings goals</li>\r\n 	<li>Fidelity Cash Management: Spending and saving with investments</li>\r\n</ul>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'publish', 'closed', 'closed', '', 'finanical-resources', '', '', '2025-07-18 18:27:45', '2025-07-18 18:27:45', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7421', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7422, 1, '2024-08-25 19:29:26', '2024-08-25 19:29:26', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2024-08-25 19:29:26', '2024-08-25 19:29:26', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=7422', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7424, 1, '2024-08-25 19:34:41', '2024-08-25 19:34:41', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Financial Resources Through Fidelity </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\n<p>Fidelity offers resources to help you achieve financial stability.</p>\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>\n<p style=\"font-weight: 400;\"><span>[insert Q4 schedule of webinars]</span><span></span></p>\n<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a><br /></strong>Get access to calculators, checklists, and financial workshops.</p>\n<p style=\"font-weight: 400;\"><strong>Work Perks through NetBenefits<br /></strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to Work Perks through NetBenefits to access the following services:</p>\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\n<ul>\n<li>Kaplan and ACT: College test preparation</li>\n<li>Fidelity 529 Savings: Education savings account</li>\n<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\n<ul>\n<li>NotaryCam: Online notary services</li>\n<li>IDnotify: Identity protection</li>\n<li>Fidelity Estate Planner: Estate planning</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\n<ul>\n<li>TurboTax: Tax preparation services</li>\n<li>Fidelity Goal Booster: Short-term savings goals</li>\n<li>Fidelity Cash Management: Spending and saving with investments</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2024-08-25 19:34:41', '2024-08-25 19:34:41', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=7424', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7427, 1, '2024-08-25 19:43:56', '2024-08-25 19:43:56', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-32', '', '', '2024-08-25 19:43:56', '2024-08-25 19:43:56', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7428, 1, '2024-08-25 19:44:06', '2024-08-25 19:44:06', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Financial Resources Through Fidelity </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\n<p>Fidelity offers resources to help you achieve financial stability.</p>\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>\n<p style=\"font-weight: 400;\"><span>[insert Q4 schedule of webinars]</span><span></span></p>\n<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a><br /></strong>Get access to calculators, checklists, and financial workshops.</p>\n<p style=\"font-weight: 400;\"><strong>Work Perks through NetBenefits<br /></strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to Work Perks through NetBenefits to access the following services:</p>\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\n<ul>\n<li>Kaplan and ACT: College test preparation</li>\n<li>Fidelity 529 Savings: Education savings account</li>\n<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\n<ul>\n<li>NotaryCam: Online notary services</li>\n<li>IDnotify: Identity protection</li>\n<li>Fidelity Estate Planner: Estate planning</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\n<ul>\n<li>TurboTax: Tax preparation services</li>\n<li>Fidelity Goal Booster: Short-term savings goals</li>\n<li>Fidelity Cash Management: Spending and saving with investments</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2024-08-25 19:44:06', '2024-08-25 19:44:06', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=7428', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7430, 1, '2024-08-25 23:32:10', '2024-08-25 23:32:10', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/life-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Income Protection</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company-Paid Life and AD&D Insurance\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Owens &amp; Minor provides Life insurance and Accidental Death and Dismemberment (AD&amp;D) insurance for when the unexpected happens. These benefits are fully paid by the company, and you’re automatically enrolled.</p>\n<p style=\"font-weight: 400;\"><span>Your benefits are equal to:</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid Life insurance: 1x your base salary, up to $500,000</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid AD&amp;D insurance: 1x your base salary, up to $500,000</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span>Company-paid Life reduces starting at age 65. </span></p>\n<p style=\"font-weight: 400;\"><span>Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Supplemental Life and AD&D\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">During enrollment, you can purchase additional Life and/or AD&amp;D insurance for yourself and your family through payroll deductions. If you want to purchase this coverage for your dependents, you must purchase it for yourself.</p>\n<p style=\"font-weight: 400;\">Supplemental teammate Life insurance reduces starting at age 65.</p>\n<p style=\"font-weight: 400;\">Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"Evidence of Insurability\" _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Supplemental Life insurance may require Evidence of Insurability (EOI). This means you will be asked to answer medical questions about your or your spouse’s health and lifestyle.</p>\n<p style=\"font-weight: 400;\">[Chart: Coverage options ]</p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_cta title=\"Designate Your Beneficiaries During Enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">You must designate a beneficiary to receive your Life and AD&amp;D insurance policy benefits. Be sure to update this information as personal circumstances change.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Life and AD&D', '						', 'inherit', 'closed', 'closed', '', '7157-revision-v1', '', '', '2024-08-25 23:32:10', '2024-08-25 23:32:10', '', 7157, 'https://benefitsmyway.mybenefitport.com/?p=7430', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7431, 1, '2024-08-25 23:33:13', '2024-08-25 23:33:13', '', 'Coverage Options', '', 'publish', 'closed', 'closed', '', 'long-term-disability-duplicate', '', '', '2024-08-25 23:33:27', '2024-08-25 23:33:27', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/long-term-disability-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7433, 1, '2024-08-25 23:36:13', '2024-08-25 23:36:13', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/life-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Income Protection</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company-Paid Life and AD&D Insurance\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Owens &amp; Minor provides Life insurance and Accidental Death and Dismemberment (AD&amp;D) insurance for when the unexpected happens. These benefits are fully paid by the company, and you’re automatically enrolled.</p>\n<p style=\"font-weight: 400;\"><span>Your benefits are equal to:</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid Life insurance: 1x your base salary, up to $500,000</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid AD&amp;D insurance: 1x your base salary, up to $500,000</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span>Company-paid Life reduces starting at age 65. </span></p>\n<p style=\"font-weight: 400;\"><span>Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Supplemental Life and AD&D\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">During enrollment, you can purchase additional Life and/or AD&amp;D insurance for yourself and your family through payroll deductions. If you want to purchase this coverage for your dependents, you must purchase it for yourself.</p>\n<p style=\"font-weight: 400;\">Supplemental teammate Life insurance reduces starting at age 65.</p>\n<p style=\"font-weight: 400;\">Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"Evidence of Insurability\" _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Supplemental Life insurance may require Evidence of Insurability (EOI). This means you will be asked to answer medical questions about your or your spouse’s health and lifestyle.</p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7431\"]</p>\n<h6><span>*Coverage ends at age 26.</span></h6>[/et_pb_accordion_item][/et_pb_accordion][et_pb_cta title=\"Designate Your Beneficiaries During Enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">You must designate a beneficiary to receive your Life and AD&amp;D insurance policy benefits. Be sure to update this information as personal circumstances change.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Life and AD&D', '						', 'inherit', 'closed', 'closed', '', '7157-revision-v1', '', '', '2024-08-25 23:36:13', '2024-08-25 23:36:13', '', 7157, 'https://benefitsmyway.mybenefitport.com/?p=7433', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7435, 1, '2024-08-25 23:38:28', '2024-08-25 23:38:28', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/life-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Income Protection</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company-Paid Life and AD&D Insurance\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Owens &amp; Minor provides Life insurance and Accidental Death and Dismemberment (AD&amp;D) insurance for when the unexpected happens. These benefits are fully paid by the company, and you’re automatically enrolled.</p>\n<p style=\"font-weight: 400;\"><span>Your benefits are equal to:</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid Life insurance: 1x your base salary, up to $500,000</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid AD&amp;D insurance: 1x your base salary, up to $500,000</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span>Company-paid Life reduces starting at age 65. </span></p>\n<p style=\"font-weight: 400;\"><span>Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Supplemental Life and AD&D\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">During enrollment, you can purchase additional Life and/or AD&amp;D insurance for yourself and your family through payroll deductions. If you want to purchase this coverage for your dependents, you must purchase it for yourself.</p>\n<p style=\"font-weight: 400;\">Supplemental teammate Life insurance reduces starting at age 65.</p>\n<p style=\"font-weight: 400;\">Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"Evidence of Insurability\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" body_text_color=\"#000000\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Supplemental Life insurance may require Evidence of Insurability (EOI). This means you will be asked to answer medical questions about your or your spouse’s health and lifestyle.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">[ninja_tables id=\"7431\"]</span></p>\n<h6><span style=\"color: #000000;\">*Coverage ends at age 26.</span></h6>[/et_pb_accordion_item][/et_pb_accordion][et_pb_cta title=\"Designate Your Beneficiaries During Enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">You must designate a beneficiary to receive your Life and AD&amp;D insurance policy benefits. Be sure to update this information as personal circumstances change.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Life and AD&D', '						', 'inherit', 'closed', 'closed', '', '7157-revision-v1', '', '', '2024-08-25 23:38:28', '2024-08-25 23:38:28', '', 7157, 'https://benefitsmyway.mybenefitport.com/?p=7435', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7436, 1, '2024-08-25 23:40:35', '2024-08-25 23:40:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/life-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Income Protection</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company-Paid Life and AD&D Insurance\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Owens &amp; Minor provides Life insurance and Accidental Death and Dismemberment (AD&amp;D) insurance for when the unexpected happens. These benefits are fully paid by the company, and you’re automatically enrolled.</p>\n<p style=\"font-weight: 400;\"><span>Your benefits are equal to:</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid Life insurance: 1x your base salary, up to $500,000</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid AD&amp;D insurance: 1x your base salary, up to $500,000</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span>Company-paid Life reduces starting at age 65. </span></p>\n<p style=\"font-weight: 400;\"><span>Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Supplemental Life and AD&D\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">During enrollment, you can purchase additional Life and/or AD&amp;D insurance for yourself and your family through payroll deductions. If you want to purchase this coverage for your dependents, you must purchase it for yourself.</p>\n<p style=\"font-weight: 400;\">Supplemental teammate Life insurance reduces starting at age 65.</p>\n<p style=\"font-weight: 400;\">Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"Evidence of Insurability\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" body_text_color=\"#000000\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Supplemental Life insurance may require Evidence of Insurability (EOI). This means you will be asked to answer medical questions about your or your spouse’s health and lifestyle.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">[ninja_tables id=\"7431\"]</span></p>\n<h6><span style=\"color: #000000;\">*Coverage ends at age 26.</span></h6>[/et_pb_accordion_item][/et_pb_accordion][et_pb_cta title=\"Designate Your Beneficiaries During Enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">You must designate a beneficiary to receive your Life and AD&amp;D insurance policy benefits. Be sure to update this information as personal circumstances change.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Income Protection', '						', 'inherit', 'closed', 'closed', '', '7157-revision-v1', '', '', '2024-08-25 23:40:35', '2024-08-25 23:40:35', '', 7157, 'https://benefitsmyway.mybenefitport.com/?p=7436', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7437, 1, '2025-03-14 17:00:30', '2024-08-25 23:46:55', ' ', '', '', 'publish', 'closed', 'closed', '', 7437, '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7437', 17, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7439, 1, '2024-08-25 23:50:17', '2024-08-25 23:50:17', '', 'How an HSA works', '', 'inherit', 'open', 'closed', '', 'how-an-hsa-works', '', '', '2024-08-25 23:50:17', '2024-08-25 23:50:17', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/How-an-HSA-works.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7440, 1, '2024-08-25 23:56:36', '2024-08-25 23:56:36', '', 'Triple Tax Savings', '', 'inherit', 'open', 'closed', '', 'triple-tax-savings', '', '', '2024-08-25 23:56:36', '2024-08-25 23:56:36', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Triple-Tax-Savings.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7441, 1, '2024-08-25 23:57:53', '2024-08-25 23:57:53', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/hsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\n<p style=\"font-weight: 400;\">If you enroll in the High Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><strong>How an HSA works:</strong></p>\n<p><a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/How-an-HSA-works.png\" width=\"2124\" height=\"912\" alt=\"\" class=\"wp-image-7439 alignnone size-full\" /></a></p>[/et_pb_text][et_pb_cta title=\"HSA Maximum Contribution Limits (includes company match)\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"||0px||false|false\"]<ul>\n<li style=\"font-weight: 400; text-align: left;\">$4,300 for teammate-only coverage</li>\n<li style=\"font-weight: 400; text-align: left;\">$8,550 for family coverage</li>\n<li style=\"font-weight: 400; text-align: left;\">$1,000 catch-up for ages 55 and older</li>\n</ul>[/et_pb_cta][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"74%\" module_alignment=\"center\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Triple-Tax-Savings.png\" width=\"2012\" height=\"1104\" alt=\"\" class=\"wp-image-7440 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><strong>Company Contributions<br /></strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<ul>\n<li style=\"font-weight: 400;\">Teammate only: $300</li>\n<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\n<li style=\"font-weight: 400;\">Family: $600</li>\n</ul>\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\n<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\n<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\n<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\n<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-08-25 23:57:53', '2024-08-25 23:57:53', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=7441', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7443, 1, '2024-08-25 23:59:08', '2024-08-25 23:59:08', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/hsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\n<p style=\"font-weight: 400;\">If you enroll in the High Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">How an HSA Works</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-10px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"78%\" module_alignment=\"center\"]<p><a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/How-an-HSA-works.png\" width=\"2124\" height=\"912\" alt=\"\" class=\"wp-image-7439 alignnone size-full\" /></a></p>[/et_pb_text][et_pb_cta title=\"HSA Maximum Contribution Limits (includes company match)\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"||0px||false|false\"]<ul>\n<li style=\"font-weight: 400; text-align: left;\">$4,300 for teammate-only coverage</li>\n<li style=\"font-weight: 400; text-align: left;\">$8,550 for family coverage</li>\n<li style=\"font-weight: 400; text-align: left;\">$1,000 catch-up for ages 55 and older</li>\n</ul>[/et_pb_cta][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"74%\" module_alignment=\"center\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Triple-Tax-Savings.png\" width=\"2012\" height=\"1104\" alt=\"\" class=\"wp-image-7440 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><strong>Company Contributions<br /></strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<ul>\n<li style=\"font-weight: 400;\">Teammate only: $300</li>\n<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\n<li style=\"font-weight: 400;\">Family: $600</li>\n</ul>\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\n<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\n<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\n<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\n<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-08-25 23:59:08', '2024-08-25 23:59:08', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=7443', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7446, 1, '2024-08-26 00:11:37', '2024-08-26 00:11:37', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" background_color=\"#f2f2f2\" sticky_enabled=\"0\" custom_margin=\"-40px||-20px||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Health Care FSA</h2>\n<p><strong>This account is available to all teammates who do not enroll in an HSA or do not elect Owens &amp; Minor </strong><strong>medical coverage.</strong><strong> </strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $3,200 annually through pre-tax payroll deductions to help cover your eligible</p>\n<p style=\"font-weight: 400;\">medical, dental, and vision expenses. You have access to the entire amount at the start of the plan year. For a list of eligible expenses, <strong>visit Publication 502, Medical and Dental Expenses</strong>.</p>\n<p style=\"font-weight: 400;\">Up to $640 of your unused 2024 contributions may be carried over to the next year. Amounts above $610 will be forfeited.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Limited Purpose FSA</h2>\n<p><strong>Available only to teammates who enroll in an HSA.</strong> </p>\n<p style=\"font-weight: 400;\">You can contribute up to $3,200 annually through pre-tax payroll deductions to help cover your eligible</p>\n<p style=\"font-weight: 400;\">dental and vision expenses only. For a list of eligible expenses, <strong>visit Publication 502, Medical and Dental Expenses</strong>. You have access to the entire annual contribution amount at the beginning of the plan year and may carry over up to $640 of unused funds to the next year.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important considerations for all FSA accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong> </p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-08-26 00:11:37', '2024-08-26 00:11:37', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=7446', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7452, 1, '2024-08-26 02:52:21', '2024-08-26 02:52:21', '', 'UHC PPO Core', '', 'publish', 'closed', 'closed', '', 'medical-csv', '', '', '2024-08-26 02:52:36', '2024-08-26 02:52:36', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/medical-csv/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7453, 1, '2024-08-26 02:53:01', '2024-08-26 02:53:01', '', 'Surest PPO', '', 'publish', 'closed', 'closed', '', 'uhc-ppo-core-duplicate', '', '', '2024-08-26 02:53:46', '2024-08-26 02:53:46', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/uhc-ppo-core-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7454, 1, '2024-08-26 02:54:00', '2024-08-26 02:54:00', '', 'UHC $3,200 HDHP w/Optional HSA', '', 'publish', 'closed', 'closed', '', 'uhc-ppo-core-duplicate-2', '', '', '2024-08-26 02:54:16', '2024-08-26 02:54:16', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/uhc-ppo-core-duplicate-2/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7457, 1, '2024-08-26 03:14:30', '2024-08-26 03:14:30', '', 'UPMC HDHP EPO with Optional HSA', '', 'publish', 'closed', 'closed', '', 'uhc-3200-hdhp-w-optional-hsa-duplicate', '', '', '2024-08-26 03:14:41', '2024-08-26 03:14:41', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/uhc-3200-hdhp-w-optional-hsa-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7460, 1, '2024-08-26 15:01:41', '2024-08-26 15:01:41', '', 'Hawaii POS 405', '', 'publish', 'closed', 'closed', '', 'coverage-options-duplicate', '', '', '2024-08-26 15:01:51', '2024-08-26 15:01:51', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/coverage-options-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7461, 1, '2024-08-26 15:08:35', '2024-08-26 15:08:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Medical &amp; Prescription Drug</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Find the Right Plan for You</h2>\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\n<ul style=\"font-weight: 400;\">\n<ul style=\"font-weight: 400;\">\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Do you have specific prescription medication needs?</li>\n<li>Are you anticipating surgery or non-preventive dental care?</li>\n<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\n<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\n</ul>\n</ul>\n</ul>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii. </p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><strong>AT FIRST<br /></strong>You pay a copay for office visits and prescriptions and the full cost of other covered services</p>\n<p style=\"text-align: center;\"><strong>MEET DEDUCTIBLE</strong><br />You and the plan share costs (coinsurance)<br />Share costs</p>\n<p style=\"text-align: center;\"><strong>REACH OUT-OF-POCKET MAX<br /></strong>Plan pays 100% Plan pays</p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7452\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,200 High Deductible Health Plan w/Optional Health Savings Account:\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><strong>AT FIRST<br /></strong>You pay 100% for medical services and prescriptions<br />(HSA can be used to pay for expenses)<br />You pay</p>\n<p style=\"text-align: center;\"><strong>MEET DEDUCTIBLE<br /></strong>You and the plan share costs<br />(HSA can be used to pay for expenses)<br />Share costs</p>\n<p style=\"text-align: center;\"><strong>REACH OUT-OF-POCKET MAX<br /></strong>Plan pays 100%<br />Plan pays</p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7454\"]</p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"font-weight: 400; text-align: center;\"><strong>AT FIRST<br /></strong><span>You pay a fixed price (copay) for medical services and </span><span>prescriptions (FSA can be used to pay for expenses)<br /></span><span>You pay</span></p>\n<p style=\"font-weight: 400; text-align: center;\"><strong>REACH OUT-OF-POCKET MAX<br /></strong><span>Plan pays 100% after copays accumulate and you hit the </span><span>individual or family maximum<br /></span><span>Plan pays</span></p>\n<p style=\"font-weight: 400;\"><span>Text under all three callouts: Plan pays 100% for in-network preventive care</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Give your doctor’s office this information: </strong></span><span>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</span><span></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7453\"]</p>\n<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<ul>\n<li style=\"font-weight: 400;\">UnitedHealthcare</li>\n<li style=\"font-weight: 400;\">Surest (Access Code: OwensMinor2025)</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Regional Medical Plan Options</h2>\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select a Kaiser Medical or UPMC plan for your medical care coverage.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <span><strong>California, Colorado, Georgia, Washington, Oregon</strong></span><span>,<strong> District of Columbia</strong></span><span>, </span><span><strong>Maryland</strong></span><span>, and </span><span><strong>Virginia</strong></span><span>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Hawaii </strong></span><span>teammates may enroll in the Point of Service (POS) 405 plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Click <a href=\"select.kaiserpermanente.org/owens-and-minor\" target=\"_blank\" rel=\"noopener\">here </a></strong></span><span></span><span><strong>for more information.</strong></span></p>\n<p style=\"font-weight: 400;\"><span>[Chart: Kaiser Medical — Kaiser HDHP with Optional HSA — CA, CO, &amp; GA]</span></p>\n<p style=\"font-weight: 400;\"><span>[Chart: Kaiser Medical — Kaiser HDHP with Optional HSA — Atlantic/WA and Northwest]</span></p>\n<h6 style=\"font-weight: 400;\"><span>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</span><span> </span></h6>\n<p>[ninja_tables id=\"7460\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UPMD HDHP EPO\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">If you live in <span><strong>Pennsylvania </strong></span><span>(certain ZIP codes), the UPMC HDHP EPO might be your best choice. You don’t have to select a primary care physician, but you must receive your care from in-network physicians and facilities for your care to be covered. You are also eligible to enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7457\"]</p>\n<p style=\"font-weight: 400;\"><span>For more information, visit </span><a href=\"https://www.upmchealthplan.com\" target=\"_blank\" rel=\"noopener\"><span><strong>UPMCHealthPlan.com</strong></span></a><span></span><span>.</span></p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"#\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-08-26 15:08:35', '2024-08-26 15:08:35', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=7461', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7462, 1, '2024-08-26 15:14:00', '2024-08-26 15:14:00', '', 'Kaiser HDHP Atlantic/WA/Northwest', '', 'publish', 'closed', 'closed', '', 'hawaii-pos-405-duplicate', '', '', '2024-08-26 15:14:08', '2024-08-26 15:14:08', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/hawaii-pos-405-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7463, 1, '2024-08-26 15:18:12', '2024-08-26 15:18:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Medical &amp; Prescription Drug</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Find the Right Plan for You</h2>\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\n<ul style=\"font-weight: 400;\">\n<ul style=\"font-weight: 400;\">\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Do you have specific prescription medication needs?</li>\n<li>Are you anticipating surgery or non-preventive dental care?</li>\n<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\n<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\n</ul>\n</ul>\n</ul>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii. </p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><strong>AT FIRST<br /></strong>You pay a copay for office visits and prescriptions and the full cost of other covered services</p>\n<p style=\"text-align: center;\"><strong>MEET DEDUCTIBLE</strong><br />You and the plan share costs (coinsurance)<br />Share costs</p>\n<p style=\"text-align: center;\"><strong>REACH OUT-OF-POCKET MAX<br /></strong>Plan pays 100% Plan pays</p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7452\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,200 High Deductible Health Plan w/Optional Health Savings Account:\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><strong>AT FIRST<br /></strong>You pay 100% for medical services and prescriptions<br />(HSA can be used to pay for expenses)<br />You pay</p>\n<p style=\"text-align: center;\"><strong>MEET DEDUCTIBLE<br /></strong>You and the plan share costs<br />(HSA can be used to pay for expenses)<br />Share costs</p>\n<p style=\"text-align: center;\"><strong>REACH OUT-OF-POCKET MAX<br /></strong>Plan pays 100%<br />Plan pays</p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7454\"]</p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"font-weight: 400; text-align: center;\"><strong>AT FIRST<br /></strong><span>You pay a fixed price (copay) for medical services and </span><span>prescriptions (FSA can be used to pay for expenses)<br /></span><span>You pay</span></p>\n<p style=\"font-weight: 400; text-align: center;\"><strong>REACH OUT-OF-POCKET MAX<br /></strong><span>Plan pays 100% after copays accumulate and you hit the </span><span>individual or family maximum<br /></span><span>Plan pays</span></p>\n<p style=\"font-weight: 400;\"><span>Text under all three callouts: Plan pays 100% for in-network preventive care</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Give your doctor’s office this information: </strong></span><span>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</span><span></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7453\"]</p>\n<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<ul>\n<li style=\"font-weight: 400;\">UnitedHealthcare</li>\n<li style=\"font-weight: 400;\">Surest (Access Code: OwensMinor2025)</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Regional Medical Plan Options</h2>\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select a Kaiser Medical or UPMC plan for your medical care coverage.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <span><strong>California, Colorado, Georgia, Washington, Oregon</strong></span><span>,<strong> District of Columbia</strong></span><span>, </span><span><strong>Maryland</strong></span><span>, and </span><span><strong>Virginia</strong></span><span>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Hawaii </strong></span><span>teammates may enroll in the Point of Service (POS) 405 plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Click <a href=\"select.kaiserpermanente.org/owens-and-minor\" target=\"_blank\" rel=\"noopener\">here </a></strong></span><span></span><span><strong>for more information.</strong></span></p>\n<p style=\"font-weight: 400;\"><span>[Chart: Kaiser Medical — Kaiser HDHP with Optional HSA — CA, CO, &amp; GA]</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</span><span> </span></h6>\n<p>[ninja_tables id=\"7460\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UPMD HDHP EPO\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">If you live in <span><strong>Pennsylvania </strong></span><span>(certain ZIP codes), the UPMC HDHP EPO might be your best choice. You don’t have to select a primary care physician, but you must receive your care from in-network physicians and facilities for your care to be covered. You are also eligible to enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7457\"]</p>\n<p style=\"font-weight: 400;\"><span>For more information, visit </span><a href=\"https://www.upmchealthplan.com\" target=\"_blank\" rel=\"noopener\"><span><strong>UPMCHealthPlan.com</strong></span></a><span></span><span>.</span></p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"#\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-08-26 15:18:12', '2024-08-26 15:18:12', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=7463', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7465, 1, '2024-08-26 15:21:33', '2024-08-26 15:21:33', '', 'Kaiser HDHP — CA/CO/GA', '', 'publish', 'closed', 'closed', '', 'kaiser-hdhp-atlantic-wa-northwest-duplicate', '', '', '2024-08-26 15:22:07', '2024-08-26 15:22:07', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/kaiser-hdhp-atlantic-wa-northwest-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7466, 1, '2024-08-26 15:29:29', '2024-08-26 15:29:29', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Medical &amp; Prescription Drug</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Find the Right Plan for You</h2>\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\n<ul style=\"font-weight: 400;\">\n<ul style=\"font-weight: 400;\">\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Do you have specific prescription medication needs?</li>\n<li>Are you anticipating surgery or non-preventive dental care?</li>\n<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\n<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\n</ul>\n</ul>\n</ul>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii. </p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><strong>AT FIRST<br /></strong>You pay a copay for office visits and prescriptions and the full cost of other covered services</p>\n<p style=\"text-align: center;\"><strong>MEET DEDUCTIBLE</strong><br />You and the plan share costs (coinsurance)<br />Share costs</p>\n<p style=\"text-align: center;\"><strong>REACH OUT-OF-POCKET MAX<br /></strong>Plan pays 100% Plan pays</p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7452\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,200 High Deductible Health Plan w/Optional Health Savings Account:\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><strong>AT FIRST<br /></strong>You pay 100% for medical services and prescriptions<br />(HSA can be used to pay for expenses)<br />You pay</p>\n<p style=\"text-align: center;\"><strong>MEET DEDUCTIBLE<br /></strong>You and the plan share costs<br />(HSA can be used to pay for expenses)<br />Share costs</p>\n<p style=\"text-align: center;\"><strong>REACH OUT-OF-POCKET MAX<br /></strong>Plan pays 100%<br />Plan pays</p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7454\"]</p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"font-weight: 400; text-align: center;\"><strong>AT FIRST<br /></strong><span>You pay a fixed price (copay) for medical services and </span><span>prescriptions (FSA can be used to pay for expenses)<br /></span><span>You pay</span></p>\n<p style=\"font-weight: 400; text-align: center;\"><strong>REACH OUT-OF-POCKET MAX<br /></strong><span>Plan pays 100% after copays accumulate and you hit the </span><span>individual or family maximum<br /></span><span>Plan pays</span></p>\n<p style=\"font-weight: 400;\"><span>Text under all three callouts: Plan pays 100% for in-network preventive care</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Give your doctor’s office this information: </strong></span><span>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</span><span></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7453\"]</p>\n<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<ul>\n<li style=\"font-weight: 400;\">UnitedHealthcare</li>\n<li style=\"font-weight: 400;\">Surest (Access Code: OwensMinor2025)</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Regional Medical Plan Options</h2>\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select a Kaiser Medical or UPMC plan for your medical care coverage.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <span><strong>California, Colorado, Georgia, Washington, Oregon</strong></span><span>,<strong> District of Columbia</strong></span><span>, </span><span><strong>Maryland</strong></span><span>, and </span><span><strong>Virginia</strong></span><span>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Hawaii </strong></span><span>teammates may enroll in the Point of Service (POS) 405 plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Click <a href=\"select.kaiserpermanente.org/owens-and-minor\" target=\"_blank\" rel=\"noopener\">here </a></strong></span><span></span><span><strong>for more information.</strong></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</span><span> </span></h6>\n<p>[ninja_tables id=\"7460\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UPMD HDHP EPO\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">If you live in <span><strong>Pennsylvania </strong></span><span>(certain ZIP codes), the UPMC HDHP EPO might be your best choice. You don’t have to select a primary care physician, but you must receive your care from in-network physicians and facilities for your care to be covered. You are also eligible to enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7457\"]</p>\n<p style=\"font-weight: 400;\"><span>For more information, visit </span><a href=\"https://www.upmchealthplan.com\" target=\"_blank\" rel=\"noopener\"><span><strong>UPMCHealthPlan.com</strong></span></a><span></span><span>.</span></p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"#\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-08-26 15:29:29', '2024-08-26 15:29:29', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=7466', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7468, 1, '2024-08-26 15:50:31', '2024-08-26 15:50:31', '', '2024 Guide', '', 'inherit', 'open', 'closed', '', '2024-guide', '', '', '2024-08-26 15:50:31', '2024-08-26 15:50:31', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024-Guide.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7469, 1, '2024-08-26 15:52:06', '2024-08-26 15:52:06', '', 'OMI - EJG', '', 'inherit', 'open', 'closed', '', 'omi-ejg', '', '', '2024-08-26 15:52:06', '2024-08-26 15:52:06', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7471, 1, '2024-08-26 15:53:38', '2024-08-26 15:53:38', '', '2024_Owens&Minor_8.5x11_OE_Benefits_Guide_HR', '', 'inherit', 'open', 'closed', '', '2024_owensminor_8-5x11_oe_benefits_guide_hr-2', '', '', '2024-08-26 15:53:38', '2024-08-26 15:53:38', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7473, 1, '2024-08-26 15:54:13', '2024-08-26 15:54:13', '', 'OMI - Enrollment Journey Guide', '', 'inherit', 'open', 'closed', '', 'omi-enrollment-journey-guide', '', '', '2024-08-26 15:54:13', '2024-08-26 15:54:13', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7474, 1, '2024-08-26 15:54:46', '2024-08-26 15:54:46', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment & Changes</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know </span><i><span><strong>Life Takes Care™</strong></span></i><b><span>.</span></b></p>\n<p style=\"font-weight: 400;\">Access our Benefits Enrollment Journey Guide to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</ul>\n</ul>\n<p style=\"font-weight: 400;\"> As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefit elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024-Guide.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text=\"2024 Guide\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\"]<h4 style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text=\"OMI - EJG\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"75%\" module_alignment=\"center\" sticky_enabled=\"0\"]<p>Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-08-26 15:54:46', '2024-08-26 15:54:46', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=7474', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7476, 1, '2024-08-26 15:55:43', '2024-08-26 15:55:43', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment & Changes</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know </span><i><span><strong>Life Takes Care™</strong></span></i><b><span>.</span></b></p>\n<p style=\"font-weight: 400;\">Access our Benefits Enrollment Journey Guide to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</ul>\n</ul>\n<p style=\"font-weight: 400;\"> As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefit elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024-Guide.png\" title_text=\"2024 Guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-08-26 15:55:43', '2024-08-26 15:55:43', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=7476', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7478, 1, '2024-08-26 15:57:46', '2024-08-26 15:57:46', '', '24 Guide-2', '', 'inherit', 'open', 'closed', '', '24-guide-2', '', '', '2024-08-26 15:57:46', '2024-08-26 15:57:46', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7479, 1, '2024-08-26 15:58:03', '2024-08-26 15:58:03', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment & Changes</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know </span><i><span><strong>Life Takes Care™</strong></span></i><b><span>.</span></b></p>\n<p style=\"font-weight: 400;\">Access our Benefits Enrollment Journey Guide to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</ul>\n</ul>\n<p style=\"font-weight: 400;\"> As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefit elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png\" title_text=\"24 Guide-2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-08-26 15:58:03', '2024-08-26 15:58:03', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=7479', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7481, 1, '2024-08-26 15:58:59', '2024-08-26 15:58:59', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment & Changes</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know </span><i><span><strong>Life Takes Care™</strong></span></i><b><span>.</span></b></p>\n<p style=\"font-weight: 400;\">Access our Benefits Enrollment Journey Guide to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</ul>\n</ul>\n<p style=\"font-weight: 400;\"> As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefit elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png\" title_text=\"24 Guide-2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4 style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-08-26 15:58:59', '2024-08-26 15:58:59', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=7481', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7482, 1, '2024-08-26 16:00:13', '2024-08-26 16:00:13', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment & Changes</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know </span><i><span><strong>Life Takes Care™</strong></span></i><b><span>.</span></b></p>\n<p style=\"font-weight: 400;\">Access our <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" target=\"_blank\" rel=\"noopener\">Benefits Enrollment Journey Guide</a></strong> to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</ul>\n</ul>\n<p style=\"font-weight: 400;\"> As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefit elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png\" title_text=\"24 Guide-2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-08-26 16:00:13', '2024-08-26 16:00:13', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=7482', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7484, 1, '2025-03-14 17:00:30', '2024-08-26 16:05:35', '', 'Fidelity Financial Resources', '', 'publish', 'closed', 'closed', '', 'fidelity-financial-resources', '', '', '2025-03-14 17:00:30', '2025-03-14 17:00:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7484', 23, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7486, 1, '2024-08-26 16:13:25', '2024-08-26 16:13:25', '', 'DMG', '', 'inherit', 'open', 'closed', '', 'dmg', '', '', '2024-08-26 16:13:25', '2024-08-26 16:13:25', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/DMG.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7487, 1, '2024-08-26 16:40:02', '2024-08-26 16:40:02', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/leaves-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Leaves of Absence</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions</h2>\n<ul>\n<li>When do I need to apply for a leave of absence?</li>\n<li>How do I request a leave of absence?</li>\n<li>What are the Absence Management Service Center’s operation hours?</li>\n<li>When I call to report my leave of absence, what questions will I be asked?</li>\n<li>Where do I submit my leave certification documents?</li>\n<li>What is Owens &amp; Minor’s call-in procedure during a leave of absence?</li>\n<li>What is the Return-to-Work process?</li>\n<li>What happens with benefit premiums while I am on a leave of absence?</li>\n<li>What happens if I experience an IRS Recognized Qualified Life Event or Change in Benefits while on leave?</li>\n</ul>\n<p style=\"font-weight: 400;\">The Disability Management Guide can provide you with more information about leaves of absence, as well as answers to frequently asked questions. Click below to learn more.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/DMG.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text=\"DMG\" width=\"36%\" module_alignment=\"center\" custom_margin=\"|||-17px|false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" align=\"center\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 style=\"text-align: center;\">Disability Management Guide</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Leaves of Absence', '						', 'inherit', 'closed', 'closed', '', '7189-revision-v1', '', '', '2024-08-26 16:40:02', '2024-08-26 16:40:02', '', 7189, 'https://benefitsmyway.mybenefitport.com/?p=7487', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7489, 1, '2024-08-26 16:40:25', '2024-08-26 16:40:25', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/leaves-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Leaves of Absence</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions</h2>\n<ul>\n<li>When do I need to apply for a leave of absence?</li>\n<li>How do I request a leave of absence?</li>\n<li>What are the Absence Management Service Center’s operation hours?</li>\n<li>When I call to report my leave of absence, what questions will I be asked?</li>\n<li>Where do I submit my leave certification documents?</li>\n<li>What is Owens &amp; Minor’s call-in procedure during a leave of absence?</li>\n<li>What is the Return-to-Work process?</li>\n<li>What happens with benefit premiums while I am on a leave of absence?</li>\n<li>What happens if I experience an IRS Recognized Qualified Life Event or Change in Benefits while on leave?</li>\n</ul>\n<p style=\"font-weight: 400;\">The Disability Management Guide can provide you with more information about leaves of absence, as well as answers to frequently asked questions. Click below to learn more.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/DMG.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text=\"DMG\" width=\"36%\" module_alignment=\"center\" custom_margin=\"|||-17px|false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" align=\"center\" url=\"https://lockton-midwest.dcatalog.com/v/Disability-Management-Guide/?page=1\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" link_option_url=\"https://lockton-midwest.dcatalog.com/v/Disability-Management-Guide/?page=1\"]<h3 style=\"text-align: center;\">Disability Management Guide</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Leaves of Absence', '						', 'inherit', 'closed', 'closed', '', '7189-revision-v1', '', '', '2024-08-26 16:40:25', '2024-08-26 16:40:25', '', 7189, 'https://benefitsmyway.mybenefitport.com/?p=7489', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7491, 1, '2024-08-26 16:55:52', '2024-08-26 16:55:52', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens & Minor is here to help you choose the best options to meet your unique needs. [/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n[Placeholder][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" custom_margin=\"||-144px||false|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" custom_margin=\"50px||||false|false\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024-Guide.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text=\"2024 Guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\"]<p style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn about your benefits options:</strong> Review your Benefits Guide and be sure to look for new offerings for the coming year.</li>\n<li><strong>Consider your coverage needs:</strong> How much healthcare do you anticipate needing? Do you need additional Life Insurance or income protection in the event of an illness or injury?</li>\n<li><strong>Access Workday HR starting October 28.</strong></li>\n<li><strong>Enroll your dependents:</strong> Verify your <a href=\"https://benefitsmyway.mybenefitport.com/eligibility/\"><strong>dependents and their eligibility</strong></a>. Be ready to provide dependent personal information, such as name, date of birth, and Social Security number.</li>\n<li><strong>Designate your beneficiaries</strong> for Life and AD&amp;D Insurance benefits.</li>\n<li><strong>Elect the benefits</strong> that best support you and your family.</li>\n<li><strong>Review your Benefits Summary</strong> for accuracy.</li>\n<li><strong>Complete your enrollment</strong> by November 8.</li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-08-26 16:55:52', '2024-08-26 16:55:52', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7491', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7493, 1, '2024-08-26 16:58:11', '2024-08-26 16:58:11', '', 'Benefits Highlights', '', 'inherit', 'open', 'closed', '', 'benefits-highlights', '', '', '2024-08-26 16:58:11', '2024-08-26 16:58:11', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Benefits-Highlights.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7494, 1, '2024-08-26 16:59:14', '2024-08-26 16:59:14', '', 'BTA - Benefit Highlight Summary', '', 'inherit', 'open', 'closed', '', 'bta-benefit-highlight-summary-2', '', '', '2024-08-26 16:59:14', '2024-08-26 16:59:14', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7495, 1, '2024-08-26 17:02:06', '2024-08-26 17:02:06', '', 'OMI - BH', '', 'inherit', 'open', 'closed', '', 'omi-bh', '', '', '2024-08-26 17:02:06', '2024-08-26 17:02:06', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-BH.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7496, 1, '2024-08-26 17:07:59', '2024-08-26 17:07:59', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens & Minor is here to help you choose the best options to meet your unique needs. [/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n[Placeholder][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" custom_margin=\"||-144px||false|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" custom_margin=\"50px||||false|false\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024-Guide.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text=\"2024 Guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\"]<p style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-BH.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"OMI - BH\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn about your benefits options:</strong> Review your Benefits Guide and be sure to look for new offerings for the coming year.</li>\n<li><strong>Consider your coverage needs:</strong> How much healthcare do you anticipate needing? Do you need additional Life Insurance or income protection in the event of an illness or injury?</li>\n<li><strong>Access Workday HR starting October 28.</strong></li>\n<li><strong>Enroll your dependents:</strong> Verify your <a href=\"https://benefitsmyway.mybenefitport.com/eligibility/\"><strong>dependents and their eligibility</strong></a>. Be ready to provide dependent personal information, such as name, date of birth, and Social Security number.</li>\n<li><strong>Designate your beneficiaries</strong> for Life and AD&amp;D Insurance benefits.</li>\n<li><strong>Elect the benefits</strong> that best support you and your family.</li>\n<li><strong>Review your Benefits Summary</strong> for accuracy.</li>\n<li><strong>Complete your enrollment</strong> by November 8.</li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-08-26 17:07:59', '2024-08-26 17:07:59', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7496', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7499, 1, '2024-08-26 19:33:47', '2024-08-26 19:33:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bta-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Business Travel Accident Insurance (BTA)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">When traveling for the company, you are protected under a company-paid Business Travel Accident insurance policy. This policy provides coverage for certain injuries or death resulting from an accident during business travel. You are automatically enrolled at no cost to you.</p>\n<p style=\"font-weight: 400;\">For more information, refer to the BTA - <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Benefit Highlight Summary</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Support Services for Safe Travel</h2>\n<p>While traveling, you can feel confident that you’re in safe hands should the unfortunate occur. We partner with International Medical Group, a leading global asssitance provider, to give you 24/7 access to medical and travel assistance services wherever your trip takes you. </p>\n<p style=\"font-weight: 400;\">For more information, click here.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Business Travel Accident', '						', 'inherit', 'closed', 'closed', '', '7163-revision-v1', '', '', '2024-08-26 19:33:47', '2024-08-26 19:33:47', '', 7163, 'https://benefitsmyway.mybenefitport.com/?p=7499', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7501, 1, '2024-08-26 20:36:03', '2024-08-26 20:36:03', '', 1, '', 'inherit', 'open', 'closed', '', 1, '', '', '2024-08-26 20:36:03', '2024-08-26 20:36:03', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7502, 1, '2024-08-26 20:37:32', '2024-08-26 20:37:32', '', 2, '', 'inherit', 'open', 'closed', '', 2, '', '', '2024-08-26 20:37:32', '2024-08-26 20:37:32', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7503, 1, '2024-08-26 20:38:23', '2024-08-26 20:38:23', '', 3, '', 'inherit', 'open', 'closed', '', 3, '', '', '2024-08-26 20:38:23', '2024-08-26 20:38:23', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7504, 1, '2024-08-26 20:38:35', '2024-08-26 20:38:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Medical &amp; Prescription Drug</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Find the Right Plan for You</h2>\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\n<ul style=\"font-weight: 400;\">\n<ul style=\"font-weight: 400;\">\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Do you have specific prescription medication needs?</li>\n<li>Are you anticipating surgery or non-preventive dental care?</li>\n<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\n<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\n</ul>\n</ul>\n</ul>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii. </p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7501 alignnone size-full\" /></p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7452\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,200 High Deductible Health Plan w/Optional Health Savings Account:\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7502 alignnone size-full\" /></p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7454\"]</p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"font-weight: 400;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg\" width=\"1080\" height=\"210\" alt=\"\" class=\"wp-image-7503 alignnone size-full\" /></p>\n<p style=\"font-weight: 400;\"><span><strong>Give your doctor’s office this information: </strong></span><span>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</span><span></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7453\"]</p>\n<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<ul>\n<li style=\"font-weight: 400;\">UnitedHealthcare</li>\n<li style=\"font-weight: 400;\">Surest (Access Code: OwensMinor2025)</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Regional Medical Plan Options</h2>\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select a Kaiser Medical or UPMC plan for your medical care coverage.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <span><strong>California, Colorado, Georgia, Washington, Oregon</strong></span><span>,<strong> District of Columbia</strong></span><span>, </span><span><strong>Maryland</strong></span><span>, and </span><span><strong>Virginia</strong></span><span>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Hawaii </strong></span><span>teammates may enroll in the Point of Service (POS) 405 plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Click <a href=\"select.kaiserpermanente.org/owens-and-minor\" target=\"_blank\" rel=\"noopener\">here </a></strong></span><span></span><span><strong>for more information.</strong></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</span><span> </span></h6>\n<p>[ninja_tables id=\"7460\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UPMD HDHP EPO\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">If you live in <span><strong>Pennsylvania </strong></span><span>(certain ZIP codes), the UPMC HDHP EPO might be your best choice. You don’t have to select a primary care physician, but you must receive your care from in-network physicians and facilities for your care to be covered. You are also eligible to enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7457\"]</p>\n<p style=\"font-weight: 400;\"><span>For more information, visit </span><a href=\"https://www.upmchealthplan.com\" target=\"_blank\" rel=\"noopener\"><span><strong>UPMCHealthPlan.com</strong></span></a><span></span><span>.</span></p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"#\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-08-26 20:38:35', '2024-08-26 20:38:35', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=7504', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7507, 1, '2024-08-27 19:28:18', '2024-08-27 19:28:18', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"ENROLL\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]Open Enrollment for 2025 Benefits is October 28 – November 8[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health and Welfare</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Financial Wellness</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/guide_cover_2.png\" alt=\"guide cover\" title_text=\"guide_cover_2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" url_new_window=\"on\" _builder_version=\"4.17.1\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\nLike this website, the 2023 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.17.1\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"77px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or<br />call <strong>800.463.3819</strong></p>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"74px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other important information.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-08-27 19:28:18', '2024-08-27 19:28:18', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7507', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7508, 1, '2024-08-29 16:47:29', '2024-08-29 16:47:29', '', 'Q3 2024 UWW Schedule', '', 'inherit', 'open', 'closed', '', 'q3-2024-uww-schedule', '', '', '2024-08-29 16:47:29', '2024-08-29 16:47:29', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Q3-2024-UWW-Schedule.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7510, 1, '2024-08-29 16:51:10', '2024-08-29 16:51:10', '', 'Q3', '', 'inherit', 'open', 'closed', '', 'q3', '', '', '2024-08-29 16:51:10', '2024-08-29 16:51:10', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Q3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7511, 1, '2024-08-29 16:52:06', '2024-08-29 16:52:06', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Financial Resources Through Fidelity </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\n<p>Fidelity offers resources to help you achieve financial stability.</p>\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Q3.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text=\"Q3\" width=\"35%\" custom_margin=\"15px||-28px||false|false\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Q3-2024-UWW-Schedule.pdf\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a><br /></strong>Get access to calculators, checklists, and financial workshops.</p>\n<p style=\"font-weight: 400;\"><strong>Work Perks through NetBenefits<br /></strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to Work Perks through NetBenefits to access the following services:</p>\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\n<ul>\n<li>Kaplan and ACT: College test preparation</li>\n<li>Fidelity 529 Savings: Education savings account</li>\n<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\n<ul>\n<li>NotaryCam: Online notary services</li>\n<li>IDnotify: Identity protection</li>\n<li>Fidelity Estate Planner: Estate planning</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\n<ul>\n<li>TurboTax: Tax preparation services</li>\n<li>Fidelity Goal Booster: Short-term savings goals</li>\n<li>Fidelity Cash Management: Spending and saving with investments</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2024-08-29 16:52:06', '2024-08-29 16:52:06', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=7511', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7513, 1, '2024-08-09 19:07:28', '2024-08-09 19:07:28', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Child Care / Elder Care\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/child-care.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]\r\n<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder and early care resources</span></strong></h2>\r\n<span style=\"color: #000000;\">If you’re caring for family members at home, life is often a balancing act. Bright Horizons and Aetna Resources for Living can both support your caregiving responsibilities. Click the links below to learn more.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]\r\n<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder care </span></strong></h2>\r\n<span style=\"color: #000000;\">When the time comes to take care of your caretaker, take advantage of these resources to ensure your loved ones are comfortable in their later years. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]</span>\r\n<p style=\"font-weight: 400;\"><a href=\"https://clients.brighthorizons.com/banner\"><strong>Bright Horizons</strong></a><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\r\n&nbsp;\r\n<ul>\r\n 	<li>Decision support tools to help you plan ahead</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">An online needs assessment</span></li>\r\n 	<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\r\n 	<li><span style=\"color: #000000;\">A search tool for finding and evaluating care providers</span></li>\r\n 	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\"><a href=\"http://www.resourcesforliving.com/\"><strong>Aetna Resources for Living</strong></a><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers: </strong></span></p>\r\n&nbsp;\r\n<ul>\r\n 	<li>Aging adult care provider search</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Health, financial and legal information for older adults</span></li>\r\n 	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\r\n 	<li><span style=\"color: #000000;\">Retirement resources</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]\r\n<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Child care </span></strong></h2>\r\n<span style=\"color: #000000;\">With the cost of child care, the scheduling demands of a thriving career and the learning curve for first-time parents, it can be hard to balance work and family. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]</span>\r\n<p style=\"font-weight: 400;\"><a href=\"https://clients.brighthorizons.com/banner\"><strong>Bright Horizons</strong></a><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\r\n&nbsp;\r\n<ul>\r\n 	<li>Free premium membership to Sittercity to help find child care options</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\r\n 	<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\r\n 	<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\"><a href=\"http://www.resourcesforliving.com/\"><strong>Aetna Resources for Living</strong></a><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers educational resources on: </strong></span></p>\r\n&nbsp;\r\n<ul>\r\n 	<li>Child care</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Adoption </span></li>\r\n 	<li><span style=\"color: #000000;\">Pregnancy and childbirth </span></li>\r\n 	<li><span style=\"color: #000000;\">Raising children </span></li>\r\n 	<li><span style=\"color: #000000;\">Balancing work and family </span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"http://bannerhealth.savings.beneplace.com/\" url_new_window=\"on\" button_text=\"Check out Beneplace for even more child care discounts!\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a style=\"color: #e1e1e1;\" href=\"https://start.myalex.com/bannerhealth\">Ask Alex</a></span>\r\n<span style=\"color: #e1e1e1;\"><a style=\"color: #e1e1e1;\" href=\"http://myhr.bannerhealth.com/\">Enroll Now</a></span>\r\n<span style=\"color: #e1e1e1;\"><a style=\"color: #e1e1e1;\" href=\"http://flimp.live/banner-resident-fellow-24\">Residents &amp; Fellows</a></span>\r\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: right;\"><img src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Child and Elder Care', '						', 'publish', 'closed', 'closed', '', 'child-and-elder-care', '', '', '2024-10-28 21:41:55', '2024-10-28 21:41:55', '', '0', 'https://bannerbenefits.mybenefitport.com/?page_id=7155', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7514, 1, '2024-08-30 02:57:33', '2024-08-30 02:57:33', '[et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" collapsed=\"off\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2024 Banner Benefits Guide\" button_url=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/07/2024-Banner-Benefit-Guide.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.25.2\" header_text_color=\"#005d9c\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#005d9c\" button_border_width=\"1\" button_border_color=\"#005d9c\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.21.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Section<!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /><span></span>[wpfd_category id=\"26\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.16\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"9\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Overviews<!--.h1--></h1>\n<p><span>The enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status</span><span>.<br /></span>[wpfd_category id=\"14\"]</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Premiums<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"15\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Additional Resources<!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"10\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.17.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Legal Notices<!--.h1--></h1>\n<p>Benefit legal notices are specific reports and/or documents that Banner Health is required by law to provide to all team members.<br /><span></span>[wpfd_category id=\"16\"]<br /><a href=\"https://health1.aetna.com/app/public/#/one/insurerCode=AETNACVS_I&amp;brandCode=ALICSI/machine-readable-transparency-in-coverage?searchTerm=98533722&amp;lock=true\" target=\"_blank\" rel=\"noopener\" style=\"color: #666667;\">Click here to view the <strong>Transparency in Coverage MRF</strong>.</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Docs Section', '', 'publish', 'closed', 'closed', '', 'docs-section', '', '', '2024-08-30 02:57:33', '2024-08-30 02:57:33', '', '0', 'https://benefitsmyway.mybenefitport.com/et_pb_layout/docs-section/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7516, 1, '2024-08-30 03:01:15', '2024-08-30 03:01:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.1\" _module_preset=\"default\" global_colors_info=\"{}\"][wpfd_category id=\"21\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.2\" collapsed=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" hover_enabled=\"0\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_bg_color=\"#8e3947\" button_bg_enable_color=\"on\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h1>Eligibility Section<!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h1>Benefit Overviews<!--.h1--></h1>\n<p><span>The enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status</span><span>.<br /></span>[wpfd_category id=\"XX\"]</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h1>Benefit Premiums<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h1>Additional Resources<!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h1>Benefit Legal Notices<!--.h1--></h1>\n<p>Benefit legal notices are specific reports and/or documents that Banner Health is required by law to provide to all team members.<br /><span></span>[wpfd_category id=\"XX\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||-20px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.21.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-08-30 03:01:15', '2024-08-30 03:01:15', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7516', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7517, 1, '2024-08-30 03:06:04', '2024-08-30 03:06:04', '.menu-item-6993 a {  \r\ncolor: #68ace5 !important;    \r\nfont-weight: bold !important;\r\n}\r\n.menu-item-6993 a:hover { \r\ncolor: white !important;    \r\nfont-weight: bold !important;\r\n}\r\n\r\n.et_multi_view_image__loaded {\r\n    animation: none!important;\r\n}\r\n.et_multi_view_image__loading {\r\n    visibility: visible !important;\r\n}\r\n.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 2px solid #4598b6; padding: 10px !important;\r\n	 -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557; !important;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em; font-weight: 900;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n\r\na:link { text-decoration: none; }\r\na:visited { text-decoration: none; }\r\na:hover { text-decoration: none; }\r\na:active { text-decoration: none; }\r\n\r\n@media only screen and ( min-width: 960px ) {\r\n.nav li.menu-item-6989 ul {\r\n    right: 0 !important;\r\n}\r\n}', 'Divi', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2024-08-30 03:06:04', '2024-08-30 03:06:04', '', 11, 'https://benefitsmyway.mybenefitport.com/?p=7517', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7518, 1, '2024-08-30 03:06:40', '2024-08-30 03:06:40', '.menu-item-6993 a {  \r\ncolor: #68ace5 !important;    \r\nfont-weight: bold !important;\r\n}\r\n.menu-item-6993 a:hover { \r\ncolor: white !important;    \r\nfont-weight: bold !important;\r\n}\r\n\r\n.et_multi_view_image__loaded {\r\n    animation: none!important;\r\n}\r\n.et_multi_view_image__loading {\r\n    visibility: visible !important;\r\n}\r\n.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 2px solid #4598b6; padding: 10px !important;\r\n	 -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557; !important;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em; font-weight: 900;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n\r\na:link { text-decoration: none; }\r\na:visited { text-decoration: none; }\r\na:hover { text-decoration: none; }\r\na:active { text-decoration: none; }\r\n\r\n@media only screen and ( min-width: 960px ) {\r\n.nav li.menu-item-6989 ul {\r\n    right: 0 !important;\r\n}\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}', 'Divi', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2024-08-30 03:06:40', '2024-08-30 03:06:40', '', 11, 'https://benefitsmyway.mybenefitport.com/?p=7518', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7519, 1, '2024-08-30 03:07:59', '2024-08-30 03:07:59', '.menu-item-6993 a {  \r\ncolor: #68ace5 !important;    \r\nfont-weight: bold !important;\r\n}\r\n.menu-item-6993 a:hover { \r\ncolor: white !important;    \r\nfont-weight: bold !important;\r\n}\r\n\r\n.et_multi_view_image__loaded {\r\n    animation: none!important;\r\n}\r\n.et_multi_view_image__loading {\r\n    visibility: visible !important;\r\n}\r\n.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 2px solid #002856; padding: 10px !important;\r\n	 -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557; !important;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em; font-weight: 900;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #4598b6; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n\r\na:link { text-decoration: none; }\r\na:visited { text-decoration: none; }\r\na:hover { text-decoration: none; }\r\na:active { text-decoration: none; }\r\n\r\n@media only screen and ( min-width: 960px ) {\r\n.nav li.menu-item-6989 ul {\r\n    right: 0 !important;\r\n}\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}', 'Divi', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2024-08-30 03:07:59', '2024-08-30 03:07:59', '', 11, 'https://benefitsmyway.mybenefitport.com/?p=7519', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7520, 1, '2024-08-30 03:09:40', '2024-08-30 03:09:40', '.menu-item-6993 a {  \r\ncolor: #68ace5 !important;    \r\nfont-weight: bold !important;\r\n}\r\n.menu-item-6993 a:hover { \r\ncolor: white !important;    \r\nfont-weight: bold !important;\r\n}\r\n\r\n.et_multi_view_image__loaded {\r\n    animation: none!important;\r\n}\r\n.et_multi_view_image__loading {\r\n    visibility: visible !important;\r\n}\r\n.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 2px solid #002856; padding: 10px !important;\r\n	 -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557; !important;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em; font-weight: 900;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 2px solid #002856; padding: 10px !important; background-color: rgba(255,255,255,.5) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n\r\na:link { text-decoration: none; }\r\na:visited { text-decoration: none; }\r\na:hover { text-decoration: none; }\r\na:active { text-decoration: none; }\r\n\r\n@media only screen and ( min-width: 960px ) {\r\n.nav li.menu-item-6989 ul {\r\n    right: 0 !important;\r\n}\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}', 'Divi', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2024-08-30 03:09:40', '2024-08-30 03:09:40', '', 11, 'https://benefitsmyway.mybenefitport.com/?p=7520', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7521, 1, '2024-08-30 03:10:11', '2024-08-30 03:10:11', '.menu-item-6993 a {  \r\ncolor: #68ace5 !important;    \r\nfont-weight: bold !important;\r\n}\r\n.menu-item-6993 a:hover { \r\ncolor: white !important;    \r\nfont-weight: bold !important;\r\n}\r\n\r\n.et_multi_view_image__loaded {\r\n    animation: none!important;\r\n}\r\n.et_multi_view_image__loading {\r\n    visibility: visible !important;\r\n}\r\n.custm-txt .et_pb_text_inner span {\r\n    font-size: 7px !important;\r\n}\r\n/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #002856; padding: 10px !important;\r\n	 -moz-border-radius: 20px;\r\n    -webkit-border-radius: 20px;\r\n    -khtml-border-radius: 20px;\r\n     border-radius: 20px;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557; !important;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; font-weight: 900; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em; font-weight: 900;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;} \r\n				/*----------------------- Accent Color 1 - #00529b (dark blue) -----------------------*/\r\n.kcolor1 h1, .kcolor1 h2, .kcolor1 h3, .kcolor1 h4, .kcolor1 h5, .kcolor1 h6 {color: #002a4e !important;}\r\n.kmod1 {border: 1px solid #002a4e; padding: 20px !important; background-color: #002a4e !important;}\r\n.kmod1-line {border: 1px solid #002a4e; padding: 20px !important; background-color: rgba(255,255,255,.5) !important;}\r\n\r\n.kmod-intro p {font-size: 1.35em; line-height: 1.5em; color: #0079c2;}\r\n\r\n/*----------------------- Accent Color 2 - #0079c2 (light blue) -----------------------*/\r\n.kcolor2 h1, .kcolor2 h2, .kcolor2 h3, .kcolor2 h4, .kcolor2 h5, .kcolor2 h6 {color: #002a4e !important;}\r\n.kmod2 {border: 1px solid #0079c2; padding: 20px !important; background-color: #4598b6 !important; color: #FFFFFF !important;}\r\n.kmod2-line {border: 1px solid #002856; padding: 10px !important; background-color: rgba(255,255,255,.5) !important;}\r\n.kmod2-light {padding: 20px !important; background-color: rgba(0,121,194,.2) !important;}\r\n\r\n/*----------------------- Styles for Sections -----------------------*/\r\n.ksec1 {\r\nbackground-color: #002a4e !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec2 {\r\nbackground-color: #4598b6 !important;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-head {\r\nbackground-color: #0f3557;\r\npadding-top: 0px;\r\npadding-bottom: 0px;\r\nborder-bottom: 3px solid #e6e7e8;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 100px; */\r\n}\r\n.ksec-head h1 {font-size:4.5em; line-height: 1.05em; color: #FFFFFF;}\r\n.ksec-head p {font-size:1.25em; line-height: 1.25em;}\r\n.ksec-head .et_pb_row {padding: top: 0px; padding-bottom: 0px;}\r\n.ksec-head.et_pb_section_0 {margin-top: 210px;}\r\n\r\n.ksec-trans {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row {padding-top: 0px; padding-bottom: 0px;}\r\n.ksec-trans .et_pb_row .et_pb_column {padding: 60px;}\r\n.ksec-trans .et_pb_row .et_pb_column_2_3 {background-color:;}\r\n.ksec-trans .et_pb_row .et_pb_column_1_3 {background-color:;}\r\n.ksec-trans p {padding-top: 20px; padding-bottom: 0px;}\r\n.ksec-trans .kmod-intro p {padding-top: 0px;}\r\n.ksec-white {\r\nbackground-color: #FFFFFF;\r\n/* background: url(https://url.goes.here); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover; */\r\n}\r\n\r\n.ksec-light {background-color:#e3f4ff !important;}\r\n\r\n.ksec-footer {display: none;}\r\n\r\n.ksec-home h1 {font-size:3.5em; line-height: 1.15em; color: #FFFFFF;}\r\n.ksec-home p {font-size: 1.25em; line-height: 1.45em; color: #FFFFFF;}\r\n\r\n/*----------------------- Misc CSS -----------------------*/\r\n/*body.home {background-color: #171717;} */\r\nh1, h2, h3, h4, h5, h6 {line-height: 1.25em;}\r\n.et_pb_forgot_password {display:none;}\r\n#top-menu li a {line-height: 1.2em;}\r\n.kblurbcaption {background-color: rgba(0,0,0,.5);}\r\n.kblurbcaption .et_pb_main_blurb_image {margin-bottom: 0px;}\r\n\r\n\r\n#colorbox.OutoftheBox {z-index: 999999;}\r\n#colorbox.OutoftheBox #cboxClose\r\n{\r\ntop: 0;\r\nright: 0;\r\n}\r\n#colorbox.OutoftheBox #cboxLoadedContent {\r\nmargin-top:28px;\r\nmargin-bottom:0;\r\n}\r\n\r\n.et_pb_forgot_password {display:none;}\r\n.menu-logout-link-item {display: none !important; visibility: hidden;}\r\n\r\n.et_pb_toggle_close {background-color: #0d7abf;}\r\n.et_pb_toggle_close h5.et_pb_toggle_title {color: #FFFFFF;}\r\n.et_pb_toggle_open {background-color: #ffffff;}\r\n\r\n/*----------------------- Page BG -----------------------*/\r\n/*.page-id-41 {background-image: url(\"https://brookfield.benefitmain.com/wp-content/uploads/sites/18/2017/10/home-1920.jpg\"); background-attachment: fixed; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: top center; background-size: cover;}*/\r\n\r\n/*----------------------- Styled OL -----------------------*/\r\n.kmod-list ol {\r\n	counter-reset:li; /* Initiate a counter */\r\n	margin-left:0; /* Remove the default left margin */\r\n	padding-left:0; /* Remove the default left padding */\r\n        padding-top: 20px !important;\r\n}\r\n.kmod-list ol &gt; li {\r\n	position:relative; /* Create a positioning context */\r\n	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */\r\n	padding:4px 8px; /* Add some spacing around the content */\r\n	list-style:none; /* Disable the normal item numbering */\r\n	border-top:2px solid #1b3c79;\r\n	background:#f6f6f6;\r\n        padding-bottom: 10px;\r\n}\r\n.kmod-list ol &gt; li:before {\r\n	content:counter(li); /* Use the counter as content */\r\n	counter-increment:li; /* Increment the counter by 1 */\r\n	/* Position and style the number */\r\n	position:absolute;\r\n	top:-2px;\r\n	left:-2em;\r\n	-moz-box-sizing:border-box;\r\n	-webkit-box-sizing:border-box;\r\n	box-sizing:border-box;\r\n	width:2em;\r\n	/* Some space between the number and the content in browsers that support\r\n	   generated content but not positioning it (Camino 2 is one example) */\r\n	margin-right:8px;\r\n	padding:4px;\r\n	border-top:2px solid #1b3c79;\r\n	color:#fff;\r\n	background:#1b3c79;\r\n	font-weight:bold;\r\n	font-family:\"Helvetica Neue\", Arial, sans-serif;\r\n	text-align:center;\r\n}\r\n.kmod-list li ol,\r\n.kmod-list li ul {margin-top:6px;}\r\n.kmod-list ol ol li:last-child {margin-bottom:0;}\r\n\r\na:link { text-decoration: none; }\r\na:visited { text-decoration: none; }\r\na:hover { text-decoration: none; }\r\na:active { text-decoration: none; }\r\n\r\n@media only screen and ( min-width: 960px ) {\r\n.nav li.menu-item-6989 ul {\r\n    right: 0 !important;\r\n}\r\n}\r\n#et-boc .wpfd-content-tree > ul:not(.breadcrumbs), .wpfd-content-tree > ul:not(.breadcrumbs){\r\nmargin: 0 !important;\r\n}\r\n\r\np {\r\npadding-bottom:0 !important; \r\n}', 'Divi', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2024-08-30 03:10:11', '2024-08-30 03:10:11', '', 11, 'https://benefitsmyway.mybenefitport.com/?p=7521', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7522, 1, '2024-08-30 03:11:15', '2024-08-30 03:11:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.1\" _module_preset=\"default\" global_colors_info=\"{}\"][wpfd_category id=\"21\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" hover_enabled=\"0\" collapsed=\"off\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Section<!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Overviews<!--.h1--></h1>\n<p><span>The enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status</span><span>.<br /></span>[wpfd_category id=\"XX\"]</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Premiums<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Additional Resources<!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Legal Notices<!--.h1--></h1>\n<p>Benefit legal notices are specific reports and/or documents that Banner Health is required by law to provide to all team members.<br /><span></span>[wpfd_category id=\"XX\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||-20px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.21.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-08-30 03:11:15', '2024-08-30 03:11:15', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7522', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7527, 1, '2024-09-04 20:55:17', '2024-09-04 20:55:17', '', 'FSA Graphic', '', 'inherit', 'open', 'closed', '', 'fsa-graphic', '', '', '2024-09-04 20:55:17', '2024-09-04 20:55:17', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/FSA-Graphic.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7528, 1, '2024-09-04 20:56:59', '2024-09-04 20:56:59', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" background_color=\"#f2f2f2\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-40px||-20px||false|false\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Health Care FSA</h2>\n<p><strong>This account is available to all teammates who do not enroll in an HSA or do not elect Owens &amp; Minor </strong><strong>medical coverage.</strong><strong> </strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $3,200 annually through pre-tax payroll deductions to help cover your eligible</p>\n<p style=\"font-weight: 400;\">medical, dental, and vision expenses. You have access to the entire amount at the start of the plan year. For a list of eligible expenses, <strong>visit Publication 502, Medical and Dental Expenses</strong>.</p>\n<p style=\"font-weight: 400;\">Up to $640 of your unused 2024 contributions may be carried over to the next year. Amounts above $610 will be forfeited.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Limited Purpose FSA</h2>\n<p><strong>Available only to teammates who enroll in an HSA.</strong> </p>\n<p style=\"font-weight: 400;\">You can contribute up to $3,200 annually through pre-tax payroll deductions to help cover your eligible</p>\n<p style=\"font-weight: 400;\">dental and vision expenses only. For a list of eligible expenses, <strong>visit Publication 502, Medical and Dental Expenses</strong>. You have access to the entire annual contribution amount at the beginning of the plan year and may carry over up to $640 of unused funds to the next year.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"60%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-90px||-50px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" background_enable_color=\"off\" sticky_enabled=\"0\" link_option_url=\"https://www.irs.gov/publications/p502\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/FSA-Graphic.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text=\"FSA Graphic\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important considerations for all FSA accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong> </p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-09-04 20:56:59', '2024-09-04 20:56:59', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=7528', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7530, 1, '2024-09-05 14:47:55', '2024-09-05 14:47:55', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"75%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-20px||-50px||false|false\" custom_padding=\"0px||0px||false|false\" link_option_url=\"https://www.irs.gov/publications/p502\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/FSA-Graphic.png\" title_text=\"FSA Graphic\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-40px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][et_pb_cta title=\"Important considerations for all FSA accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"30px||||false|false\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-09-05 14:47:55', '2024-09-05 14:47:55', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=7530', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7532, 1, '2024-09-05 19:28:01', '2024-09-05 19:28:01', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/FSA-Graphic.png\" title_text=\"FSA Graphic\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"30px||||false|false\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" custom_margin=\"-30px||||false|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important considerations for all FSA accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-09-05 19:28:01', '2024-09-05 19:28:01', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=7532', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7534, 1, '2024-09-06 16:38:39', '2024-09-06 16:38:39', '<p>This page is used by password-protected to preview the form on customizer</p>', 'Password Protected', '', 'draft', 'closed', 'closed', '', 'password-protected', '', '', '2024-10-09 18:59:35', '2024-10-09 18:59:35', '', '0', 'https://benefitsmyway.mybenefitport.com/password-protected/', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7535, 1, '2024-09-06 16:44:42', '2024-09-06 16:44:42', '{\n    \"login_designer[template]\": {\n        \"value\": \"default\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[bg_image_gallery]\": {\n        \"value\": \"\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[bg_color]\": {\n        \"value\": \"#002856\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:41:28\"\n    },\n    \"login_designer[form_bg]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[form_shadow]\": {\n        \"value\": \"3\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[form_shadow_opacity]\": {\n        \"value\": \"13\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[form_side_padding]\": {\n        \"value\": \"24\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[form_bg_transparency]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[form_vertical_padding]\": {\n        \"value\": \"26\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[field_bg]\": {\n        \"value\": \"#fbfbfb\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[field_border]\": {\n        \"value\": \"1\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[field_margin_bottom]\": {\n        \"value\": \"16\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[field_side_padding]\": {\n        \"value\": \"12\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[field_padding_top]\": {\n        \"value\": \"3\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[field_padding_bottom]\": {\n        \"value\": \"3\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[field_radius]\": {\n        \"value\": \"0\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[field_shadow]\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[field_shadow_opacity]\": {\n        \"value\": \"7\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[field_font]\": {\n        \"value\": \"default\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[field_font_size]\": {\n        \"value\": \"24\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[field_color]\": {\n        \"value\": \"#32373c\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[username_label]\": {\n        \"value\": \"Username or Email Address\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[label_font]\": {\n        \"value\": \"default\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[label_position]\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[label_color]\": {\n        \"value\": \"#72777c\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[button_bg]\": {\n        \"value\": \"#872434\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:41:28\"\n    },\n    \"login_designer[button_border]\": {\n        \"value\": \"1\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[button_side_padding]\": {\n        \"value\": \"12\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[button_padding_top]\": {\n        \"value\": \"4\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[button_padding_bottom]\": {\n        \"value\": \"4\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[button_radius]\": {\n        \"value\": \"3\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[button_font]\": {\n        \"value\": \"default\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[button_font_size]\": {\n        \"value\": \"13\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[button_color]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[remember_font]\": {\n        \"value\": \"default\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[remember_position]\": {\n        \"value\": \"5\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[remember_color]\": {\n        \"value\": \"#72777c\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[checkbox_bg]\": {\n        \"value\": \"#fbfbfb\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[checkbox_border]\": {\n        \"value\": \"1\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[checkbox_radius]\": {\n        \"value\": \"0\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[below_color]\": {\n        \"value\": \"#fcfcfc\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:41:28\"\n    },\n    \"login_designer[below_position]\": {\n        \"value\": \"0\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[lost_password]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[back_to]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer_settings[branding]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer_settings[branding_color]\": {\n        \"value\": \"#444444\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer_settings[branding_icon_color]\": {\n        \"value\": \"#222222\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:40:28\"\n    },\n    \"login_designer[button_border_color]\": {\n        \"value\": \"#872434\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:42:28\"\n    },\n    \"login_designer[logo]\": {\n        \"value\": 7537,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:44:28\"\n    },\n    \"login_designer[logo_width]\": {\n        \"value\": \"306\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:44:42\"\n    },\n    \"login_designer[logo_height]\": {\n        \"value\": 75,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:44:28\"\n    },\n    \"login_designer[logo_margin_bottom]\": {\n        \"value\": \"29\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:44:28\"\n    },\n    \"login_designer[disable_logo]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 16:44:28\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', 'ee103f75-d700-45ab-a41f-b07eeb70ebb0', '', '', '2024-09-06 16:44:42', '2024-09-06 16:44:42', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7535', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7536, 1, '2024-09-06 16:42:50', '2024-09-06 16:42:50', '', 'omi-white', '', 'inherit', 'open', 'closed', '', 'omi-white', '', '', '2024-09-06 16:42:50', '2024-09-06 16:42:50', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/omi-white.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7537, 1, '2024-09-06 16:43:49', '2024-09-06 16:43:49', '', 'omi-white-med', '', 'inherit', 'open', 'closed', '', 'omi-white-med', '', '', '2024-09-06 16:43:49', '2024-09-06 16:43:49', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/omi-white-med.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7539, 1, '2024-09-06 22:02:11', '2024-09-06 22:02:11', '{\n    \"password_protected[bg_image_gallery]\": {\n        \"value\": \"none\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 21:55:16\"\n    },\n    \"password_protected[bg_color]\": {\n        \"value\": \"#002856\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 21:55:16\"\n    },\n    \"password_protected[logo]\": {\n        \"value\": 7537,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:02:11\"\n    },\n    \"password_protected[bg_image]\": {\n        \"value\": \"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/blue.jpg\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:00:17\"\n    },\n    \"password_protected[bg_repeat]\": {\n        \"value\": \"no-repeat\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 21:56:16\"\n    },\n    \"password_protected[label_color]\": {\n        \"value\": \"#002856\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 21:57:16\"\n    },\n    \"password_protected[field_border_color]\": {\n        \"value\": \"#002856\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 21:57:16\"\n    },\n    \"password_protected[field_padding_top]\": {\n        \"value\": \"3\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 21:57:16\"\n    },\n    \"password_protected[field_color]\": {\n        \"value\": \"#b5b5b5\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:01:16\"\n    },\n    \"password_protected[button_bg]\": {\n        \"value\": \"#872434\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 21:58:16\"\n    },\n    \"password_protected[button_border_color]\": {\n        \"value\": \"#872434\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 21:58:16\"\n    },\n    \"password_protected[button_padding_top]\": {\n        \"value\": \"4\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 21:58:16\"\n    },\n    \"password_protected[disable_logo]\": {\n        \"value\": false,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 21:59:16\"\n    },\n    \"password_protected[remember_color]\": {\n        \"value\": \"#002856\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 21:59:16\"\n    },\n    \"password_protected[password_below_password_color]\": {\n        \"value\": \"#002856\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 21:59:16\"\n    },\n    \"password_protected[field_radius]\": {\n        \"value\": \"20\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:00:17\"\n    },\n    \"password_protected[logo_width]\": {\n        \"value\": 306,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:02:11\"\n    },\n    \"password_protected[logo_height]\": {\n        \"value\": 75,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:02:11\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', 'e2796cca-9ebd-4c4a-8969-cf43fb8b103d', '', '', '2024-09-06 22:02:11', '2024-09-06 22:02:11', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7539', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7540, 1, '2024-09-06 21:55:34', '2024-09-06 21:55:34', '', 1, '', 'inherit', 'open', 'closed', '', '1-2', '', '', '2024-09-06 21:55:34', '2024-09-06 21:55:34', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7541, 1, '2024-09-06 21:59:45', '2024-09-06 21:59:45', '', 'blue', '', 'inherit', 'open', 'closed', '', 'blue', '', '', '2024-09-06 21:59:45', '2024-09-06 21:59:45', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/blue.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7542, 1, '2024-09-06 22:02:22', '2024-09-06 22:02:22', '{\n    \"password_protected[disable_logo]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:02:22\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '1252606a-d460-4beb-b685-f4f1479e1cab', '', '', '2024-09-06 22:02:22', '2024-09-06 22:02:22', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/09/06/1252606a-d460-4beb-b685-f4f1479e1cab/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7543, 1, '2024-09-06 22:03:25', '2024-09-06 22:03:25', '{\n    \"password_protected[form_radius]\": {\n        \"value\": \"20\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:03:16\"\n    },\n    \"password_protected[form_vertical_padding]\": {\n        \"value\": \"16\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:03:16\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '768a3830-a583-41dd-b15e-4f9381404f74', '', '', '2024-09-06 22:03:25', '2024-09-06 22:03:25', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=7543', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7544, 1, '2024-09-06 22:06:41', '2024-09-06 22:06:41', '{\n    \"password_protected[field_background_color]\": {\n        \"value\": \"#f7f7f7\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:06:41\"\n    },\n    \"password_protected[field_border]\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:06:41\"\n    },\n    \"password_protected[field_border_color]\": {\n        \"value\": \"#d1d1d1\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:06:41\"\n    },\n    \"password_protected[field_color]\": {\n        \"value\": \"#919191\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2024-09-06 22:06:41\"\n    }\n}', '', '', 'publish', 'closed', 'closed', '', '2c050ea9-0cb5-4e83-8b1b-f8e230f7a4f7', '', '', '2024-09-06 22:06:41', '2024-09-06 22:06:41', '', '0', 'https://benefitsmyway.mybenefitport.com/2024/09/06/2c050ea9-0cb5-4e83-8b1b-f8e230f7a4f7/', '0', 'customize_changeset', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7545, 1, '2024-09-10 14:31:07', '2024-09-10 14:31:07', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>401(k) Retirement Plan</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">401(k) Plan</h2>\r\nThe Owens &amp; Minor 401(k) Plan, administered by Fidelity, helps you prepare for retirement by offering an easy, tax-advantaged way to save. Once you’re eligible, we match on a dollar-for-dollar basis up to 3% of your eligible contributions. You are immediately vested in your contributions, as well as the company’s match.\r\n<p style=\"font-weight: 400;\"><strong>Eligibility and enrollment</strong></p>\r\n<p style=\"font-weight: 400;\">You are eligible to enroll after 30 days of employment. After 60 days of service, you will be automatically enrolled in the plan with a 2% contribution rate. After one year of service, you are eligible for the company match. Enroll online at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com </strong></a>or call <strong>(800) 835-5095</strong>.</p>\r\n&nbsp;\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Reasons to Participate</h2>\r\n<ul>\r\n 	<li>Your pre-tax contributions are deducted from your pay, decreasing your overall income tax.</li>\r\n 	<li>You have multiple investment funds with risks ranging from conservative to aggressive.</li>\r\n 	<li>You can choose from retirement date-based Fidelity Freedom Funds. The Freedom Funds are generally designed for investors planning to retire around the year in the investment name.</li>\r\n 	<li>Fidelity Portfolio Advisory Service at Work provides discretionary money management for a fee. You can delegate the day-to-day management of your 401(k) account to professional investment managers.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '401k', '						', 'inherit', 'closed', 'closed', '', '7170-revision-v1', '', '', '2024-09-10 14:31:07', '2024-09-10 14:31:07', '', 7170, 'https://benefitsmyway.mybenefitport.com/?p=7545', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7546, 1, '2024-09-10 14:32:14', '2024-09-10 14:32:14', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Aditional-Benefits-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Additional Benefits</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Auto and Home Insurance</h2>\r\nFarmers GroupSelect gives you access to personal insurance policies, including home, auto, rental, condo, and recreational vehicle and boat coverage. Save up to 15% when you purchase this coverage through Owens &amp; Minor. Contact Farmers GroupSelect for no-obligation quotes and cost comparisons by calling <strong>(800) 438-6381</strong>. The company code is <strong>BVP</strong>.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Cancer Resource Services</h2>\r\nAfter a cancer diagnosis, it may be difficult to know what the next step is. UHC medical plan enrollees have access to Cancer Resource Services, which provides you with the support you need to navigate each step in your cancer journey. Your concierge will help you understand your options, answer your questions, and check in with you along the way so you can focus on your health and recovery.\r\n<p style=\"font-weight: 400;\">A representative from Cancer Resource Services will contact you if your medical claims indicate you would benefit from the program.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Commuter Benefits</h2>\r\nPay for the expense of commuting with pre-tax dollars and save on your taxes. You decide how much to contribute, and the money is deducted from your paycheck automatically. You can contribute pre-tax dollars up to the IRS monthly limit of $300 for transit and parking. Enroll or change contribution amounts by the 25th of each month, anytime during the year.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Pet Insurance</h2>\r\nMetLife provides coverage to protect your furry family members’ health and your finances. This plan offers reimbursement of up to 90% of covered expenses from any licensed veterinarian in the U.S. The MetLife mobile app allows quick claim submission and reimbursement along with other benefits, such as retail discounts and access to 24/7 vet telehealth. Enroll anytime during the year by calling <strong>(800) GET-MET8</strong>.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">PerkSpot</h2>\r\nNever miss a deal! From travel to electronics, with PerkSpot you can choose from over 25 different categories of perks and save money. Start by creating your account at <a href=\"https://owens-minor.perkspot.com\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor.perkspot.com</strong></a>. Use access code: <strong>OwensMinor</strong>. Once you register, you can download the PerkSpot mobile app for deals anytime, anywhere.\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Additional Benefits', '						', 'inherit', 'closed', 'closed', '', '7239-revision-v1', '', '', '2024-09-10 14:32:14', '2024-09-10 14:32:14', '', 7239, 'https://benefitsmyway.mybenefitport.com/?p=7546', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7547, 1, '2024-09-10 14:36:20', '2024-09-10 14:36:20', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/adoption-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Adoption Assistance</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\nMore information will be available January 1, 2025.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '7233-revision-v1', '', '', '2024-09-10 14:36:20', '2024-09-10 14:36:20', '', 7233, 'https://benefitsmyway.mybenefitport.com/?p=7547', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7550, 1, '2024-09-17 15:11:15', '2024-09-17 15:11:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"ENROLL\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]Open Enrollment for 2025 Benefits is October 28 – November 8[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/guide_cover_2.png\" alt=\"guide cover\" title_text=\"guide_cover_2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" url_new_window=\"on\" _builder_version=\"4.17.1\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\nLike this website, the 2023 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.17.1\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"77px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or<br />call <strong>800.463.3819</strong></p>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"74px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other important information.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-09-17 15:11:15', '2024-09-17 15:11:15', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7550', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7553, 1, '2024-09-17 16:42:14', '2024-09-17 16:42:14', '', '2025_Owens_&_Minor_8.5x11_Glossary_HR', '', 'inherit', 'open', 'closed', '', '2025_owens__minor_8-5x11_glossary_hr', '', '', '2024-09-17 16:42:14', '2024-09-17 16:42:14', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7554, 1, '2024-09-17 16:43:24', '2024-09-17 16:43:24', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Medical &amp; Prescription Drug</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Find the Right Plan for You</h2>\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\n<ul style=\"font-weight: 400;\">\n<ul style=\"font-weight: 400;\">\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Do you have specific prescription medication needs?</li>\n<li>Are you anticipating surgery or non-preventive dental care?</li>\n<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\n<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\n</ul>\n</ul>\n</ul>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii. </p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7501 alignnone size-full\" /></p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7452\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,200 High Deductible Health Plan w/Optional Health Savings Account:\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7502 alignnone size-full\" /></p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7454\"]</p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"font-weight: 400;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg\" width=\"1080\" height=\"210\" alt=\"\" class=\"wp-image-7503 alignnone size-full\" /></p>\n<p style=\"font-weight: 400;\"><span><strong>Give your doctor’s office this information: </strong></span><span>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</span><span></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7453\"]</p>\n<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<ul>\n<li style=\"font-weight: 400;\">UnitedHealthcare</li>\n<li style=\"font-weight: 400;\">Surest (Access Code: OwensMinor2025)</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Regional Medical Plan Options</h2>\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select a Kaiser Medical or UPMC plan for your medical care coverage.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <span><strong>California, Colorado, Georgia, Washington, Oregon</strong></span><span>,<strong> District of Columbia</strong></span><span>, </span><span><strong>Maryland</strong></span><span>, and </span><span><strong>Virginia</strong></span><span>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Hawaii </strong></span><span>teammates may enroll in the Point of Service (POS) 405 plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Click <a href=\"select.kaiserpermanente.org/owens-and-minor\" target=\"_blank\" rel=\"noopener\">here </a></strong></span><span></span><span><strong>for more information.</strong></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</span><span> </span></h6>\n<p>[ninja_tables id=\"7460\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UPMD HDHP EPO\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">If you live in <span><strong>Pennsylvania </strong></span><span>(certain ZIP codes), the UPMC HDHP EPO might be your best choice. You don’t have to select a primary care physician, but you must receive your care from in-network physicians and facilities for your care to be covered. You are also eligible to enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7457\"]</p>\n<p style=\"font-weight: 400;\"><span>For more information, visit </span><a href=\"https://www.upmchealthplan.com\" target=\"_blank\" rel=\"noopener\"><span><strong>UPMCHealthPlan.com</strong></span></a><span></span><span>.</span></p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-09-17 16:43:24', '2024-09-17 16:43:24', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=7554', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7555, 1, '2024-09-19 14:26:56', '2024-09-19 14:26:56', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" sticky_enabled=\"0\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/guide_cover_2.png\" alt=\"guide cover\" title_text=\"guide_cover_2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" url_new_window=\"on\" _builder_version=\"4.17.1\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\nLike this website, the 2023 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.17.1\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"77px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or<br />call <strong>800.463.3819</strong></p>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"74px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other important information.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-09-19 14:26:56', '2024-09-19 14:26:56', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7555', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7556, 1, '2024-09-20 18:25:37', '2024-09-20 18:25:37', '', '401k', '', 'inherit', 'open', 'closed', '', '401k-2', '', '', '2024-09-20 18:25:37', '2024-09-20 18:25:37', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7557, 1, '2024-09-20 18:25:41', '2024-09-20 18:25:41', '', 'EAP', '', 'inherit', 'open', 'closed', '', 'eap-2', '', '', '2024-09-20 18:25:41', '2024-09-20 18:25:41', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7558, 1, '2024-09-20 18:25:49', '2024-09-20 18:25:49', '', 'HSA vs FSA', '', 'inherit', 'open', 'closed', '', 'hsa-vs-fsa', '', '', '2024-09-20 18:25:49', '2024-09-20 18:25:49', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7559, 1, '2024-09-20 18:26:06', '2024-09-20 18:26:06', '', 'Medical Plans Compared- HDHP vs PPO', '', 'inherit', 'open', 'closed', '', 'medical-plans-compared-hdhp-vs-ppo', '', '', '2024-09-20 18:26:06', '2024-09-20 18:26:06', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7560, 1, '2024-09-20 18:26:11', '2024-09-20 18:26:11', '', 'QLE', '', 'inherit', 'open', 'closed', '', 'qle', '', '', '2024-09-20 18:26:11', '2024-09-20 18:26:11', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7561, 1, '2024-09-20 18:26:19', '2024-09-20 18:26:19', '', 'Stretch Your Healthcare Dollars', '', 'inherit', 'open', 'closed', '', 'stretch-your-healthcare-dollars', '', '', '2024-09-20 18:26:19', '2024-09-20 18:26:19', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7562, 1, '2024-09-20 18:26:26', '2024-09-20 18:26:26', '', 'Optimize Your FSA', '', 'inherit', 'open', 'closed', '', 'optimize-your-fsa', '', '', '2024-09-20 18:26:26', '2024-09-20 18:26:26', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7563, 1, '2024-09-20 18:26:40', '2024-09-20 18:26:40', '', 'Optimize Your HSA', '', 'inherit', 'open', 'closed', '', 'optimize-your-hsa', '', '', '2024-09-20 18:26:40', '2024-09-20 18:26:40', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7564, 1, '2024-09-20 18:26:50', '2024-09-20 18:26:50', '', 'Prescription Drugs – Managing Costs', '', 'inherit', 'open', 'closed', '', 'prescription-drugs-managing-costs', '', '', '2024-09-20 18:26:50', '2024-09-20 18:26:50', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7565, 1, '2024-09-20 18:26:55', '2024-09-20 18:26:55', '', 'Primary Care vs Urgent Care vs ER', '', 'inherit', 'open', 'closed', '', 'primary-care-vs-urgent-care-vs-er', '', '', '2024-09-20 18:26:55', '2024-09-20 18:26:55', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7567, 1, '2024-09-20 18:32:47', '2024-09-20 18:32:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/documents-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"401k\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"EAP\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Optimize Your FSA\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Optimize Your HSA\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Stretch Your Healthcare Dollars\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"HSA vs FSA\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Medical Plans Compared- HDHP vs PPO\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Primary Care vs Urgent Care vs ER\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Prescription Drugs – Managing Costs\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"QLE\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-09-20 18:32:47', '2024-09-20 18:32:47', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7567', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7568, 1, '2024-09-23 22:20:13', '2024-09-23 22:20:13', '', 'Screenshot 2024-09-23 at 5.19.59 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-09-23-at-5-19-59-pm', '', '', '2024-09-23 22:20:13', '2024-09-23 22:20:13', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7570, 1, '2024-09-23 22:21:29', '2024-09-23 22:21:29', '', 'Screenshot 2024-09-23 at 5.21.10 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-09-23-at-5-21-10-pm', '', '', '2024-09-23 22:21:29', '2024-09-23 22:21:29', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7571, 1, '2024-09-23 22:22:12', '2024-09-23 22:22:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/documents-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" title_text=\"Screenshot 2024-09-23 at 5.19.59 PM\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Screenshot 2024-09-23 at 5.21.10 PM\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-09-23 22:22:12', '2024-09-23 22:22:12', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7571', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7573, 1, '2024-09-23 22:23:02', '2024-09-23 22:23:02', '', 'Screenshot 2024-09-23 at 5.22.35 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-09-23-at-5-22-35-pm', '', '', '2024-09-23 22:23:02', '2024-09-23 22:23:02', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7574, 1, '2024-09-23 22:24:57', '2024-09-23 22:24:57', '', 'Screenshot 2024-09-23 at 5.24.28 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-09-23-at-5-24-28-pm', '', '', '2024-09-23 22:24:57', '2024-09-23 22:24:57', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7575, 1, '2024-09-23 22:26:02', '2024-09-23 22:26:02', '', 'Screenshot 2024-09-23 at 5.25.47 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-09-23-at-5-25-47-pm', '', '', '2024-09-23 22:26:02', '2024-09-23 22:26:02', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7576, 1, '2024-09-23 22:26:58', '2024-09-23 22:26:58', '', 'Screenshot 2024-09-23 at 5.26.30 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-09-23-at-5-26-30-pm', '', '', '2024-09-23 22:26:58', '2024-09-23 22:26:58', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7577, 1, '2024-09-23 22:28:35', '2024-09-23 22:28:35', '', 'Screenshot 2024-09-23 at 5.28.20 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-09-23-at-5-28-20-pm', '', '', '2024-09-23 22:28:35', '2024-09-23 22:28:35', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7578, 1, '2024-09-23 22:29:53', '2024-09-23 22:29:53', '', 'Screenshot 2024-09-23 at 5.29.38 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-09-23-at-5-29-38-pm', '', '', '2024-09-23 22:29:53', '2024-09-23 22:29:53', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7579, 1, '2024-09-23 22:30:46', '2024-09-23 22:30:46', '', 'Screenshot 2024-09-23 at 5.30.25 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-09-23-at-5-30-25-pm', '', '', '2024-09-23 22:30:46', '2024-09-23 22:30:46', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7580, 1, '2024-09-23 22:31:51', '2024-09-23 22:31:51', '', 'Screenshot 2024-09-23 at 5.31.34 PM', '', 'inherit', 'open', 'closed', '', 'screenshot-2024-09-23-at-5-31-34-pm', '', '', '2024-09-23 22:31:51', '2024-09-23 22:31:51', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7581, 1, '2024-09-23 22:32:23', '2024-09-23 22:32:23', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/documents-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" title_text=\"Screenshot 2024-09-23 at 5.19.59 PM\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Screenshot 2024-09-23 at 5.22.35 PM\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Screenshot 2024-09-23 at 5.25.47 PM\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Screenshot 2024-09-23 at 5.28.20 PM\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Screenshot 2024-09-23 at 5.30.25 PM\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Screenshot 2024-09-23 at 5.21.10 PM\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Screenshot 2024-09-23 at 5.24.28 PM\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Screenshot 2024-09-23 at 5.26.30 PM\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Screenshot 2024-09-23 at 5.29.38 PM\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Screenshot 2024-09-23 at 5.31.34 PM\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-09-23 22:32:23', '2024-09-23 22:32:23', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7581', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7584, 1, '2024-10-01 16:54:32', '2024-10-01 16:54:32', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" hover_enabled=\"0\" collapsed=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" hover_enabled=\"0\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Section<!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Overviews<!--.h1--></h1>\n<p><span>The enclosed benefit overviews provide highlights of your benefit plans and options for each type of employment status</span><span>.<br /></span>[wpfd_category id=\"XX\"]</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Benefit Premiums<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Additional Resources<!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Benefit Legal Notices<!--.h1--></h1>\n<p>Benefit legal notices are specific reports and/or documents that Owens and Minor is required by law to provide to all employees.<br /><span></span>[wpfd_category id=\"XX\"]</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" custom_padding=\"0px||||false|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-01 16:54:32', '2024-10-01 16:54:32', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7584', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7585, 1, '2024-09-01 17:37:03', '2024-09-01 17:37:03', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-app-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Get the App!</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">MAXIMIZE YOUR BENEFITS WITH THE O&amp;M BENEFITS APP</h2>\r\nMaximizing your benefits just got easier! <strong>Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor.</strong> Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Unlock Your Benefits with Ease</h2>\r\nWith the O&amp;M Benefits app, accessing your teammate benefits information is simpler than ever before. Here’s what you can expect:\r\n<p style=\"font-weight: 400;\"><strong>Easy access\r\n</strong>Log in quickly and securely to view the latest benefits information whenever and wherever you need it.</p>\r\n<p style=\"font-weight: 400;\"><strong>Benefits exploration\r\n</strong>Discover a wide array of benefits, including health, wellness, retirement, and more. Find detailed descriptions and eligibility requirements so you can make informed decisions.</p>\r\n<p style=\"font-weight: 400;\"><strong>Push notifications\r\n</strong>Never miss a deadline! Get real-time updates and reminders about important dates, changes to your benefits, and new opportunities — all sent directly to your phone.</p>\r\n<p style=\"font-weight: 400;\"><strong>Support &amp; resources\r\n</strong>Have a question? Access FAQs, guides, and support from the app for assistance whenever you need it.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">How to Access</h2>\r\n<p style=\"font-weight: 400;\">The O&amp;M Benefits app is available for download on iOS and Android. Access is password protected and for Owens &amp; Minor teammates only. (Password:<strong> Teammatebenefits2025</strong>)</p>\r\n[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg\" title_text=\"mobile-banner-final\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_cta title=\"Need help logging in?\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span style=\"color: #ffffff;\">Need help logging in? Email <strong><a style=\"color: #ffffff;\" href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">owens-minor@bpaenroll.com</a></strong> or call <strong>(800) 463-3819</strong> to request your credentials.</span>\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'publish', 'closed', 'closed', '', 'mobile-app', '', '', '2024-10-28 21:44:23', '2024-10-28 21:44:23', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=7585', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7586, 1, '2024-10-01 17:37:28', '2024-10-01 17:37:28', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>401(k) Retirement Plan</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">401(k) Plan</h2>\r\nThe Owens &amp; Minor 401(k) Plan, administered by Fidelity, helps you prepare for retirement by offering an easy, tax-advantaged way to save. Once you’re eligible, we match on a dollar-for-dollar basis up to 3% of your eligible contributions. You are immediately vested in your contributions, as well as the company’s match.\r\n<p style=\"font-weight: 400;\"><strong>Eligibility and enrollment</strong></p>\r\n<p style=\"font-weight: 400;\">You are eligible to enroll after 30 days of employment. After 60 days of service, you will be automatically enrolled in the plan with a 2% contribution rate. After one year of service, you are eligible for the company match. Enroll online at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com </strong></a>or call <strong>(800) 835-5095</strong>.</p>\r\n&nbsp;\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Reasons to Participate</h2>\r\n<ul>\r\n 	<li>Your pre-tax contributions are deducted from your pay, decreasing your overall income tax.</li>\r\n 	<li>You have multiple investment funds with risks ranging from conservative to aggressive.</li>\r\n 	<li>You can choose from retirement date-based Fidelity Freedom Funds. The Freedom Funds are generally designed for investors planning to retire around the year in the investment name.</li>\r\n 	<li>Fidelity Portfolio Advisory Service at Work provides discretionary money management for a fee. You can delegate the day-to-day management of your 401(k) account to professional investment managers.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile-app', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-01 17:37:28', '2024-10-01 17:37:28', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=7586', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7587, 1, '2024-10-01 17:37:42', '2024-10-01 17:37:42', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>401(k) Retirement Plan</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">401(k) Plan</h2>\r\nThe Owens &amp; Minor 401(k) Plan, administered by Fidelity, helps you prepare for retirement by offering an easy, tax-advantaged way to save. Once you’re eligible, we match on a dollar-for-dollar basis up to 3% of your eligible contributions. You are immediately vested in your contributions, as well as the company’s match.\r\n<p style=\"font-weight: 400;\"><strong>Eligibility and enrollment</strong></p>\r\n<p style=\"font-weight: 400;\">You are eligible to enroll after 30 days of employment. After 60 days of service, you will be automatically enrolled in the plan with a 2% contribution rate. After one year of service, you are eligible for the company match. Enroll online at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com </strong></a>or call <strong>(800) 835-5095</strong>.</p>\r\n&nbsp;\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Reasons to Participate</h2>\r\n<ul>\r\n 	<li>Your pre-tax contributions are deducted from your pay, decreasing your overall income tax.</li>\r\n 	<li>You have multiple investment funds with risks ranging from conservative to aggressive.</li>\r\n 	<li>You can choose from retirement date-based Fidelity Freedom Funds. The Freedom Funds are generally designed for investors planning to retire around the year in the investment name.</li>\r\n 	<li>Fidelity Portfolio Advisory Service at Work provides discretionary money management for a fee. You can delegate the day-to-day management of your 401(k) account to professional investment managers.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-01 17:37:42', '2024-10-01 17:37:42', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=7587', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7588, 1, '2024-10-01 17:37:57', '2024-10-01 17:37:57', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>401(k) Retirement Plan</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">401(k) Plan</h2>\r\nThe Owens &amp; Minor 401(k) Plan, administered by Fidelity, helps you prepare for retirement by offering an easy, tax-advantaged way to save. Once you’re eligible, we match on a dollar-for-dollar basis up to 3% of your eligible contributions. You are immediately vested in your contributions, as well as the company’s match.\r\n<p style=\"font-weight: 400;\"><strong>Eligibility and enrollment</strong></p>\r\n<p style=\"font-weight: 400;\">You are eligible to enroll after 30 days of employment. After 60 days of service, you will be automatically enrolled in the plan with a 2% contribution rate. After one year of service, you are eligible for the company match. Enroll online at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com </strong></a>or call <strong>(800) 835-5095</strong>.</p>\r\n&nbsp;\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Reasons to Participate</h2>\r\n<ul>\r\n 	<li>Your pre-tax contributions are deducted from your pay, decreasing your overall income tax.</li>\r\n 	<li>You have multiple investment funds with risks ranging from conservative to aggressive.</li>\r\n 	<li>You can choose from retirement date-based Fidelity Freedom Funds. The Freedom Funds are generally designed for investors planning to retire around the year in the investment name.</li>\r\n 	<li>Fidelity Portfolio Advisory Service at Work provides discretionary money management for a fee. You can delegate the day-to-day management of your 401(k) account to professional investment managers.</li>\r\n</ul>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-01 17:37:57', '2024-10-01 17:37:57', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=7588', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7590, 1, '2024-10-01 17:43:23', '2024-10-01 17:43:23', '', 'placeholder banner', '', 'inherit', 'open', 'closed', '', 'placeholder-banner', '', '', '2024-10-01 17:43:23', '2024-10-01 17:43:23', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/placeholder-banner.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7591, 1, '2024-10-01 17:45:20', '2024-10-01 17:45:20', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Get the App!</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<p><strong>Example Subheader</strong></p>\n<p style=\"font-weight: 400;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\n<ul>\n<li>Lorem</li>\n<li>Ipsum</li>\n<li>Dolor sit</li>\n<li>Amet</li>\n<li>Consectetur</li>\n</ul>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/placeholder-banner.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text=\"placeholder banner\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_cta title=\"Example Header\" button_text=\"Download Now\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"20px||||false|false\" button_url=\"#\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea derit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-01 17:45:20', '2024-10-01 17:45:20', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=7591', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7593, 1, '2024-10-01 17:58:26', '2024-10-01 17:58:26', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-33', '', '', '2024-10-01 17:58:26', '2024-10-01 17:58:26', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-app.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7594, 1, '2024-10-01 17:58:47', '2024-10-01 17:58:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-app-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Get the App!</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\n<p><strong>Example Subheader</strong></p>\n<p style=\"font-weight: 400;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\n<ul>\n<li>Lorem</li>\n<li>Ipsum</li>\n<li>Dolor sit</li>\n<li>Amet</li>\n<li>Consectetur</li>\n</ul>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/placeholder-banner.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text=\"placeholder banner\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_cta title=\"Example Header\" button_text=\"Download Now\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"20px||||false|false\" button_url=\"#\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea derit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-01 17:58:47', '2024-10-01 17:58:47', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=7594', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7596, 1, '2024-10-01 19:09:51', '2024-10-01 19:09:51', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\nUse the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.\n<span></span>[wpfd_category id=\"XX\"]\n\n&nbsp;[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Our benefit premiums documents provide the cost per-pay-period for your medical, dental and vision benefits, based upon your plan and coverage level.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these additional resources to learn more about some of our well-being programs.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-01 19:09:51', '2024-10-01 19:09:51', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7596', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7598, 1, '2024-10-01 19:11:05', '2024-10-01 19:11:05', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\nUse the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.\n<span></span>[wpfd_category id=\"XX\"]\n\n&nbsp;[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these documents to learn more about some of our wellness programs.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-01 19:11:05', '2024-10-01 19:11:05', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7598', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7601, 1, '2024-10-01 19:14:23', '2024-10-01 19:14:23', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\nUse the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.\n<span></span>[wpfd_category id=\"XX\"]\n\n&nbsp;[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Documents<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>\n[wpfd_category id=\"21\"][/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these documents to learn more about some of our wellness programs.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-01 19:14:23', '2024-10-01 19:14:23', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7601', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7603, 1, '2024-10-01 19:15:45', '2024-10-01 19:15:45', '', 'Declaration of Domestic Partnership', '', 'publish', 'closed', 'closed', '', 'declaration-of-domestic-partnership', '', '', '2024-10-01 19:15:45', '2024-10-01 19:15:45', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/22/66fc4a618a706.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7604, 1, '2024-10-01 19:16:33', '2024-10-01 19:16:33', '', 'Enrollment Reconsideration Request Form', '', 'publish', 'closed', 'closed', '', 'enrollment-reconsideration-request-form', '', '', '2024-10-01 19:16:33', '2024-10-01 19:16:33', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/22/66fc4a917d3e9.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7605, 1, '2024-10-01 19:17:00', '2024-10-01 19:17:00', '', 'Qualifying Life Event Documentation Requirements', '', 'publish', 'closed', 'closed', '', 'qualifying-life-event-documentation-requirements', '', '', '2024-10-27 20:29:23', '2024-10-27 20:29:23', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/22/66fc4ab9d65fc.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7607, 1, '2024-10-01 19:18:52', '2024-10-01 19:18:52', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /> <br />[wpfd_category id=\"22\"]</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Documents<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>\n[wpfd_category id=\"21\"][/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these documents to learn more about some of our wellness programs.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-01 19:18:52', '2024-10-01 19:18:52', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7607', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7610, 1, '2024-10-01 19:20:47', '2024-10-01 19:20:47', '', 'Qualified Life Event QRG', '', 'publish', 'closed', 'closed', '', 'qualified-life-event-qrg', '', '', '2024-10-01 19:20:47', '2024-10-01 19:20:47', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/23/66fc4b8fb1ad7.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7611, 1, '2024-10-01 19:21:35', '2024-10-01 19:21:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /> <br />[wpfd_category id=\"22\"]</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Documents<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /></p>\n<p>&nbsp;</p>\n[wpfd_category id=\"21\"][/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /><span></span>[wpfd_category id=\"23\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these documents to learn more about some of our wellness programs.<br /><span></span>[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-01 19:21:35', '2024-10-01 19:21:35', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7611', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7613, 1, '2024-10-01 19:24:27', '2024-10-01 19:24:27', '', 'TAP Training', '', 'publish', 'closed', 'closed', '', 'tap-training', '', '', '2024-10-01 19:24:27', '2024-10-01 19:24:27', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/25/66fc4c6ba1237.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7614, 1, '2024-10-01 19:26:34', '2024-10-01 19:26:34', '', 'TAP Flyer', '', 'publish', 'closed', 'closed', '', 'tap-flyer', '', '', '2024-10-01 19:26:34', '2024-10-01 19:26:34', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/25/66fc4ceaa64f2.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7615, 1, '2024-10-01 19:27:14', '2024-10-01 19:27:14', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /> <br />[wpfd_category id=\"22\"]</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Documents<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /></p>\n<p>&nbsp;</p>\n[wpfd_category id=\"21\"][/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /><span></span>[wpfd_category id=\"23\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these documents to learn more about some of our wellness programs.<br /><span></span>[wpfd_category id=\"24\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-01 19:27:14', '2024-10-01 19:27:14', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7615', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7616, 1, '2024-10-01 19:31:00', '2024-10-01 19:31:00', '', '2025 Summary Plan Description – Choice Plus Core Plan', '', 'publish', 'closed', 'closed', '', '2025-summary-plan-description-choice-plus-core-plan', '', '', '2025-07-11 20:42:37', '2025-07-11 20:42:37', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/28/66fc4e034da73.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7617, 1, '2024-10-01 19:31:00', '2024-10-01 19:31:00', '', '2025 Summary Plan Description – HDHP HSA Plan', '', 'publish', 'closed', 'closed', '', '2025-summary-plan-description-hdhp-hsa-plan', '', '', '2025-07-11 20:37:50', '2025-07-11 20:37:50', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/29/66fc4e1863576.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7618, 1, '2024-10-01 19:32:00', '2024-10-01 19:32:00', '', '2025 Summary Plan Description – Surest PPO', '', 'publish', 'closed', 'closed', '', '2025-summary-plan-description-surest-ppo', '', '', '2025-07-11 20:39:22', '2025-07-11 20:39:22', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/30/66fc4e4304dbb.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7629, 1, '2024-10-01 19:36:00', '2024-10-01 19:36:00', '', '2025 Evidence of Coverage – Northwest', '', 'publish', 'closed', 'closed', '', '2025-evidence-of-coverage-northwest', '', '', '2025-07-16 21:47:22', '2025-07-16 21:47:22', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/36/66fc4f28b3118.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7630, 1, '2024-10-01 19:37:00', '2024-10-01 19:37:00', '', '2025 Evidence of Coverage – Mid-Atlantic', '', 'publish', 'closed', 'closed', '', '2025-evidence-of-coverage-mid-atlantic', '', '', '2025-07-16 21:47:38', '2025-07-16 21:47:38', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/37/66fc4f8d6ccf7.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7631, 1, '2024-10-01 19:38:00', '2024-10-01 19:38:00', '', '2025 Evidence of Coverage – Hawaii', '', 'publish', 'closed', 'closed', '', '2025-evidence-of-coverage-hawaii', '', '', '2025-07-16 21:47:53', '2025-07-16 21:47:53', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/38/66fc4f989a835.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7632, 1, '2024-10-01 19:43:34', '2024-10-01 19:43:34', '', 'Quit for Life (UHC:Surest members) Flyer', '', 'publish', 'closed', 'closed', '', 'quit-for-life-uhcsurest-members-flyer', '', '', '2024-10-01 19:43:34', '2024-10-01 19:43:34', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/39/66fc50e633aac.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7633, 1, '2024-10-01 19:48:16', '2024-10-01 19:48:16', '', 'BTA Benefit Highlight Summary', '', 'publish', 'closed', 'closed', '', 'bta-benefit-highlight-summary-2', '', '', '2024-10-01 19:48:16', '2024-10-01 19:48:16', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/53/66fc5200b03f1.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7634, 1, '2024-10-01 19:49:48', '2024-10-01 19:49:48', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /> <br />[wpfd_category id=\"22\"]</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.[wpfd_category id=\"XX\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /><span></span>[wpfd_category id=\"23\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these documents to learn more about some of our wellness programs.<br /><span></span>[wpfd_category id=\"24\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-01 19:49:48', '2024-10-01 19:49:48', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7634', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7636, 1, '2024-10-01 19:50:11', '2024-10-01 19:50:11', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /> <br />[wpfd_category id=\"22\"]</p>[/et_pb_text][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.</p>[wpfd_category id=\"26\"]\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /><span></span>[wpfd_category id=\"23\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these documents to learn more about some of our wellness programs.<br /><span></span>[wpfd_category id=\"24\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-01 19:50:11', '2024-10-01 19:50:11', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7636', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7637, 1, '2024-10-01 19:56:19', '2024-10-01 19:56:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /> <br />[wpfd_category id=\"22\"]</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /><span></span>[wpfd_category id=\"23\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.</p>[wpfd_category id=\"26\"]\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these documents to learn more about some of our wellness programs.<br /><span></span>[wpfd_category id=\"24\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-01 19:56:19', '2024-10-01 19:56:19', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7637', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7638, 1, '2024-10-02 16:14:35', '2024-10-02 16:14:35', '', '401(k) SPD', '', 'publish', 'closed', 'closed', '', '401k-spd', '', '', '2024-10-02 16:14:35', '2024-10-02 16:14:35', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/51/66fd716b4a304.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7639, 1, '2024-10-02 16:14:36', '2024-10-02 16:14:36', '', '401(k) Login Flyer', '', 'publish', 'closed', 'closed', '', '401k-login-flyer', '', '', '2024-10-02 16:14:36', '2024-10-02 16:14:36', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/51/66fd716c01058.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7640, 1, '2024-10-02 16:17:52', '2024-10-02 16:17:52', '', 'Benefit Summary-Owens & Minor, Inc.-AI', '', 'publish', 'closed', 'closed', '', 'benefit-summary-owens-minor-inc-ai', '', '', '2024-10-02 16:17:52', '2024-10-02 16:17:52', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/45/66fd72301d1a9.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7641, 1, '2024-10-02 16:18:03', '2024-10-02 16:18:03', '', 'Benefit Summary-Owens & Minor, Inc.-CI', '', 'publish', 'closed', 'closed', '', 'benefit-summary-owens-minor-inc-ci', '', '', '2024-10-02 16:18:03', '2024-10-02 16:18:03', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/46/66fd723b6ce08.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7642, 1, '2024-10-02 16:18:14', '2024-10-02 16:18:14', '', 'Benefit Summary-Owens & Minor, Inc.-HC', '', 'publish', 'closed', 'closed', '', 'benefit-summary-owens-minor-inc-hc', '', '', '2024-10-02 16:18:14', '2024-10-02 16:18:14', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/47/66fd72465bbfb.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7644, 1, '2024-10-02 16:41:59', '2024-10-02 16:41:59', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"#\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.0\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /> <br />[wpfd_category id=\"22\"]</p><p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /> <br />[wpfd_category id=\"23\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.<br /> <br />[wpfd_category id=\"26\"]\n</p><p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" hover_enabled=\"0\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these documents to learn more about some of our wellness programs.<br /> <br />[wpfd_category id=\"24\"]</p><p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-02 16:41:59', '2024-10-02 16:41:59', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7644', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7647, 1, '2024-10-02 16:54:46', '2024-10-02 16:54:46', '', 'mother and her daughter are holding together in front of the beach', '', 'inherit', 'open', 'closed', '', 'mother-and-her-daughter-are-holding-together-in-front-of-the-beach-2', '', '', '2024-10-02 16:54:46', '2024-10-02 16:54:46', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7648, 1, '2024-10-02 16:56:13', '2024-10-02 16:56:13', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\" sticky_enabled=\"0\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" title_text=\"mother and her daughter are holding together in front of the beach\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/guide_cover_2.png\" alt=\"guide cover\" title_text=\"guide_cover_2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" url_new_window=\"on\" _builder_version=\"4.17.1\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\nLike this website, the 2023 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.17.1\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"77px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or<br />call <strong>800.463.3819</strong></p>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"74px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other important information.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-02 16:56:13', '2024-10-02 16:56:13', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7648', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7650, 1, '2024-10-03 17:59:48', '2024-10-03 17:59:48', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-app-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Get the App!</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">MAXIMIZE YOUR BENEFITS WITH THE O&amp;M BENEFITS APP</h2>\n<p>Maximizing your benefits just got easier! <strong>Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor.</strong> Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Unlock Your Benefits with Ease</h2>\n<p>With the O&amp;M Benefits app, accessing your teammate benefits information is simpler than ever before. Here’s what you can expect:</p>\n<p style=\"font-weight: 400;\"><strong>Easy access<br /></strong>Log in quickly and securely to view the latest benefits information whenever and wherever you need it.</p>\n<p style=\"font-weight: 400;\"><strong>Benefits exploration<br /></strong>Discover a wide array of benefits, including health, wellness, retirement, and more. Find detailed descriptions and eligibility requirements so you can make informed decisions.</p>\n<p style=\"font-weight: 400;\"><strong>Push notifications<br /></strong>Never miss a deadline! Get real-time updates and reminders about important dates, changes to your benefits, and new opportunities — all sent directly to your phone.</p>\n<p style=\"font-weight: 400;\"><strong>Support &amp; resources<br /></strong>Have a question? Access FAQs, guides, and support from the app for assistance whenever you need it.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Ready to Get Started?</h2>\n<p style=\"font-weight: 400;\">The O&amp;M Benefits app is available for download on iOS and Android. Access is password protected and for Owens &amp; Minor teammates only. (Password:<strong> Teammatebenefits2025</strong>)</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/placeholder-banner.png\" title_text=\"placeholder banner\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_cta title=\"Need help logging in?\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"20px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\">Need help logging in? Email <strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">owens-minor@bpaenroll.com</a></strong> or call <strong>(800) 463-3819</strong> to request your credentials.</span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-03 17:59:48', '2024-10-03 17:59:48', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=7650', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7652, 1, '2024-10-03 18:00:46', '2024-10-03 18:00:46', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-app-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Get the App!</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">MAXIMIZE YOUR BENEFITS WITH THE O&amp;M BENEFITS APP</h2>\n<p>Maximizing your benefits just got easier! <strong>Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor.</strong> Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Unlock Your Benefits with Ease</h2>\n<p>With the O&amp;M Benefits app, accessing your teammate benefits information is simpler than ever before. Here’s what you can expect:</p>\n<p style=\"font-weight: 400;\"><strong>Easy access<br /></strong>Log in quickly and securely to view the latest benefits information whenever and wherever you need it.</p>\n<p style=\"font-weight: 400;\"><strong>Benefits exploration<br /></strong>Discover a wide array of benefits, including health, wellness, retirement, and more. Find detailed descriptions and eligibility requirements so you can make informed decisions.</p>\n<p style=\"font-weight: 400;\"><strong>Push notifications<br /></strong>Never miss a deadline! Get real-time updates and reminders about important dates, changes to your benefits, and new opportunities — all sent directly to your phone.</p>\n<p style=\"font-weight: 400;\"><strong>Support &amp; resources<br /></strong>Have a question? Access FAQs, guides, and support from the app for assistance whenever you need it.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Ready to Get Started?</h2>\n<p style=\"font-weight: 400;\">The O&amp;M Benefits app is available for download on iOS and Android. Access is password protected and for Owens &amp; Minor teammates only. (Password:<strong> Teammatebenefits2025</strong>)</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/placeholder-banner.png\" title_text=\"placeholder banner\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_cta title=\"Need help logging in?\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"20px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #ffffff;\">Need help logging in? Email <strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">owens-minor@bpaenroll.com</a></strong> or call <strong>(800) 463-3819</strong> to request your credentials.</span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-03 18:00:46', '2024-10-03 18:00:46', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=7652', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7654, 1, '2024-10-08 14:13:12', '2024-10-08 14:13:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-app-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Get the App!</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">MAXIMIZE YOUR BENEFITS WITH THE O&amp;M BENEFITS APP</h2>\n<p>Maximizing your benefits just got easier! <strong>Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor.</strong> Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Unlock Your Benefits with Ease</h2>\n<p>With the O&amp;M Benefits app, accessing your teammate benefits information is simpler than ever before. Here’s what you can expect:</p>\n<p style=\"font-weight: 400;\"><strong>Easy access<br /></strong>Log in quickly and securely to view the latest benefits information whenever and wherever you need it.</p>\n<p style=\"font-weight: 400;\"><strong>Benefits exploration<br /></strong>Discover a wide array of benefits, including health, wellness, retirement, and more. Find detailed descriptions and eligibility requirements so you can make informed decisions.</p>\n<p style=\"font-weight: 400;\"><strong>Push notifications<br /></strong>Never miss a deadline! Get real-time updates and reminders about important dates, changes to your benefits, and new opportunities — all sent directly to your phone.</p>\n<p style=\"font-weight: 400;\"><strong>Support &amp; resources<br /></strong>Have a question? Access FAQs, guides, and support from the app for assistance whenever you need it.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">How to Access</h2>\n<p style=\"font-weight: 400;\">The O&amp;M Benefits app is available for download on iOS and Android. Access is password protected and for Owens &amp; Minor teammates only. (Password:<strong> Teammatebenefits2025</strong>)</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/placeholder-banner.png\" title_text=\"placeholder banner\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_cta title=\"Need help logging in?\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\">Need help logging in? Email <strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">owens-minor@bpaenroll.com</a></strong> or call <strong>(800) 463-3819</strong> to request your credentials.</span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-08 14:13:12', '2024-10-08 14:13:12', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=7654', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7656, 1, '2024-10-08 15:36:30', '2024-10-08 15:36:30', '[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3>Let\'s Start Quitting</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Fringilla urna porttitor rhoncus dolor purus non enim praesent. Ullamcorper malesuada proin libero nunc consequat interdum. Habitasse platea dictumst vestibulum rhoncus. Massa ultricies mi quis hendrerit dolor magna eget est lorem. Purus viverra accumsan in nisl nisi scelerisque. Enim sit amet venenatis urna cursus eget nunc. Eleifend donec pretium vulputate sapien nec sagittis. Scelerisque felis imperdiet proin fermentum leo vel orci. Sed elementum tempus egestas sed sed risus pretium quam. Magnis dis parturient montes nascetur ridiculus mus mauris. Metus aliquam eleifend mi in nulla posuere sollicitudin aliquam. Congue mauris rhoncus aenean vel elit scelerisque mauris pellentesque pulvinar. Faucibus pulvinar elementum integer enim neque volutpat ac tincidunt. Nisl tincidunt eget nullam non nisi est. Id porta nibh venenatis cras sed felis eget. Tristique senectus et netus et malesuada fames ac turpis. Suspendisse interdum consectetur libero id faucibus nisl tincidunt eget. Consectetur libero id faucibus nisl tincidunt eget nullam.\n\nEget mauris pharetra et ultrices neque. Ultrices gravida dictum fusce ut placerat orci nulla pellentesque. Turpis egestas pretium aenean pharetra. Ut ornare lectus sit amet. Fames ac turpis egestas integer eget aliquet nibh praesent. Tortor dignissim convallis aenean et tortor at risus viverra. Id porta nibh venenatis cras sed. Laoreet non curabitur gravida arcu. Id volutpat lacus laoreet non curabitur gravida arcu ac. Sed lectus vestibulum mattis ullamcorper velit sed. Tellus in hac habitasse platea dictumst vestibulum rhoncus. Odio pellentesque diam volutpat commodo sed egestas egestas fringilla. Vulputate dignissim suspendisse in est ante in nibh. At risus viverra adipiscing at in tellus. Ultrices vitae auctor eu augue ut lectus arcu bibendum at. Aenean euismod elementum nisi quis eleifend quam. Tincidunt augue interdum velit euismod in.\n\n<strong><a href=\"https://tier3.customcommsolutions.com/tobacco-cessation/\">Learn more here</a></strong>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '', 'inherit', 'closed', 'closed', '', '6996-revision-v1', '', '', '2024-10-08 15:36:30', '2024-10-08 15:36:30', '', 6996, 'https://benefitsmyway.mybenefitport.com/?p=7656', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7657, 1, '2024-10-08 15:37:24', '2024-10-08 15:37:24', '', 'Hor drink on forest walk', 'Young couple on vacation in countryside, they enjoy in summer. They walking through forest, exploring nature and drinking hot coffe from travel mug', 'inherit', 'open', 'closed', '', 'hor-drink-on-forest-walk', '', '', '2024-10-08 15:37:24', '2024-10-08 15:37:24', '', 6996, 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-1137111682.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7658, 1, '2024-10-08 15:41:58', '2024-10-08 15:41:58', '', 'OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL', '', 'inherit', 'open', 'closed', '', 'owemi24_3592321_benefits_guide_09-24-2024_final', '', '', '2024-10-08 15:41:58', '2024-10-08 15:41:58', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7659, 1, '2024-10-08 15:42:35', '2024-10-08 15:42:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" hover_enabled=\"0\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" sticky_enabled=\"0\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /> <br />[wpfd_category id=\"22\"]</p><p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /> <br />[wpfd_category id=\"23\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.<br /> <br />[wpfd_category id=\"26\"]\n</p><p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these documents to learn more about some of our wellness programs.<br /> <br />[wpfd_category id=\"24\"]</p><p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-08 15:42:35', '2024-10-08 15:42:35', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7659', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7660, 1, '2024-10-08 15:44:08', '2024-10-08 15:44:08', '', 'banner-108', '', 'inherit', 'open', 'closed', '', 'banner-108', '', '', '2024-10-08 15:44:08', '2024-10-08 15:44:08', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/banner-108.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7661, 1, '2024-10-08 15:44:22', '2024-10-08 15:44:22', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-app-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Get the App!</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">MAXIMIZE YOUR BENEFITS WITH THE O&amp;M BENEFITS APP</h2>\n<p>Maximizing your benefits just got easier! <strong>Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor.</strong> Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Unlock Your Benefits with Ease</h2>\n<p>With the O&amp;M Benefits app, accessing your teammate benefits information is simpler than ever before. Here’s what you can expect:</p>\n<p style=\"font-weight: 400;\"><strong>Easy access<br /></strong>Log in quickly and securely to view the latest benefits information whenever and wherever you need it.</p>\n<p style=\"font-weight: 400;\"><strong>Benefits exploration<br /></strong>Discover a wide array of benefits, including health, wellness, retirement, and more. Find detailed descriptions and eligibility requirements so you can make informed decisions.</p>\n<p style=\"font-weight: 400;\"><strong>Push notifications<br /></strong>Never miss a deadline! Get real-time updates and reminders about important dates, changes to your benefits, and new opportunities — all sent directly to your phone.</p>\n<p style=\"font-weight: 400;\"><strong>Support &amp; resources<br /></strong>Have a question? Access FAQs, guides, and support from the app for assistance whenever you need it.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How to Access</h2>\n<p style=\"font-weight: 400;\">The O&amp;M Benefits app is available for download on iOS and Android. Access is password protected and for Owens &amp; Minor teammates only. (Password:<strong> Teammatebenefits2025</strong>)</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/banner-108.png\" title_text=\"banner-108\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_cta title=\"Need help logging in?\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\">Need help logging in? Email <strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">owens-minor@bpaenroll.com</a></strong> or call <strong>(800) 463-3819</strong> to request your credentials.</span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-08 15:44:22', '2024-10-08 15:44:22', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=7661', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7662, 1, '2024-10-08 17:44:57', '2024-10-08 17:44:57', 'Please check back on 10/28 to view the full benefits site.', 'You\'re Early!', '', 'publish', 'closed', 'closed', '', 'youre-early', '', '', '2024-10-08 17:45:32', '2024-10-08 17:45:32', '', '0', 'https://benefitsmyway.mybenefitport.com/?post_type=dipi_popup_maker&#038;p=7662', '0', 'dipi_popup_maker', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7663, 1, '2024-10-08 17:44:57', '2024-10-08 17:44:57', 'Please check back on 10/28 to view the full benefits site.', 'You\'re Early!', '', 'inherit', 'closed', 'closed', '', '7662-revision-v1', '', '', '2024-10-08 17:44:57', '2024-10-08 17:44:57', '', 7662, 'https://benefitsmyway.mybenefitport.com/?p=7663', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7665, 1, '2024-10-08 18:29:26', '2024-10-08 18:29:26', '', 'popup-1', '', 'inherit', 'open', 'closed', '', 'popup-1', '', '', '2024-10-08 18:29:26', '2024-10-08 18:29:26', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7666, 1, '2024-10-08 18:30:40', '2024-10-08 18:30:40', '', 'popup-1-1920', '', 'inherit', 'open', 'closed', '', 'popup-1-1920', '', '', '2024-10-08 18:30:40', '2024-10-08 18:30:40', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7667, 1, '2024-10-08 19:50:10', '2024-10-08 19:50:10', '', 'OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL', '', 'inherit', 'open', 'closed', '', 'owemi24_3592321_benefits_guide_09-24-2024_final-2', '', '', '2024-10-08 19:50:10', '2024-10-08 19:50:10', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7669, 1, '2024-10-08 19:50:18', '2024-10-08 19:50:18', '', '2025 Guide', '', 'inherit', 'open', 'closed', '', '2025-guide', '', '', '2024-10-08 19:50:18', '2024-10-08 19:50:18', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7670, 1, '2024-10-08 19:51:01', '2024-10-08 19:51:01', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens & Minor is here to help you choose the best options to meet your unique needs. [/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n[Placeholder][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-BH.png\" title_text=\"OMI - BH\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn about your benefits options:</strong> Review your Benefits Guide and be sure to look for new offerings for the coming year.</li>\n<li><strong>Consider your coverage needs:</strong> How much healthcare do you anticipate needing? Do you need additional Life Insurance or income protection in the event of an illness or injury?</li>\n<li><strong>Access Workday HR starting October 28.</strong></li>\n<li><strong>Enroll your dependents:</strong> Verify your <a href=\"https://benefitsmyway.mybenefitport.com/eligibility/\"><strong>dependents and their eligibility</strong></a>. Be ready to provide dependent personal information, such as name, date of birth, and Social Security number.</li>\n<li><strong>Designate your beneficiaries</strong> for Life and AD&amp;D Insurance benefits.</li>\n<li><strong>Elect the benefits</strong> that best support you and your family.</li>\n<li><strong>Review your Benefits Summary</strong> for accuracy.</li>\n<li><strong>Complete your enrollment</strong> by November 8.</li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-08 19:51:01', '2024-10-08 19:51:01', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7670', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7672, 1, '2024-10-08 19:51:20', '2024-10-08 19:51:20', '', 'OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL', '', 'inherit', 'open', 'closed', '', 'owemi24_3890937_oe_one_page_highlights_9-27-24_final', '', '', '2024-10-08 19:51:20', '2024-10-08 19:51:20', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7673, 1, '2024-10-08 19:56:39', '2024-10-08 19:56:39', '', 'highlights-2', '', 'inherit', 'open', 'closed', '', 'highlights-2', '', '', '2024-10-08 19:56:39', '2024-10-08 19:56:39', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/highlights-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7674, 1, '2024-10-08 20:02:45', '2024-10-08 20:02:45', '', 'OMI-BH-25', '', 'inherit', 'open', 'closed', '', 'omi-bh-25', '', '', '2024-10-08 20:02:45', '2024-10-08 20:02:45', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7675, 1, '2024-10-08 20:03:27', '2024-10-08 20:03:27', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens & Minor is here to help you choose the best options to meet your unique needs. [/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n[Placeholder][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_color=\"#ededed\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn about your benefits options:</strong> Review your Benefits Guide and be sure to look for new offerings for the coming year.</li>\n<li><strong>Consider your coverage needs:</strong> How much healthcare do you anticipate needing? Do you need additional Life Insurance or income protection in the event of an illness or injury?</li>\n<li><strong>Access Workday HR starting October 28.</strong></li>\n<li><strong>Enroll your dependents:</strong> Verify your <a href=\"https://benefitsmyway.mybenefitport.com/eligibility/\"><strong>dependents and their eligibility</strong></a>. Be ready to provide dependent personal information, such as name, date of birth, and Social Security number.</li>\n<li><strong>Designate your beneficiaries</strong> for Life and AD&amp;D Insurance benefits.</li>\n<li><strong>Elect the benefits</strong> that best support you and your family.</li>\n<li><strong>Review your Benefits Summary</strong> for accuracy.</li>\n<li><strong>Complete your enrollment</strong> by November 8.</li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-08 20:03:27', '2024-10-08 20:03:27', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7675', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7677, 1, '2024-10-08 20:13:20', '2024-10-08 20:13:20', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens &amp; Minor is here to help you choose the best options to meet your unique needs.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Health Savings Account (HSA), Flexible Spending Accounts (FSA), and Commuter Benefits. These require election each year.</strong></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<ul>\n<li>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</li>\n<ul style=\"padding-left: 30px;\">\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<ul>\n<li><strong>The IRS has increased the deductible limits for high-deductible health plans (HDHP) to $3,300 for teammate-only and $6,600 for family coverage</strong>, impacting the United Healthcare HDHP plan and all Kaiser plans (except Hawaii POS 405).</li>\n<li>Discover the <strong><em>new</em></strong> <strong>Calm Health app</strong> that provides programs and tools to help support your mental health and well-being journey. If you enroll in a UHC or Surest medical plan, <strong>Calm Health is available to you at no additional cost.</strong> To learn more and get started, sign in to your <strong><a href=\"http://www.myuhc.com/\" target=\"_blank\" rel=\"noopener\">myuhc.com</a></strong> account or the UnitedHealthcare app.</li>\n<li>Stay tuned for details on our upcoming 2025 Paid Time Off program, designed to provide additional time off, flexibility, and work-life balance!</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" background_color=\"#f2f2f2\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n	<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n	<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n	<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n	<li><strong>Elect </strong>the benefitsthat best support you and your family. Don’t forget to designate beneficiaries.</li>\n	<li><strong>Review </strong>and<strong> complete your enrollment by November 8, 2024. If you don’t enroll, your current elections will roll over </strong>into the next plan year. <span></span></li>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-08 20:13:20', '2024-10-08 20:13:20', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7677', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7679, 1, '2024-10-09 17:23:37', '2024-10-09 17:23:37', '', '2025-guide', '', 'inherit', 'open', 'closed', '', '2025-guide-2', '', '', '2024-10-09 17:23:37', '2024-10-09 17:23:37', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7680, 1, '2024-10-09 17:24:28', '2024-10-09 17:24:28', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"77px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or<br />call <strong>800.463.3819</strong></p>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"74px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other important information.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-09 17:24:28', '2024-10-09 17:24:28', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7680', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7683, 1, '2024-10-09 17:57:35', '2024-10-09 17:57:35', '', 'dental.csv', '', 'publish', 'closed', 'closed', '', 'dental-csv', '', '', '2024-10-09 17:57:35', '2024-10-09 17:57:35', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/dental-csv/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7684, 1, '2024-10-09 17:58:10', '2024-10-09 17:58:10', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>YOUR DENTAL PLAN OPTIONS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>We offer dental coverage through Delta <strong><a href=\"https://deltadentalva.com\" target=\"_blank\" rel=\"noopener\">Dental of Virginia</a></strong> to help you maintain that healthy smile.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dental Plans</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"80%\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>[ninja_tables id=\"7683\"]<br />For more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Both plans provide:</strong></span><br />• Prevention first benefit (Preventive and diagnostic services do not count against the annual maximum.)<br />• Affordable coverage<br />• In-network discounts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-18px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-8px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You<sup>®</sup></h2>\n<p><span>Healthy Smile, Healthy You offers additional benefits for teammates with these health conditions:</span></p>\n<p>• Pregnancy<br />• Diabetes<br />• High-risk cardiac conditions<br />• Cancer treatments<br />• Weakened immune system<br />• Kidney failure or dialysis</p>\n<p>Eligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Pay less for services by seeing a dentist in Delta Dental’s PPO or Premier network. You usually receive a bigger discount on services from a PPO network provider versus a Premier network provider.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '5959-revision-v1', '', '', '2024-10-09 17:58:10', '2024-10-09 17:58:10', '', 5959, 'https://benefitsmyway.mybenefitport.com/?p=7684', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7685, 1, '2024-10-09 18:28:22', '2024-10-09 18:28:22', '', 'TSPP Chart', '', 'publish', 'closed', 'closed', '', 'dental-csv-duplicate', '', '', '2024-10-09 18:28:40', '2024-10-09 18:28:40', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/dental-csv-duplicate/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7686, 1, '2024-10-09 18:32:04', '2024-10-09 18:32:04', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Teammate Stock Purchase Plan (TSPP)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Stock Purchase Plan (TSPP)</h2>\n<p>The Owens &amp; Minor, Inc., TSPP provides teammates the option to purchase Owens &amp; Minor stock at a 15% discount through payroll deduction. You are eligible to enroll after 30 days of employment if you are scheduled to work at least 20 hours per week. </p>\n<p style=\"font-weight: 400;\">Enrollment for U.S. eligible teammates is twice a year during each enrollment period. At the end of the Offering Period, Owens &amp; Minor shares are purchased on your behalf on the Stock Purchase Date(s) at the 15% discounted price. Shares are then deposited in your Fidelity Brokerage account.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"73%\" sticky_enabled=\"0\" module_alignment=\"center\"]<center><p style=\"text-align: center;\">[ninja_tables id=\"7685\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Visit <a href=\"https://%20www.netbenefits.com\" target=\"_blank\" rel=\"noopener\"><strong>netbenefits.com </strong></a>to enroll, or call a Fidelity Stock Plan Services representative at <strong>(800) 544-9354</strong>. You can manage both your 401(k) and TSPP accounts at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>. For complete details, including information about your investment options, visit <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>.</p>[/et_pb_text][et_pb_cta title=\"Have you named a beneficiary?\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">It’s important to designate a beneficiary to receive the value of your 401(k) and TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #ffffff;\"><strong>401k.com</strong></span>.</a></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'inherit', 'closed', 'closed', '', '7177-revision-v1', '', '', '2024-10-09 18:32:04', '2024-10-09 18:32:04', '', 7177, 'https://benefitsmyway.mybenefitport.com/?p=7686', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7688, 1, '2024-10-09 18:33:02', '2024-10-09 18:33:02', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Teammate Stock Purchase Plan (TSPP)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Stock Purchase Plan (TSPP)</h2>\n<p>The Owens &amp; Minor, Inc., TSPP provides teammates the option to purchase Owens &amp; Minor stock at a 15% discount through payroll deduction. You are eligible to enroll after 30 days of employment if you are scheduled to work at least 20 hours per week. </p>\n<p style=\"font-weight: 400;\">Enrollment for U.S. eligible teammates is twice a year during each enrollment period. At the end of the Offering Period, Owens &amp; Minor shares are purchased on your behalf on the Stock Purchase Date(s) at the 15% discounted price. Shares are then deposited in your Fidelity Brokerage account.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"73%\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<center><p style=\"text-align: center;\">[ninja_tables id=\"7685\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Visit <a href=\"https://%20www.netbenefits.com\" target=\"_blank\" rel=\"noopener\"><strong>netbenefits.com </strong></a>to enroll, or call a Fidelity Stock Plan Services representative at <strong>(800) 544-9354</strong>. You can manage both your 401(k) and TSPP accounts at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>. For complete details, including information about your investment options, visit <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>.</p>[/et_pb_text][et_pb_cta title=\"Have you named a beneficiary?\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">It’s important to designate a beneficiary to receive the value of your 401(k) and TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #ffffff;\"><strong>401k.com</strong></span>.</a></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'inherit', 'closed', 'closed', '', '7177-revision-v1', '', '', '2024-10-09 18:33:02', '2024-10-09 18:33:02', '', 7177, 'https://benefitsmyway.mybenefitport.com/?p=7688', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7689, 1, '2024-10-09 18:48:14', '2024-10-09 18:48:14', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>401(k) Retirement Plan</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">401(k) Plan</h2>\r\nThe Owens &amp; Minor 401(k) Plan, administered by Fidelity, helps you prepare for retirement by offering an easy, tax-advantaged way to save. Once you’re eligible, we match on a dollar-for-dollar basis up to 3% of your eligible contributions. You are immediately vested in your contributions, as well as the company’s match.\r\n<p style=\"font-weight: 400;\"><strong>Eligibility and enrollment</strong></p>\r\n<p style=\"font-weight: 400;\">You are eligible to enroll after 30 days of employment. After 60 days of service, you will be automatically enrolled in the plan with a 2% contribution rate. After one year of service, you are eligible for the company match. Enroll online at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com </strong></a>or call <strong>(800) 835-5095</strong>.</p>\r\n&nbsp;\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Reasons to Participate</h2>\r\n<ul>\r\n 	<li>Your pre-tax contributions are deducted from your pay, decreasing your overall income tax.</li>\r\n 	<li>You have multiple investment funds with risks ranging from conservative to aggressive.</li>\r\n 	<li>You can choose from retirement date-based Fidelity Freedom Funds. The Freedom Funds are generally designed for investors planning to retire around the year in the investment name.</li>\r\n 	<li>Fidelity Portfolio Advisory Service at Work provides discretionary money management for a fee. You can delegate the day-to-day management of your 401(k) account to professional investment managers.</li>\r\n</ul>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '401k', '						', 'inherit', 'closed', 'closed', '', '7170-revision-v1', '', '', '2024-10-09 18:48:14', '2024-10-09 18:48:14', '', 7170, 'https://benefitsmyway.mybenefitport.com/?p=7689', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7690, 1, '2024-10-09 18:48:38', '2024-10-09 18:48:38', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Aditional-Benefits-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Additional Benefits</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Auto and Home Insurance</h2>\r\nFarmers GroupSelect gives you access to personal insurance policies, including home, auto, rental, condo, and recreational vehicle and boat coverage. Save up to 15% when you purchase this coverage through Owens &amp; Minor. Contact Farmers GroupSelect for no-obligation quotes and cost comparisons by calling <strong>(800) 438-6381</strong>. The company code is <strong>BVP</strong>.\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Cancer Resource Services</h2>\r\nAfter a cancer diagnosis, it may be difficult to know what the next step is. UHC medical plan enrollees have access to Cancer Resource Services, which provides you with the support you need to navigate each step in your cancer journey. Your concierge will help you understand your options, answer your questions, and check in with you along the way so you can focus on your health and recovery.\r\n<p style=\"font-weight: 400;\">A representative from Cancer Resource Services will contact you if your medical claims indicate you would benefit from the program.</p>\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Commuter Benefits</h2>\r\nPay for the expense of commuting with pre-tax dollars and save on your taxes. You decide how much to contribute, and the money is deducted from your paycheck automatically. You can contribute pre-tax dollars up to the IRS monthly limit of $300 for transit and parking. Enroll or change contribution amounts by the 25th of each month, anytime during the year.\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Pet Insurance</h2>\r\nMetLife provides coverage to protect your furry family members’ health and your finances. This plan offers reimbursement of up to 90% of covered expenses from any licensed veterinarian in the U.S. The MetLife mobile app allows quick claim submission and reimbursement along with other benefits, such as retail discounts and access to 24/7 vet telehealth. Enroll anytime during the year by calling <strong>(800) GET-MET8</strong>.\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">PerkSpot</h2>\r\nNever miss a deal! From travel to electronics, with PerkSpot you can choose from over 25 different categories of perks and save money. Start by creating your account at <a href=\"https://owens-minor.perkspot.com\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor.perkspot.com</strong></a>. Use access code: <strong>OwensMinor</strong>. Once you register, you can download the PerkSpot mobile app for deals anytime, anywhere.\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Additional Benefits', '						', 'inherit', 'closed', 'closed', '', '7239-revision-v1', '', '', '2024-10-09 18:48:38', '2024-10-09 18:48:38', '', 7239, 'https://benefitsmyway.mybenefitport.com/?p=7690', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7691, 1, '2024-10-09 18:49:05', '2024-10-09 18:49:05', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/adoption-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Adoption Assistance</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]More information will be available January 1, 2025.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '7233-revision-v1', '', '', '2024-10-09 18:49:05', '2024-10-09 18:49:05', '', 7233, 'https://benefitsmyway.mybenefitport.com/?p=7691', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7692, 1, '2024-10-09 18:49:31', '2024-10-09 18:49:31', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Ask ALEX\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/aa-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3><strong>Need help choosing the right plan?</strong></h3>\n<p><span style=\"color: #212121;\"><br />Ask ALEX, our virtual benefits counselor, can help. Just answer a few questions about yourself, your family and your health, and ALEX will recommend a plan that may be right for you.</span></p>[/et_pb_text][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"Get started with ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #4\" open=\"on\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" icon_color=\"#e5863d\" open_icon_color=\"#e5863d\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]<p>[video width=\"1280\" height=\"720\" mp4=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/01/QLE.mp4\"][/video]</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/aa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span><br /><span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span><br /><span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Ask ALEX', '						', 'inherit', 'closed', 'closed', '', '7006-revision-v1', '', '', '2024-10-09 18:49:31', '2024-10-09 18:49:31', '', 7006, 'https://benefitsmyway.mybenefitport.com/?p=7692', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7693, 1, '2024-10-09 18:49:54', '2024-10-09 18:49:54', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bej-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefits Enrollment Journey</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\n\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\n\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\n\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Benefits Enrollment Journey', '						', 'inherit', 'closed', 'closed', '', '7246-revision-v1', '', '', '2024-10-09 18:49:54', '2024-10-09 18:49:54', '', 7246, 'https://benefitsmyway.mybenefitport.com/?p=7693', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7694, 1, '2024-10-09 18:50:24', '2024-10-09 18:50:24', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bta-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Business Travel Accident Insurance (BTA)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">When traveling for the company, you are protected under a company-paid Business Travel Accident insurance policy. This policy provides coverage for certain injuries or death resulting from an accident during business travel. You are automatically enrolled at no cost to you.</p>\n<p style=\"font-weight: 400;\">For more information, refer to the BTA - <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Benefit Highlight Summary</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Support Services for Safe Travel</h2>\n<p>While traveling, you can feel confident that you’re in safe hands should the unfortunate occur. We partner with International Medical Group, a leading global asssitance provider, to give you 24/7 access to medical and travel assistance services wherever your trip takes you. </p>\n<p style=\"font-weight: 400;\">For more information, click here.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Business Travel Accident', '						', 'inherit', 'closed', 'closed', '', '7163-revision-v1', '', '', '2024-10-09 18:50:24', '2024-10-09 18:50:24', '', 7163, 'https://benefitsmyway.mybenefitport.com/?p=7694', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7695, 1, '2024-10-09 18:50:52', '2024-10-09 18:50:52', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Child Care / Elder Care\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/child-care.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder and early care resources</span></strong></h2>\n<p><span style=\"color: #000000;\">If you’re caring for family members at home, life is often a balancing act. Bright Horizons and Aetna Resources for Living can both support your caregiving responsibilities. <span>Click the links below to learn more.</span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder care </span></strong></h2>\n<span style=\"color: #000000;\">When the time comes to take care of your caretaker, take advantage of these resources to ensure your loved ones are comfortable in their later years. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Decision support tools to help you plan ahead</span></li>\n	<li><span style=\"color: #000000;\">An online needs assessment</span></li>\n	<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\n	<li><span style=\"color: #000000;\">A search tool for finding and evaluating care providers</span></li>\n	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Aging adult care provider search</span></li>\n	<li><span style=\"color: #000000;\">Health, financial and legal information for older adults</span></li>\n	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\n	<li><span style=\"color: #000000;\">Retirement resources</span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Child care </span></strong></h2>\n<span style=\"color: #000000;\">With the cost of child care, the scheduling demands of a thriving career and the learning curve for first-time parents, it can be hard to balance work and family. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"https://clients.brighthorizons.com/banner\"><strong>Bright Horizons</strong></a></span><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Free premium membership to Sittercity to help find child care options</span></li>\n	<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\n	<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\n	<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\n</ul>\n<ul></ul>\n&nbsp;[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span><a href=\"http://www.resourcesforliving.com/\"><strong>Aetna Resources for Living</strong></a></span><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers educational resources on: </strong></span></p>\n\n<ul>\n	<span style=\"color: #000000;\"><li>Child care </span></li>\n	<li><span style=\"color: #000000;\">Adoption </span></li>\n	<li><span style=\"color: #000000;\">Pregnancy and childbirth </span></li>\n	<li><span style=\"color: #000000;\">Raising children </span></li>\n	<li><span style=\"color: #000000;\">Balancing work and family </span></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"http://bannerhealth.savings.beneplace.com/\" url_new_window=\"on\" button_text=\"Check out Beneplace for even more child care discounts!\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a href=\"https://start.myalex.com/bannerhealth\" style=\"color: #e1e1e1;\">Ask Alex</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://myhr.bannerhealth.com/\" style=\"color: #e1e1e1;\">Enroll Now</a></span>\n<span style=\"color: #e1e1e1;\"><a href=\"http://flimp.live/banner-resident-fellow-24\" style=\"color: #e1e1e1;\">Residents &amp; Fellows</a></span>\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: right;\"><img src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Child and Elder Care', '						', 'inherit', 'closed', 'closed', '', '7513-revision-v1', '', '', '2024-10-09 18:50:52', '2024-10-09 18:50:52', '', 7513, 'https://benefitsmyway.mybenefitport.com/?p=7695', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7696, 1, '2024-10-09 18:51:16', '2024-10-09 18:51:16', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Compensation-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Compensation</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Compensation', '						', 'inherit', 'closed', 'closed', '', '7215-revision-v1', '', '', '2024-10-09 18:51:16', '2024-10-09 18:51:16', '', 7215, 'https://benefitsmyway.mybenefitport.com/?p=7696', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7697, 1, '2024-10-09 18:51:39', '2024-10-09 18:51:39', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/contacts-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Vendor Contact Information</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"7358\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-52px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for access to a Summary of Benefits Coverage for each of your medical plan options.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||-20px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.21.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'inherit', 'closed', 'closed', '', '6079-revision-v1', '', '', '2024-10-09 18:51:39', '2024-10-09 18:51:39', '', 6079, 'https://benefitsmyway.mybenefitport.com/?p=7697', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7698, 1, '2024-10-09 18:52:03', '2024-10-09 18:52:03', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>YOUR DENTAL PLAN OPTIONS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>We offer dental coverage through Delta <strong><a href=\"https://deltadentalva.com\" target=\"_blank\" rel=\"noopener\">Dental of Virginia</a></strong> to help you maintain that healthy smile.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dental Plans</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"80%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7683\"]<br />For more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Both plans provide:</strong></span><br />• Prevention first benefit (Preventive and diagnostic services do not count against the annual maximum.)<br />• Affordable coverage<br />• In-network discounts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-18px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-8px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You<sup>®</sup></h2>\n<p><span>Healthy Smile, Healthy You offers additional benefits for teammates with these health conditions:</span></p>\n<p>• Pregnancy<br />• Diabetes<br />• High-risk cardiac conditions<br />• Cancer treatments<br />• Weakened immune system<br />• Kidney failure or dialysis</p>\n<p>Eligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Pay less for services by seeing a dentist in Delta Dental’s PPO or Premier network. You usually receive a bigger discount on services from a PPO network provider versus a Premier network provider.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '5959-revision-v1', '', '', '2024-10-09 18:52:03', '2024-10-09 18:52:03', '', 5959, 'https://benefitsmyway.mybenefitport.com/?p=7698', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7699, 1, '2024-10-09 18:52:27', '2024-10-09 18:52:27', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Disability Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">We offer Disability insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability insurance on the first of the month following 180 days of employment.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Company Paid Short-Term Disability\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Short-Term Disability (STD) coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ <span>compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.</span><span> </span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7409\"]<span></span></p>\n<h6 style=\"font-weight: 400;\"><span>*</span><span></span><span>For detailed eligibility and waiting period information, please refer to </span><span>your plan documents.<br /></span><span>**Maximum payment period is based on the first day benefits become </span><span>payable, not on the first day you are disabled.</span></h6>\n<p><span></span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Long-Term Disability\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Following 180 days of employment, you will have 31 days to elect this benefit, which you pay for.</p>\n<p style=\"font-weight: 400;\"><span>Enroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at </span><span><strong>(800) 463-3819</strong></span><span><strong>. </strong></span></p>\n<p style=\"font-weight: 400;\"><span>Long-Term Disability (LTD) coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7412\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Depending on your age at the time of disability, your benefits may be </span><span>subject to a different schedule. Refer to the Maximum Benefit Period </span><span>table, which can be found in your plan documents.</span></h6>\n<p>&nbsp;</p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'inherit', 'closed', 'closed', '', '7183-revision-v1', '', '', '2024-10-09 18:52:27', '2024-10-09 18:52:27', '', 7183, 'https://benefitsmyway.mybenefitport.com/?p=7699', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7700, 1, '2024-10-09 18:52:52', '2024-10-09 18:52:52', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /> <br />[wpfd_category id=\"22\"]</p><p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /> <br />[wpfd_category id=\"23\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of health care service covered by your plan.<br /> <br />[wpfd_category id=\"26\"]\n</p><p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these documents to learn more about some of our wellness programs.<br /> <br />[wpfd_category id=\"24\"]</p><p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-09 18:52:52', '2024-10-09 18:52:52', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=7700', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7701, 1, '2024-10-09 18:53:20', '2024-10-09 18:53:20', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/eligibility-scaled.jpg\" background_position=\"top_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Eligibility</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.27.0\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">As an Owens &amp; Minor teammate, you’re eligible for benefits if you work 30 hours or more per week.</p>\n<p style=\"font-weight: 400;\">\n<p style=\"font-weight: 400;\">Hawaii teammates who work 20+ hours per week and earn a monthly wage of at least 86.67 times the Hawaii minimum hourly wage are eligible for medical coverage that <span> </span>starts after 30 days of employment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<h2>Your Eligible Dependents</h2>\nDuring enrollment, you’ll be asked to verify that your dependents meet the eligibility requirements for coverage. Eligible dependents include:\n\n<span style=\"color: #002856;\"><strong>Your spouse*.\n</strong></span>The individual you’re legally married to.\n\n<span style=\"color: #002856;\"><strong>Your domestic partner*.\n</strong></span>Must be 18+ years old; unmarried; not blood-related; mutually supporting; share a common residence; and be each other’s sole domestic partner.\n\n<span style=\"color: #002856;\"><strong>Your qualified children under the age of 26.</strong></span>\n<strong>Biological</strong>, step, legally adopted, your domestic partner’s children, or lawfully placed with you for legal adoption and/or eligible foster children.\n\n<strong>Your unmarried child who is disabled: Living with you; dependent due to a mental or physical disability.</strong>\n\n *Spouses or domestic partners who have access to other employer insurance cannot enroll under O&M medical, prescription, or dental plans.[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2>Dependent Eligibility Verification</h2>\n<p><span style=\"color: #002856;\"><strong>Domestic partners<br /></strong></span>For your domestic partner and their eligible children to receive benefits under the Owens &amp; Minor</p>\n<p style=\"font-weight: 400;\">Welfare Benefits Plan, both you and your partner must:</p>\n<ul>\n<li>Complete and sign the Declaration of Domestic Partnership (the “Declaration”). <span></span></li>\n<li>Upload the signed Declaration and appropriate documentation to Workday HR within 31 days of hire/Qualified Life Event or by the end of the Open Enrollment period.</li>\n</ul>\n<p style=\"font-weight: 400;\">For a list of acceptable documentation, refer to the Declaration of Domestic Partnership.</p>\n<p><span style=\"color: #002856;\"><strong>All other dependents</strong></span><br />Owens &amp; Minor reserves the right to audit dependent eligibility. Be sure to keep proof of your dependents’ eligibility in case of an audit. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for a list of supporting documents.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility', '', 'inherit', 'closed', 'closed', '', '5751-revision-v1', '', '', '2024-10-09 18:53:20', '2024-10-09 18:53:20', '', 5751, 'https://benefitsmyway.mybenefitport.com/?p=7701', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7702, 1, '2024-10-09 18:53:46', '2024-10-09 18:53:46', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment & Changes</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know </span><i><span><strong>Life Takes Care™</strong></span></i><b><span>.</span></b></p>\n<p style=\"font-weight: 400;\">Access our <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" target=\"_blank\" rel=\"noopener\">Benefits Enrollment Journey Guide</a></strong> to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</ul>\n</ul>\n<p style=\"font-weight: 400;\"> As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefit elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png\" title_text=\"24 Guide-2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-10-09 18:53:46', '2024-10-09 18:53:46', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=7702', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7703, 1, '2024-10-09 18:54:12', '2024-10-09 18:54:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bej-1-scaled.jpg\" background_position=\"top_center\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment Checklist</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.26.0\" background_color=\"#ededed\" custom_margin=\"||30px||false|false\" custom_padding=\"15px|30px|24px|30px|false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #872434;\"><b>Take Action!</b></span><br /><span style=\"color: #002856;\">Open Enrollment is November 2-16. This year’s enrollment is active. This means you must enroll to have benefits in 2024. If you don’t enroll, you’ll only have company-paid Short-Term Disability, Life, and AD&amp;D Insurance. Your 2023 benefits will not carry over.</span></p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#FFFFFF\" open_toggle_background_color=\"#002856\" closed_toggle_text_color=\"#FFFFFF\" closed_toggle_background_color=\"#002856\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_text_color=\"#FFFFFF\" body_text_color=\"#FFFFFF\" custom_css_free_form=\"h5.et_pb_toggle_title {||    padding: 0 !important;||    text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Learn about your benefit options\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Learn about your benefit options by reviewing this benefits guide, paying attention to new offerings for the coming year</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Think about your coverage needs\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Think about your coverage needs, including how much healthcare you anticipate needing, and if you need additional life  insurance or income protection in the event of illness or injury.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Access Workday starting November 2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Make sure to access Workday starting November 2.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Enroll your dependents\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Enroll your dependents. Dependent information was not transferred to Workday. This means you’ll need to add any dependents you wish to cover. Be ready to provide dependent personal information, such as name, date of birth and social security number.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Designate beneficiaries\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Designate beneficiaries for Life and AD&amp;D Insurance benefits. Beneficiary information was not transferred to Workday.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Elect the benefits that best support you and your family\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Make sure to elect the benefits that best support you and your family.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Review your Benefits Summary for accuracy\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Review your Benefits Summary for accuracy.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Complete your enrollment by November 16, 2023\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Dont miss the deadline! Complete your enrollment by November 16, 2023.</p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_text][et_pb_code _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.26.0\" background_color=\"#ededed\" custom_margin=\"||30px||false|false\" custom_padding=\"|30px|24px|30px|false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #872434;\"><b>Need Benefits Help?</b></span><br /><span style=\"color: #002856;\">Contact the HR Service Center at 800.305.0263 to speak to an O&amp;M Benefits Solutions counselor. They’ll help you understand your options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well (starting November 2). Interpreters are available in multiple languages.</span></p>\n<p><strong>October 30-November 1</strong><br />Call: Monday-Friday from 8am-8pm EST</p>\n<p><strong>November 2-November 16</strong><br />Call: Monday-Friday from 8am-10pm EST and Saturday (November 4 and November 11) from 9am-5pm EST</p>\n<p><strong>After November 16<br /></strong>Call: Monday-Friday from 8am-10pm EST</p>\n<p>You may also <strong>schedule an appointment</strong> during business hours by visiting <a href=\"http://calendly.com/owensandminor\" target=\"_blank\" rel=\"noopener\"><strong>calendly.com/owensandminor</strong></a>. This is highly recommended if you are requesting a language outside of English or Spanish.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment Checklist', '', 'inherit', 'closed', 'closed', '', '6807-revision-v1', '', '', '2024-10-09 18:54:12', '2024-10-09 18:54:12', '', 6807, 'https://benefitsmyway.mybenefitport.com/?p=7703', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7704, 1, '2024-10-09 18:54:42', '2024-10-09 18:54:42', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Financial Resources Through Fidelity </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\n<p>Fidelity offers resources to help you achieve financial stability.</p>\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Q3.png\" title_text=\"Q3\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Q3-2024-UWW-Schedule.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"35%\" custom_margin=\"15px||-28px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a><br /></strong>Get access to calculators, checklists, and financial workshops.</p>\n<p style=\"font-weight: 400;\"><strong>Work Perks through NetBenefits<br /></strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to Work Perks through NetBenefits to access the following services:</p>\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\n<ul>\n<li>Kaplan and ACT: College test preparation</li>\n<li>Fidelity 529 Savings: Education savings account</li>\n<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\n<ul>\n<li>NotaryCam: Online notary services</li>\n<li>IDnotify: Identity protection</li>\n<li>Fidelity Estate Planner: Estate planning</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\n<ul>\n<li>TurboTax: Tax preparation services</li>\n<li>Fidelity Goal Booster: Short-term savings goals</li>\n<li>Fidelity Cash Management: Spending and saving with investments</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2024-10-09 18:54:42', '2024-10-09 18:54:42', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=7704', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7705, 1, '2024-10-09 18:55:11', '2024-10-09 18:55:11', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/FSA-Graphic.png\" title_text=\"FSA Graphic\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important considerations for all FSA accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-10-09 18:55:11', '2024-10-09 18:55:11', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=7705', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7706, 1, '2024-10-09 18:55:37', '2024-10-09 18:55:37', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/hsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\n<p style=\"font-weight: 400;\">If you enroll in the High Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How an HSA Works</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"center\" custom_margin=\"-10px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/How-an-HSA-works.png\" width=\"2124\" height=\"912\" alt=\"\" class=\"wp-image-7439 alignnone size-full\" /></a></p>[/et_pb_text][et_pb_cta title=\"HSA Maximum Contribution Limits (includes company match)\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"]<ul>\n<li style=\"font-weight: 400; text-align: left;\">$4,300 for teammate-only coverage</li>\n<li style=\"font-weight: 400; text-align: left;\">$8,550 for family coverage</li>\n<li style=\"font-weight: 400; text-align: left;\">$1,000 catch-up for ages 55 and older</li>\n</ul>[/et_pb_cta][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"74%\" module_alignment=\"center\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Triple-Tax-Savings.png\" width=\"2012\" height=\"1104\" alt=\"\" class=\"wp-image-7440 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><strong>Company Contributions<br /></strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<ul>\n<li style=\"font-weight: 400;\">Teammate only: $300</li>\n<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\n<li style=\"font-weight: 400;\">Family: $600</li>\n</ul>\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\n<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\n<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\n<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\n<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-10-09 18:55:37', '2024-10-09 18:55:37', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=7706', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7707, 1, '2024-10-09 18:56:07', '2024-10-09 18:56:07', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"77px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or<br />call <strong>800.463.3819</strong></p>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"74px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other important information.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-09 18:56:07', '2024-10-09 18:56:07', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7707', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7708, 1, '2024-10-09 18:56:46', '2024-10-09 18:56:46', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/life-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Income Protection</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Company-Paid Life and AD&D Insurance\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Owens &amp; Minor provides Life insurance and Accidental Death and Dismemberment (AD&amp;D) insurance for when the unexpected happens. These benefits are fully paid by the company, and you’re automatically enrolled.</p>\n<p style=\"font-weight: 400;\"><span>Your benefits are equal to:</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid Life insurance: 1x your base salary, up to $500,000</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid AD&amp;D insurance: 1x your base salary, up to $500,000</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span>Company-paid Life reduces starting at age 65. </span></p>\n<p style=\"font-weight: 400;\"><span>Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Supplemental Life and AD&D\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">During enrollment, you can purchase additional Life and/or AD&amp;D insurance for yourself and your family through payroll deductions. If you want to purchase this coverage for your dependents, you must purchase it for yourself.</p>\n<p style=\"font-weight: 400;\">Supplemental teammate Life insurance reduces starting at age 65.</p>\n<p style=\"font-weight: 400;\">Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"Evidence of Insurability\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Supplemental Life insurance may require Evidence of Insurability (EOI). This means you will be asked to answer medical questions about your or your spouse’s health and lifestyle.</span></p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">[ninja_tables id=\"7431\"]</span></p>\n<h6><span style=\"color: #000000;\">*Coverage ends at age 26.</span></h6>[/et_pb_accordion_item][/et_pb_accordion][et_pb_cta title=\"Designate Your Beneficiaries During Enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">You must designate a beneficiary to receive your Life and AD&amp;D insurance policy benefits. Be sure to update this information as personal circumstances change.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Income Protection', '						', 'inherit', 'closed', 'closed', '', '7157-revision-v1', '', '', '2024-10-09 18:56:46', '2024-10-09 18:56:46', '', 7157, 'https://benefitsmyway.mybenefitport.com/?p=7708', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7709, 1, '2024-10-09 18:57:15', '2024-10-09 18:57:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/leaves-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Leaves of Absence</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions</h2>\n<ul>\n<li>When do I need to apply for a leave of absence?</li>\n<li>How do I request a leave of absence?</li>\n<li>What are the Absence Management Service Center’s operation hours?</li>\n<li>When I call to report my leave of absence, what questions will I be asked?</li>\n<li>Where do I submit my leave certification documents?</li>\n<li>What is Owens &amp; Minor’s call-in procedure during a leave of absence?</li>\n<li>What is the Return-to-Work process?</li>\n<li>What happens with benefit premiums while I am on a leave of absence?</li>\n<li>What happens if I experience an IRS Recognized Qualified Life Event or Change in Benefits while on leave?</li>\n</ul>\n<p style=\"font-weight: 400;\">The Disability Management Guide can provide you with more information about leaves of absence, as well as answers to frequently asked questions. Click below to learn more.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/DMG.png\" title_text=\"DMG\" url=\"https://lockton-midwest.dcatalog.com/v/Disability-Management-Guide/?page=1\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"36%\" module_alignment=\"center\" custom_margin=\"|||-17px|false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://lockton-midwest.dcatalog.com/v/Disability-Management-Guide/?page=1\" global_colors_info=\"{}\"]<h3 style=\"text-align: center;\">Disability Management Guide</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Leaves of Absence', '						', 'inherit', 'closed', 'closed', '', '7189-revision-v1', '', '', '2024-10-09 18:57:15', '2024-10-09 18:57:15', '', 7189, 'https://benefitsmyway.mybenefitport.com/?p=7709', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7710, 1, '2024-10-09 18:57:37', '2024-10-09 18:57:37', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Medical &amp; Prescription Drug</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Find the Right Plan for You</h2>\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\n<ul style=\"font-weight: 400;\">\n<ul style=\"font-weight: 400;\">\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Do you have specific prescription medication needs?</li>\n<li>Are you anticipating surgery or non-preventive dental care?</li>\n<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\n<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\n</ul>\n</ul>\n</ul>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii. </p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7501 alignnone size-full\" /></p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7452\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,200 High Deductible Health Plan w/Optional Health Savings Account:\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7502 alignnone size-full\" /></p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7454\"]</p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"font-weight: 400;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg\" width=\"1080\" height=\"210\" alt=\"\" class=\"wp-image-7503 alignnone size-full\" /></p>\n<p style=\"font-weight: 400;\"><span><strong>Give your doctor’s office this information: </strong></span><span>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</span><span></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7453\"]</p>\n<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<ul>\n<li style=\"font-weight: 400;\">UnitedHealthcare</li>\n<li style=\"font-weight: 400;\">Surest (Access Code: OwensMinor2025)</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Regional Medical Plan Options</h2>\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select a Kaiser Medical or UPMC plan for your medical care coverage.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <span><strong>California, Colorado, Georgia, Washington, Oregon</strong></span><span>,<strong> District of Columbia</strong></span><span>, </span><span><strong>Maryland</strong></span><span>, and </span><span><strong>Virginia</strong></span><span>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Hawaii </strong></span><span>teammates may enroll in the Point of Service (POS) 405 plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Click <a href=\"select.kaiserpermanente.org/owens-and-minor\" target=\"_blank\" rel=\"noopener\">here </a></strong></span><span></span><span><strong>for more information.</strong></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</span><span> </span></h6>\n<p>[ninja_tables id=\"7460\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UPMD HDHP EPO\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">If you live in <span><strong>Pennsylvania </strong></span><span>(certain ZIP codes), the UPMC HDHP EPO might be your best choice. You don’t have to select a primary care physician, but you must receive your care from in-network physicians and facilities for your care to be covered. You are also eligible to enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7457\"]</p>\n<p style=\"font-weight: 400;\"><span>For more information, visit </span><a href=\"https://www.upmchealthplan.com\" target=\"_blank\" rel=\"noopener\"><span><strong>UPMCHealthPlan.com</strong></span></a><span></span><span>.</span></p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf\" url_new_window=\"on\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-10-09 18:57:37', '2024-10-09 18:57:37', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=7710', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7711, 1, '2024-10-09 18:58:03', '2024-10-09 18:58:03', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-app-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Get the App!</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">MAXIMIZE YOUR BENEFITS WITH THE O&amp;M BENEFITS APP</h2>\n<p>Maximizing your benefits just got easier! <strong>Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor.</strong> Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Unlock Your Benefits with Ease</h2>\n<p>With the O&amp;M Benefits app, accessing your teammate benefits information is simpler than ever before. Here’s what you can expect:</p>\n<p style=\"font-weight: 400;\"><strong>Easy access<br /></strong>Log in quickly and securely to view the latest benefits information whenever and wherever you need it.</p>\n<p style=\"font-weight: 400;\"><strong>Benefits exploration<br /></strong>Discover a wide array of benefits, including health, wellness, retirement, and more. Find detailed descriptions and eligibility requirements so you can make informed decisions.</p>\n<p style=\"font-weight: 400;\"><strong>Push notifications<br /></strong>Never miss a deadline! Get real-time updates and reminders about important dates, changes to your benefits, and new opportunities — all sent directly to your phone.</p>\n<p style=\"font-weight: 400;\"><strong>Support &amp; resources<br /></strong>Have a question? Access FAQs, guides, and support from the app for assistance whenever you need it.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How to Access</h2>\n<p style=\"font-weight: 400;\">The O&amp;M Benefits app is available for download on iOS and Android. Access is password protected and for Owens &amp; Minor teammates only. (Password:<strong> Teammatebenefits2025</strong>)</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/banner-108.png\" title_text=\"banner-108\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_cta title=\"Need help logging in?\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\">Need help logging in? Email <strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">owens-minor@bpaenroll.com</a></strong> or call <strong>(800) 463-3819</strong> to request your credentials.</span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-09 18:58:03', '2024-10-09 18:58:03', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=7711', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7712, 1, '2024-10-09 18:58:29', '2024-10-09 18:58:29', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens &amp; Minor is here to help you choose the best options to meet your unique needs.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Health Savings Account (HSA), Flexible Spending Accounts (FSA), and Commuter Benefits. These require election each year.</strong></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<ul>\n<li>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</li>\n<ul style=\"padding-left: 30px;\">\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<ul>\n<li><strong>The IRS has increased the deductible limits for high-deductible health plans (HDHP) to $3,300 for teammate-only and $6,600 for family coverage</strong>, impacting the United Healthcare HDHP plan and all Kaiser plans (except Hawaii POS 405).</li>\n<li>Discover the <strong><em>new</em></strong> <strong>Calm Health app</strong> that provides programs and tools to help support your mental health and well-being journey. If you enroll in a UHC or Surest medical plan, <strong>Calm Health is available to you at no additional cost.</strong> To learn more and get started, sign in to your <strong><a href=\"http://www.myuhc.com/\" target=\"_blank\" rel=\"noopener\">myuhc.com</a></strong> account or the UnitedHealthcare app.</li>\n<li>Stay tuned for details on our upcoming 2025 Paid Time Off program, designed to provide additional time off, flexibility, and work-life balance!</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n	<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n	<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n	<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n	<li><strong>Elect </strong>the benefitsthat best support you and your family. Don’t forget to designate beneficiaries.</li>\n	<li><strong>Review </strong>and<strong> complete your enrollment by November 8, 2024. If you don’t enroll, your current elections will roll over </strong>into the next plan year. <span></span></li>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-09 18:58:29', '2024-10-09 18:58:29', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7712', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7713, 1, '2024-10-09 18:59:04', '2024-10-09 18:59:04', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/pto-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Paid Time Off</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Paid Time Off', '						', 'inherit', 'closed', 'closed', '', '7221-revision-v1', '', '', '2024-10-09 18:59:04', '2024-10-09 18:59:04', '', 7221, 'https://benefitsmyway.mybenefitport.com/?p=7713', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7714, 1, '2024-10-09 18:59:35', '2024-10-09 18:59:35', '<p>This page is used by password-protected to preview the form on customizer</p>', 'Password Protected', '', 'inherit', 'closed', 'closed', '', '7534-revision-v1', '', '', '2024-10-09 18:59:35', '2024-10-09 18:59:35', '', 7534, 'https://benefitsmyway.mybenefitport.com/?p=7714', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7715, 1, '2024-10-09 18:59:50', '2024-10-09 18:59:50', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/recognition-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Recognition', '						', 'inherit', 'closed', 'closed', '', '7202-revision-v1', '', '', '2024-10-09 18:59:50', '2024-10-09 18:59:50', '', 7202, 'https://benefitsmyway.mybenefitport.com/?p=7715', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7716, 1, '2024-10-09 19:00:23', '2024-10-09 19:00:23', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/referral-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Referral Program</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Referral Program', '						', 'inherit', 'closed', 'closed', '', '7208-revision-v1', '', '', '2024-10-09 19:00:23', '2024-10-09 19:00:23', '', 7208, 'https://benefitsmyway.mybenefitport.com/?p=7716', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7717, 1, '2024-10-09 19:00:29', '2024-10-09 19:00:29', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Regional Medical Plan Options</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"]<p>Depending on where you live, you may also be eligible to select Kaiser Medical or the UPMC Plan for your medical care coverage.</p>\n<p><span style=\"color: #872434;\"><strong>Kaiser Medical</strong></span><br />Kaiser offers comprehensive coverage and the convenience of coordinated care among Kaiser providers. We offer a High Deductible Health Plan option for teammates in <strong>California, Colorado, Georgia, Washington,</strong> and in the Northwest (<strong>Oregon</strong> and Southern <strong>Washington</strong>) and Mid-Atlantic (<strong>District of Columbia, Maryland,</strong> and <strong>Virginia</strong>). If you choose this plan, you can enroll in a Health Savings Account (HSA).</p>\n<p><strong>Hawaii</strong> teammates have the option of enrolling in the Point of Service (POS) 405 plan. This plan is compatible with the Healthcare Flexible Spending Account.</p>\n<p><strong>For more information, go to <a href=\"http://select.kaiserpermanente.org/owens-and-minor\" target=\"_blank\" rel=\"noopener\">select.kaiserpermanente.org/owens-and-minor</a>.</strong></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6825\"][/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6828\"][/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h6>Per Senate Bill 1529: Primary care visit — $5 Copay (after Plan Deductible) for first 3 visits per year. First 3 visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6831\"][/et_pb_text][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span style=\"color: #872434;\"><strong>UPMC HDHP EPO</strong></span><br />If you live in <strong>Pennsylvania</strong> (certain zip codes), the UPMC HDHP EPO might be your best choice. This plan blends elements of a traditional HMO and a PPO. Similar to a PPO, you don’t have to select a primary care physician. But like an HMO, you must receive your care from network physicians and facilities for your care to be covered. You can also enroll in a Health Savings Account (HSA).</p>[/et_pb_text][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6835\"][/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h6>For more information, visit <span style=\"color: #33cccc;\"><strong><a href=\"http://UPMCHealthPlan.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\">UPMCHealthPlan.com</a></strong></span>.</h6>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Regional Medical Plan Options', '						', 'inherit', 'closed', 'closed', '', '6819-revision-v1', '', '', '2024-10-09 19:00:29', '2024-10-09 19:00:29', '', 6819, 'https://benefitsmyway.mybenefitport.com/?p=7717', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7719, 1, '2024-10-09 19:00:54', '2024-10-09 19:00:54', '[et_pb_section fb_built=\"1\" _builder_version=\"4.21.0\" background_image=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-header.jpg\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Savings and Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Through HealthEquity we offer Health Savings Account (HSA) and Flexible Spending Accounts (FSAs) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.\n\nThere are several types of accounts that help reduce your taxable income when paying for eligible expenses for yourself, your\nspouse and eligible dependents.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Health Savings Account</h2>\n<p>If you are enrolled in the High Deductible Health Plan, you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA) through our plan administrator, HealthEquity. Contribute to an HSA and offset your out-of-pocket expenses with pretax dollars.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<img src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-1.jpg\" width=\"2166\" height=\"272\" class=\"wp-image-6847 size-full\" /><a href=\"http://irs.gov/publications/p502/index.html\"><img src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-2.jpg\" width=\"2166\" height=\"272\" class=\"wp-image-6847 size-full\" /></a><img src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-3.jpg\" width=\"2166\" height=\"272\" class=\"wp-image-6847 size-full\" />[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">2023 HSA Carryover</h2>\n<p><strong>Owens and Minor teammates:</strong> You will have the option to transfer your unused 2023 HSA funds from WEX (2023 carrier) to Health Equity (2024 carrier). Additional information will be provided soon.</p>\n<p><strong>Apria teammates:</strong> Unused 2023 funds in your Health Equity account will carry over automatically. There is no further action<br />required on your part.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-18px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">HSA Maximum Contribution Limits<br />(includes company match)</h2>\n<p>    • $4,150 for teammate only coverage<br />    • $8,300 for family coverage<br />    • $1,000 catch-up for ages 55 and older</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" title_text=\"Mother and kids hiking in sunny forest\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-10px||-55px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.26.0\" background_color=\"#FFFFFF\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>\n<p><img src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa.png\" width=\"2144\" height=\"1178\" alt=\"\" class=\"wp-image-6853 alignnone size-full\" /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h4>Company Contributions</h4>\n<p>As an added bonus, Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<p>    • Teammate only: $300<br />    • Teammate + Spouse/Domestic Partner/Child(ren): $425<br />    • Family: $600</p>\n<p>Company contributions will be determined by multiple factors, including HSA plan tier, enrollment type (Open Enrollment, qualified life event, etc.), and time of year. The match amount will be spread over the number of pay periods per year and will be prorated upon hire.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-64px||-20px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h4>HSA Restrictions</h4>\n<p>    • You may not open an HSA if you or your spouse are enrolled in a Healthcare FSA.<br />    • State taxes apply to contributions by residents of California, Alabama and New Jersey.<br />    • You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.<br />    • The penalty for using your HSA for ineligible expenses is 20% of the reimbursed amount.<br />    • You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.<br />    • Funds may not be used to reimburse the expenses of your domestic partner or their children.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Savings and Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '6844-revision-v1', '', '', '2024-10-09 19:00:54', '2024-10-09 19:00:54', '', 6844, 'https://benefitsmyway.mybenefitport.com/?p=7719', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7720, 1, '2024-10-09 19:01:00', '2024-10-09 19:01:00', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/service-awards-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Service Awards</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Service Awards', '						', 'inherit', 'closed', 'closed', '', '7195-revision-v1', '', '', '2024-10-09 19:01:00', '2024-10-09 19:01:00', '', 7195, 'https://benefitsmyway.mybenefitport.com/?p=7720', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7721, 1, '2024-10-09 19:01:30', '2024-10-09 19:01:30', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/supplemental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Supplemental Medical Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Supplemental insurance provides an additional layer of financial protection for you and your family. These benefits will help cover extra out-of-pocket expenses if you suffer an unexpected, serious illness or qualifying accident.[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"accident\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Accident Insurance</h2>\n<p>Accident insurance through Cigna supplements your primary medical plan by providing cash benefits for accidental injury. You can use this money to pay medical expenses not covered by your medical plan, like copays or even everyday living expenses. Benefits are paid directly to you unless otherwise assigned. Amounts depend on the type of injury and medical services received.</p>\n<p style=\"font-weight: 400;\"><strong>Choose from two options:</strong><strong> </strong></p>\n<ul>\n<li style=\"font-weight: 400;\">Standard Plan</li>\n<li style=\"font-weight: 400;\">Enhanced Plan</li>\n</ul>\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Documents Library</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"critical\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Critical Illness Insurance</h2>\n<p>Critical Illness insurance through Cigna protects against the financial impact of certain illnesses, such as a heart attack, cancer, or stroke. You receive a lump-sum benefit to cover out-of-pocket medical expenses, coinsurance, or living expenses. It’s paid directly to you unless otherwise assigned. </p>\n<p style=\"font-weight: 400;\"><strong>Choose from two options:</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">$10,000</li>\n<li style=\"font-weight: 400;\">$20,000</li>\n</ul>\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"hospital\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Hospital Indemnity Insurance</h2>\n<p>A trip to the hospital can be stressful. Even if you’re covered by an O&amp;M medical plan, you still may be responsible for copays, deductibles, and other out-of-pocket costs. The Hospital Indemnity Plan through Cigna can offset your share of the costs associated with hospital stays.</p>\n<p style=\"font-weight: 400;\"> <strong>Choose from two benefit plan options:<span>  </span></strong></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7377\"]</p>\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a>.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Insurance', '						', 'inherit', 'closed', 'closed', '', '7132-revision-v1', '', '', '2024-10-09 19:01:30', '2024-10-09 19:01:30', '', 7132, 'https://benefitsmyway.mybenefitport.com/?p=7721', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7722, 1, '2024-10-09 19:01:35', '2024-10-09 19:01:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tap-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Your Well-Being</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>We are committed to supporting you with valuable resources to help you manage and maintain your mental and physical health, as well as your work-life balance.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Assistance Program (TAP)</h2>\n<p>Life’s pressures can affect your physical, emotional, and mental health. TAP, with Live and Work Well through Optum, helps you find the resources you need to get back on track — at no extra cost. </p>\n<p style=\"font-weight: 400;\">Turn to TAP for help with:</p>\n<ul>\n<li style=\"font-weight: 400;\">Finding work-life balance</li>\n<li style=\"font-weight: 400;\">Finding child and elder care</li>\n<li style=\"font-weight: 400;\">Handling grief and loss</li>\n<li style=\"font-weight: 400;\">Living within a realistic budget</li>\n<li style=\"font-weight: 400;\">Addressing addiction and recovery</li>\n<li style=\"font-weight: 400;\">Dealing with identity theft</li>\n</ul>\n<p style=\"font-weight: 400;\">Support is just a phone call away. Visit <a href=\"https://www.liveandworkwell.com/en/public\" target=\"_blank\" rel=\"noopener\"><strong>liveandworkwell.com</strong></a> or call <strong>(866) 374-6061</strong> to connect with a licensed behavioral health professional in your area. (Company code: <strong>owensminor</strong>)</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Optum Mental Health Awareness Toolkits</h2>\n<p>Optum launches a new teammate toolkit each month including articles, trainings, tip sheets, and more — on relevant and trending topics to help support your health and well-being at work, home, and at play. Access the toolkit <strong><a href=\"https://optumwellbeing.com/newthismonth/en-US\" target=\"_blank\" rel=\"noopener\">here</a></strong> using our company code: owensminor.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'TAP', '						', 'inherit', 'closed', 'closed', '', '7260-revision-v1', '', '', '2024-10-09 19:01:35', '2024-10-09 19:01:35', '', 7260, 'https://benefitsmyway.mybenefitport.com/?p=7722', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7723, 1, '2024-10-09 19:02:06', '2024-10-09 19:02:06', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tobacco-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Tobacco Surcharge and Cessation Programs</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>To promote the health of our teammates, Owens &amp; Minor imposes a premium surcharge for tobacco users if either they and/or their spouse or domestic partner has used tobacco products in the previous six months. Teammates and their spouses/domestic partners who are non-tobacco users will be eligible for the reward of reduced (non-tobacco) premiums.</p>\n<p>A tobacco user is defined as anyone who has used any tobacco products at least four times per week in the last six months, including:</p>\n<ul>\n<li>Cigarettes</li>\n<li>Cigars</li>\n<li>Chewing tobacco</li>\n<li>Snuff</li>\n<li>Pipe tobacco</li>\n</ul>\n<p style=\"font-weight: 400;\">This information is self-reported in Workday HR during enrollment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Tobacco Cessation Programs</h2>\n<p>Owens &amp; Minor provides multiple tobacco cessation programs to help you lead a healthier life while lowering your out-of-pocket medical costs. If you are unable to meet the standard of being tobacco-free, you can earn the reward of reduced (non-tobacco) premiums by completing one of the following Tobacco Cessation programs.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"For Teammates  with a UnitedHealthcare or Surest Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]Quit For Life<SUP STYLE=\"font-size:6pt\">®</sup> is designed to give you the confidence you need to quit tobacco for good. Get a personalized quit plan and 1:1 access to coaches via phone, chat, or text. Plus, get group video sessions and more, all at no additional cost, with your UHC or Surest medical plan.\n\nPLUS, receive a Quit Kit that includes Nicotine Replacement Therapy like gum or patches to help conquer cravings.\n\nGet started at <strong><a href=\"https://quitnow.net\" target=\"_blank\" rel=\"noopener\">quitnow.net</a></strong> or call <strong>(866) 784-8454</strong> TTY 711.[/et_pb_accordion_item][et_pb_accordion_item title=\"For Teammates with a Kaiser Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>Kaiser offers multiple tobacco cessation programs that combine counseling, behavior modification, and medication support. Classes and telephone support are usually offered at no cost to teammates, and the online tobacco cessation program is free. Teammates can also be prescribed over-the-counter nicotine replacement therapy at a discount or other medically necessary smoking cessation medications for the usual copay, depending on the teammate’s pharmacy benefit (also may require participation in designated behavioral modification programs). Your Kaiser Permanente physician will determine medical necessity.</p>\n<p style=\"font-weight: 400;\"><span>To engage in one of Kaiser’s Healthy Lifestyle Programs, including tobacco cessation, you will need to first take the Total Health Assessment at <strong><a href=\"https://healthy.kaiserpermanente.org/health-wellness/health-assessment?kp_shortcut_referrer=kp.org/tha\" target=\"_blank\" rel=\"noopener\">kp.org/tha</a></strong></span><span></span><span>. You can also contact your KP medical center/PCP or the Member Services phone number on your ID card for more information.</span></p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"For Teammates with a UPMC Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">The UPMC <em>My</em>Health Ready to Quit<span>™</span><span> program is here for you!</span></p>\n<p style=\"font-weight: 400;\"><span>Choose from:</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><span> </span><span>Individual health coaching by phone</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>A health coach-assisted online program</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>A self-guided workbook program</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span> </span><span>Call a health coach at </span><span><strong>(800) 807-0751 </strong></span><span>to learn more and get started. You can also chat online with a UPMC health coach. Just log in to </span><a href=\"https://upmchealthplan.com\" target=\"_blank\" rel=\"noopener\">upmchealthplan.com </a><span></span><span>and go to “Contact us.”</span></p>\n<p style=\"font-weight: 400;\">If you think you might be unable to meet the tobacco-free standard through these programs, you might qualify for an opportunity to earn reduced (non-tobacco) premiums by alternative means. </p>\n<p style=\"font-weight: 400;\">Contact the O&amp;M Benefits Solutions Team (or your doctor) to find a reasonable alternative that is right for you.</p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Removal and Refund of Tobacco Surcharge</strong></span><br />The premium surcharge may be removed by completing the tobacco cessation program offered by Owens &amp; Minor or an approved reasonable alternative. This must be done within six months of the 2025 benefit effective date associated with the first time you or your spouse/domestic partner first identified as a tobacco user. Once the surcharge is removed, a retroactive refund of the premium surcharge for that year will be issued as soon as administratively possible.</p>\n<p style=\"font-weight: 400;\">Your proof of completion must be submitted to the <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> within 10 days of receipt.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Surcharge', '						', 'inherit', 'closed', 'closed', '', '6771-revision-v1', '', '', '2024-10-09 19:02:06', '2024-10-09 19:02:06', '', 6771, 'https://benefitsmyway.mybenefitport.com/?p=7723', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7724, 1, '2024-10-09 19:02:35', '2024-10-09 19:02:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Tuition-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Tuition Reimbursement</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>More information will be available January 1, 2025.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tuition Reimbursement', '						', 'inherit', 'closed', 'closed', '', '7227-revision-v1', '', '', '2024-10-09 19:02:35', '2024-10-09 19:02:35', '', 7227, 'https://benefitsmyway.mybenefitport.com/?p=7724', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7725, 1, '2024-10-09 19:02:55', '2024-10-09 19:02:55', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/documents-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-09 19:02:55', '2024-10-09 19:02:55', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7725', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7726, 1, '2024-10-09 19:02:57', '2024-10-09 19:02:57', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/vision-scaled.jpg\" background_position=\"bottom_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>VISION THROUGH UNITEDHEALTHCARE</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Enroll in <a href=\"https://www.whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong>UnitedHealthcare’s Vision Plan</strong></a> to help keep life in focus. The plan covers eye exams, eyeglasses, and contact lenses for you and your eligible dependents.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Coverage Details</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"left\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6760\"]</p>\n<p class=\"p1\">For more information, visit <a href=\"http://whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"s1\">whyuhc.com/owensminor</span></strong></a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"|-23px||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '5971-revision-v1', '', '', '2024-10-09 19:02:57', '2024-10-09 19:02:57', '', 5971, 'https://benefitsmyway.mybenefitport.com/?p=7726', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7729, 1, '2024-10-09 19:06:50', '2024-10-09 19:06:50', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/fsa-2.png\" title_text=\"fsa-2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important considerations for all FSA accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-10-09 19:06:50', '2024-10-09 19:06:50', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=7729', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7732, 1, '2024-10-09 19:15:23', '2024-10-09 19:15:23', '', 'hsa-info', '', 'inherit', 'open', 'closed', '', 'hsa-info', '', '', '2024-10-09 19:15:23', '2024-10-09 19:15:23', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-info.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7733, 1, '2024-10-09 19:15:46', '2024-10-09 19:15:46', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/hsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\n<p style=\"font-weight: 400;\">If you enroll in the High Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How an HSA Works</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"center\" custom_margin=\"-10px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/How-an-HSA-works.png\" width=\"2124\" height=\"912\" alt=\"\" class=\"wp-image-7439 alignnone size-full\" /></a></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"100%\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-info.png\" width=\"2546\" height=\"526\" alt=\"\" class=\"wp-image-7732 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"74%\" module_alignment=\"center\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Triple-Tax-Savings.png\" width=\"2012\" height=\"1104\" alt=\"\" class=\"wp-image-7440 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><strong>Company Contributions<br /></strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<ul>\n<li style=\"font-weight: 400;\">Teammate only: $300</li>\n<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\n<li style=\"font-weight: 400;\">Family: $600</li>\n</ul>\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\n<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\n<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\n<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\n<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-10-09 19:15:46', '2024-10-09 19:15:46', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=7733', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7735, 1, '2024-10-09 19:16:52', '2024-10-09 19:16:52', '', 'HSA TTS', '', 'inherit', 'open', 'closed', '', 'hsa-tts', '', '', '2024-10-09 19:16:52', '2024-10-09 19:16:52', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/HSA-TTS.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7736, 1, '2024-10-09 19:17:12', '2024-10-09 19:17:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/hsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\n<p style=\"font-weight: 400;\">If you enroll in the High Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How an HSA Works</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"center\" custom_margin=\"-10px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/How-an-HSA-works.png\" width=\"2124\" height=\"912\" alt=\"\" class=\"wp-image-7439 alignnone size-full\" /></a></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"100%\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-info.png\" width=\"2546\" height=\"526\" alt=\"\" class=\"wp-image-7732 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"74%\" module_alignment=\"center\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/HSA-TTS.png\" width=\"2508\" height=\"1380\" alt=\"\" class=\"wp-image-7735 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><strong>Company Contributions<br /></strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<ul>\n<li style=\"font-weight: 400;\">Teammate only: $300</li>\n<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\n<li style=\"font-weight: 400;\">Family: $600</li>\n</ul>\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\n<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\n<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\n<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\n<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-10-09 19:17:12', '2024-10-09 19:17:12', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=7736', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7739, 1, '2024-10-09 19:35:36', '2024-10-09 19:35:36', '', 'Medical 2025', '', 'publish', 'closed', 'closed', '', 'medical-csv-2', '', '', '2024-10-09 19:35:51', '2024-10-09 19:35:51', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/medical-csv-2/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7740, 1, '2024-10-09 19:36:05', '2024-10-09 19:36:05', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Medical &amp; Prescription Drug</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Find the Right Plan for You</h2>\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\n<ul style=\"font-weight: 400;\">\n<ul style=\"font-weight: 400;\">\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Do you have specific prescription medication needs?</li>\n<li>Are you anticipating surgery or non-preventive dental care?</li>\n<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\n<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\n</ul>\n</ul>\n</ul>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii. </p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7501 alignnone size-full\" /></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,200 High Deductible Health Plan w/Optional Health Savings Account:\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7502 alignnone size-full\" /></p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"font-weight: 400;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg\" width=\"1080\" height=\"210\" alt=\"\" class=\"wp-image-7503 alignnone size-full\" /></p>\n<p style=\"font-weight: 400;\"><span><strong>Give your doctor’s office this information: </strong></span><span>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</span><span></span></p>\n<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<ul>\n<li style=\"font-weight: 400;\">UnitedHealthcare</li>\n<li style=\"font-weight: 400;\">Surest (Access Code: OwensMinor2025)</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>[ninja_tables id=\"7739\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Regional Medical Plan Options</h2>\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select a Kaiser Medical or UPMC plan for your medical care coverage.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <span><strong>California, Colorado, Georgia, Washington, Oregon</strong></span><span>,<strong> District of Columbia</strong></span><span>, </span><span><strong>Maryland</strong></span><span>, and </span><span><strong>Virginia</strong></span><span>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Hawaii </strong></span><span>teammates may enroll in the Point of Service (POS) 405 plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Click <a href=\"select.kaiserpermanente.org/owens-and-minor\" target=\"_blank\" rel=\"noopener\">here </a></strong></span><span></span><span><strong>for more information.</strong></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</span><span> </span></h6>\n<p>[ninja_tables id=\"7460\"]</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UPMD HDHP EPO\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">If you live in <span><strong>Pennsylvania </strong></span><span>(certain ZIP codes), the UPMC HDHP EPO might be your best choice. You don’t have to select a primary care physician, but you must receive your care from in-network physicians and facilities for your care to be covered. You are also eligible to enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7457\"]</p>\n<p style=\"font-weight: 400;\"><span>For more information, visit </span><a href=\"https://www.upmchealthplan.com\" target=\"_blank\" rel=\"noopener\"><span><strong>UPMCHealthPlan.com</strong></span></a><span></span><span>.</span></p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf\" url_new_window=\"on\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-10-09 19:36:05', '2024-10-09 19:36:05', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=7740', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7741, 1, '2024-10-09 19:52:15', '2024-10-09 19:52:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Medical &amp; Prescription Drug</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Find the Right Plan for You</h2>\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\n<ul style=\"font-weight: 400;\">\n<ul style=\"font-weight: 400;\">\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Do you have specific prescription medication needs?</li>\n<li>Are you anticipating surgery or non-preventive dental care?</li>\n<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\n<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\n</ul>\n</ul>\n</ul>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii. </p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7501 alignnone size-full\" /></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,200 High Deductible Health Plan w/Optional Health Savings Account:\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7502 alignnone size-full\" /></p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"font-weight: 400;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg\" width=\"1080\" height=\"210\" alt=\"\" class=\"wp-image-7503 alignnone size-full\" /></p>\n<p style=\"font-weight: 400;\"><span><strong>Give your doctor’s office this information: </strong></span><span>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</span><span></span></p>\n<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<ul>\n<li style=\"font-weight: 400;\">UnitedHealthcare</li>\n<li style=\"font-weight: 400;\">Surest (Access Code: OwensMinor2025)</li>\n</ul>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"20px||||false|false\" sticky_enabled=\"0\"]<p>[ninja_tables id=\"7739\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Regional Medical Plan Options</h2>\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select a Kaiser Medical or UPMC plan for your medical care coverage.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <span><strong>California, Colorado, Georgia, Washington, Oregon</strong></span><span>,<strong> District of Columbia</strong></span><span>, </span><span><strong>Maryland</strong></span><span>, and </span><span><strong>Virginia</strong></span><span>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Hawaii </strong></span><span>teammates may enroll in the Point of Service (POS) 405 plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Click <a href=\"select.kaiserpermanente.org/owens-and-minor\" target=\"_blank\" rel=\"noopener\">here </a></strong></span><span></span><span><strong>for more information.</strong></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</span><span> </span></h6>\n<p>[ninja_tables id=\"7460\"]</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf\" url_new_window=\"on\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-10-09 19:52:15', '2024-10-09 19:52:15', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=7741', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7743, 1, '2024-10-10 14:34:44', '2024-10-10 14:34:44', '', '2025 Summary of Benefits and Coverage - Kaiser Colorado', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-kaiser-colorado', '', '', '2024-10-10 14:34:44', '2024-10-10 14:34:44', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e60489f9b.pdf', 5, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7744, 1, '2024-10-10 14:34:44', '2024-10-10 14:34:44', '', '2025 Summary of Benefits and Coverage - Kaiser Mid-Atlantic', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-kaiser-mid-atlantic', '', '', '2024-10-10 14:34:44', '2024-10-10 14:34:44', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e604b39fa.pdf', 2, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7745, 1, '2024-10-10 14:34:44', '2024-10-10 14:34:44', '', '2025 Summary of Benefits and Coverage - Kaiser Hawaii POS 405', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-kaiser-hawaii-pos-405', '', '', '2024-10-10 14:34:44', '2024-10-10 14:34:44', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e604d8a2e.pdf', 3, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7746, 1, '2024-10-10 14:34:45', '2024-10-10 14:34:45', '', '2025 Summary of Benefits and Coverage - Kaiser Georgia', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-kaiser-georgia', '', '', '2024-10-10 14:34:45', '2024-10-10 14:34:45', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e604f3659.pdf', 4, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7747, 1, '2024-10-10 14:34:45', '2024-10-10 14:34:45', '', '2025 Summary of Benefits and Coverage - Kaiser California', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-kaiser-california', '', '', '2024-10-10 14:34:45', '2024-10-10 14:34:45', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e6053366e.pdf', 6, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7748, 1, '2024-10-10 14:34:50', '2024-10-10 14:34:50', '', '2025 Summary of Benefits and Coverage - Kaiser Washington', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-kaiser-washington', '', '', '2024-10-10 14:34:50', '2024-10-10 14:34:50', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e60a744ea.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7749, 1, '2024-10-10 14:34:50', '2024-10-10 14:34:50', '', '2025 Summary of Benefits and Coverage - Kaiser NorthWest', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-kaiser-northwest', '', '', '2024-10-10 14:34:50', '2024-10-10 14:34:50', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/6707e60aa18c0.pdf', 1, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7750, 1, '2024-10-10 14:36:00', '2024-10-10 14:36:00', '', '2025 Summary of Benefits and Coverage - Basic', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-basic', '', '', '2025-07-16 21:44:37', '2025-07-16 21:44:37', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/41/6707e65167a95.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7751, 1, '2024-10-10 14:36:00', '2024-10-10 14:36:00', '', '2025 Summary of Benefits and Coverage – Buy-Up', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-buy-up', '', '', '2025-07-16 21:44:58', '2025-07-16 21:44:58', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/42/6707e65883266.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7752, 1, '2024-10-10 14:37:00', '2024-10-10 14:37:00', '', 'Benefit Summary - UHC Vision', '', 'publish', 'closed', 'closed', '', 'benefit-summary-uhc-vision', '', '', '2025-03-28 17:18:52', '2025-03-28 17:18:52', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/58/6707e69bd1414.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7753, 1, '2024-10-10 14:37:00', '2024-10-10 14:37:00', '', 'Certificate of Coverage - UHC Vision', '', 'publish', 'closed', 'closed', '', 'certificate-of-coverage-uhc-vision', '', '', '2025-03-28 17:18:27', '2025-03-28 17:18:27', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/58/6707e69bd575c.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7754, 1, '2024-10-11 18:00:16', '2024-10-11 18:00:16', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>YOUR DENTAL PLAN OPTIONS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>We offer dental coverage through Delta <strong><a href=\"https://deltadentalva.com\" target=\"_blank\" rel=\"noopener\">Dental of Virginia</a></strong> to help you maintain that healthy smile.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dental Plans</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"80%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7683\"]<br />For more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Both plans provide:</strong></span><br />• Prevention first benefit (Preventive and diagnostic services do not count against the annual maximum.)<br />• Affordable coverage<br />• In-network discounts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-18px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-8px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You<sup><SUP STYLE=\"font-size:10pt\">®</sup></h2>\n<span>Healthy Smile, Healthy You offers additional benefits for teammates with these health conditions:</span>\n\n• Pregnancy\n• Diabetes\n• High-risk cardiac conditions\n• Cancer treatments\n• Weakened immune system\n• Kidney failure or dialysis\n\nEligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Pay less for services by seeing a dentist in Delta Dental’s PPO or Premier network. You usually receive a bigger discount on services from a PPO network provider versus a Premier network provider.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '5959-revision-v1', '', '', '2024-10-11 18:00:16', '2024-10-11 18:00:16', '', 5959, 'https://benefitsmyway.mybenefitport.com/?p=7754', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7755, 1, '2024-10-11 18:00:30', '2024-10-11 18:00:30', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>YOUR DENTAL PLAN OPTIONS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>We offer dental coverage through Delta <strong><a href=\"https://deltadentalva.com\" target=\"_blank\" rel=\"noopener\">Dental of Virginia</a></strong> to help you maintain that healthy smile.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dental Plans</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"80%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7683\"]<br />For more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Both plans provide:</strong></span><br />• Prevention first benefit (Preventive and diagnostic services do not count against the annual maximum.)<br />• Affordable coverage<br />• In-network discounts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-18px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-8px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You</h2>\n<span>Healthy Smile, Healthy You offers additional benefits for teammates with these health conditions:</span>\n\n• Pregnancy\n• Diabetes\n• High-risk cardiac conditions\n• Cancer treatments\n• Weakened immune system\n• Kidney failure or dialysis\n\nEligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Pay less for services by seeing a dentist in Delta Dental’s PPO or Premier network. You usually receive a bigger discount on services from a PPO network provider versus a Premier network provider.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '5959-revision-v1', '', '', '2024-10-11 18:00:30', '2024-10-11 18:00:30', '', 5959, 'https://benefitsmyway.mybenefitport.com/?p=7755', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7757, 1, '2024-10-11 18:11:45', '2024-10-11 18:11:45', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-34', '', '', '2024-10-11 18:11:45', '2024-10-11 18:11:45', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7759, 1, '2024-10-11 18:12:14', '2024-10-11 18:12:14', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" width=\"100%\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:12:14', '2024-10-11 18:12:14', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7759', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7761, 1, '2024-10-11 18:16:52', '2024-10-11 18:16:52', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" width=\"100%\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:16:52', '2024-10-11 18:16:52', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7761', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7762, 1, '2024-10-11 18:31:26', '2024-10-11 18:31:26', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:31:26', '2024-10-11 18:31:26', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7762', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7764, 1, '2024-10-11 18:32:32', '2024-10-11 18:32:32', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:32:32', '2024-10-11 18:32:32', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7764', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7766, 1, '2024-10-11 18:32:59', '2024-10-11 18:32:59', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:32:59', '2024-10-11 18:32:59', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7766', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7768, 1, '2024-10-11 18:37:08', '2024-10-11 18:37:08', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|-58px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" global_colors_info=\"{}\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:37:08', '2024-10-11 18:37:08', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7768', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7770, 1, '2024-10-11 18:38:21', '2024-10-11 18:38:21', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:38:21', '2024-10-11 18:38:21', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7770', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7771, 1, '2024-10-11 18:38:47', '2024-10-11 18:38:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px|-25px|0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:38:47', '2024-10-11 18:38:47', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7771', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7773, 1, '2024-10-11 18:39:19', '2024-10-11 18:39:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px|-55px|0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:39:19', '2024-10-11 18:39:19', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7773', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7774, 1, '2024-10-11 18:39:43', '2024-10-11 18:39:43', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px|-100px|0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:39:43', '2024-10-11 18:39:43', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7774', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7775, 1, '2024-10-11 18:40:04', '2024-10-11 18:40:04', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px|-150px|0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:40:04', '2024-10-11 18:40:04', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7775', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7777, 1, '2024-10-11 18:40:27', '2024-10-11 18:40:27', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px|-111px|0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:40:27', '2024-10-11 18:40:27', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7777', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7778, 1, '2024-10-11 18:40:50', '2024-10-11 18:40:50', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px|-100px|0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:40:50', '2024-10-11 18:40:50', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7778', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7780, 1, '2024-10-11 18:41:16', '2024-10-11 18:41:16', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px|-80px|0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:41:16', '2024-10-11 18:41:16', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7780', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7781, 1, '2024-10-11 18:41:55', '2024-10-11 18:41:55', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px|-80px|0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:41:55', '2024-10-11 18:41:55', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7781', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7783, 1, '2024-10-11 18:42:30', '2024-10-11 18:42:30', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefit Videos</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>401(k) Retirement</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Employee Assistance Programs</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Prescription Drugs – Managing Costs</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Stretch Your Healthcare Dollars</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px|-111px|0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your FSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>HSA vs FSA</h3>[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Qualifying Life Events</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Medical Plans Compared: HDHP vs PPO</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>Primary Care vs Urgent Care vs ER</h3>[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<center><h3>How to Optimize Your HSA</h3>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-11 18:42:30', '2024-10-11 18:42:30', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=7783', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7785, 1, '2024-10-11 18:58:20', '2024-10-11 18:58:20', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-35', '', '', '2024-10-11 18:58:20', '2024-10-11 18:58:20', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-scaled-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7786, 1, '2024-10-11 18:58:41', '2024-10-11 18:58:41', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\n<p style=\"font-weight: 400;\">If you enroll in the High Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How an HSA Works</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"center\" custom_margin=\"-10px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/How-an-HSA-works.png\" width=\"2124\" height=\"912\" alt=\"\" class=\"wp-image-7439 alignnone size-full\" /></a></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"100%\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-info.png\" width=\"2546\" height=\"526\" alt=\"\" class=\"wp-image-7732 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"74%\" module_alignment=\"center\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/HSA-TTS.png\" width=\"2508\" height=\"1380\" alt=\"\" class=\"wp-image-7735 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><strong>Company Contributions<br /></strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<ul>\n<li style=\"font-weight: 400;\">Teammate only: $300</li>\n<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\n<li style=\"font-weight: 400;\">Family: $600</li>\n</ul>\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\n<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\n<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\n<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\n<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-10-11 18:58:41', '2024-10-11 18:58:41', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=7786', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7790, 1, '2024-10-11 20:42:52', '2024-10-11 20:42:52', '', '2024_Owens_1920x660_Minor_Web_Banner-3', '', 'inherit', 'open', 'closed', '', '2024_owens_1920x660_minor_web_banner-3', '', '', '2024-10-11 20:42:52', '2024-10-11 20:42:52', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2024_Owens_1920x660_Minor_Web_Banner-3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7791, 1, '2024-10-11 20:43:19', '2024-10-11 20:43:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-app-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Get the App!</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">MAXIMIZE YOUR BENEFITS WITH THE O&amp;M BENEFITS APP</h2>\n<p>Maximizing your benefits just got easier! <strong>Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor.</strong> Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Unlock Your Benefits with Ease</h2>\n<p>With the O&amp;M Benefits app, accessing your teammate benefits information is simpler than ever before. Here’s what you can expect:</p>\n<p style=\"font-weight: 400;\"><strong>Easy access<br /></strong>Log in quickly and securely to view the latest benefits information whenever and wherever you need it.</p>\n<p style=\"font-weight: 400;\"><strong>Benefits exploration<br /></strong>Discover a wide array of benefits, including health, wellness, retirement, and more. Find detailed descriptions and eligibility requirements so you can make informed decisions.</p>\n<p style=\"font-weight: 400;\"><strong>Push notifications<br /></strong>Never miss a deadline! Get real-time updates and reminders about important dates, changes to your benefits, and new opportunities — all sent directly to your phone.</p>\n<p style=\"font-weight: 400;\"><strong>Support &amp; resources<br /></strong>Have a question? Access FAQs, guides, and support from the app for assistance whenever you need it.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How to Access</h2>\n<p style=\"font-weight: 400;\">The O&amp;M Benefits app is available for download on iOS and Android. Access is password protected and for Owens &amp; Minor teammates only. (Password:<strong> Teammatebenefits2025</strong>)</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2024_Owens_1920x660_Minor_Web_Banner-3.png\" title_text=\"2024_Owens_1920x660_Minor_Web_Banner-3\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_cta title=\"Need help logging in?\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\">Need help logging in? Email <strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">owens-minor@bpaenroll.com</a></strong> or call <strong>(800) 463-3819</strong> to request your credentials.</span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-11 20:43:19', '2024-10-11 20:43:19', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=7791', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7794, 1, '2024-10-11 20:50:15', '2024-10-11 20:50:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or<br />call <strong>800.463.3819</strong></p>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-11 20:50:15', '2024-10-11 20:50:15', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7794', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7795, 1, '2024-10-11 20:51:49', '2024-10-11 20:51:49', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\" sticky_enabled=\"0\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-11 20:51:49', '2024-10-11 20:51:49', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7795', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7798, 1, '2024-10-11 20:53:47', '2024-10-11 20:53:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Fringilla urna porttitor rhoncus dolor purus non enim praesent. Ullamcorper malesuada proin libero nunc consequat interdum. Habitasse platea dictumst vestibulum rhoncus. Massa ultricies mi quis hendrerit dolor magna eget est lorem. Purus viverra accumsan in nisl nisi scelerisque. Enim sit amet venenatis urna cursus eget nunc. Eleifend donec pretium vulputate sapien nec sagittis. Scelerisque felis imperdiet proin fermentum leo vel orci. Sed elementum tempus egestas sed sed risus pretium quam. Magnis dis parturient montes nascetur ridiculus mus mauris. Metus aliquam eleifend mi in nulla posuere sollicitudin aliquam. Congue mauris rhoncus aenean vel elit scelerisque mauris pellentesque pulvinar. Faucibus pulvinar elementum integer enim neque volutpat ac tincidunt. Nisl tincidunt eget nullam non nisi est. Id porta nibh venenatis cras sed felis eget. Tristique senectus et netus et malesuada fames ac turpis. Suspendisse interdum consectetur libero id faucibus nisl tincidunt eget. Consectetur libero id faucibus nisl tincidunt eget nullam.<br>\nEget mauris pharetra et ultrices neque. Ultrices gravida dictum fusce ut placerat orci nulla pellentesque. Turpis egestas pretium aenean pharetra. Ut ornare lectus sit amet. Fames ac turpis egestas integer eget aliquet nibh praesent. Tortor dignissim convallis aenean et tortor at risus viverra. Id porta nibh venenatis cras sed. Laoreet non curabitur gravida arcu. Id volutpat lacus laoreet non curabitur gravida arcu ac. Sed lectus vestibulum mattis ullamcorper velit sed. Tellus in hac habitasse platea dictumst vestibulum rhoncus. Odio pellentesque diam volutpat commodo sed egestas egestas fringilla. Vulputate dignissim suspendisse in est ante in nibh. At risus viverra adipiscing at in tellus. Ultrices vitae auctor eu augue ut lectus arcu bibendum at. Aenean euismod elementum nisi quis eleifend quam. Tincidunt augue interdum velit euismod in.\n\n<strong><a href=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\">Learn more here!</a></strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '', 'inherit', 'closed', 'closed', '', '6996-revision-v1', '', '', '2024-10-11 20:53:47', '2024-10-11 20:53:47', '', 6996, 'https://benefitsmyway.mybenefitport.com/?p=7798', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7799, 1, '2024-10-11 20:54:22', '2024-10-11 20:54:22', '[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]<!-- wp:paragraph -->\r\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\r\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\r\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:group {\"metadata\":{\"name\":\"Contents\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\r\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\r\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"450px\"}} -->\r\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\r\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\r\n<!-- /wp:heading --></div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\r\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\r\n<p>Exploring life\'s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:buttons -->\r\n<div class=\"wp-block-buttons\"><!-- wp:button -->\r\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://owensandminor.mybenefitport.com/vision/\">Get Started</a></div>\r\n<!-- /wp:button --></div>\r\n<!-- /wp:buttons --></div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\r\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":7019,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-large\"><img src=\"https://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/Screenshot-2024-07-12-at-10.24.46 AM-1024x646.png\" alt=\"\" class=\"wp-image-7019\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\r\n<!-- /wp:image --></div>\r\n<!-- /wp:group -->\r\n\r\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\r\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\r\n<!-- /wp:spacer --></div>\r\n<!-- /wp:group -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'How To Use This App', '', 'inherit', 'closed', 'closed', '', '7022-revision-v1', '', '', '2024-10-11 20:54:22', '2024-10-11 20:54:22', '', 7022, 'https://benefitsmyway.mybenefitport.com/?p=7799', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7801, 1, '2024-10-11 20:57:24', '2024-10-11 20:57:24', '[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>\n\n<br>\n\n<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'How To Use This App', '', 'inherit', 'closed', 'closed', '', '7022-revision-v1', '', '', '2024-10-11 20:57:24', '2024-10-11 20:57:24', '', 7022, 'https://benefitsmyway.mybenefitport.com/?p=7801', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7803, 1, '2024-10-14 20:35:36', '2024-10-14 20:35:36', '[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><span data-olk-copy-source=\"MessageBody\" style=\"color: #872434;\">October 28 – November 8</span></h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens &amp; Minor is here to help you choose the best options to meet your unique needs.<br /> <br />Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Health Savings Account (HSA), Flexible Spending Accounts (FSA), and Commuter Benefits. These require election each year.</strong></p>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<p><strong></strong></p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.2\" _module_preset=\"default\" button_url=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" custom_button=\"on\" button_border_radius=\"20px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '', 'inherit', 'closed', 'closed', '', '6996-revision-v1', '', '', '2024-10-14 20:35:36', '2024-10-14 20:35:36', '', 6996, 'https://benefitsmyway.mybenefitport.com/?p=7803', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7804, 1, '2024-10-14 20:35:59', '2024-10-14 20:35:59', '[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><span data-olk-copy-source=\"MessageBody\" style=\"color: #872434;\">October 28 – November 8</span></h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens &amp; Minor is here to help you choose the best options to meet your unique needs\n&nbsp;\nRemember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Health Savings Account (HSA), Flexible Spending Accounts (FSA), and Commuter Benefits. These require election each year.</strong></p>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<p><strong></strong></p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.2\" _module_preset=\"default\" button_url=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" custom_button=\"on\" button_border_radius=\"20px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '', 'inherit', 'closed', 'closed', '', '6996-revision-v1', '', '', '2024-10-14 20:35:59', '2024-10-14 20:35:59', '', 6996, 'https://benefitsmyway.mybenefitport.com/?p=7804', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7805, 1, '2024-10-14 20:37:07', '2024-10-14 20:37:07', '[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<span>Coming soon![/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'How To Use This App', '', 'inherit', 'closed', 'closed', '', '7022-revision-v1', '', '', '2024-10-14 20:37:07', '2024-10-14 20:37:07', '', 7022, 'https://benefitsmyway.mybenefitport.com/?p=7805', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7806, 1, '2024-10-15 19:11:03', '2024-10-15 19:11:03', '', '2025 OE TM FAQs - 10.14.24', '', 'inherit', 'open', 'closed', '', '2025-oe-tm-faqs-10-14-24', '', '', '2024-10-15 19:11:03', '2024-10-15 19:11:03', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf', '0', 'attachment', 'application/pdf', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7808, 1, '2024-10-15 19:18:06', '2024-10-15 19:18:06', '', '2025-FAQs', '', 'inherit', 'open', 'closed', '', '2025-faqs', '', '', '2024-10-15 19:18:06', '2024-10-15 19:18:06', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7809, 1, '2024-10-15 19:18:40', '2024-10-15 19:18:40', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens &amp; Minor is here to help you choose the best options to meet your unique needs.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Health Savings Account (HSA), Flexible Spending Accounts (FSA), and Commuter Benefits. These require election each year.</strong></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<ul>\n<li>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</li>\n<ul style=\"padding-left: 30px;\">\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<ul>\n<li><strong>The IRS has increased the deductible limits for high-deductible health plans (HDHP) to $3,300 for teammate-only and $6,600 for family coverage</strong>, impacting the United Healthcare HDHP plan and all Kaiser plans (except Hawaii POS 405).</li>\n<li>Discover the <strong><em>new</em></strong> <strong>Calm Health app</strong> that provides programs and tools to help support your mental health and well-being journey. If you enroll in a UHC or Surest medical plan, <strong>Calm Health is available to you at no additional cost.</strong> To learn more and get started, sign in to your <strong><a href=\"http://www.myuhc.com/\" target=\"_blank\" rel=\"noopener\">myuhc.com</a></strong> account or the UnitedHealthcare app.</li>\n<li>Stay tuned for details on our upcoming 2025 Paid Time Off program, designed to provide additional time off, flexibility, and work-life balance!</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n	<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n	<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n	<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n	<li><strong>Elect </strong>the benefitsthat best support you and your family. Don’t forget to designate beneficiaries.</li>\n	<li><strong>Review </strong>and<strong> complete your enrollment by November 8, 2024. If you don’t enroll, your current elections will roll over </strong>into the next plan year. <span></span></li>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" sticky_enabled=\"0\" title_text=\"2025-FAQs\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-15 19:18:40', '2024-10-15 19:18:40', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7809', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7812, 1, '2024-10-15 19:28:37', '2024-10-15 19:28:37', '', 'Certificate of Coverage - Accident Insurance', '', 'publish', 'closed', 'closed', '', 'certificate-of-coverage-accident-insurance-2', '', '', '2024-10-15 19:28:37', '2024-10-15 19:28:37', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/45/670ec265898a8.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7813, 1, '2024-10-15 19:29:31', '2024-10-15 19:29:31', '', 'Certificate of Coverage - Hospital Indemnity', '', 'publish', 'closed', 'closed', '', 'certificate-of-coverage-hospital-indemnity', '', '', '2024-10-15 19:29:31', '2024-10-15 19:29:31', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/47/670ec29b7f85f.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7814, 1, '2024-10-15 19:30:47', '2024-10-15 19:30:47', '', 'Certificate of Coverage - Critical Illness', '', 'publish', 'closed', 'closed', '', 'certificate-of-coverage-critical-illness', '', '', '2024-10-15 19:30:47', '2024-10-15 19:30:47', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/46/670ec2e7d65e5.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7815, 1, '2024-10-18 15:42:36', '2024-10-18 15:42:36', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/vision-scaled.jpg\" background_position=\"bottom_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>VISION THROUGH UNITEDHEALTHCARE</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.2\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>VISION THROUGH UHC</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Enroll in <a href=\"https://www.whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong>UnitedHealthcare’s Vision Plan</strong></a> to help keep life in focus. The plan covers eye exams, eyeglasses, and contact lenses for you and your eligible dependents.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Coverage Details</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"left\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"6760\"]</p>\n<p class=\"p1\">For more information, visit <a href=\"http://whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"s1\">whyuhc.com/owensminor</span></strong></a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"|-23px||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '5971-revision-v1', '', '', '2024-10-18 15:42:36', '2024-10-18 15:42:36', '', 5971, 'https://benefitsmyway.mybenefitport.com/?p=7815', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7817, 1, '2024-10-18 18:01:40', '2024-10-18 18:01:40', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]PLACEHOLDER[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-18 18:01:40', '2024-10-18 18:01:40', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7817', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7819, 1, '2024-10-18 18:02:30', '2024-10-18 18:02:30', '', 'youre-early', '', 'inherit', 'open', 'closed', '', 'youre-early-2', '', '', '2024-10-18 18:02:30', '2024-10-18 18:02:30', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7820, 1, '2024-10-18 18:03:00', '2024-10-18 18:03:00', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"youre-early\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-18 18:03:00', '2024-10-18 18:03:00', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7820', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7821, 1, '2024-10-18 18:04:01', '2024-10-18 18:04:01', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" align=\"center\" force_fullwidth=\"on\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-18 18:04:01', '2024-10-18 18:04:01', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7821', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7823, 1, '2024-10-18 22:45:45', '2024-10-18 22:45:45', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|off|off\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-18 22:45:45', '2024-10-18 22:45:45', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7823', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7825, 1, '2024-10-18 22:47:17', '2024-10-18 22:47:17', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|off|off\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" min_height=\"370px\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-18 22:47:17', '2024-10-18 22:47:17', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7825', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7827, 1, '2024-10-18 22:47:41', '2024-10-18 22:47:41', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|off|off\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" min_height=\"100px\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-18 22:47:41', '2024-10-18 22:47:41', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7827', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7829, 1, '2024-10-18 22:49:45', '2024-10-18 22:49:45', '', 'Mobile-header-early', '', 'inherit', 'open', 'closed', '', 'mobile-header-early', '', '', '2024-10-18 22:49:45', '2024-10-18 22:49:45', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Mobile-header-early.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7830, 1, '2024-10-18 22:50:05', '2024-10-18 22:50:05', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|off|off\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" min_height=\"100px\" sticky_enabled=\"0\" disabled_on=\"off|on|on\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" show_bottom_space=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-18 22:50:05', '2024-10-18 22:50:05', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7830', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7831, 1, '2024-10-18 22:50:33', '2024-10-18 22:50:33', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|off|off\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" min_height=\"100px\" sticky_enabled=\"0\" disabled_on=\"off|on|on\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" show_bottom_space=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-18 22:50:33', '2024-10-18 22:50:33', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7831', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7833, 1, '2024-10-18 22:50:57', '2024-10-18 22:50:57', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|off|off\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" min_height=\"100px\" sticky_enabled=\"0\" disabled_on=\"off|on|on\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" show_bottom_space=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-18 22:50:57', '2024-10-18 22:50:57', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7833', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7834, 1, '2024-10-18 22:51:17', '2024-10-18 22:51:17', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|off|off\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" min_height=\"100px\" sticky_enabled=\"0\" disabled_on=\"off|on|on\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" show_bottom_space=\"off\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-18 22:51:17', '2024-10-18 22:51:17', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7834', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7835, 1, '2024-10-18 22:52:06', '2024-10-18 22:52:06', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-15px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-18 22:52:06', '2024-10-18 22:52:06', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7835', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7836, 1, '2024-10-18 22:52:40', '2024-10-18 22:52:40', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-18 22:52:40', '2024-10-18 22:52:40', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7836', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7838, 1, '2024-10-21 21:17:50', '2024-10-21 21:17:50', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]<p>Maximizing your benefits just got easier! Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor. Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/glossary\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/videos\" admin_label=\"Video Library Tile\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"#\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg\" title_text=\"1234\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-21 21:17:50', '2024-10-21 21:17:50', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7838', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7840, 1, '2024-10-22 21:23:52', '2024-10-22 21:23:52', '', 'mobile-banner-final', '', 'inherit', 'open', 'closed', '', 'mobile-banner-final', '', '', '2024-10-22 21:23:52', '2024-10-22 21:23:52', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7841, 1, '2024-10-22 21:24:21', '2024-10-22 21:24:21', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-app-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Get the App!</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">MAXIMIZE YOUR BENEFITS WITH THE O&amp;M BENEFITS APP</h2>\n<p>Maximizing your benefits just got easier! <strong>Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor.</strong> Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Unlock Your Benefits with Ease</h2>\n<p>With the O&amp;M Benefits app, accessing your teammate benefits information is simpler than ever before. Here’s what you can expect:</p>\n<p style=\"font-weight: 400;\"><strong>Easy access<br /></strong>Log in quickly and securely to view the latest benefits information whenever and wherever you need it.</p>\n<p style=\"font-weight: 400;\"><strong>Benefits exploration<br /></strong>Discover a wide array of benefits, including health, wellness, retirement, and more. Find detailed descriptions and eligibility requirements so you can make informed decisions.</p>\n<p style=\"font-weight: 400;\"><strong>Push notifications<br /></strong>Never miss a deadline! Get real-time updates and reminders about important dates, changes to your benefits, and new opportunities — all sent directly to your phone.</p>\n<p style=\"font-weight: 400;\"><strong>Support &amp; resources<br /></strong>Have a question? Access FAQs, guides, and support from the app for assistance whenever you need it.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How to Access</h2>\n<p style=\"font-weight: 400;\">The O&amp;M Benefits app is available for download on iOS and Android. Access is password protected and for Owens &amp; Minor teammates only. (Password:<strong> Teammatebenefits2025</strong>)</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg\" title_text=\"mobile-banner-final\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_cta title=\"Need help logging in?\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]<p><span style=\"color: #ffffff;\">Need help logging in? Email <strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #ffffff;\">owens-minor@bpaenroll.com</a></strong> or call <strong>(800) 463-3819</strong> to request your credentials.</span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-22 21:24:21', '2024-10-22 21:24:21', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=7841', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7842, 1, '2024-10-23 22:52:39', '2024-10-23 22:52:39', '', '2025 OE TM FAQs', '', 'inherit', 'open', 'closed', '', '2025-oe-tm-faqs', '', '', '2024-10-25 15:40:53', '2024-10-25 15:40:53', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7843, 1, '2024-10-23 22:53:06', '2024-10-23 22:53:06', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens &amp; Minor is here to help you choose the best options to meet your unique needs.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Health Savings Account (HSA), Flexible Spending Accounts (FSA), and Commuter Benefits. These require election each year.</strong></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<ul>\n<li>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</li>\n<ul style=\"padding-left: 30px;\">\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<ul>\n<li><strong>The IRS has increased the deductible limits for high-deductible health plans (HDHP) to $3,300 for teammate-only and $6,600 for family coverage</strong>, impacting the United Healthcare HDHP plan and all Kaiser plans (except Hawaii POS 405).</li>\n<li>Discover the <strong><em>new</em></strong> <strong>Calm Health app</strong> that provides programs and tools to help support your mental health and well-being journey. If you enroll in a UHC or Surest medical plan, <strong>Calm Health is available to you at no additional cost.</strong> To learn more and get started, sign in to your <strong><a href=\"http://www.myuhc.com/\" target=\"_blank\" rel=\"noopener\">myuhc.com</a></strong> account or the UnitedHealthcare app.</li>\n<li>Stay tuned for details on our upcoming 2025 Paid Time Off program, designed to provide additional time off, flexibility, and work-life balance!</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n	<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n	<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n	<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n	<li><strong>Elect </strong>the benefitsthat best support you and your family. Don’t forget to designate beneficiaries.</li>\n	<li><strong>Review </strong>and<strong> complete your enrollment by November 8, 2024. If you don’t enroll, your current elections will roll over </strong>into the next plan year. <span></span></li>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-23 22:53:06', '2024-10-23 22:53:06', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7843', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7844, 1, '2024-10-23 22:54:30', '2024-10-23 22:54:30', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens &amp; Minor is here to help you choose the best options to meet your unique needs.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Health Savings Account (HSA), Flexible Spending Accounts (FSA), and Commuter Benefits. These require election each year.</strong></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<ul>\n<li>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</li>\n<ul style=\"padding-left: 30px;\">\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<ul>\n<li><strong>The IRS has increased the deductible limits for high-deductible health plans (HDHP) to $3,300 for teammate-only and $6,600 for family coverage</strong>, impacting the United Healthcare HDHP plan and all Kaiser plans (except Hawaii POS 405).</li>\n<li>Discover the <strong><em>new</em></strong> <strong>Calm Health app</strong> that provides programs and tools to help support your mental health and well-being journey. If you enroll in a UHC or Surest medical plan, <strong>Calm Health is available to you at no additional cost.</strong> To learn more and get started, sign in to your <strong><a href=\"http://www.myuhc.com/\" target=\"_blank\" rel=\"noopener\">myuhc.com</a></strong> account or the UnitedHealthcare app.</li>\n<li>Stay tuned for details on our upcoming 2025 Paid Time Off program, designed to provide additional time off, flexibility, and work-life balance!</li>\n<li data-olk-copy-source=\"MessageBody\">If you’re enrolled in the UHC HDHP plan or the Kaiser plan (excluding Kaiser Hawaii POS 405 and Kaiser Northwest), you will receive a new ID card.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n	<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n	<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n	<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n	<li><strong>Elect </strong>the benefitsthat best support you and your family. Don’t forget to designate beneficiaries.</li>\n	<li><strong>Review </strong>and<strong> complete your enrollment by November 8, 2024. If you don’t enroll, your current elections will roll over </strong>into the next plan year. <span></span></li>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL-1.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-23 22:54:30', '2024-10-23 22:54:30', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7844', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7845, 1, '2024-10-25 00:06:34', '2024-10-25 00:06:34', '', 'brainshark', '', 'inherit', 'open', 'closed', '', 'brainshark', '', '', '2024-10-25 00:06:34', '2024-10-25 00:06:34', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7847, 1, '2024-10-25 00:11:03', '2024-10-25 00:11:03', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Maximizing your benefits just got easier! Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor. Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_url=\"(800) 463-3819\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/hsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/fsa\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-25 00:11:03', '2024-10-25 00:11:03', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7847', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7849, 1, '2024-10-25 00:11:42', '2024-10-25 00:11:42', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Maximizing your benefits just got easier! Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor. Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_url=\"(800) 463-3819\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-25 00:11:42', '2024-10-25 00:11:42', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7849', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7851, 1, '2024-10-25 00:14:47', '2024-10-25 00:14:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment. Your benefits are a vital part of your total compensation, and Owens &amp; Minor is here to help you choose the best options to meet your unique needs.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Health Savings Account (HSA), Flexible Spending Accounts (FSA), and Commuter Benefits. These require election each year.</strong></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<ul>\n<li>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</li>\n<ul style=\"padding-left: 30px;\">\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<ul>\n<li><strong>The IRS has increased the deductible limits for high-deductible health plans (HDHP) to $3,300 for teammate-only and $6,600 for family coverage</strong>, impacting the United Healthcare HDHP plan and all Kaiser plans (except Hawaii POS 405).</li>\n<li>Discover the <strong><em>new</em></strong> <strong>Calm Health app</strong> that provides programs and tools to help support your mental health and well-being journey. If you enroll in a UHC or Surest medical plan, <strong>Calm Health is available to you at no additional cost.</strong> To learn more and get started, sign in to your <strong><a href=\"http://www.myuhc.com/\" target=\"_blank\" rel=\"noopener\">myuhc.com</a></strong> account or the UnitedHealthcare app.</li>\n<li>Stay tuned for details on our upcoming 2025 Paid Time Off program, designed to provide additional time off, flexibility, and work-life balance!</li>\n<li data-olk-copy-source=\"MessageBody\">If you’re enrolled in the UHC HDHP plan or the Kaiser plan (excluding Kaiser Hawaii POS 405 and Kaiser Northwest), you will receive a new ID card.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n	<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n	<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n	<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n	<li><strong>Elect </strong>the benefitsthat best support you and your family. Don’t forget to designate beneficiaries.</li>\n	<li><strong>Review </strong>and<strong> complete your enrollment by November 8, 2024. If you don’t enroll, your current elections will roll over </strong>into the next plan year. <span></span></li>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-25 00:14:47', '2024-10-25 00:14:47', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7851', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7853, 1, '2024-10-25 00:31:00', '2024-10-25 00:31:00', '', 'Certificate of Coverage - Life Insurance - Amendment', '', 'publish', 'closed', 'closed', '', 'certificate-of-coverage-life-insurance-amendment', '', '', '2025-03-14 17:03:47', '2025-03-14 17:03:47', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/49/671ae6d05ffb1.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7854, 1, '2024-10-25 00:31:00', '2024-10-25 00:31:00', '', 'Certificate of Coverage - Life Insurance', '', 'publish', 'closed', 'closed', '', 'certificate-of-coverage-life-insurance', '', '', '2025-03-14 17:03:24', '2025-03-14 17:03:24', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/49/671ae6d0c882c.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7855, 1, '2024-10-25 00:31:00', '2024-10-25 00:31:00', '', 'Certificate of Coverage - Long Term Disability - Amendment', '', 'publish', 'closed', 'closed', '', 'certificate-of-coverage-long-term-disability-amendment', '', '', '2025-03-14 17:06:01', '2025-03-14 17:06:01', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/55/671ae6dc356c4.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7856, 1, '2024-10-25 00:31:00', '2024-10-25 00:31:00', '', 'Certificate of Coverage - Long Term Disability', '', 'publish', 'closed', 'closed', '', 'certificate-of-coverage-long-term-disability', '', '', '2025-03-14 17:05:30', '2025-03-14 17:05:30', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/55/671ae6dc7a282.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7857, 1, '2024-10-25 00:31:00', '2024-10-25 00:31:00', '', 'Summary Plan Description - Short-Term Disability', '', 'publish', 'closed', 'closed', '', 'summary-plan-description-short-term-disability', '', '', '2025-03-14 17:09:13', '2025-03-14 17:09:13', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/56/671ae6e49f4c8.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7858, 1, '2024-10-25 14:11:55', '2024-10-25 14:11:55', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/eligibility-scaled.jpg\" background_position=\"top_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Eligibility</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.27.0\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">As an Owens &amp; Minor teammate, you’re eligible for benefits if you work 30 hours or more per week.</p>\n<p style=\"font-weight: 400;\">\n<p style=\"font-weight: 400;\">Hawaii teammates who work 20+ hours per week and earn a monthly wage of at least 86.67 times the Hawaii minimum hourly wage are eligible for medical coverage that <span> </span>starts after 30 days of employment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<h2>Your Eligible Dependents</h2>\n<p>During enrollment, you’ll be asked to verify that your dependents meet the eligibility requirements for coverage. Eligible dependents include:</p>\n<p><span style=\"color: #002856;\"><strong>Your spouse*.<br /></strong></span>The individual you’re legally married to.</p>\n<p><span style=\"color: #002856;\"><strong>Your domestic partner*.<br /></strong></span>Must be 18+ years old; unmarried; not blood-related; mutually supporting; share a common residence; and be each other’s sole domestic partner.</p>\n<p><span style=\"color: #002856;\"><strong>Your qualified children under the age of 26.</strong></span><br /><strong>Biological</strong>, step, legally adopted, your domestic partner’s children, or lawfully placed with you for legal adoption and/or eligible foster children.</p>\n<p><strong>Your unmarried child who is disabled: Living with you; dependent due to a mental or physical disability.</strong></p>\n<p>*Spouses or domestic partners who have access to other employer insurance cannot enroll under O&amp;M medical, prescription.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2>Dependent Eligibility Verification</h2>\n<p><span style=\"color: #002856;\"><strong>Domestic partners<br /></strong></span>For your domestic partner and their eligible children to receive benefits under the Owens &amp; Minor Welfare Benefits Plan, both you and your partner must:</p>\n<ul>\n<li>Complete and sign the <span style=\"color: #000000;\"><a href=\"https://benefitsmyway.mybenefitport.com/download/21/og-documents/7327/declaration-of-domestic-partner-children\" style=\"color: #000000;\"><strong>Declaration of Domestic Partnership</strong></a></span> (the “Declaration”). <span></span></li>\n<li>Upload the signed Declaration and appropriate documentation to Workday HR within 31 days of hire/Qualified Life Event or by the end of the Open Enrollment period.</li>\n</ul>\n<p style=\"font-weight: 400;\">For a list of acceptable documentation, refer to the Declaration of Domestic Partnership.</p>\n<p><span style=\"color: #002856;\"><strong>All other dependents</strong></span><br />Owens &amp; Minor reserves the right to audit dependent eligibility. Be sure to keep proof of your dependents’ eligibility in case of an audit. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for a list of supporting documents.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility', '', 'inherit', 'closed', 'closed', '', '5751-revision-v1', '', '', '2024-10-25 14:11:55', '2024-10-25 14:11:55', '', 5751, 'https://benefitsmyway.mybenefitport.com/?p=7858', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7859, 1, '2024-10-25 14:14:31', '2024-10-25 14:14:31', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/eligibility-scaled.jpg\" background_position=\"top_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Eligibility</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.27.0\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">As an Owens &amp; Minor teammate, you’re eligible for benefits if you work 30 hours or more per week.</p>\n<p style=\"font-weight: 400;\">\n<p style=\"font-weight: 400;\">Hawaii teammates who work 20+ hours per week and earn a monthly wage of at least 86.67 times the Hawaii minimum hourly wage are eligible for medical coverage that <span> </span>starts after 30 days of employment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<h2>Your Eligible Dependents</h2>\n<p>During enrollment, you’ll be asked to verify that your dependents meet the eligibility requirements for coverage. Eligible dependents include:</p>\n<p><span style=\"color: #002856;\"><strong>Your spouse*.<br /></strong></span>The individual you’re legally married to.</p>\n<p><span style=\"color: #002856;\"><strong>Your domestic partner*.<br /></strong></span>Must be 18+ years old; unmarried; not blood-related; mutually supporting; share a common residence; and be each other’s sole domestic partner.</p>\n<p><span style=\"color: #002856;\"><strong>Your qualified children under the age of 26.</strong></span><br /><strong>Biological</strong>, step, legally adopted, your domestic partner’s children, or lawfully placed with you for legal adoption and/or eligible foster children.</p>\n<p><strong>Your unmarried child who is disabled: Living with you; dependent due to a mental or physical disability.</strong></p>\n<p>*Spouses or domestic partners who have access to other employer insurance cannot enroll under O&amp;M medical, prescription.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2>Dependent Eligibility Verification</h2>\n<p><span style=\"color: #002856;\"><strong>Domestic partners<br /></strong></span>For your domestic partner and their eligible children to receive benefits under the Owens &amp; Minor Welfare Benefits Plan, both you and your partner must:</p>\n<ul>\n<li>Complete and sign the <span style=\"color: #000000;\"><a href=\"https://benefitsmyway.mybenefitport.com/documents/\" style=\"color: #000000;\"><strong>Declaration of Domestic Partnership</strong></a></span> (the “Declaration”). <span></span></li>\n<li>Upload the signed Declaration and appropriate documentation to Workday HR within 31 days of hire/Qualified Life Event or by the end of the Open Enrollment period.</li>\n</ul>\n<p style=\"font-weight: 400;\">For a list of acceptable documentation, refer to the Declaration of Domestic Partnership.</p>\n<p><span style=\"color: #002856;\"><strong>All other dependents</strong></span><br />Owens &amp; Minor reserves the right to audit dependent eligibility. Be sure to keep proof of your dependents’ eligibility in case of an audit. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for a list of supporting documents.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility', '', 'inherit', 'closed', 'closed', '', '5751-revision-v1', '', '', '2024-10-25 14:14:31', '2024-10-25 14:14:31', '', 5751, 'https://benefitsmyway.mybenefitport.com/?p=7859', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7860, 1, '2024-10-25 14:20:00', '2024-10-25 14:20:00', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment & Changes</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know </span><i><span><strong>Life Takes Care™</strong></span></i><b><span>.</span></b></p>\n<p style=\"font-weight: 400;\">Access our <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" target=\"_blank\" rel=\"noopener\">Benefits Enrollment Journey Guide</a></strong> to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</ul>\n</ul>\n<p style=\"font-weight: 400;\">As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefit elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png\" title_text=\"24 Guide-2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-10-25 14:20:00', '2024-10-25 14:20:00', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=7860', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7862, 1, '2024-10-25 14:28:34', '2024-10-25 14:28:34', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment & Changes</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know </span><i><span><strong>Life Takes Care™</strong></span></i><b><span>.</span></b></p>\n<p style=\"font-weight: 400;\">Access our <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" target=\"_blank\" rel=\"noopener\">Benefits Enrollment Journey Guide</a></strong> to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefit elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png\" title_text=\"24 Guide-2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-10-25 14:28:34', '2024-10-25 14:28:34', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=7862', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7865, 1, '2024-10-25 15:34:00', '2024-10-25 15:34:00', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong></p>\n<p>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</p>\n<ul>\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<ul>\n<li>Medical\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Medical contributions increasing</li>\n<li>UPMC not offered in 2025</li>\n<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\n<li><strong>New ID cards</strong> for the UHC HDHP plan and the Kaiser plan (excluding Kaiser Hawaii POS 405 and Kaiser Northwest).</li>\n<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Dental\n<ul>\n<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n<li>New ID cards for all members</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>401(k)\n<ul>\n<li>Company match adjusted to 3% of eligible contributions</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n<li><strong>Elect </strong>the benefitsthat best support you and your family. Don’t forget to designate beneficiaries.</li>\n<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b><span>and<b><span> complete your enrollment by November 8, 2024.<span> </span></span></b><span>If you don’t enroll, your current elections will roll over<b> </b></span>into the next plan year<span> </span><b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" sticky_enabled=\"0\" button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-25 15:34:00', '2024-10-25 15:34:00', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7865', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7867, 1, '2024-10-25 15:41:33', '2024-10-25 15:41:33', '', '2025 OE TM FAQs', '', 'inherit', 'closed', 'closed', '', '7842-autosave-v1', '', '', '2024-10-25 15:41:33', '2024-10-25 15:41:33', '', 7842, 'https://benefitsmyway.mybenefitport.com/?p=7867', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7868, 1, '2024-10-25 15:43:12', '2024-10-25 15:43:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong></p>\n<p>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</p>\n<ul>\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<ul>\n<li>Medical\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Medical contributions increasing</li>\n<li>UPMC not offered in 2025</li>\n<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\n<li><strong>New ID cards</strong> for the UHC HDHP plan and the Kaiser plan (excluding Kaiser Hawaii POS 405 and Kaiser Northwest).</li>\n<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Dental\n<ul>\n<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n<li>New ID cards for all members</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>401(k)\n<ul>\n<li>Company match adjusted to 3% of eligible contributions</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n<li><strong>Elect </strong>the benefitsthat best support you and your family. Don’t forget to designate beneficiaries.</li>\n<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b><span>and<b><span> complete your enrollment by November 8, 2024.<span> </span></span></b><span>If you don’t enroll, your current elections will roll over<b> </b></span>into the next plan year<span> </span><b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-25 15:43:12', '2024-10-25 15:43:12', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7868', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7870, 1, '2024-10-25 16:00:28', '2024-10-25 16:00:28', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Medical &amp; Prescription Drug</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Find the Right Plan for You</h2>\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\n<ul style=\"font-weight: 400;\">\n<ul style=\"font-weight: 400;\">\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Do you have specific prescription medication needs?</li>\n<li>Are you anticipating surgery or non-preventive dental care?</li>\n<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\n<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\n</ul>\n</ul>\n</ul>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii. </p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7501 alignnone size-full\" /></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,300 High Deductible Health Plan w/Optional Health Savings Account:\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7502 alignnone size-full\" /></p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"font-weight: 400;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg\" width=\"1080\" height=\"210\" alt=\"\" class=\"wp-image-7503 alignnone size-full\" /></p>\n<p style=\"font-weight: 400;\"><span><strong>Give your doctor’s office this information: </strong></span><span>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</span><span></span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7739\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<ul>\n<li style=\"font-weight: 400;\">UnitedHealthcare</li>\n<li style=\"font-weight: 400;\">Surest (Access Code: OwensMinor2025)</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Regional Medical Plan Options</h2>\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select a Kaiser Medical or UPMC plan for your medical care coverage.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <strong>California, Colorado, Georgia, Washington, and in the Northwest (Oregon and Southern Washington) and Mid-Atlantic (District of Columbia, Maryland, and Virginia)</strong><span>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Hawaii </strong></span><span>teammates may enroll in the Point of Service (POS) 405 plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Click <a href=\"select.kaiserpermanente.org/owens-and-minor\" target=\"_blank\" rel=\"noopener\">here </a></strong></span><span></span><span><strong>for more information.</strong></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</span><span> </span></h6>\n<p>[ninja_tables id=\"7460\"]</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf\" url_new_window=\"on\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-10-25 16:00:28', '2024-10-25 16:00:28', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=7870', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7871, 1, '2024-10-25 16:05:14', '2024-10-25 16:05:14', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>YOUR DENTAL PLAN OPTIONS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\" custom_margin=\"|auto|-44px|auto||\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>We offer dental coverage through Delta <strong><a href=\"https://deltadentalva.com\" target=\"_blank\" rel=\"noopener\">Dental of Virginia</a></strong> to help you maintain that healthy smile.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dental Plans</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"80%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7683\"]<br />For more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Both plans provide:</strong></span><br />• Prevention first benefit (Preventive and diagnostic services do not count against the annual maximum.)<br />• Affordable coverage<br />• In-network discounts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-18px||||false|false\" global_colors_info=\"{}\" min_height=\"667.1px\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Pay less for services by seeing a dentist in Delta Dental’s PPO or Premier network. You usually receive a bigger discount on services from a PPO network provider versus a Premier network provider.</p>[/et_pb_cta][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-8px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You</h2>\n<span>Healthy Smile, Healthy You offers additional benefits for teammates with these health conditions:</span>\n\n• Pregnancy\n• Diabetes\n• High-risk cardiac conditions\n• Cancer treatments\n• Weakened immune system\n• Kidney failure or dialysis\n\nEligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '5959-revision-v1', '', '', '2024-10-25 16:05:14', '2024-10-25 16:05:14', '', 5959, 'https://benefitsmyway.mybenefitport.com/?p=7871', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7872, 1, '2024-10-25 16:06:19', '2024-10-25 16:06:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>YOUR DENTAL PLAN OPTIONS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-44px|auto||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>We offer dental coverage through Delta <strong><a href=\"https://deltadentalva.com\" target=\"_blank\" rel=\"noopener\">Dental of Virginia</a></strong> to help you maintain that healthy smile.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dental Plans</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"80%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7683\"]<br />For more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Both plans provide:</strong></span><br />• Prevention first benefit (Preventive and diagnostic services do not count against the annual maximum.)<br />• Affordable coverage<br />• In-network discounts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" min_height=\"702.1px\" custom_margin=\"-89px|auto||auto|false|false\" global_colors_info=\"{}\" custom_padding=\"0px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Pay less for services by seeing a dentist in Delta Dental’s PPO or Premier network. You usually receive a bigger discount on services from a PPO network provider versus a Premier network provider.</p>[/et_pb_cta][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-8px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You</h2>\n<span>Healthy Smile, Healthy You offers additional benefits for teammates with these health conditions:</span>\n\n• Pregnancy\n• Diabetes\n• High-risk cardiac conditions\n• Cancer treatments\n• Weakened immune system\n• Kidney failure or dialysis\n\nEligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '5959-revision-v1', '', '', '2024-10-25 16:06:19', '2024-10-25 16:06:19', '', 5959, 'https://benefitsmyway.mybenefitport.com/?p=7872', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7873, 1, '2024-10-25 16:10:25', '2024-10-25 16:10:25', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tobacco-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Tobacco Surcharge and Cessation Programs</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>To promote the health of our teammates, Owens &amp; Minor imposes a premium surcharge for tobacco users if either they and/or their spouse or domestic partner has used tobacco products in the previous six months. Teammates and their spouses/domestic partners who are non-tobacco users will be eligible for the reward of reduced (non-tobacco) premiums.</p>\n<p>A tobacco user is defined as anyone who has used any tobacco products at least four times per week in the last six months, including:</p>\n<ul>\n<li>Cigarettes</li>\n<li>Cigars</li>\n<li>Chewing tobacco</li>\n<li>Snuff</li>\n<li>Pipe tobacco</li>\n</ul>\n<p style=\"font-weight: 400;\">This information is self-reported in Workday HR during enrollment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Tobacco Cessation Programs</h2>\n<p>Owens &amp; Minor provides multiple tobacco cessation programs to help you lead a healthier life while lowering your out-of-pocket medical costs. If you are unable to meet the standard of being tobacco-free, you can earn the reward of reduced (non-tobacco) premiums by completing one of the following Tobacco Cessation programs.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"For Teammates  with a UnitedHealthcare or Surest Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]Quit For Life<SUP STYLE=\"font-size:6pt\">®</sup> is designed to give you the confidence you need to quit tobacco for good. Get a personalized quit plan and 1:1 access to coaches via phone, chat, or text. Plus, get group video sessions and more, all at no additional cost, with your UHC or Surest medical plan.\n\nPLUS, receive a Quit Kit that includes Nicotine Replacement Therapy like gum or patches to help conquer cravings.\n\nGet started at <strong><a href=\"https://quitnow.net\" target=\"_blank\" rel=\"noopener\">quitnow.net</a></strong> or call <strong>(866) 784-8454</strong> TTY 711.[/et_pb_accordion_item][et_pb_accordion_item title=\"For Teammates with a Kaiser Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>Kaiser offers multiple tobacco cessation programs that combine counseling, behavior modification, and medication support. Classes and telephone support are usually offered at no cost to teammates, and the online tobacco cessation program is free. Teammates can also be prescribed over-the-counter nicotine replacement therapy at a discount or other medically necessary smoking cessation medications for the usual copay, depending on the teammate’s pharmacy benefit (also may require participation in designated behavioral modification programs). Your Kaiser Permanente physician will determine medical necessity.</p>\n<p style=\"font-weight: 400;\"><span>To engage in one of Kaiser’s Healthy Lifestyle Programs, including tobacco cessation, you will need to first take the Total Health Assessment at <strong><a href=\"https://healthy.kaiserpermanente.org/health-wellness/health-assessment?kp_shortcut_referrer=kp.org/tha\" target=\"_blank\" rel=\"noopener\">kp.org/tha</a></strong></span><span></span><span>. You can also contact your KP medical center/PCP or the Member Services phone number on your ID card for more information.</span></p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Removal and Refund of Tobacco Surcharge</strong></span><br />The premium surcharge may be removed by completing the tobacco cessation program offered by Owens &amp; Minor or an approved reasonable alternative. This must be done within six months of the 2025 benefit effective date associated with the first time you or your spouse/domestic partner first identified as a tobacco user. Once the surcharge is removed, a retroactive refund of the premium surcharge for that year will be issued as soon as administratively possible.</p>\n<p style=\"font-weight: 400;\">Your proof of completion must be submitted to the <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> within 10 days of receipt.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Surcharge', '						', 'inherit', 'closed', 'closed', '', '6771-revision-v1', '', '', '2024-10-25 16:10:25', '2024-10-25 16:10:25', '', 6771, 'https://benefitsmyway.mybenefitport.com/?p=7873', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7875, 1, '2024-10-25 16:16:27', '2024-10-25 16:16:27', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\n<p style=\"font-weight: 400;\">If you enroll in the High Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How an HSA Works</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"left\" custom_margin=\"-10px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/How-an-HSA-works.png\" width=\"2124\" height=\"912\" alt=\"\" class=\"wp-image-7439 alignnone size-full\" /></a></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"left\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-info.png\" width=\"2546\" height=\"526\" alt=\"\" class=\"wp-image-7732 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"71.7%\" module_alignment=\"left\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: left;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/HSA-TTS.png\" width=\"2508\" height=\"1380\" alt=\"\" class=\"wp-image-7735 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><strong>Company Contributions<br /></strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<ul>\n<li style=\"font-weight: 400;\">Teammate only: $300</li>\n<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\n<li style=\"font-weight: 400;\">Family: $600</li>\n</ul>\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\n<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\n<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\n<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\n<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-10-25 16:16:27', '2024-10-25 16:16:27', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=7875', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7878, 1, '2024-10-25 16:35:28', '2024-10-25 16:35:28', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/fsa-2.png\" title_text=\"fsa-2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">For a list of eligible expenses, visit Publication 502, Medical and Dental Expenses</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important considerations for all FSA accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-10-25 16:35:28', '2024-10-25 16:35:28', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=7878', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7879, 1, '2024-10-25 16:35:56', '2024-10-25 16:35:56', '', 'fsa-2', '', 'inherit', 'closed', 'closed', '', '7728-autosave-v1', '', '', '2024-10-25 16:35:56', '2024-10-25 16:35:56', '', 7728, 'https://benefitsmyway.mybenefitport.com/?p=7879', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7880, 1, '2024-10-25 16:38:38', '2024-10-25 16:38:38', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/fsa-2-e1729874046639.png\" title_text=\"fsa-2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">For a list of eligible expenses, visit <a href=\"https://www.irs.gov/publications/p502\"><strong>Publication 502, Medical and Dental Expenses</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important considerations for all FSA accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-10-25 16:38:38', '2024-10-25 16:38:38', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=7880', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7882, 1, '2024-10-25 16:46:13', '2024-10-25 16:46:13', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/life-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Income Protection</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company-Paid Life and AD&D Insurance\" open=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Owens &amp; Minor provides Life insurance and Accidental Death and Dismemberment (AD&amp;D) insurance for when the unexpected happens. These benefits are fully paid by the company, and you’re automatically enrolled.</p>\n<p style=\"font-weight: 400;\"><span>Your benefits are equal to:</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid Life insurance: 1x your base salary, up to $500,000</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid AD&amp;D insurance: 1x your base salary, up to $500,000</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span>Company-paid Life reduces starting at age 65. </span></p>\n<p style=\"font-weight: 400;\"><span>Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Supplemental Life and AD&D\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"on\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">During enrollment, you can purchase additional Life and/or AD&amp;D insurance for yourself and your family through payroll deductions. If you want to purchase this coverage for your dependents, you must purchase it for yourself.</p>\n<p style=\"font-weight: 400;\">Supplemental teammate Life insurance reduces starting at age 65.</p>\n<p style=\"font-weight: 400;\">Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">[ninja_tables id=\"7431\"]</span></p>\n<h6><span style=\"color: #000000;\">*Coverage ends at age 26.</span></h6>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"Evidence of Insurability\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Supplemental Life insurance may require Evidence of Insurability (EOI). This means you will be asked to answer medical questions about your or your spouse’s health and lifestyle.</span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_cta title=\"Designate Your Beneficiaries During Enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">You must designate a beneficiary to receive your Life and AD&amp;D insurance policy benefits. Be sure to update this information as personal circumstances change.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Income Protection', '						', 'inherit', 'closed', 'closed', '', '7157-revision-v1', '', '', '2024-10-25 16:46:13', '2024-10-25 16:46:13', '', 7157, 'https://benefitsmyway.mybenefitport.com/?p=7882', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7883, 1, '2024-10-25 16:51:12', '2024-10-25 16:51:12', '', '1945254b 09-24 Travel Assistance and ID Theft Support Services Flyer FINAL WEB LOCKED', '', 'inherit', 'open', 'closed', '', '1945254b-09-24-travel-assistance-and-id-theft-support-services-flyer-final-web-locked', '', '', '2024-10-25 16:51:12', '2024-10-25 16:51:12', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/1945254b-09-24-Travel-Assistance-and-ID-Theft-Support-Services-Flyer-FINAL-WEB-LOCKED.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7884, 1, '2024-10-25 16:51:45', '2024-10-25 16:51:45', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bta-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Business Travel Accident Insurance (BTA)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">When traveling for the company, you are protected under a company-paid Business Travel Accident insurance policy. This policy provides coverage for certain injuries or death resulting from an accident during business travel. You are automatically enrolled at no cost to you.</p>\n<p style=\"font-weight: 400;\">For more information, refer to the BTA - <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Benefit Highlight Summary</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Support Services for Safe Travel</h2>\n<p>While traveling, you can feel confident that you’re in safe hands should the unfortunate occur. We partner with International Medical Group, a leading global asssitance provider, to give you 24/7 access to medical and travel assistance services wherever your trip takes you. </p>\n<p style=\"font-weight: 400;\">For more information, <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/1945254b-09-24-Travel-Assistance-and-ID-Theft-Support-Services-Flyer-FINAL-WEB-LOCKED.pdf\">click here</a></strong>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Business Travel Accident', '						', 'inherit', 'closed', 'closed', '', '7163-revision-v1', '', '', '2024-10-25 16:51:45', '2024-10-25 16:51:45', '', 7163, 'https://benefitsmyway.mybenefitport.com/?p=7884', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7886, 1, '2024-10-25 16:57:25', '2024-10-25 16:57:25', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Teammate Stock Purchase Plan (TSPP)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Stock Purchase Plan (TSPP)</h2>\n<p>The Owens &amp; Minor, Inc., TSPP provides teammates the option to purchase Owens &amp; Minor stock at a 15% discount through payroll deduction. You are eligible to enroll after 30 days of employment if you are scheduled to work at least 20 hours per week. </p>\n<p style=\"font-weight: 400;\">Enrollment for U.S. eligible teammates is twice a year during each enrollment period. At the end of the Offering Period, Owens &amp; Minor shares are purchased on your behalf on the Stock Purchase Date(s) at the 15% discounted price. Shares are then deposited in your Fidelity Brokerage account.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"73%\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<center><p style=\"text-align: center;\">[ninja_tables id=\"7685\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Visit <a href=\"https://%20www.netbenefits.com\" target=\"_blank\" rel=\"noopener\"><strong>netbenefits.com </strong></a>to enroll, or call a Fidelity Stock Plan Services representative at <strong>(800) 544-9354</strong>. You can manage both your 401(k) and TSPP accounts at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>. For complete details, including information about your investment options, visit <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>.</p>[/et_pb_text][et_pb_cta title=\"Have you named a beneficiary?\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">It’s important to designate a beneficiary to receive the value of your 401(k) and TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #ffffff;\"><strong>401k.com</strong></span>.</a></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'inherit', 'closed', 'closed', '', '7177-revision-v1', '', '', '2024-10-25 16:57:25', '2024-10-25 16:57:25', '', 7177, 'https://benefitsmyway.mybenefitport.com/?p=7886', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7889, 1, '2024-10-25 17:00:55', '2024-10-25 17:00:55', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>401(k) Retirement Plan</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">401(k) Plan</h2>\r\nThe Owens &amp; Minor 401(k) Plan, administered by Fidelity, helps you prepare for retirement by offering an easy, tax-advantaged way to save. Once you’re eligible, we match on a dollar-for-dollar basis up to 3% of your eligible contributions. You are immediately vested in your contributions, as well as the company’s match.\r\n<p style=\"font-weight: 400;\"><strong>Eligibility and enrollment</strong></p>\r\n<p style=\"font-weight: 400;\">You are eligible to enroll after 30 days of employment. After 60 days of service, you will be automatically enrolled in the plan with a 2% contribution rate. After one year of service, you are eligible for the company match. Enroll online at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com </strong></a>or call <strong>(800) 835-5095</strong>.</p>\r\n&nbsp;\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Reasons to Participate</h2>\r\n<ul>\r\n 	<li>Your pre-tax contributions are deducted from your pay, decreasing your overall income tax.</li>\r\n 	<li>You have multiple investment funds with risks ranging from conservative to aggressive.</li>\r\n 	<li>You can choose from retirement date-based Fidelity Freedom Funds. The Freedom Funds are generally designed for investors planning to retire around the year in the investment name.</li>\r\n 	<li>Fidelity Portfolio Advisory Service at Work provides discretionary money management for a fee. You can delegate the day-to-day management of your 401(k) account to professional investment managers.</li>\r\n</ul>\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\" locked=\"off\"]<p style=\"font-weight: 400;\">Visit <a href=\"https://%20www.netbenefits.com\" target=\"_blank\" rel=\"noopener\"><strong>netbenefits.com </strong></a>to enroll, or call a Fidelity Stock Plan Services representative at <strong>(800) 544-9354</strong>. You can manage both your 401(k) and TSPP accounts at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>. For complete details, including information about your investment options, visit <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>.</p>[/et_pb_text][et_pb_cta title=\"Have you named a beneficiary?\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" locked=\"off\"]<p style=\"font-weight: 400;\">It’s important to designate a beneficiary to receive the value of your 401(k) and TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #ffffff;\"><strong>401k.com</strong></span>.</a></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '401k', '						', 'inherit', 'closed', 'closed', '', '7170-revision-v1', '', '', '2024-10-25 17:00:55', '2024-10-25 17:00:55', '', 7170, 'https://benefitsmyway.mybenefitport.com/?p=7889', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7890, 1, '2024-10-25 17:02:10', '2024-10-25 17:02:10', '', 'Q4 2024 UWW Schedule', '', 'inherit', 'open', 'closed', '', 'q4-2024-uww-schedule', '', '', '2024-10-25 17:02:10', '2024-10-25 17:02:10', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Q4-2024-UWW-Schedule.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7892, 1, '2024-10-25 17:10:09', '2024-10-25 17:10:09', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Financial Resources Through Fidelity </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\n<p>Fidelity offers resources to help you achieve financial stability.</p>\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Q3.png\" title_text=\"Q3\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Q3-2024-UWW-Schedule.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"35%\" custom_margin=\"15px||-28px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. Click to view the complete <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Q4-2024-UWW-Schedule.pdf\"><strong><span class=\"s2\">Live Web Workshop </span>catalog</strong> </a>and enroll for a live web workshop. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a><br /></strong>Get access to calculators, checklists, and financial workshops.</p>\n<p style=\"font-weight: 400;\"><strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a><br /></strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to <strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a> </strong>to access the following services:</p>\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\n<ul>\n<li>Kaplan and ACT: College test preparation</li>\n<li>Fidelity 529 Savings: Education savings account</li>\n<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\n<ul>\n<li>NotaryCam: Online notary services</li>\n<li>IDnotify: Identity protection</li>\n<li>Fidelity Estate Planner: Estate planning</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\n<ul>\n<li>TurboTax: Tax preparation services</li>\n<li>Fidelity Goal Booster: Short-term savings goals</li>\n<li>Fidelity Cash Management: Spending and saving with investments</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2024-10-25 17:10:09', '2024-10-25 17:10:09', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=7892', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7893, 1, '2024-10-25 17:12:58', '2024-10-25 17:12:58', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Aditional-Benefits-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Additional Benefits</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Auto and Home Insurance</h2>\r\nFarmers GroupSelect gives you access to personal insurance policies, including home, auto, rental, condo, and recreational vehicle and boat coverage. Save up to 15% when you purchase this coverage through Owens &amp; Minor. Contact Farmers GroupSelect for no-obligation quotes and cost comparisons by calling <strong>(800) 438-6381</strong>. The company code is <strong>BVP</strong>.\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Cancer Resource Services</h2>\r\nAfter a cancer diagnosis, it may be difficult to know what the next step is. UHC medical plan enrollees have access to Cancer Resource Services, which provides you with the support you need to navigate each step in your cancer journey. Your concierge will help you understand your options, answer your questions, and check in with you along the way so you can focus on your health and recovery.\r\n<p style=\"font-weight: 400;\">A representative from Cancer Resource Services will contact you if your medical claims indicate you would benefit from the program.</p>\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Commuter Benefits</h2>\n<p>Pay for the expense of commuting with pre-tax dollars and save on your taxes. You decide how much to contribute, and the money is deducted from your paycheck automatically. You can contribute pre-tax dollars up to the IRS monthly limit of $315 for transit and parking. Enroll or change contribution amounts by the 25th of each month, anytime during the year.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Pet Insurance</h2>\r\nMetLife provides coverage to protect your furry family members’ health and your finances. This plan offers reimbursement of up to 90% of covered expenses from any licensed veterinarian in the U.S. The MetLife mobile app allows quick claim submission and reimbursement along with other benefits, such as retail discounts and access to 24/7 vet telehealth. Enroll anytime during the year by calling <strong>(800) GET-MET8</strong>.\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">PerkSpot</h2>\r\nNever miss a deal! From travel to electronics, with PerkSpot you can choose from over 25 different categories of perks and save money. Start by creating your account at <a href=\"https://owens-minor.perkspot.com\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor.perkspot.com</strong></a>. Use access code: <strong>OwensMinor</strong>. Once you register, you can download the PerkSpot mobile app for deals anytime, anywhere.\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Additional Benefits', '						', 'inherit', 'closed', 'closed', '', '7239-revision-v1', '', '', '2024-10-25 17:12:58', '2024-10-25 17:12:58', '', 7239, 'https://benefitsmyway.mybenefitport.com/?p=7893', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7895, 1, '2024-10-25 17:22:15', '2024-10-25 17:22:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\" custom_padding=\"||9px|||\" custom_margin=\"|auto|-61px|auto||\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong></p>\n<p>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</p>\n<ul>\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<p><strong>Medical</strong></p>\n<ul>\n<li>Medical contributions increasing</li>\n<li>UPMC not offered in 2025</li>\n<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\n<li><strong>New ID cards</strong> for the UHC HDHP plan and the Kaiser plan (excluding Kaiser Hawaii POS 405 and Kaiser Northwest).</li>\n<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\n</ul>\n<p><strong>Dental</strong></p>\n<ul>\n<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n<li>New ID cards for all members</li>\n</ul>\n<p><strong>401(k)</strong></p>\n<ul>\n<li>Company match adjusted to 3% of eligible contributions</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||-53px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n<li><strong>Elect </strong>the benefitsthat best support you and your family. Don’t forget to designate beneficiaries.</li>\n<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b><span>and<b><span> complete your enrollment by November 8, 2024.<span> </span></span></b><span>If you don’t enroll, your current elections will roll over<b> </b></span>into the next plan year<span> </span><b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-25 17:22:15', '2024-10-25 17:22:15', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7895', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7896, 1, '2024-10-25 17:28:46', '2024-10-25 17:28:46', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/life-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Income Protection</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company-Paid Life and AD&D Insurance\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"on\"]<p style=\"font-weight: 400;\">Owens &amp; Minor provides Life insurance and Accidental Death and Dismemberment (AD&amp;D) insurance for when the unexpected happens. These benefits are fully paid by the company, and you’re automatically enrolled.</p>\n<p style=\"font-weight: 400;\"><span>Your benefits are equal to:</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid Life insurance: 1x your base salary, up to $500,000</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid AD&amp;D insurance: 1x your base salary, up to $500,000</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span>Company-paid Life reduces starting at age 65. </span></p>\n<p style=\"font-weight: 400;\"><span>Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Supplemental Life and AD&D\" open=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">During enrollment, you can purchase additional Life and/or AD&amp;D insurance for yourself and your family through payroll deductions. If you want to purchase this coverage for your dependents, you must purchase it for yourself.</p>\n<p style=\"font-weight: 400;\">Supplemental teammate Life insurance reduces starting at age 65.</p>\n<p style=\"font-weight: 400;\">Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Document Library</a></strong>.</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">[ninja_tables id=\"7431\"]</span></p>\n<h6><span style=\"color: #000000;\">*Coverage ends at age 26.</span></h6>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"Evidence of Insurability\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Supplemental Life insurance may require Evidence of Insurability (EOI). This means you will be asked to answer medical questions about you or your spouse’s health and lifestyle.</span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_cta title=\"Designate Your Beneficiaries During Enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">You must designate a beneficiary to receive your Life and AD&amp;D insurance policy benefits. Be sure to update this information as personal circumstances change.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Income Protection', '						', 'inherit', 'closed', 'closed', '', '7157-revision-v1', '', '', '2024-10-25 17:28:46', '2024-10-25 17:28:46', '', 7157, 'https://benefitsmyway.mybenefitport.com/?p=7896', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7897, 1, '2024-10-25 17:31:00', '2024-10-25 17:31:00', '', 'Workday HR Enrollment QRG', '', 'publish', 'closed', 'closed', '', 'workday-hr-enrollment-qrg', '', '', '2024-10-25 17:32:00', '2024-10-25 17:32:00', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/23/671bd5fa7a24e.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7899, 1, '2024-10-25 17:36:35', '2024-10-25 17:36:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-61px|auto||\" custom_padding=\"||9px|||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong></p>\n<p>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</p>\n<ul>\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<p><strong>Medical</strong></p>\n<ul>\n<li>Medical contributions increasing</li>\n<li>UPMC not offered in 2025</li>\n<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\n<li><strong>New ID cards</strong> for the UHC HDHP plan and the Kaiser plan (excluding Kaiser Hawaii POS 405 and Kaiser Northwest).</li>\n<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\n</ul>\n<p><strong>Dental</strong></p>\n<ul>\n<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n<li>New ID cards for all members</li>\n</ul>\n<p><strong>401(k)</strong></p>\n<ul>\n<li>Company match adjusted to 3% of eligible contributions</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||-53px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\" min_height=\"417.5px\" custom_padding=\"30px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n<li><strong>Elect </strong>the benefitsthat best support you and your family. Don’t forget to designate beneficiaries.</li>\n<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b><span>and<b><span> complete your enrollment by November 8, 2024.<span> </span></span></b><span>If you don’t enroll, your current elections will roll over<b> </b></span>into the next plan year<span> </span><b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-25 17:36:35', '2024-10-25 17:36:35', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7899', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7900, 1, '2024-10-25 17:37:43', '2024-10-25 17:37:43', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment & Changes</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\" min_height=\"361.4px\"]<p><span>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know </span><i><span><strong>Life Takes Care™</strong></span></i><b><span>.</span></b></p>\n<p style=\"font-weight: 400;\">Access our <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" target=\"_blank\" rel=\"noopener\">Benefits Enrollment Journey Guide</a></strong> to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-47px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefit elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png\" title_text=\"24 Guide-2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-10-25 17:37:43', '2024-10-25 17:37:43', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=7900', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7901, 1, '2024-10-25 17:38:01', '2024-10-25 17:38:01', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/eligibility-scaled.jpg\" background_position=\"top_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Eligibility</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.27.0\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">As an Owens &amp; Minor teammate, you’re eligible for benefits if you work 30 hours or more per week.</p>\n<p style=\"font-weight: 400;\">\n<p style=\"font-weight: 400;\">Hawaii teammates who work 20+ hours per week and earn a monthly wage of at least 86.67 times the Hawaii minimum hourly wage are eligible for medical coverage that <span> </span>starts after 30 days of employment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<h2>Your Eligible Dependents</h2>\n<p>During enrollment, you’ll be asked to verify that your dependents meet the eligibility requirements for coverage. Eligible dependents include:</p>\n<p><span style=\"color: #002856;\"><strong>Your spouse*.<br /></strong></span>The individual you’re legally married to.</p>\n<p><span style=\"color: #002856;\"><strong>Your domestic partner*.<br /></strong></span>Must be 18+ years old; unmarried; not blood-related; mutually supporting; share a common residence; and be each other’s sole domestic partner.</p>\n<p><span style=\"color: #002856;\"><strong>Your qualified children under the age of 26.</strong></span><br /><strong>Biological</strong>, step, legally adopted, your domestic partner’s children, or lawfully placed with you for legal adoption and/or eligible foster children.</p>\n<p><strong>Your unmarried child who is disabled: Living with you; dependent due to a mental or physical disability.</strong></p>\n<p>*Spouses or domestic partners who have access to other employer insurance cannot enroll under O&amp;M medical, prescription.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2>Dependent Eligibility Verification</h2>\n<p><span style=\"color: #002856;\"><strong>Domestic partners<br /></strong></span>For your domestic partner and their eligible children to receive benefits under the Owens &amp; Minor Welfare Benefits Plan, both you and your partner must:</p>\n<ul>\n<li>Complete and sign the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><span style=\"color: #000000;\">Declaration of Domestic Partnership</span></a></strong> (the “Declaration”).</li>\n<li>Upload the signed Declaration and appropriate documentation to Workday HR within 31 days of hire/Qualified Life Event or by the end of the Open Enrollment period.</li>\n</ul>\n<p style=\"font-weight: 400;\">For a list of acceptable documentation, refer to the Declaration of Domestic Partnership.</p>\n<p><span style=\"color: #002856;\"><strong>All other dependents</strong></span><br />Owens &amp; Minor reserves the right to audit dependent eligibility. Be sure to keep proof of your dependents’ eligibility in case of an audit. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for a list of supporting documents.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility', '', 'inherit', 'closed', 'closed', '', '5751-revision-v1', '', '', '2024-10-25 17:38:01', '2024-10-25 17:38:01', '', 5751, 'https://benefitsmyway.mybenefitport.com/?p=7901', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7903, 1, '2024-10-25 17:47:25', '2024-10-25 17:47:25', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-61px|auto||\" custom_padding=\"||9px|||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong></p>\n<p>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</p>\n<ul>\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<h6><span style=\"color: #002856;\"><strong>Medical</strong></span></h6>\n<ul>\n<li>Medical contributions increasing</li>\n<li>UPMC not offered in 2025</li>\n<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\n<li><strong>New ID cards</strong> for the UHC HDHP plan and the Kaiser plan (excluding Kaiser Hawaii POS 405 and Kaiser Northwest).</li>\n<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-109px||80px||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><strong style=\"color: #002856; font-size: 14px;\">Dental</strong></p>\n<ul>\n<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n<li>New ID cards for all members</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-104px||80px||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><strong style=\"font-size: 14px; color: #002856;\">401(k)</strong></p>\n<ul>\n<li>Company match adjusted to 3% of eligible contributions</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||-53px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"417.5px\" custom_padding=\"30px|||||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n<li><strong>Elect </strong>the benefitsthat best support you and your family. Don’t forget to designate beneficiaries.</li>\n<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b><span>and<b><span> complete your enrollment by November 8, 2024.<span> </span></span></b><span>If you don’t enroll, your current elections will roll over<b> </b></span>into the next plan year<span> </span><b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-25 17:47:25', '2024-10-25 17:47:25', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7903', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7904, 1, '2024-10-25 17:49:22', '2024-10-25 17:49:22', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-61px|auto||\" custom_padding=\"||9px|||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong></p>\n<p>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</p>\n<ul>\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<h6><span style=\"color: #002856;\"><strong>Medical</strong></span></h6>\n<ul>\n<li>Medical contributions increasing</li>\n<li>UPMC not offered in 2025</li>\n<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\n<li><strong>New ID cards</strong> for the UHC HDHP plan and the Kaiser plan (excluding Kaiser Hawaii POS 405 and Kaiser Northwest).</li>\n<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-109px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><strong style=\"color: #002856; font-size: 14px;\">Dental</strong></p>\n<ul>\n<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n<li>New ID cards for all members</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-104px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><strong style=\"font-size: 14px; color: #002856;\">401(k)</strong></p>\n<ul>\n<li>Company match adjusted to 3% of eligible contributions</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||-53px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" hover_enabled=\"0\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"417.5px\" custom_padding=\"30px|||||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n<li><strong>Elect </strong>the benefitsthat best support you and your family. Don’t forget to designate beneficiaries.</li>\n<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b><span>and<b><span> complete your enrollment by November 8, 2024.<span> </span></span></b><span>If you don’t enroll, your current elections will roll over<b> </b></span>into the next plan year<span> </span><b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-25 17:49:22', '2024-10-25 17:49:22', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7904', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7905, 1, '2024-10-25 18:30:55', '2024-10-25 18:30:55', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-61px|auto||\" custom_padding=\"||9px|||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong></p>\n<p>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</p>\n<ul>\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<h6><span style=\"color: #002856;\"><strong>Medical</strong></span></h6>\n<ul>\n<li>Medical contributions increasing</li>\n<li>UPMC not offered in 2025</li>\n<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\n<li><strong>New ID cards</strong> for the UHC HDHP plan and the Kaiser plan (excluding Kaiser Hawaii POS 405 and Kaiser Northwest).</li>\n<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-109px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><strong style=\"color: #002856; font-size: 14px;\">Dental</strong></p>\n<ul>\n<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n<li>New ID cards for all members</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-95px||80px||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><strong style=\"font-size: 14px; color: #002856;\">401(k)</strong></p>\n<ul>\n<li>Company match adjusted to 3% of eligible contributions</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||-53px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"417.5px\" custom_padding=\"30px|||||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n<li><strong>Elect </strong>the benefits that best support you and your family. Don’t forget to designate beneficiaries.</li>\n<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b><span>and<b><span> complete your enrollment by November 8, 2024.<span> </span></span></b><span>If you don’t enroll, your current elections will roll over<b> </b></span>into the next plan year<span> </span><b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-25 18:30:55', '2024-10-25 18:30:55', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7905', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7907, 1, '2024-10-25 18:36:05', '2024-10-25 18:36:05', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-61px|auto||\" custom_padding=\"||9px|||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong></p>\n<p>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</p>\n<ul>\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<h6><span style=\"color: #002856;\"><strong>Medical</strong></span></h6>\n<ul>\n<li>Medical contributions increasing</li>\n<li>UPMC not offered in 2025</li>\n<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\n<li><strong>New ID cards</strong> for the UHC HDHP plan and the Kaiser plan (excluding Kaiser Hawaii POS 405 and Kaiser Northwest).</li>\n<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-109px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><strong style=\"color: #002856; font-size: 14px;\">Dental</strong></p>\n<ul>\n<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n<li>New ID cards for all members</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-95px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><strong style=\"font-size: 14px; color: #002856;\">401(k)</strong></p>\n<ul>\n<li>Company match adjusted to 3% of eligible contributions</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||-53px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"417.5px\" custom_padding=\"30px|||||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><strong>Learn </strong>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n<li><strong>Access </strong>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n<li><strong>Elect </strong>the benefits that best support you and your family. Don’t forget to designate beneficiaries.</li>\n<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b><span>and<b><span> complete your enrollment by November 8, 2024.<span> </span></span></b><span>If you don’t enroll, your current elections will roll over<b> </b></span>into the next plan year<span> </span><b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-25 18:36:05', '2024-10-25 18:36:05', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7907', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7909, 1, '2024-10-25 18:40:01', '2024-10-25 18:40:01', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/eligibility-scaled.jpg\" background_position=\"top_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Eligibility</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.27.0\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">As an Owens &amp; Minor teammate, you’re eligible for benefits if you work 30 hours or more per week.</p>\n<p style=\"font-weight: 400;\">\n<p style=\"font-weight: 400;\">Hawaii teammates who work 20+ hours per week and earn a monthly wage of at least 86.67 times the Hawaii minimum hourly wage are eligible for medical coverage that <span> </span>starts after 30 days of employment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<h2>Your Eligible Dependents</h2>\n<p>During enrollment, you’ll be asked to verify that your dependents meet the eligibility requirements for coverage. Eligible dependents include:</p>\n<p><span style=\"color: #002856;\"><strong>Your spouse*.<br /></strong></span>The individual you’re legally married to.</p>\n<p><span style=\"color: #002856;\"><strong>Your domestic partner*.<br /></strong></span>Must be 18+ years old; unmarried; not blood-related; mutually supporting; share a common residence; and be each other’s sole domestic partner.</p>\n<p><span style=\"color: #002856;\"><strong>Your qualified children under the age of 26.</strong></span><br /><strong>Biological</strong>, step, legally adopted, your domestic partner’s children, or lawfully placed with you for legal adoption and/or eligible foster children.</p>\n<p><strong>Your unmarried child who is disabled: Living with you; dependent due to a mental or physical disability.</strong></p>\n<p>*<span data-olk-copy-source=\"MessageBody\">Spouses or domestic partners who have access to other employer insurance cannot enroll under O&amp;M medical or prescription plans.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2>Dependent Eligibility Verification</h2>\n<p><span style=\"color: #002856;\"><strong>Domestic partners<br /></strong></span>For your domestic partner and their eligible children to receive benefits under the Owens &amp; Minor Welfare Benefits Plan, both you and your partner must:</p>\n<ul>\n<li>Complete and sign the <span style=\"color: #872434;\"><strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\" style=\"color: #872434;\">Declaration of Domestic Partnership</a></strong></span> (the “Declaration”).</li>\n<li>Upload the signed Declaration and appropriate documentation to Workday HR within 31 days of hire/Qualified Life Event or by the end of the Open Enrollment period.</li>\n</ul>\n<p style=\"font-weight: 400;\">For a list of acceptable documentation, refer to the Declaration of Domestic Partnership.</p>\n<p><span style=\"color: #002856;\"><strong>All other dependents</strong></span><br />Owens &amp; Minor reserves the right to audit dependent eligibility. Be sure to keep proof of your dependents’ eligibility in case of an audit. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for a list of supporting documents.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility', '', 'inherit', 'closed', 'closed', '', '5751-revision-v1', '', '', '2024-10-25 18:40:01', '2024-10-25 18:40:01', '', 5751, 'https://benefitsmyway.mybenefitport.com/?p=7909', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7911, 1, '2024-10-25 18:42:31', '2024-10-25 18:42:31', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>YOUR DENTAL PLAN OPTIONS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-44px|auto||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>We offer dental coverage through Delta <strong><a href=\"https://deltadentalva.com\" target=\"_blank\" rel=\"noopener\">Dental of Virginia</a></strong> to help you maintain that healthy smile.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dental Plans</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"80%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7683\"]<br />For more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Both plans provide:</strong></span><br />• Prevention first benefit (Preventive and diagnostic services do not count against the annual maximum.)<br />• Affordable coverage<br />• In-network discounts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" min_height=\"485.1px\" custom_margin=\"-89px|auto||auto|false|false\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-8px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You</h2>\n<span>Healthy Smile, Healthy You offers additional benefits for teammates with these health conditions:</span>\n\n• Pregnancy\n• Diabetes\n• High-risk cardiac conditions\n• Cancer treatments\n• Weakened immune system\n• Kidney failure or dialysis\n\nEligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\" min_height=\"172.4px\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '5959-revision-v1', '', '', '2024-10-25 18:42:31', '2024-10-25 18:42:31', '', 5959, 'https://benefitsmyway.mybenefitport.com/?p=7911', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7912, 1, '2024-10-25 18:44:27', '2024-10-25 18:44:27', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-61px|auto||\" custom_padding=\"||9px|||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.</p>\n<p>Remember, <strong>this year’s open enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong></p>\n<p>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</p>\n<ul>\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<h6><span style=\"color: #002856;\"><strong>Medical</strong></span></h6>\n<ul>\n<li>Medical contributions increasing</li>\n<li>UPMC not offered in 2025</li>\n<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\n<li><strong>New ID cards</strong> for the UHC HDHP plan and the Kaiser plan (excluding Kaiser Hawaii POS 405 and Kaiser Northwest).</li>\n<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-109px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><strong style=\"color: #002856; font-size: 14px;\">Dental</strong></p>\n<ul>\n<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n<li>New ID cards for all members</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-95px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><strong style=\"font-size: 14px; color: #002856;\">401(k)</strong></p>\n<ul>\n<li>Company match adjusted to 3% of eligible contributions</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||-53px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"417.5px\" custom_padding=\"30px|||||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><a href=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\"><strong>Learn </strong></a>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n<li><a href=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\"><strong>Access </strong></a>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n<li><strong>Elect </strong>the benefits that best support you and your family. Don’t forget to designate beneficiaries.</li>\n<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b><span>and<b><span> complete your enrollment by November 8, 2024.<span> </span></span></b><span>If you don’t enroll, your current elections will roll over<b> </b></span>into the next plan year<span> </span><b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-25 18:44:27', '2024-10-25 18:44:27', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7912', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7913, 1, '2024-10-25 18:51:49', '2024-10-25 18:51:49', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Maximizing your benefits just got easier! Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor. Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"#\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-25 18:51:49', '2024-10-25 18:51:49', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7913', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7914, 1, '2024-10-25 19:10:39', '2024-10-25 19:10:39', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Maximizing your benefits just got easier! Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor. Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-25 19:10:39', '2024-10-25 19:10:39', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7914', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7918, 1, '2024-10-25 19:58:01', '2024-10-25 19:58:01', '<img class=\"alignnone size-medium wp-image-8006\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OM-benefit-popup_2-300x180.png\" alt=\"Contact an O&amp;M Benefits Solutions Counselor at (800) 463-3819. Email the O&amp;M Benefits Solutions Team at owens-minor@bpaenroll.com.\" width=\"300\" height=\"180\" />', 'Contact Pop Up', '', 'publish', 'closed', 'closed', '', 'contact-pop-up', '', '', '2024-10-27 20:41:40', '2024-10-27 20:41:40', '', '0', 'https://benefitsmyway.mybenefitport.com/?post_type=dipi_popup_maker&#038;p=7918', '0', 'dipi_popup_maker', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7919, 1, '2024-10-25 19:58:01', '2024-10-25 19:58:01', '<img class=\"alignnone size-medium wp-image-7917\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OM-contact-popup-300x180.png\" alt=\"Contact an O&amp;M Benefits Solutions Counselor at (800) 463-03819\" width=\"300\" height=\"180\" />', 'Contact Pop Up', '', 'inherit', 'closed', 'closed', '', '7918-revision-v1', '', '', '2024-10-25 19:58:01', '2024-10-25 19:58:01', '', 7918, 'https://benefitsmyway.mybenefitport.com/?p=7919', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7921, 1, '2024-10-25 20:14:23', '2024-10-25 20:14:23', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Maximizing your benefits just got easier! Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor. Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" module_id=\"sg-popup-id-7920\" module_class=\"sg-popup-id-7920\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-25 20:14:23', '2024-10-25 20:14:23', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7921', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7923, 1, '2024-10-25 20:34:21', '2024-10-25 20:34:21', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][et_pb_slide heading=\"Get the Mobile App\" button_text=\"Learn More\" button_link=\"https://benefitsmyway.mybenefitport.com/mobile-app/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/slider-4.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p>Maximizing your benefits just got easier! Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor. Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||2em||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" module_id=\"sg-popup-id-7920\" module_class=\"sg-popup-id-7920\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" custom_margin=\"||0px||false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-25 20:34:21', '2024-10-25 20:34:21', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7923', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7924, 1, '2024-10-25 21:05:29', '2024-10-25 21:05:29', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||2em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" module_id=\"sg-popup-id-7920\" module_class=\"sg-popup-id-7920\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-25 21:05:29', '2024-10-25 21:05:29', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7924', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7926, 1, '2024-10-25 22:36:02', '2024-10-25 22:36:02', '', 'O&M Contact Number', '', 'inherit', 'closed', 'closed', '', '7917-autosave-v1', '', '', '2024-10-25 22:36:02', '2024-10-25 22:36:02', '', 7917, 'https://benefitsmyway.mybenefitport.com/?p=7926', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7931, 1, '2024-10-25 22:39:41', '2024-10-25 22:39:41', '', 'O&M-contact-popup', '', 'inherit', 'closed', 'closed', '', '7930-autosave-v1', '', '', '2024-10-25 22:39:41', '2024-10-25 22:39:41', '', 7930, 'https://benefitsmyway.mybenefitport.com/?p=7931', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7934, 1, '2024-10-25 22:59:08', '2024-10-25 22:59:08', '[et_pb_section fb_built=\"1\" disabled_on=\"on|off|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||2em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" module_id=\"sg-popup-id-7920\" module_class=\"sg-popup-id-7920\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-25 22:59:08', '2024-10-25 22:59:08', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=7934', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7936, 1, '2024-10-25 23:47:28', '2024-10-25 23:47:28', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Medical &amp; Prescription Drug</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Find the Right Plan for You</h2>\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\n<ul style=\"font-weight: 400;\">\n<ul style=\"font-weight: 400;\">\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Do you have specific prescription medication needs?</li>\n<li>Are you anticipating surgery or non-preventive dental care?</li>\n<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\n<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\n</ul>\n</ul>\n</ul>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii. </p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7501 alignnone size-full\" /></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,300 High Deductible Health Plan w/Optional Health Savings Account:\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7502 alignnone size-full\" /></p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"font-weight: 400;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg\" width=\"1080\" height=\"210\" alt=\"\" class=\"wp-image-7503 alignnone size-full\" /></p>\n<p style=\"font-weight: 400;\"><span><strong>Give your doctor’s office this information: </strong></span><span>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</span><span></span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7739\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"4px||0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" text_font=\"||||||||\" text_font_size=\"12px\" text_line_height=\"1em\"]<p><span><sup>1 </sup></span>Costs vary depending on type of treatment.</p>\n<p><span><sup>2</sup></span> Copay waived if admitted within 24 hours.</p>\n<p><span style=\"font-size: 13.3333px;\">* </span>Specialty must be filled through Optum Specialty Pharmacy (Mail Order only).</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<ul>\n<li style=\"font-weight: 400;\"><strong><a href=\"https://member.uhc.com/myuhc\">UnitedHealthcare</a></strong></li>\n<li style=\"font-weight: 400;\"><a href=\"https://www.surest.com/\"><strong>Surest</strong></a> (Access Code: OwensMinor2025)</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Regional Medical Plan Options</h2>\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select a Kaiser Medical or UPMC plan for your medical care coverage.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <strong>California, Colorado, Georgia, Washington, and in the Northwest (Oregon and Southern Washington) and Mid-Atlantic (District of Columbia, Maryland, and Virginia)</strong><span>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Hawaii </strong></span><span>teammates may enroll in the Point of Service (POS) 405 plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Click <a href=\"https://healthy.kaiserpermanente.org/front-door\" target=\"_blank\" rel=\"noopener\">here </a></strong></span><span></span><span><strong>for more information.</strong></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</span><span> </span></h6>\n<p>[ninja_tables id=\"7460\"]</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf\" url_new_window=\"on\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-10-25 23:47:28', '2024-10-25 23:47:28', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=7936', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7937, 1, '2024-10-26 00:49:30', '2024-10-26 00:49:30', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\n<p style=\"font-weight: 400;\">If you enroll in the High Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How an HSA Works</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"left\" custom_margin=\"-10px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/How-an-HSA-works.png\" width=\"2124\" height=\"912\" alt=\"\" class=\"wp-image-7439 alignnone size-full\" /></a></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"left\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-info.png\" width=\"2546\" height=\"526\" alt=\"\" class=\"wp-image-7732 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"71.7%\" module_alignment=\"left\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"text-align: left;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/HSA-TTS.png\" width=\"2508\" height=\"1380\" alt=\"\" class=\"wp-image-7735 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><strong>Company Contributions<br /></strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<ul>\n<li style=\"font-weight: 400;\">Teammate only: $300</li>\n<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\n<li style=\"font-weight: 400;\">Family: $600</li>\n</ul>\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\n<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\n<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\n<li style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">The penalty for using your HAS for ineligible expenses is 20% of the reimbursed amount.</span></li>\n<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\n<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-10-26 00:49:30', '2024-10-26 00:49:30', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=7937', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7939, 1, '2024-10-26 00:53:12', '2024-10-26 00:53:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>401(k) Retirement Plan</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">401(k) Plan</h2>\r\nThe Owens &amp; Minor 401(k) Plan, administered by Fidelity, helps you prepare for retirement by offering an easy, tax-advantaged way to save. Once you’re eligible, we match on a dollar-for-dollar basis up to 3% of your eligible contributions. You are immediately vested in your contributions, as well as the company’s match.\r\n<p style=\"font-weight: 400;\"><strong>Eligibility and enrollment</strong></p>\r\n<p style=\"font-weight: 400;\">You are eligible to enroll after 30 days of employment. After 60 days of service, you will be automatically enrolled in the plan with a 2% contribution rate. After one year of service, you are eligible for the company match. Enroll online at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com </strong></a>or call <strong>(800) 835-5095</strong>.</p>\r\n&nbsp;\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Reasons to Participate</h2>\r\n<ul>\r\n 	<li>Your pre-tax contributions are deducted from your pay, decreasing your overall income tax.</li>\r\n 	<li>You have multiple investment funds with risks ranging from conservative to aggressive.</li>\r\n 	<li>You can choose from retirement date-based Fidelity Freedom Funds. The Freedom Funds are generally designed for investors planning to retire around the year in the investment name.</li>\r\n 	<li>Fidelity Portfolio Advisory Service at Work provides discretionary money management for a fee. You can delegate the day-to-day management of your 401(k) account to professional investment managers.</li>\r\n</ul>\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-7px||||false|false\" custom_padding=\"8px||18px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" min_height=\"58.8px\" z_index=\"0\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">You can manage both your 401(k) and TSPP accounts at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>. For complete details, including information about your investment options, visit <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>.</p>[/et_pb_text][et_pb_cta title=\"Have you named a beneficiary?\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">It’s important to designate a beneficiary to receive the value of your 401(k) and TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #ffffff;\"><strong>401k.com</strong></span>.</a></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '401k', '						', 'inherit', 'closed', 'closed', '', '7170-revision-v1', '', '', '2024-10-26 00:53:12', '2024-10-26 00:53:12', '', 7170, 'https://benefitsmyway.mybenefitport.com/?p=7939', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7940, 1, '2024-10-26 00:56:42', '2024-10-26 00:56:42', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Teammate Stock Purchase Plan (TSPP)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Stock Purchase Plan (TSPP)</h2>\n<p>The Owens &amp; Minor, Inc., TSPP provides teammates the option to purchase Owens &amp; Minor stock at a 15% discount through payroll deduction. You are eligible to enroll after 30 days of employment if you are scheduled to work at least 20 hours per week. </p>\n<p style=\"font-weight: 400;\">Enrollment for U.S. eligible teammates is twice a year during each enrollment period. At the end of the Offering Period, Owens &amp; Minor shares are purchased on your behalf on the Stock Purchase Date(s) at the 15% discounted price. Shares are then deposited in your Fidelity Brokerage account.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"73%\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<center><p style=\"text-align: center;\">[ninja_tables id=\"7685\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Visit <a href=\"https://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\"><strong>netbenefits.com </strong></a>to enroll, or call a Fidelity Stock Plan Services representative at <strong>(800) 544-9354</strong>. You can manage both your 401(k) and TSPP accounts at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>. For complete details, including information about your investment options, visit <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com</strong></a>.</p>[/et_pb_text][et_pb_cta title=\"Have you named a beneficiary?\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">It’s important to designate a beneficiary to receive the value of your 401(k) and TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #ffffff;\"><strong>401k.com</strong></span>.</a></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'inherit', 'closed', 'closed', '', '7177-revision-v1', '', '', '2024-10-26 00:56:42', '2024-10-26 00:56:42', '', 7177, 'https://benefitsmyway.mybenefitport.com/?p=7940', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7941, 1, '2024-10-26 01:01:31', '2024-10-26 01:01:31', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Financial Resources Through Fidelity </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\n<p>Fidelity offers resources to help you achieve financial stability.</p>\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Q3.png\" title_text=\"Q3\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Q4-2024-UWW-Schedule.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"35%\" custom_margin=\"15px||-28px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. Click to view the complete <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Q4-2024-UWW-Schedule.pdf\"><strong><span class=\"s2\">Live Web Workshop </span>catalog</strong> </a>and enroll for a live web workshop. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a><br /></strong>Get access to calculators, checklists, and financial workshops.</p>\n<p style=\"font-weight: 400;\"><strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a><br /></strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to <strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a> </strong>to access the following services:</p>\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\n<ul>\n<li>Kaplan and ACT: College test preparation</li>\n<li>Fidelity 529 Savings: Education savings account</li>\n<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\n<ul>\n<li>NotaryCam: Online notary services</li>\n<li>IDnotify: Identity protection</li>\n<li>Fidelity Estate Planner: Estate planning</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\n<ul>\n<li>TurboTax: Tax preparation services</li>\n<li>Fidelity Goal Booster: Short-term savings goals</li>\n<li>Fidelity Cash Management: Spending and saving with investments</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2024-10-26 01:01:31', '2024-10-26 01:01:31', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=7941', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7943, 1, '2024-10-26 01:11:28', '2024-10-26 01:11:28', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Disability Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">We offer Disability insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability insurance on the first of the month following 180 days of employment.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company Paid Short-Term Disability\" open=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Short-Term Disability (STD) coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ <span>compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.</span><span> </span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7409\"]<span></span></p>\n<h6 style=\"font-weight: 400;\"><span>*</span><span></span><span>For detailed eligibility and waiting period information, please refer to </span><span>your plan documents.<br /></span><span>**Maximum payment period is based on the first day benefits become </span><span>payable, not on the first day you are disabled.</span></h6>\n<p><span></span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Long-Term Disability\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"on\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">vidFollowing 180 days of employment, you will have 31 days to elect this benefit, which you pay for.</p>\n<p style=\"font-weight: 400;\"><span>Enroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at </span><span><strong>(800) 463-3819</strong></span><span><strong>. </strong></span></p>\n<p style=\"font-weight: 400;\"><span>Long-Term Disability (LTD) coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7412\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Depending on your age at the time of disability, your benefits may be </span><span>subject to a different schedule. Refer to the Maximum Benefit Period </span><span>table, which can be found in your plan documents.</span></h6>\n<p class=\"p1\"><span style=\"font-size: medium;\"><b><span style=\"color: #872434;\">Evidence OF Insurability</span></b></span></p>\n<p>Long-term disability may require evidence of insurability (EOI). This means you’ll be asked to answer medical-related questions. After electing coverage, you will receive more information if EOI is required.</p>\n<p>&nbsp;</p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'inherit', 'closed', 'closed', '', '7183-revision-v1', '', '', '2024-10-26 01:11:28', '2024-10-26 01:11:28', '', 7183, 'https://benefitsmyway.mybenefitport.com/?p=7943', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7944, 1, '2024-10-26 01:12:17', '2024-10-26 01:12:17', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/service-awards-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Service Awards</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Service Awards', '						', 'inherit', 'closed', 'closed', '', '7195-revision-v1', '', '', '2024-10-26 01:12:17', '2024-10-26 01:12:17', '', 7195, 'https://benefitsmyway.mybenefitport.com/?p=7944', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7945, 1, '2024-10-26 01:12:47', '2024-10-26 01:12:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/recognition-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Recognition', '						', 'inherit', 'closed', 'closed', '', '7202-revision-v1', '', '', '2024-10-26 01:12:47', '2024-10-26 01:12:47', '', 7202, 'https://benefitsmyway.mybenefitport.com/?p=7945', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7946, 1, '2024-10-26 01:13:18', '2024-10-26 01:13:18', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/referral-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Referral Program</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Referral Program', '						', 'inherit', 'closed', 'closed', '', '7208-revision-v1', '', '', '2024-10-26 01:13:18', '2024-10-26 01:13:18', '', 7208, 'https://benefitsmyway.mybenefitport.com/?p=7946', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7947, 1, '2024-10-26 01:13:54', '2024-10-26 01:13:54', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Compensation-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Compensation</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Compensation', '						', 'inherit', 'closed', 'closed', '', '7215-revision-v1', '', '', '2024-10-26 01:13:54', '2024-10-26 01:13:54', '', 7215, 'https://benefitsmyway.mybenefitport.com/?p=7947', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7948, 1, '2024-10-26 01:14:34', '2024-10-26 01:14:34', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/pto-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Paid Time Off</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Paid Time Off', '						', 'inherit', 'closed', 'closed', '', '7221-revision-v1', '', '', '2024-10-26 01:14:34', '2024-10-26 01:14:34', '', 7221, 'https://benefitsmyway.mybenefitport.com/?p=7948', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7949, 1, '2024-10-26 01:15:13', '2024-10-26 01:15:13', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Tuition-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Tuition Reimbursement</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tuition Reimbursement', '						', 'inherit', 'closed', 'closed', '', '7227-revision-v1', '', '', '2024-10-26 01:15:13', '2024-10-26 01:15:13', '', 7227, 'https://benefitsmyway.mybenefitport.com/?p=7949', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7950, 1, '2024-10-26 01:15:47', '2024-10-26 01:15:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/adoption-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Adoption Assistance</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '7233-revision-v1', '', '', '2024-10-26 01:15:47', '2024-10-26 01:15:47', '', 7233, 'https://benefitsmyway.mybenefitport.com/?p=7950', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7951, 1, '2024-10-26 01:18:24', '2024-10-26 01:18:24', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Aditional-Benefits-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Additional Benefits</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Auto and Home Insurance</h2>\n<p><strong><a href=\"https://www.farmers.com/%20groupselect\">Farmers GroupSelect</a></strong> gives you access to personal insurance policies, including home, auto, rental, condo, and recreational vehicle and boat coverage. Save up to 15% when you purchase this coverage through Owens &amp; Minor. Contact Farmers GroupSelect for no-obligation quotes and cost comparisons by calling <strong>(800) 438-6381</strong>. The company code is <strong>BVP</strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Cancer Resource Services</h2>\r\nAfter a cancer diagnosis, it may be difficult to know what the next step is. UHC medical plan enrollees have access to Cancer Resource Services, which provides you with the support you need to navigate each step in your cancer journey. Your concierge will help you understand your options, answer your questions, and check in with you along the way so you can focus on your health and recovery.\r\n<p style=\"font-weight: 400;\">A representative from Cancer Resource Services will contact you if your medical claims indicate you would benefit from the program.</p>\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Commuter Benefits</h2>\n<p>Pay for the expense of commuting with pre-tax dollars and save on your taxes. You decide how much to contribute, and the money is deducted from your paycheck automatically. You can contribute pre-tax dollars up to the IRS monthly limit of $315 for transit and parking. Enroll or change contribution amounts by the 25th of each month, anytime during the year.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Pet Insurance</h2>\n<p><strong><a href=\"www.metlife.com/getpetquote\">MetLife</a></strong> provides coverage to protect your furry family members’ health and your finances. This plan offers reimbursement of up to 90% of covered expenses from any licensed veterinarian in the U.S. The MetLife mobile app allows quick claim submission and reimbursement along with other benefits, such as retail discounts and access to 24/7 vet telehealth. Enroll anytime during the year by calling <strong>(800) GET-MET8</strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">PerkSpot</h2>\r\nNever miss a deal! From travel to electronics, with PerkSpot you can choose from over 25 different categories of perks and save money. Start by creating your account at <a href=\"https://owens-minor.perkspot.com\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor.perkspot.com</strong></a>. Use access code: <strong>OwensMinor</strong>. Once you register, you can download the PerkSpot mobile app for deals anytime, anywhere.\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Additional Benefits', '						', 'inherit', 'closed', 'closed', '', '7239-revision-v1', '', '', '2024-10-26 01:18:24', '2024-10-26 01:18:24', '', 7239, 'https://benefitsmyway.mybenefitport.com/?p=7951', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7954, 1, '2024-10-26 01:25:33', '2024-10-26 01:25:33', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/fsa-3.png\" title_text=\"fsa-3\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">*projected IRS carryover amount for 2025.</span></p>\n<p style=\"font-weight: 400;\">For a list of eligible expenses, visit <a href=\"https://www.irs.gov/publications/p502\"><strong>Publication 502, Medical and Dental Expenses</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important considerations for all FSA accounts\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-10-26 01:25:33', '2024-10-26 01:25:33', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=7954', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7955, 1, '2024-10-26 01:39:13', '2024-10-26 01:39:13', '', 'DEV-21-Vision', '', 'inherit', 'closed', 'closed', '', '2282-autosave-v1', '', '', '2024-10-26 01:39:13', '2024-10-26 01:39:13', '', 2282, 'https://benefitsmyway.mybenefitport.com/?p=7955', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7957, 1, '2024-10-26 03:03:46', '2024-10-26 03:03:46', '', 'Vision 2', '', 'publish', 'closed', 'closed', '', 'long-term-disability-duplicate-2', '', '', '2024-10-26 03:04:09', '2024-10-26 03:04:09', '', '0', 'https://benefitsmyway.mybenefitport.com/ninja-table/long-term-disability-duplicate-2/', '0', 'ninja-table', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7958, 1, '2024-10-26 03:22:19', '2024-10-26 03:22:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/vision-scaled.jpg\" background_position=\"bottom_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>VISION THROUGH UNITEDHEALTHCARE</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.2\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>VISION THROUGH UHC</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Enroll in <a href=\"https://www.whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong>UnitedHealthcare’s Vision Plan</strong></a> to help keep life in focus. The plan covers eye exams, eyeglasses, and contact lenses for you and your eligible dependents.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Coverage Details</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"75%\" module_alignment=\"left\" custom_margin=\"0px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>[ninja_tables id=\"7957\"]</p>\n<p class=\"p1\">For more information, visit <a href=\"http://whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"s1\">whyuhc.com/owensminor</span></strong></a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"|-23px||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '5971-revision-v1', '', '', '2024-10-26 03:22:19', '2024-10-26 03:22:19', '', 5971, 'https://benefitsmyway.mybenefitport.com/?p=7958', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7959, 1, '2024-10-26 17:12:10', '2024-10-26 17:12:10', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\n<p style=\"font-weight: 400;\">If you enroll in the High Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How an HSA Works</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"left\" custom_margin=\"-10px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/How-an-HSA-works.png\" width=\"2124\" height=\"912\" alt=\"\" class=\"wp-image-7439 alignnone size-full\" /></a></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"left\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-info.png\" width=\"2546\" height=\"526\" alt=\"\" class=\"wp-image-7732 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"71.7%\" module_alignment=\"left\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"text-align: left;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/HSA-TTS.png\" width=\"2508\" height=\"1380\" alt=\"\" class=\"wp-image-7735 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><strong>Company Contributions<br /></strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<ul>\n<li style=\"font-weight: 400;\">Teammate only: $300</li>\n<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\n<li style=\"font-weight: 400;\">Family: $600</li>\n</ul>\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\n<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\n<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\n<li style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">The penalty for using your HSA for ineligible expenses is 20% of the reimbursed amount.</span></li>\n<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\n<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-10-26 17:12:10', '2024-10-26 17:12:10', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=7959', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7960, 1, '2024-10-26 17:17:04', '2024-10-26 17:17:04', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Aditional-Benefits-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Additional Benefits</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Auto and Home Insurance</h2>\n<p><strong><a href=\"https://www.farmers.com/groupselect\">Farmers GroupSelect</a></strong> gives you access to personal insurance policies, including home, auto, rental, condo, and recreational vehicle and boat coverage. Save up to 15% when you purchase this coverage through Owens &amp; Minor. Contact Farmers GroupSelect for no-obligation quotes and cost comparisons by calling <strong>(800) 438-6381</strong>. The company code is <strong>BVP</strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Cancer Resource Services</h2>\r\nAfter a cancer diagnosis, it may be difficult to know what the next step is. UHC medical plan enrollees have access to Cancer Resource Services, which provides you with the support you need to navigate each step in your cancer journey. Your concierge will help you understand your options, answer your questions, and check in with you along the way so you can focus on your health and recovery.\r\n<p style=\"font-weight: 400;\">A representative from Cancer Resource Services will contact you if your medical claims indicate you would benefit from the program.</p>\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Commuter Benefits</h2>\n<p>Pay for the expense of commuting with pre-tax dollars and save on your taxes. You decide how much to contribute, and the money is deducted from your paycheck automatically. You can contribute pre-tax dollars up to the IRS monthly limit of $315 for transit and parking. Enroll or change contribution amounts by the 25th of each month, anytime during the year.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Pet Insurance</h2>\n<p><strong><a href=\"http://www.metlife.com/getpetquote\">MetLife</a></strong> provides coverage to protect your furry family members’ health and your finances. This plan offers reimbursement of up to 90% of covered expenses from any licensed veterinarian in the U.S. The MetLife mobile app allows quick claim submission and reimbursement along with other benefits, such as retail discounts and access to 24/7 vet telehealth. Enroll anytime during the year by calling <strong>(800) GET-MET8</strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">PerkSpot</h2>\r\nNever miss a deal! From travel to electronics, with PerkSpot you can choose from over 25 different categories of perks and save money. Start by creating your account at <a href=\"https://owens-minor.perkspot.com\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor.perkspot.com</strong></a>. Use access code: <strong>OwensMinor</strong>. Once you register, you can download the PerkSpot mobile app for deals anytime, anywhere.\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Additional Benefits', '						', 'inherit', 'closed', 'closed', '', '7239-revision-v1', '', '', '2024-10-26 17:17:04', '2024-10-26 17:17:04', '', 7239, 'https://benefitsmyway.mybenefitport.com/?p=7960', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7962, 1, '2024-10-26 17:29:58', '2024-10-26 17:29:58', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>401(k) Retirement Plan</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">401(k) Plan</h2>\r\nThe Owens &amp; Minor 401(k) Plan, administered by Fidelity, helps you prepare for retirement by offering an easy, tax-advantaged way to save. Once you’re eligible, we match on a dollar-for-dollar basis up to 3% of your eligible contributions. You are immediately vested in your contributions, as well as the company’s match.\r\n<p style=\"font-weight: 400;\"><strong>Eligibility and enrollment</strong></p>\r\n<p style=\"font-weight: 400;\">You are eligible to enroll after 30 days of employment. After 60 days of service, you will be automatically enrolled in the plan with a 2% contribution rate. After one year of service, you are eligible for the company match. Enroll online at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com </strong></a>or call <strong>(800) 835-5095</strong>.</p>\r\n&nbsp;\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Reasons to Participate</h2>\r\n<ul>\r\n 	<li>Your pre-tax contributions are deducted from your pay, decreasing your overall income tax.</li>\r\n 	<li>You have multiple investment funds with risks ranging from conservative to aggressive.</li>\r\n 	<li>You can choose from retirement date-based Fidelity Freedom Funds. The Freedom Funds are generally designed for investors planning to retire around the year in the investment name.</li>\r\n 	<li>Fidelity Portfolio Advisory Service at Work provides discretionary money management for a fee. You can delegate the day-to-day management of your 401(k) account to professional investment managers.</li>\r\n</ul>\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" z_index=\"0\" min_height=\"58.8px\" custom_margin=\"-7px||||false|false\" custom_padding=\"8px||18px|||\" locked=\"off\" global_colors_info=\"{}\"]<p>You can manage your 401(k) account at <a shash=\"YvMT35lNFn5SQU8gmiqsWBh8JohUHX8tIgPb5gV73v7fmaGfOmCEnbiwpjY6IMgoY8TGO3stkoRuRfBDu5pcn6dJIViSHRTaIC/Q+AZ8lhx23KkANIj1ptQZLfOuu6d97YnSP7zpUorEGQucQdpIjup15eCZixtC5hmVYCo0A1Q=\" originalsrc=\"https://401k.com/\" data-auth=\"Verified\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.401k.com/\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" data-linkindex=\"0\"><b>401k.com</b></a>. For complete details, including information about your investment options, visit <a shash=\"KFCnSpCD1JEQSXKAsbMQVdJ/p2eI1V3lkZaLVj6lRRajuat13cVdT7S6rEqUanqKgheevlwsUXQalFX7mRyNJdpWHu6YNNBSbE/xCSjAaho3wDcf70cse67NIm1Hnha/tZKHm1Mgqo0YmU9S4MBtoarC9yJjCC84naeTwRXe6mg=\" originalsrc=\"https://401k.com/\" data-auth=\"Verified\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.401k.com/\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" data-linkindex=\"1\"><b>401k.com</b></a>.</p>[/et_pb_text][et_pb_cta _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">It’s important to designate a beneficiary to receive the value of your 401(k) account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <span style=\"color: #ffffff;\"><strong><a href=\"https://www.401k.com/\" style=\"color: #ffffff;\">401k.com</a></strong>.</span></span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '401k', '						', 'inherit', 'closed', 'closed', '', '7170-revision-v1', '', '', '2024-10-26 17:29:58', '2024-10-26 17:29:58', '', 7170, 'https://benefitsmyway.mybenefitport.com/?p=7962', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7964, 1, '2024-10-26 17:34:55', '2024-10-26 17:34:55', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Teammate Stock Purchase Plan (TSPP)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Stock Purchase Plan (TSPP)</h2>\n<p>The Owens &amp; Minor, Inc., TSPP provides teammates the option to purchase Owens &amp; Minor stock at a 15% discount through payroll deduction. You are eligible to enroll after 30 days of employment if you are scheduled to work at least 20 hours per week. </p>\n<p style=\"font-weight: 400;\">Enrollment for U.S. eligible teammates is twice a year during each enrollment period. At the end of the Offering Period, Owens &amp; Minor shares are purchased on your behalf on the Stock Purchase Date(s) at the 15% discounted price. Shares are then deposited in your Fidelity Brokerage account.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"73%\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<center><p style=\"text-align: center;\">[ninja_tables id=\"7685\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"font-size: 14px;\">Visit </span><b style=\"font-size: 14px;\"><a href=\"https://www.netbenefits.com\">netbenefits.com</a> </b><span style=\"font-size: 14px;\">to enroll or call a Fidelity Stock Plan Services representative at </span><b style=\"font-size: 14px;\">(800) 544-9354</b><span style=\"font-size: 14px;\">. You can manage your TSPP account at </span><a shash=\"Ue8poFX7WXs3xYuZIKd3KbJepZ0lzSgmkw1B0tzemfkbIZ9ZNH8ls212GUpucLXdbXABlKGQnmospLmEMn1KKFp7po9YF0xm6OcSZI49203GG1TYQYgPshvsChPOBcVIwaZApbnQ0pui9b1Ks+K/JCvQoi2opOCoeGhsG9Gxu3U=\" originalsrc=\"https://401k.com/\" data-auth=\"Verified\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.401k.com\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" data-linkindex=\"2\" style=\"font-size: 14px;\"><b>401k.com</b></a><span style=\"font-size: 14px;\">. For complete details, including information about your investment options, visit </span><a shash=\"h8JVgS7qvmK+b6qCaF4M5IFogHUMe9SgHI4FBrPi+h6+hJZpTeJ5/JXG9YmUoSm7peS3X8XCiK/BqLDWuwM1dDspC5CJSw/FAOFHJ1SGaTTXvSHSAdmanS7Ft4UUWqFO1TFOU+1X6y6QMWbyIi74akSRxhBjOadCriwLx5gkj/I=\" originalsrc=\"https://401k.com/\" data-auth=\"Verified\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.401k.com\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" data-linkindex=\"3\" style=\"font-size: 14px;\"><b>401k.com</b></a><span style=\"font-size: 14px;\">.</span></p>[/et_pb_text][et_pb_cta _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>It’s important to designate a beneficiary to receive the value of your TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <span style=\"color: #ffffff;\"><a shash=\"qNwQe/zPXui059J0bAY5xnnC0Kc2xhYQRj82sAqK8+ejZpKHFQxD0wAVXCSH/Xmnbwqb9G+kPOTT3yaifSlS1fV5vQz/oChQaEfuQe2EwxzVK3jbrMtS91QlMiX/xNwHXn6AMyYFHdOG7Gs21YSC/YY1lAVQGo1LSCtGS6rXO94=\" originalsrc=\"https://401k.com/\" data-auth=\"Verified\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.401k.com\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" data-linkindex=\"4\" style=\"color: #ffffff;\"><b>401k.com</b>.</a></span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'inherit', 'closed', 'closed', '', '7177-revision-v1', '', '', '2024-10-26 17:34:55', '2024-10-26 17:34:55', '', 7177, 'https://benefitsmyway.mybenefitport.com/?p=7964', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7966, 1, '2024-10-26 17:47:56', '2024-10-26 17:47:56', '', '2025 Summary of Benefits and Coverage - Surest', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-surest', '', '', '2024-10-26 17:47:56', '2024-10-26 17:47:56', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/671d2b4ca302c.pdf', 7, 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7969, 1, '2024-10-26 17:53:00', '2024-10-26 17:53:00', '', 'Certificate of Coverage - Accident Insurance - Ammendment', '', 'publish', 'closed', 'closed', '', 'certificate-of-coverage-accident-insurance-ammendment', '', '', '2025-03-14 17:04:50', '2025-03-14 17:04:50', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/50/671d2ca3561bc.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7970, 1, '2024-10-26 17:53:00', '2024-10-26 17:53:00', '', 'Certificate of Coverage - Accident Insurance', '', 'publish', 'closed', 'closed', '', 'certificate-of-coverage-accident-insurance', '', '', '2025-03-14 17:04:29', '2025-03-14 17:04:29', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/50/671d2ca3c50fc.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7971, 1, '2024-10-26 17:57:00', '2024-10-26 17:57:00', '', 'Summary of Benefits and Coverage - Company Paid AD&amp;D', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-and-coverage-company-paid-add', '', '', '2025-03-28 17:21:11', '2025-03-28 17:21:11', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/50/671d2d7aee8bc.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7972, 1, '2024-10-26 17:57:00', '2024-10-26 17:57:00', '', 'Summary of Benefits and Coverage - Supplemental AD&amp;D', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-and-coverage-supplemental-add', '', '', '2025-03-28 17:20:51', '2025-03-28 17:20:51', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/50/671d2d86ecffb.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7973, 1, '2024-10-26 17:57:00', '2024-10-26 17:57:00', '', 'Summary of Benefits and Coverage - Company Paid Life - Class 1', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-and-coverage-company-paid-life-class-1', '', '', '2025-03-28 17:23:07', '2025-03-28 17:23:07', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/49/671d2d996af86.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7974, 1, '2024-10-26 17:57:00', '2024-10-26 17:57:00', '', 'Summary of Benefits and Coverage - Supplemental Life - Class 1', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-and-coverage-supplemental-life-class-1', '', '', '2025-03-28 17:22:16', '2025-03-28 17:22:16', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/49/671d2d997ef1a.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7975, 1, '2024-10-26 17:58:18', '2024-10-26 17:58:18', '', 'Summary of Benefits and Coverage - Long Term Disability', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-and-coverage-long-term-disability', '', '', '2024-10-26 17:58:18', '2024-10-26 17:58:18', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/55/671d2dbab459b.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7976, 1, '2024-10-26 17:58:29', '2024-10-26 17:58:29', '', 'Summary of Benefits and Coverage - Short Term Disability', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-and-coverage-short-term-disability', '', '', '2024-10-26 17:58:29', '2024-10-26 17:58:29', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/56/671d2dc55f7cc.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7977, 1, '2024-10-27 15:48:16', '2024-10-27 15:48:16', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-61px|auto||\" custom_padding=\"||9px|||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.</p>\n<p>Remember, <strong>this year’s Open Enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong></p>\n<p>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</p>\n<ul>\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<h6><span style=\"color: #002856;\"><strong>Medical</strong></span></h6>\n<ul>\n<li>Medical contributions increasing</li>\n<li>UPMC not offered in 2025</li>\n<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\n<li><strong>New ID cards</strong> for the UHC HDHP plan and the Kaiser plan (excluding Kaiser Hawaii POS 405 and Kaiser Northwest).</li>\n<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-109px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><strong style=\"color: #002856; font-size: 14px;\">Dental</strong></p>\n<ul>\n<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n<li>New ID cards for all members</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-95px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><strong style=\"font-size: 14px; color: #002856;\">401(k)</strong></p>\n<ul>\n<li>Company match adjusted to 3% of eligible contributions</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||-53px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"417.5px\" custom_padding=\"30px|||||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><a href=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\"><strong>Learn </strong></a>about your many benefit choices in the 2025 Benefits Guide and think about your Coverage needs.</li>\n<li><a href=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\"><strong>Access </strong></a>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong></li>\n<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n<li><strong>Elect </strong>the benefits that best support you and your family. Don’t forget to designate beneficiaries.</li>\n<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b><span>and<b><span> complete your enrollment by November 8, 2024.<span> </span></span></b><span>If you don’t enroll, your current elections will roll over<b> </b></span>into the next plan year<span> </span><b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-27 15:48:16', '2024-10-27 15:48:16', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7977', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7979, 1, '2024-10-27 17:29:18', '2024-10-27 17:29:18', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>2025 Open Enrollment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-61px|auto||\" custom_padding=\"||9px|||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\n<p>2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.</p>\n<p>Remember, <strong>this year’s Open Enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong></p>\n<p>If currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:</p>\n<ul>\n<li>2025 FSA with a $0 contribution, or</li>\n<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\n<h6><span style=\"color: #002856;\"><strong>Medical</strong></span></h6>\n<ul>\n<li>Medical contributions increasing</li>\n<li>UPMC not offered in 2025</li>\n<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP Plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\n<li><strong>New ID cards</strong> for the UnitedHealthcare HDHP Plan and the Kaiser plans (excluding Kaiser Hawaii POS 405 and Kaiser Northwest)</li>\n<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-109px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><strong style=\"color: #002856; font-size: 14px;\">Dental</strong></p>\n<ul>\n<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\n<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\n<li>New ID cards for all members.</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-95px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><strong style=\"font-size: 14px; color: #002856;\">401(k)</strong></p>\n<ul>\n<li>Company match adjusted to 3% of eligible contributions.</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||-53px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"417.5px\" custom_padding=\"30px|||||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li><a href=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\"><strong>Learn </strong></a>about your many benefit choices in the 2025 Benefits Guide and think about your coverage needs.</li>\n<li><a href=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\"><strong>Access </strong></a>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong>.</li>\n<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\n<li><strong>Elect </strong>the benefits that best support you and your family. Don’t forget to designate beneficiaries.</li>\n<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b><span>and<b><span> complete your enrollment by November 8, 2024.<span> </span></span></b><span>If you don’t enroll, your current elections will roll over<b> </b></span>into the next plan year<span> </span><b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</span></li>\n</ul>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or <span>email the </span><strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\n&nbsp;[/et_pb_text][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-27 17:29:18', '2024-10-27 17:29:18', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=7979', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7981, 1, '2024-10-27 17:33:22', '2024-10-27 17:33:22', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/eligibility-scaled.jpg\" background_position=\"top_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Eligibility</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.27.0\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">As an Owens &amp; Minor teammate, you’re eligible for benefits if you work 30 hours or more per week.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Hawaii teammates who work 20+ hours per week and earn a monthly wage of at least 86.67 times the Hawaii minimum hourly wage are eligible for medical coverage that starts after 30 days of employment.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<h2>Your Eligible Dependents</h2>\n<p>During enrollment, you’ll be asked to verify that your dependents meet the eligibility requirements for coverage. Eligible dependents include:</p>\n<p><span style=\"color: #002856;\"><strong>Your Spouse.* <br /></strong></span>The individual you’re legally married to.</p>\n<p><span style=\"color: #002856;\"><strong>Your domestic partner.*<br /></strong></span>Must be 18+ years old; unmarried; not blood-related; mutually supporting; share a common residence; and be each other’s sole domestic partner.</p>\n<p><span style=\"color: #002856;\"><strong>Your qualified children under the age of 26.</strong></span><br />Biological, step, legally adopted, your domestic partner’s children, or lawfully placed with you for legal adoption and/or eligible foster children.</p>\n<p><strong>Your unmarried child who is disabled: Living with you; dependent due to a mental or physical disability.</strong></p>\n<p>*<span data-olk-copy-source=\"MessageBody\">Spouses or domestic partners who have access to other employer insurance cannot enroll under O&amp;M medical or prescription plans.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<h2>Dependent Eligibility Verification</h2>\n<p><span style=\"color: #002856;\"><strong>Domestic partners<br /></strong></span>For your domestic partner and their eligible children to receive benefits under the Owens &amp; Minor Welfare Benefits Plan, both you and your partner must:</p>\n<ul>\n<li>Complete and sign the <span style=\"color: #872434;\"><strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\" style=\"color: #872434;\">Declaration of Domestic Partnership</a></strong></span> (the “Declaration”).</li>\n<li>Upload the signed Declaration and appropriate documentation to Workday HR within 31 days of hire/Qualified Life Event or by the end of the Open Enrollment period.</li>\n</ul>\n<p style=\"font-weight: 400;\">For a list of acceptable documentation, refer to the Declaration of Domestic Partnership.</p>\n<p><span style=\"color: #002856;\"><strong>All other dependents</strong></span><br />Owens &amp; Minor reserves the right to audit dependent eligibility. Be sure to keep proof of your dependents’ eligibility in case of an audit. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for a list of supporting documents.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility', '', 'inherit', 'closed', 'closed', '', '5751-revision-v1', '', '', '2024-10-27 17:33:22', '2024-10-27 17:33:22', '', 5751, 'https://benefitsmyway.mybenefitport.com/?p=7981', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7982, 1, '2024-10-27 18:27:03', '2024-10-27 18:27:03', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment & Changes</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" min_height=\"361.4px\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know </span><i><span><strong>Life Takes Care™</strong></span></i><b><span>.</span></b></p>\n<p style=\"font-weight: 400;\">Access our <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" target=\"_blank\" rel=\"noopener\">Benefits Enrollment Journey Guide</a></strong> to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-47px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefits electionsunless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png\" title_text=\"24 Guide-2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-10-27 18:27:03', '2024-10-27 18:27:03', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=7982', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7983, 1, '2024-10-27 18:29:16', '2024-10-27 18:29:16', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Medical &amp; Prescription Drug</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Find the Right Plan for You</h2>\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\n<ul style=\"font-weight: 400;\">\n<ul style=\"font-weight: 400;\">\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Do you have specific prescription medication needs?</li>\n<li>Are you anticipating surgery or non-preventive dental care?</li>\n<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\n<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\n</ul>\n</ul>\n</ul>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii. </p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7501 alignnone size-full\" /></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,300 High Deductible Health Plan w/Optional Health Savings Account\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7502 alignnone size-full\" /></p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"font-weight: 400;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg\" width=\"1080\" height=\"210\" alt=\"\" class=\"wp-image-7503 alignnone size-full\" /></p>\n<p style=\"font-weight: 400;\"><span><strong>Give your doctor’s office this information: </strong></span><span>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</span><span></span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7739\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" text_font=\"||||||||\" text_font_size=\"12px\" text_line_height=\"1em\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"4px||0px|0px|false|false\" global_colors_info=\"{}\"]<p><span><sup>1 </sup></span>Costs vary depending on type of treatment.</p>\n<p><span><sup>2</sup></span> Copay waived if admitted within 24 hours.</p>\n<p><span style=\"font-size: 13.3333px;\">* </span>Specialty must be filled through Optum Specialty Pharmacy (Mail Order only).</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<ul>\n<li style=\"font-weight: 400;\"><strong><a href=\"https://member.uhc.com/myuhc\">UnitedHealthcare</a></strong></li>\n<li style=\"font-weight: 400;\"><a href=\"https://www.surest.com/\"><strong>Surest</strong></a> (Access Code: OwensMinor2025)</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Regional Medical Plan Options</h2>\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select a Kaiser Medical or UPMC plan for your medical care coverage.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <strong>California, Colorado, Georgia, Washington, and in the Northwest (Oregon and Southern Washington) and Mid-Atlantic (District of Columbia, Maryland, and Virginia)</strong><span>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Hawaii </strong></span><span>teammates may enroll in the Point of Service (POS) 405 plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Click <a href=\"https://healthy.kaiserpermanente.org/front-door\" target=\"_blank\" rel=\"noopener\">here </a></strong></span><span></span><span><strong>for more information.</strong></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</span><span> </span></h6>\n<p>[ninja_tables id=\"7460\"]</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf\" url_new_window=\"on\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-10-27 18:29:16', '2024-10-27 18:29:16', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=7983', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7985, 1, '2024-10-27 18:54:26', '2024-10-27 18:54:26', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Medical &amp; Prescription Drug</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Find the Right Plan for You</h2>\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\n<ul style=\"font-weight: 400;\">\n<ul style=\"font-weight: 400;\">\n<ul>\n<ul style=\"padding-left: 30px;\">\n<li>Do you have specific prescription medication needs?</li>\n<li>Are you anticipating surgery or non-preventive dental care?</li>\n<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\n<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\n</ul>\n</ul>\n</ul>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p>Our medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.</p>\n<p style=\"font-weight: 400;\"></p>\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii. </p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>You pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7501 alignnone size-full\" /></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,300 High Deductible Health Plan w/Optional Health Savings Account\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>This option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.</p>\n<p style=\"text-align: center;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg\" width=\"1080\" height=\"213\" alt=\"\" class=\"wp-image-7502 alignnone size-full\" /></p>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\n<p style=\"font-weight: 400;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg\" width=\"1080\" height=\"210\" alt=\"\" class=\"wp-image-7503 alignnone size-full\" /></p>\n<p style=\"font-weight: 400;\"><span><strong>Give your doctor’s office this information: </strong></span><span>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</span><span></span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7739\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" text_font=\"||||||||\" text_font_size=\"12px\" text_line_height=\"1em\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"4px||0px|0px|false|false\" global_colors_info=\"{}\"]<p><span><sup>1 </sup></span>Costs vary depending on type of treatment.</p>\n<p><span><sup>2</sup></span> Copay waived if admitted within 24 hours.</p>\n<p><span style=\"font-size: 13.3333px;\">* </span>Specialty must be filled through Optum Specialty Pharmacy (Mail Order only).</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\n<ul>\n<li style=\"font-weight: 400;\"><strong><a href=\"https://member.uhc.com/myuhc\">UnitedHealthcare</a></strong></li>\n<li style=\"font-weight: 400;\"><a href=\"https://www.surest.com/\"><strong>Surest</strong></a> (Access Code: OwensMinor2025)</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Regional Medical Plan Options</h2>\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select Kaiser Medical for your medical care coverage.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <strong>California, Colorado, Georgia, Washington, and in the Northwest (Oregon and Southern Washington) and Mid-Atlantic (District of Columbia, Maryland, and Virginia)</strong><span>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Hawaii </strong></span><span>teammates may enroll in the Point of Service (POS) 405 Plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</span></p>\n<p style=\"font-weight: 400;\"><span><strong>Click <a href=\"https://healthy.kaiserpermanente.org/front-door\" target=\"_blank\" rel=\"noopener\">here </a></strong></span><span></span><span><strong>for more information.</strong></span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</span><span> </span></h6>\n<p>[ninja_tables id=\"7460\"]</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf\" url_new_window=\"on\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-10-27 18:54:26', '2024-10-27 18:54:26', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=7985', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7987, 1, '2024-10-27 19:12:54', '2024-10-27 19:12:54', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>YOUR DENTAL PLAN OPTIONS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-44px|auto||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>We offer dental coverage through <strong><a href=\"http://deltadentalva.com\">Delta Dental of Virginia</a></strong> to help you maintain that healthy smile.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dental Plans</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"80%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7683\"]<br />For more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Both plans provide:</strong></span><br />• Prevention first benefit (preventive and diagnostic services do not count against the annual maximum)<br />• Affordable coverage<br />• In-network discounts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" min_height=\"485.1px\" custom_margin=\"-89px|auto||auto|false|false\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-8px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You</h2>\n<span>Healthy Smile, Healthy You offers additional benefits for teammates with these health conditions:</span>\n\n• Pregnancy\n• Diabetes\n• High-risk cardiac conditions\n• Cancer treatments\n• Weakened immune system\n• Kidney failure or dialysis\n\nEligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"172.4px\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '5959-revision-v1', '', '', '2024-10-27 19:12:54', '2024-10-27 19:12:54', '', 5959, 'https://benefitsmyway.mybenefitport.com/?p=7987', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7988, 1, '2024-10-27 19:27:37', '2024-10-27 19:27:37', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>YOUR DENTAL PLAN OPTIONS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-44px|auto||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>We offer dental coverage through <strong><a href=\"http://deltadentalva.com\">Delta Dental of Virginia</a></strong> to help you maintain that healthy smile.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dental Plans</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"80%\" module_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>[ninja_tables id=\"7683\"]<br />For more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"color: #002856;\"><strong>Both plans provide:</strong></span><br />• Prevention first benefit (preventive and diagnostic services do not count against the annual maximum)<br />• Affordable coverage<br />• In-network discounts</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" min_height=\"485.1px\" custom_margin=\"-89px|auto||auto|false|false\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-8px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You</h2>\n<span>Healthy Smile, Healthy You offers additional benefits for teammates with these health conditions:</span>\n\n• Pregnancy\n• Diabetes\n• High-risk cardiac conditions\n• Cancer treatments\n• Weakened immune system\n• Kidney failure or dialysis\n\nEligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"172.4px\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '5959-revision-v1', '', '', '2024-10-27 19:27:37', '2024-10-27 19:27:37', '', 5959, 'https://benefitsmyway.mybenefitport.com/?p=7988', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7989, 1, '2024-10-27 19:30:55', '2024-10-27 19:30:55', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/vision-scaled.jpg\" background_position=\"bottom_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>YOUR VISION PLAN</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.2\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>VISION THROUGH UHC</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Enroll in <a href=\"https://www.whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong>UnitedHealthcare’s Vision Plan</strong></a> to help keep life in focus. The plan covers eye exams, eyeglasses, and contact lenses for you and your eligible dependents.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Coverage Details</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"75%\" module_alignment=\"left\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\"]<p>[ninja_tables id=\"7957\"]</p>\n<p class=\"p1\">For more information, visit <a href=\"http://whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"s1\">whyuhc.com/owensminor</span></strong></a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"|-23px||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '5971-revision-v1', '', '', '2024-10-27 19:30:55', '2024-10-27 19:30:55', '', 5971, 'https://benefitsmyway.mybenefitport.com/?p=7989', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7990, 1, '2024-10-27 19:35:41', '2024-10-27 19:35:41', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\n<p style=\"font-weight: 400;\">If you enroll in the High-Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How an HSA Works</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"left\" custom_margin=\"-10px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/How-an-HSA-works.png\" width=\"2124\" height=\"912\" alt=\"\" class=\"wp-image-7439 alignnone size-full\" /></a></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"left\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-info.png\" width=\"2546\" height=\"526\" alt=\"\" class=\"wp-image-7732 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"71.7%\" module_alignment=\"left\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"text-align: left;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/HSA-TTS.png\" width=\"2508\" height=\"1380\" alt=\"\" class=\"wp-image-7735 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><strong>Company Contributions<br /></strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<ul>\n<li style=\"font-weight: 400;\">Teammate only: $300</li>\n<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\n<li style=\"font-weight: 400;\">Family: $600</li>\n</ul>\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\n<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\n<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\n<li style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">The penalty for using your HSA for ineligible expenses is 20% of the reimbursed amount.</span></li>\n<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\n<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-10-27 19:35:41', '2024-10-27 19:35:41', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=7990', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7993, 1, '2024-10-27 19:47:27', '2024-10-27 19:47:27', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/fsa-5.png\" title_text=\"fsa-5\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">*Projected IRS carryover amount for 2025.</span></p>\n<p style=\"font-weight: 400;\">For a list of eligible expenses, visit <a href=\"https://www.irs.gov/publications/p502\"><strong>Publication 502, Medical and Dental Expenses</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important Considerations for All FSA Accounts\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-10-27 19:47:27', '2024-10-27 19:47:27', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=7993', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7995, 1, '2024-10-27 19:55:12', '2024-10-27 19:55:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/life-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Income Protection</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company-Paid Life and AD&D Insurance\" open=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Owens &amp; Minor provides Life Insurance and Accidental Death and Dismemberment (AD&amp;D) insurance for when the unexpected happens. These benefits are fully paid by the company, and you’re automatically enrolled.</p>\n<p style=\"font-weight: 400;\"><span>Your benefits are equal to:</span></p>\n<ul>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid Life Insurance: 1x your base salary, up to $500,000</span></li>\n<li style=\"font-weight: 400;\"><span> </span><span>Company-paid AD&amp;D Insurance: 1x your base salary, up to $500,000</span></li>\n</ul>\n<p style=\"font-weight: 400;\"><span>Company-paid Life reduces starting at age 65. </span></p>\n<p style=\"font-weight: 400;\"><span>Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Documents Library</a></strong>.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Supplemental Life and AD&D\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"on\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">During enrollment, you can purchase additional Life and/or AD&amp;D Insurance for yourself and your family through payroll deductions. If you want to purchase this coverage for your dependents, you must purchase it for yourself.</p>\n<p style=\"font-weight: 400;\">Supplemental teammate Life Insurance reduces starting at age 65.</p>\n<p style=\"font-weight: 400;\">Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Documents Library</a></strong>.</p>\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">[ninja_tables id=\"7431\"]</span></p>\n<h6><span style=\"color: #000000;\">*Coverage ends at age 26.</span></h6>\n<ul></ul>[/et_pb_accordion_item][et_pb_accordion_item title=\"Evidence of Insurability\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Supplemental Life Insurance may require Evidence of Insurability (EOI). This means you will be asked to answer medical questions about you or your spouse’s health and lifestyle.</span></p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_cta title=\"Designate Your Beneficiaries During Enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">You must designate a beneficiary to receive your Life and AD&amp;D insurance policy benefits. Be sure to update this information as personal circumstances change.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Income Protection', '						', 'inherit', 'closed', 'closed', '', '7157-revision-v1', '', '', '2024-10-27 19:55:12', '2024-10-27 19:55:12', '', 7157, 'https://benefitsmyway.mybenefitport.com/?p=7995', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7997, 1, '2024-10-27 20:02:00', '2024-10-27 20:02:00', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bta-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Business Travel Accident Insurance (BTA)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">When traveling for the company, you are protected under a company-paid Business Travel Accident insurance policy. This policy provides coverage for certain injuries or death resulting from an accident during business travel. You are automatically enrolled at no cost to you.</p>\n<p style=\"font-weight: 400;\">For more information, refer to the BTA - <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Benefit Highlight Summary</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Support Services for Safe Travel</h2>\n<p>While traveling, you can feel confident that you’re in safe hands should the unfortunate occur. We partner with International Medical Group, a leading global assistance provider, to give you 24/7 access to medical and travel assistance services wherever your trip takes you. </p>\n<p style=\"font-weight: 400;\">For more information, <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/1945254b-09-24-Travel-Assistance-and-ID-Theft-Support-Services-Flyer-FINAL-WEB-LOCKED.pdf\">click here</a></strong>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Business Travel Accident', '						', 'inherit', 'closed', 'closed', '', '7163-revision-v1', '', '', '2024-10-27 20:02:00', '2024-10-27 20:02:00', '', 7163, 'https://benefitsmyway.mybenefitport.com/?p=7997', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7998, 1, '2024-10-27 20:06:13', '2024-10-27 20:06:13', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Disability Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">We offer Disability Insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability Insurance on the first of the month following 180 days of employment.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Company Paid Short-Term Disability\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"on\"]<p style=\"font-weight: 400;\">Short-Term Disability (STD) coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ <span>compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.</span><span> </span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7409\"]<span></span></p>\n<h6 style=\"font-weight: 400;\"><span>*</span><span></span><span>For detailed eligibility and waiting period information, please refer to </span><span>your plan documents.<br /></span><span>**Maximum payment period is based on the first day benefits become </span><span>payable, not on the first day you are disabled.</span></h6>\n<p><span></span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Long-Term Disability\" open=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">vidFollowing 180 days of employment, you will have 31 days to elect this benefit, which you pay for.</p>\n<p style=\"font-weight: 400;\"><span>Enroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at </span><span><strong>(800) 463-3819</strong></span><span><strong>. </strong></span></p>\n<p style=\"font-weight: 400;\"><span>Long-Term Disability (LTD) coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7412\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Depending on your age at the time of disability, your benefits may be </span><span>subject to a different schedule. Refer to the Maximum Benefit Period </span><span>table, which can be found in your plan documents.</span></h6>\n<p class=\"p1\"><span style=\"font-size: medium;\"><b><span style=\"color: #872434;\">Evidence OF Insurability</span></b></span></p>\n<p>Long-term disability may require evidence of insurability (EOI). This means you’ll be asked to answer medical-related questions. After electing coverage, you will receive more information if EOI is required.</p>\n<p>&nbsp;</p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'inherit', 'closed', 'closed', '', '7183-revision-v1', '', '', '2024-10-27 20:06:13', '2024-10-27 20:06:13', '', 7183, 'https://benefitsmyway.mybenefitport.com/?p=7998', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7999, 1, '2024-10-27 20:14:15', '2024-10-27 20:14:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Disability Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">We offer Disability Insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability Insurance on the first of the month following 180 days of employment.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company Paid Short-Term Disability\" open=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Short-Term Disability coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ <span>compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.</span><span> </span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7409\"]<span></span></p>\n<h6 style=\"font-weight: 400;\"><span>*</span><span></span><span>For detailed eligibility and waiting period information, please refer to </span><span>your plan documents.<br /></span><span>**Maximum payment period is based on the first day benefits become </span><span>payable, not on the first day you are disabled.</span></h6>\n<p><span></span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Long-Term Disability\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"on\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Following 180 days of employment, you will have 31 days to elect this benefit, which you pay for.</p>\n<p style=\"font-weight: 400;\"><span>Enroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at </span><span><strong>(800) 463-3819</strong></span><span><strong>. </strong></span></p>\n<p style=\"font-weight: 400;\"><span>Long-Term Disability coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7412\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Depending on your age at the time of disability, your benefits may be </span><span>subject to a different schedule. Refer to the Maximum Benefit Period </span><span>table, which can be found in your plan documents.</span></h6>\n<p class=\"p1\"><span style=\"font-size: medium;\"><b><span style=\"color: #872434;\">Evidence OF Insurability</span></b></span></p>\n<p>Long-term disability may require evidence of insurability (EOI). This means you’ll be asked to answer medical-related questions. After electing coverage, you will receive more information if EOI is required.</p>\n<p>&nbsp;</p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'inherit', 'closed', 'closed', '', '7183-revision-v1', '', '', '2024-10-27 20:14:15', '2024-10-27 20:14:15', '', 7183, 'https://benefitsmyway.mybenefitport.com/?p=7999', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8000, 1, '2024-10-27 20:21:46', '2024-10-27 20:21:46', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Disability Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">We offer Disability Insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability Insurance on the first of the month following 180 days of employment.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company Paid Short-Term Disability\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p style=\"font-weight: 400;\">Short-Term Disability coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ <span>compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.</span><span> </span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7409\"]<span></span></p>\n<h6 style=\"font-weight: 400;\"><span>*</span><span></span><span>For detailed eligibility and waiting period information, please refer to </span><span>your plan documents.<br /></span><span>**Maximum payment period is based on the first day benefits become </span><span>payable, not on the first day you are disabled.</span></h6>\n<p><span></span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Long-Term Disability\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">Following 180 days of employment, you will have 31 days to elect this benefit, which you pay for.</p>\n<p style=\"font-weight: 400;\"><span>Enroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at </span><span><strong>(800) 463-3819</strong></span><span><strong>. </strong></span></p>\n<p style=\"font-weight: 400;\"><span>Long-Term Disability coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7412\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Depending on your age at the time of disability, your benefits may be </span><span>subject to a different schedule. Refer to the Maximum Benefit Period </span><span>table, which can be found in your plan documents.</span></h6>\n<p class=\"p1\"><span style=\"font-size: medium;\"><b><span style=\"color: #872434;\">Evidence of Insurability</span></b></span></p>\n<p>Long-term disability may require evidence of insurability (EOI). This means you’ll be asked to answer medical-related questions. After electing coverage, you will receive more information if EOI is required.</p>\n<p>&nbsp;</p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'inherit', 'closed', 'closed', '', '7183-revision-v1', '', '', '2024-10-27 20:21:46', '2024-10-27 20:21:46', '', 7183, 'https://benefitsmyway.mybenefitport.com/?p=8000', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8001, 1, '2024-10-27 20:23:01', '2024-10-27 20:23:01', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Disability Insurance</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">We offer Disability Insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability Insurance on the first of the month following 180 days of employment.</p>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Company Paid Short-Term Disability\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"on\"]<p style=\"font-weight: 400;\">Short-Term Disability coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ <span>compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.</span><span> </span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7409\"]<span></span></p>\n<h6 style=\"font-weight: 400;\"><span>*</span><span></span><span>For detailed eligibility and waiting period information, please refer to </span><span>your plan documents.<br /></span><span>**Maximum payment period is based on the first day benefits become </span><span>payable, not on the first day you are disabled.</span></h6>\n<p><span></span></p>\n<p>&nbsp;</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Long-Term Disability\" open=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Following 180 days of employment, you will have 31 days to elect this benefit, which you pay for.</p>\n<p style=\"font-weight: 400;\"><span>Enroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at </span><span><strong>(800) 463-3819</strong></span><span><strong>. </strong></span></p>\n<p style=\"font-weight: 400;\"><span>Long-Term Disability coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.</span></p>\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7412\"]</p>\n<h6 style=\"font-weight: 400;\"><span>*Depending on your age at the time of disability, your benefits may be </span><span>subject to a different schedule. Refer to the Maximum Benefit Period </span><span>table, which can be found in your plan documents.</span></h6>\n<p class=\"p1\"><span style=\"font-size: medium;\"><b><span style=\"color: #872434;\">Evidence of Insurability</span></b></span></p>\n<p>Long-term disability may require evidence of insurability (EOI). This means you’ll be asked to answer medical-related questions. After electing coverage, you will receive more information if EOI is required.</p>\n<p>&nbsp;</p>\n<ul></ul>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefits-eligible teammates; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'inherit', 'closed', 'closed', '', '7183-revision-v1', '', '', '2024-10-27 20:23:01', '2024-10-27 20:23:01', '', 7183, 'https://benefitsmyway.mybenefitport.com/?p=8001', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8002, 1, '2024-10-27 20:26:39', '2024-10-27 20:26:39', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tap-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Your Well-Being</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>We are committed to supporting you with valuable resources to help you manage and maintain your mental and physical health,<br />as well as your work-life balance.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Assistance Program (TAP)</h2>\n<p>Life’s pressures can affect your physical, emotional, and mental health. TAP, with Live and Work Well through Optum, helps you find the resources you need to get back on track — at no extra cost. </p>\n<p style=\"font-weight: 400;\">Turn to TAP for help with:</p>\n<ul>\n<li style=\"font-weight: 400;\">Finding work-life balance</li>\n<li style=\"font-weight: 400;\">Finding child and elder care</li>\n<li style=\"font-weight: 400;\">Handling grief and loss</li>\n<li style=\"font-weight: 400;\">Living within a realistic budget</li>\n<li style=\"font-weight: 400;\">Addressing addiction and recovery</li>\n<li style=\"font-weight: 400;\">Dealing with identity theft</li>\n</ul>\n<p style=\"font-weight: 400;\">Support is just a phone call away. Visit <a href=\"https://www.liveandworkwell.com/en/public\" target=\"_blank\" rel=\"noopener\"><strong>liveandworkwell.com</strong></a> or call <strong>(866) 374-6061</strong> to connect with a licensed behavioral health professional in your area. (Company code: <strong>owensminor</strong>)</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Optum Mental Health Awareness Toolkits</h2>\n<p>Optum launches a new teammate toolkit each month including articles, trainings, tip sheets, and more — on relevant and trending topics to help support your health and well-being at work, home, and at play. Access the toolkit <strong><a href=\"https://optumwellbeing.com/newthismonth/en-US\" target=\"_blank\" rel=\"noopener\">here</a></strong> using our company code: owensminor.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'TAP', '						', 'inherit', 'closed', 'closed', '', '7260-revision-v1', '', '', '2024-10-27 20:26:39', '2024-10-27 20:26:39', '', 7260, 'https://benefitsmyway.mybenefitport.com/?p=8002', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8003, 1, '2024-10-27 20:27:47', '2024-10-27 20:27:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tap-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Your Well-Being</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>We are committed to supporting you with valuable resources to help you manage and maintain your mental and physical health,<br />as well as your work-life balance.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Assistance Program (TAP)</h2>\n<p>Life’s pressures can affect your physical, emotional, and mental health. TAP, with Live and Work Well through Optum, helps you find the resources you need to get back on track — at no extra cost. </p>\n<p style=\"font-weight: 400;\">Turn to TAP for help with:</p>\n<ul>\n<li style=\"font-weight: 400;\">Finding work-life balance</li>\n<li style=\"font-weight: 400;\">Finding child and elder care</li>\n<li style=\"font-weight: 400;\">Handling grief and loss</li>\n<li style=\"font-weight: 400;\">Living within a realistic budget</li>\n<li style=\"font-weight: 400;\">Addressing addiction and recovery</li>\n<li style=\"font-weight: 400;\">Dealing with identity theft</li>\n</ul>\n<p style=\"font-weight: 400;\">Support is just a phone call away. Visit <a href=\"https://www.liveandworkwell.com/en/public\" target=\"_blank\" rel=\"noopener\"><strong>liveandworkwell.com</strong></a> or call <strong>(866) 374-6061</strong> to connect with a licensed behavioral health professional in your area. (Company code: <strong>owensminor</strong>)</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Optum Mental Health Awareness Toolkits</h2>\n<p>Optum launches a new teammate toolkit each month including articles, trainings, tip sheets, and more — on relevant and trending topics to help support your health and well-being at work, home, and at play. Access the toolkit <strong><a href=\"https://optumwellbeing.com/newthismonth/en-US\" target=\"_blank\" rel=\"noopener\">here</a></strong> using our company code: <strong>owensminor</strong>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'TAP', '						', 'inherit', 'closed', 'closed', '', '7260-revision-v1', '', '', '2024-10-27 20:27:47', '2024-10-27 20:27:47', '', 7260, 'https://benefitsmyway.mybenefitport.com/?p=8003', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8004, 1, '2024-10-27 20:30:04', '2024-10-27 20:30:04', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Documents Library</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\n<p>Use the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.<br /> <br />[wpfd_category id=\"22\"]</p><p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\n<p>Use these documents as a reference for Workday HR.<br /> <br />[wpfd_category id=\"23\"]</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]<h1>Benefits Documents</h1>\n<p>These various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of healthcare service covered by your plan.</p>\n<p>[wpfd_category id=\"26\"]</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]<h1>Wellness Information <!--.h1--></h1>\n<p>Explore these documents to learn more about some of our wellness programs.<br /> <br />[wpfd_category id=\"24\"]</p><p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]<p><span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-27 20:30:04', '2024-10-27 20:30:04', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=8004', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8006, 1, '2024-10-27 20:31:09', '2024-10-27 20:31:09', '', 'O&M Contact Popup', '', 'inherit', 'open', 'closed', '', 'om-benefit-popup_2', '', '', '2024-10-27 20:31:52', '2024-10-27 20:31:52', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OM-benefit-popup_2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8009, 1, '2024-10-27 20:36:57', '2024-10-27 20:36:57', '', 'How an HSA works', '', 'inherit', 'closed', 'closed', '', '7439-autosave-v1', '', '', '2024-10-27 20:36:57', '2024-10-27 20:36:57', '', 7439, 'https://benefitsmyway.mybenefitport.com/?p=8009', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8010, 1, '2024-10-27 20:37:07', '2024-10-27 20:37:07', '', 'How-an-HSA-works_2', '', 'inherit', 'open', 'closed', '', 'how-an-hsa-works_2', '', '', '2024-10-27 20:37:07', '2024-10-27 20:37:07', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8012, 1, '2024-10-27 20:40:01', '2024-10-27 20:40:01', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\n<p style=\"font-weight: 400;\">If you enroll in the High-Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">How an HSA Works</h2>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"How-an-HSA-works_2\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"78%\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"left\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<p><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-info.png\" width=\"2546\" height=\"526\" alt=\"\" class=\"wp-image-7732 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"71.7%\" module_alignment=\"left\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: left;\"><img src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/HSA-TTS.png\" width=\"2508\" height=\"1380\" alt=\"\" class=\"wp-image-7735 alignnone size-full\" /></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><strong>Company Contributions<br /></strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\n<ul>\n<li style=\"font-weight: 400;\">Teammate only: $300</li>\n<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\n<li style=\"font-weight: 400;\">Family: $600</li>\n</ul>\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\n<ul>\n<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\n<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\n<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\n<li style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">The penalty for using your HSA for ineligible expenses is 20% of the reimbursed amount.</span></li>\n<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\n<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-10-27 20:40:01', '2024-10-27 20:40:01', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=8012', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8013, 1, '2024-10-27 20:41:40', '2024-10-27 20:41:40', '<img class=\"alignnone size-medium wp-image-8006\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OM-benefit-popup_2-300x180.png\" alt=\"Contact an O&amp;M Benefits Solutions Counselor at (800) 463-3819. Email the O&amp;M Benefits Solutions Team at owens-minor@bpaenroll.com.\" width=\"300\" height=\"180\" />', 'Contact Pop Up', '', 'inherit', 'closed', 'closed', '', '7918-revision-v1', '', '', '2024-10-27 20:41:40', '2024-10-27 20:41:40', '', 7918, 'https://benefitsmyway.mybenefitport.com/?p=8013', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8014, 1, '2024-10-27 22:05:11', '2024-10-27 22:05:11', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment & Changes</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" min_height=\"361.4px\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know </span><i><span><strong>Life Takes Care™</strong></span></i><b><span>.</span></b></p>\n<p style=\"font-weight: 400;\">Access our <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" target=\"_blank\" rel=\"noopener\">Benefits Enrollment Journey Guide</a></strong> to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-47px||||false|false\" custom_padding=\"||8px|||\" global_colors_info=\"{}\"]<p>As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefits elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png\" title_text=\"24 Guide-2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\" style=\"color: #68ace5;\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-10-27 22:05:11', '2024-10-27 22:05:11', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=8014', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8016, 1, '2024-10-28 00:34:19', '2024-10-28 00:34:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/fsa-6.png\" title_text=\"fsa-6\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">*Projected IRS carryover amount for 2025.</span></p>\n<p style=\"font-weight: 400;\">For a list of eligible expenses, visit <a href=\"https://www.irs.gov/publications/p502\"><strong>Publication 502, Medical and Dental Expenses</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important Considerations for All FSA Accounts\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-10-28 00:34:19', '2024-10-28 00:34:19', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=8016', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8017, 1, '2024-10-28 00:36:08', '2024-10-28 00:36:08', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/fsa-6.png\" title_text=\"fsa-6\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">*Projected IRS carryover amount for 2025.</span></p>\n<p style=\"font-weight: 400;\">For a list of eligible expenses, visit <a href=\"https://www.irs.gov/publications/p502\"><strong>Publication 502, Medical and Dental Expenses</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" hover_enabled=\"0\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important Considerations for All FSA Accounts\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-10-28 00:36:08', '2024-10-28 00:36:08', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=8017', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8018, 1, '2024-10-28 02:08:27', '2024-10-28 02:08:27', '', 'fsa-7', '', 'inherit', 'open', 'closed', '', 'fsa-7', '', '', '2024-10-28 02:08:27', '2024-10-28 02:08:27', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8019, 1, '2024-10-28 02:09:48', '2024-10-28 02:09:48', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] --><br /><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Flexible Spending Accounts</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png\" title_text=\"fsa-7\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">*Projected IRS carryover amount for 2025.</span></p>\n<p style=\"font-weight: 400;\">For a list of eligible expenses, visit <a href=\"https://www.irs.gov/publications/p502\"><strong>Publication 502, Medical and Dental Expenses</strong></a>.</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\n<p><strong>Available to all teammates.</strong></p>\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\n<ul>\n<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\n<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\n</ul>\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important Considerations for All FSA Accounts\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\"><span>This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. </span>In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i><span>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </span></i></strong></span><span>Benefits are not a guarantee of employment.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-10-28 02:09:48', '2024-10-28 02:09:48', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=8019', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8020, 1, '2024-10-28 04:50:39', '2024-10-28 04:50:39', '[et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-10px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||2em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" module_id=\"sg-popup-id-7920\" module_class=\"sg-popup-id-7920\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-28 04:50:39', '2024-10-28 04:50:39', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=8020', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8022, 1, '2024-10-28 04:51:42', '2024-10-28 04:51:42', '[et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>Open Enrollment for 2025 Benefits is October 28 – November 8</p>[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<p>The O&amp;M Benefits Solutions Counselors can help.<br />Email <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.</p>[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div><span>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</span></div>\n<div></div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||2em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" module_id=\"sg-popup-id-7920\" module_class=\"sg-popup-id-7920\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\"> Resources </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\n<p>Like this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.</p>[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\" style=\"text-decoration:none\"><strong>owens-minor@bpaenroll.com</strong></a> or\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]<p>Quick access to websites and phone numbers of our benefit providers.</p>[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]<p>Log into your Workday HR account to update your name, address, and other info.</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-28 04:51:42', '2024-10-28 04:51:42', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=8022', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8028, 1, '2024-10-28 21:35:03', '2024-10-28 21:35:03', '', 'login', '', 'inherit', 'open', 'closed', '', 'login', '', '', '2024-10-28 21:35:03', '2024-10-28 21:35:03', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/login.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8029, 1, '2024-10-28 21:35:33', '2024-10-28 21:35:33', '', 'login-2', '', 'inherit', 'open', 'closed', '', 'login-2', '', '', '2024-10-28 21:35:33', '2024-10-28 21:35:33', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/login-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8030, 1, '2024-10-28 21:40:47', '2024-10-28 21:40:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/401k-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>401(k) Retirement Plan</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">401(k) Plan</h2>\r\nThe Owens &amp; Minor 401(k) Plan, administered by Fidelity, helps you prepare for retirement by offering an easy, tax-advantaged way to save. Once you’re eligible, we match on a dollar-for-dollar basis up to 3% of your eligible contributions. You are immediately vested in your contributions, as well as the company’s match.\r\n<p style=\"font-weight: 400;\"><strong>Eligibility and enrollment</strong></p>\r\n<p style=\"font-weight: 400;\">You are eligible to enroll after 30 days of employment. After 60 days of service, you will be automatically enrolled in the plan with a 2% contribution rate. After one year of service, you are eligible for the company match. Enroll online at <a href=\"https://401k.com\" target=\"_blank\" rel=\"noopener\"><strong>401k.com </strong></a>or call <strong>(800) 835-5095</strong>.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Reasons to Participate</h2>\r\n<ul>\r\n 	<li>Your pre-tax contributions are deducted from your pay, decreasing your overall income tax.</li>\r\n 	<li>You have multiple investment funds with risks ranging from conservative to aggressive.</li>\r\n 	<li>You can choose from retirement date-based Fidelity Freedom Funds. The Freedom Funds are generally designed for investors planning to retire around the year in the investment name.</li>\r\n 	<li>Fidelity Portfolio Advisory Service at Work provides discretionary money management for a fee. You can delegate the day-to-day management of your 401(k) account to professional investment managers.</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" z_index=\"0\" min_height=\"58.8px\" custom_margin=\"-7px||||false|false\" custom_padding=\"8px||18px|||\" locked=\"off\" global_colors_info=\"{}\"]\r\n\r\nYou can manage your 401(k) account at <a title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"0\"><b>401k.com</b></a>. For complete details, including information about your investment options, visit <a title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"1\"><b>401k.com</b></a>.\r\n\r\n[/et_pb_text][et_pb_cta _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<p style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">It’s important to designate a beneficiary to receive the value of your 401(k) account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <span style=\"color: #ffffff;\"><strong><a style=\"color: #ffffff;\" href=\"https://www.401k.com/\">401k.com</a></strong>.</span></span></p>\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '401k', '						', 'inherit', 'closed', 'closed', '', '7170-revision-v1', '', '', '2024-10-28 21:40:47', '2024-10-28 21:40:47', '', 7170, 'https://benefitsmyway.mybenefitport.com/?p=8030', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8031, 1, '2024-10-28 21:41:12', '2024-10-28 21:41:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Aditional-Benefits-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Additional Benefits</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Auto and Home Insurance</h2>\r\n<strong><a href=\"https://www.farmers.com/groupselect\">Farmers GroupSelect</a></strong> gives you access to personal insurance policies, including home, auto, rental, condo, and recreational vehicle and boat coverage. Save up to 15% when you purchase this coverage through Owens &amp; Minor. Contact Farmers GroupSelect for no-obligation quotes and cost comparisons by calling <strong>(800) 438-6381</strong>. The company code is <strong>BVP</strong>.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Cancer Resource Services</h2>\r\nAfter a cancer diagnosis, it may be difficult to know what the next step is. UHC medical plan enrollees have access to Cancer Resource Services, which provides you with the support you need to navigate each step in your cancer journey. Your concierge will help you understand your options, answer your questions, and check in with you along the way so you can focus on your health and recovery.\r\n<p style=\"font-weight: 400;\">A representative from Cancer Resource Services will contact you if your medical claims indicate you would benefit from the program.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Commuter Benefits</h2>\r\nPay for the expense of commuting with pre-tax dollars and save on your taxes. You decide how much to contribute, and the money is deducted from your paycheck automatically. You can contribute pre-tax dollars up to the IRS monthly limit of $315 for transit and parking. Enroll or change contribution amounts by the 25th of each month, anytime during the year.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Pet Insurance</h2>\r\n<strong><a href=\"http://www.metlife.com/getpetquote\">MetLife</a></strong> provides coverage to protect your furry family members’ health and your finances. This plan offers reimbursement of up to 90% of covered expenses from any licensed veterinarian in the U.S. The MetLife mobile app allows quick claim submission and reimbursement along with other benefits, such as retail discounts and access to 24/7 vet telehealth. Enroll anytime during the year by calling <strong>(800) GET-MET8</strong>.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">PerkSpot</h2>\r\nNever miss a deal! From travel to electronics, with PerkSpot you can choose from over 25 different categories of perks and save money. Start by creating your account at <a href=\"https://owens-minor.perkspot.com\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor.perkspot.com</strong></a>. Use access code: <strong>OwensMinor</strong>. Once you register, you can download the PerkSpot mobile app for deals anytime, anywhere.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Additional Benefits', '						', 'inherit', 'closed', 'closed', '', '7239-revision-v1', '', '', '2024-10-28 21:41:12', '2024-10-28 21:41:12', '', 7239, 'https://benefitsmyway.mybenefitport.com/?p=8031', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8032, 1, '2024-10-28 21:41:18', '2024-10-28 21:41:18', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/adoption-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Adoption Assistance</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '7233-revision-v1', '', '', '2024-10-28 21:41:18', '2024-10-28 21:41:18', '', 7233, 'https://benefitsmyway.mybenefitport.com/?p=8032', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8033, 1, '2024-10-28 21:41:23', '2024-10-28 21:41:23', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Ask ALEX\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/aa-1.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\r\n<h3><strong>Need help choosing the right plan?</strong></h3>\r\n<span style=\"color: #212121;\">\r\nAsk ALEX, our virtual benefits counselor, can help. Just answer a few questions about yourself, your family and your health, and ALEX will recommend a plan that may be right for you.</span>\r\n\r\n[/et_pb_text][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"Get started with ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#eff7fb\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" module_class=\"my_accordion\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion open_toggle_background_color=\"#FFFFFF\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#FFFFFF\" module_class=\"my_accordion\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Clue #4\" open=\"on\" open_toggle_text_color=\"#e5863d\" closed_toggle_text_color=\"#e5863d\" icon_color=\"#e5863d\" open_icon_color=\"#e5863d\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_width_all=\"2px\" border_color_all=\"#e5863d\" global_colors_info=\"{}\" toggle_text_color=\"#e5863d\" toggle_font=\"|700|||||||\" closed_toggle_font=\"|700|||||||\"]\r\n\r\n[video width=\"1280\" height=\"720\" mp4=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/01/QLE.mp4\"][/video]\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/aa-2.jpg\" title_text=\"Screenshot\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.25.2\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\r\n\r\n<span style=\"color: #e1e1e1;\"><a style=\"color: #e1e1e1;\" href=\"https://start.myalex.com/bannerhealth\">Ask Alex</a></span>\r\n<span style=\"color: #e1e1e1;\"><a style=\"color: #e1e1e1;\" href=\"http://myhr.bannerhealth.com/\">Enroll Now</a></span>\r\n<span style=\"color: #e1e1e1;\"><a style=\"color: #e1e1e1;\" href=\"http://flimp.live/banner-resident-fellow-24\">Residents &amp; Fellows</a></span>\r\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_orientation=\"right\" module_alignment=\"right\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: right;\">[printfriendly current=\'yes\']</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Ask ALEX', '						', 'inherit', 'closed', 'closed', '', '7006-revision-v1', '', '', '2024-10-28 21:41:23', '2024-10-28 21:41:23', '', 7006, 'https://benefitsmyway.mybenefitport.com/?p=8033', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8034, 1, '2024-10-28 21:41:46', '2024-10-28 21:41:46', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bej-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Benefits Enrollment Journey</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\r\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\r\n\r\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<b>Lorem ipsum odor amet, consectetuer adipiscing elit.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]</b>\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\r\nAugue donec felis semper consequat; ridiculus praesent imperdiet proin. Nisl imperdiet integer massa dignissim; luctus nostra maximus ex. Cras nunc risus amet sodales congue. Platea platea mus ullamcorper proin viverra suscipit platea. Purus tempor maximus accumsan purus gravida arcu metus. Egestas ultrices tortor ultricies, duis nullam fermentum. At venenatis per turpis faucibus per magnis orci porta.\r\n\r\nEleifend nascetur dignissim nunc primis mattis per magnis ante gravida. Consectetur lectus nisi hac neque turpis parturient. Aliquet augue egestas malesuada, ultrices purus volutpat. Mollis lobortis vivamus quam elementum finibus tincidunt hendrerit nam. Dui rhoncus nascetur habitasse neque nostra maximus. Sed vel sem elementum, nisl massa lacus nibh sociosqu adipiscing. Penatibus placerat gravida odio; lacinia metus nibh.\r\n\r\nDiam curae suspendisse metus dolor eget semper. Tortor mauris congue himenaeos faucibus aptent quisque. Orci ante porta iaculis sociosqu rutrum; lorem accumsan conubia. Nostra scelerisque parturient ligula at dui hac. Nec imperdiet diam velit dui maecenas dolor morbi. Tempor nunc erat nulla luctus venenatis facilisis nam justo. Aenean nullam varius nam nunc ullamcorper dolor. Nisi mollis fermentum elit facilisi pellentesque consequat ultrices nascetur.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Example Header</h2>\r\nLorem ipsum odor amet, consectetuer adipiscing elit. Leo id eu ligula fermentum nibh condimentum. Nunc maximus elit tortor rhoncus amet nibh litora; ultricies sit. Primis integer magna viverra faucibus felis aliquam ad tristique. Luctus nam eros phasellus nunc; vel a faucibus suscipit. Vulputate sociosqu interdum iaculis montes magna.\r\n\r\nNec in egestas mauris fusce ligula non. Malesuada non massa; fames nam interdum non metus. Libero aenean vehicula iaculis imperdiet non at facilisi rutrum! Pulvinar malesuada proin curae per dui himenaeos odio dui. Integer tellus aptent sem est rutrum fringilla hac per. Orci libero platea blandit suspedisse dis justo. Tellus vestibulum nisi ante, dignissim vehicula massa adipiscing magnis. Vivamus mi tristique libero penatibus tristique etiam ligula dapibus. Non dignissim justo facilisi tempus euismod est quis libero.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Benefits Enrollment Journey', '						', 'inherit', 'closed', 'closed', '', '7246-revision-v1', '', '', '2024-10-28 21:41:46', '2024-10-28 21:41:46', '', 7246, 'https://benefitsmyway.mybenefitport.com/?p=8034', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8035, 1, '2024-10-28 21:41:51', '2024-10-28 21:41:51', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bta-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Business Travel Accident Insurance (BTA)</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">When traveling for the company, you are protected under a company-paid Business Travel Accident insurance policy. This policy provides coverage for certain injuries or death resulting from an accident during business travel. You are automatically enrolled at no cost to you.</p>\r\n<p style=\"font-weight: 400;\">For more information, refer to the BTA - <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/BTA-Benefit-Highlight-Summary.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Benefit Highlight Summary</strong></a>.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Support Services for Safe Travel</h2>\r\nWhile traveling, you can feel confident that you’re in safe hands should the unfortunate occur. We partner with International Medical Group, a leading global assistance provider, to give you 24/7 access to medical and travel assistance services wherever your trip takes you.\r\n<p style=\"font-weight: 400;\">For more information, <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/1945254b-09-24-Travel-Assistance-and-ID-Theft-Support-Services-Flyer-FINAL-WEB-LOCKED.pdf\">click here</a></strong>.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Business Travel Accident', '						', 'inherit', 'closed', 'closed', '', '7163-revision-v1', '', '', '2024-10-28 21:41:51', '2024-10-28 21:41:51', '', 7163, 'https://benefitsmyway.mybenefitport.com/?p=8035', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8036, 1, '2024-10-28 21:41:55', '2024-10-28 21:41:55', '[et_pb_section fb_built=\"1\" admin_label=\"PAGE HEADER\" _builder_version=\"4.25.2\" background_enable_color=\"off\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" global_colors_info=\"{}\"][et_pb_row column_padding_mobile=\"on\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"10px||4px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"-13px||-6px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slide heading=\"Child Care / Elder Care\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Arial|600|||||||\" background_enable_color=\"off\" background_image=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/child-care.jpg\" background_enable_image=\"on\" text_orientation=\"left\" custom_padding=\"200px||50px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row module_class=\"my_accordion\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-17px||-24px||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]\r\n<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder and early care resources</span></strong></h2>\r\n<span style=\"color: #000000;\">If you’re caring for family members at home, life is often a balancing act. Bright Horizons and Aetna Resources for Living can both support your caregiving responsibilities. Click the links below to learn more.</span>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#efefef\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]\r\n<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Elder care </span></strong></h2>\r\n<span style=\"color: #000000;\">When the time comes to take care of your caretaker, take advantage of these resources to ensure your loved ones are comfortable in their later years. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]</span>\r\n<p style=\"font-weight: 400;\"><a href=\"https://clients.brighthorizons.com/banner\"><strong>Bright Horizons</strong></a><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\r\n&nbsp;\r\n<ul>\r\n 	<li>Decision support tools to help you plan ahead</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">An online needs assessment</span></li>\r\n 	<li><span style=\"color: #000000;\">Information on choosing an elder care option, including specialized facilities for memory/hospice care and independent/assisted-living communities</span></li>\r\n 	<li><span style=\"color: #000000;\">A search tool for finding and evaluating care providers</span></li>\r\n 	<li><span style=\"color: #000000;\">Free membership to Years Ahead and Sittercity to help you find in-home companions or facility-based care</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\"><a href=\"http://www.resourcesforliving.com/\"><strong>Aetna Resources for Living</strong></a><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers: </strong></span></p>\r\n&nbsp;\r\n<ul>\r\n 	<li>Aging adult care provider search</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Health, financial and legal information for older adults</span></li>\r\n 	<li><span style=\"color: #000000;\">Tailored education and support for caregivers</span></li>\r\n 	<li><span style=\"color: #000000;\">Retirement resources</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"kmod2\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" border_color_all=\"#e6e7e8\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]\r\n<h2 style=\"text-align: left;\"><strong><span style=\"color: #000000;\">Child care </span></strong></h2>\r\n<span style=\"color: #000000;\">With the cost of child care, the scheduling demands of a thriving career and the learning curve for first-time parents, it can be hard to balance work and family. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]</span>\r\n<p style=\"font-weight: 400;\"><a href=\"https://clients.brighthorizons.com/banner\"><strong>Bright Horizons</strong></a><span style=\"color: #000000;\"><strong> offers: </strong></span></p>\r\n&nbsp;\r\n<ul>\r\n 	<li>Free premium membership to Sittercity to help find child care options</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Discounts at participating child care centers</span></li>\r\n 	<li><span style=\"color: #000000;\">Parental leave toolkits</span></li>\r\n 	<li><span style=\"color: #000000;\">Educational materials on raising children, pregnancy, childbirth and adoption</span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\"><a href=\"http://www.resourcesforliving.com/\"><strong>Aetna Resources for Living</strong></a><span style=\"color: #000000;\"> (​username: Banner; password: EAP) <strong>offers educational resources on: </strong></span></p>\r\n&nbsp;\r\n<ul>\r\n 	<li>Child care</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><span style=\"color: #000000;\">Adoption </span></li>\r\n 	<li><span style=\"color: #000000;\">Pregnancy and childbirth </span></li>\r\n 	<li><span style=\"color: #000000;\">Raising children </span></li>\r\n 	<li><span style=\"color: #000000;\">Balancing work and family </span></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-21px||||false|false\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"http://bannerhealth.savings.beneplace.com/\" url_new_window=\"on\" button_text=\"Check out Beneplace for even more child care discounts!\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#0977b3\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#0081b5\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ASK ALEX - ENROLL NOW\" module_class=\"kmod2\" _builder_version=\"4.25.2\" background_color=\"#212121\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" border_color_all=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-25px||-25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://start.myalex.com/bannerhealth\" url_new_window=\"on\" button_text=\"ASK ALEX\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://myhr.bannerhealth.com/\" url_new_window=\"on\" button_text=\"ENROLL NOW\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#90bb39\" button_border_width=\"1px\" button_border_radius=\"20px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#a8ce5c\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FOOTER\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_color=\"#212121\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"-40px||-33px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<span style=\"color: #e1e1e1;\"><a style=\"color: #e1e1e1;\" href=\"https://start.myalex.com/bannerhealth\">Ask Alex</a></span>\r\n<span style=\"color: #e1e1e1;\"><a style=\"color: #e1e1e1;\" href=\"http://myhr.bannerhealth.com/\">Enroll Now</a></span>\r\n<span style=\"color: #e1e1e1;\"><a style=\"color: #e1e1e1;\" href=\"http://flimp.live/banner-resident-fellow-24\">Residents &amp; Fellows</a></span>\r\n<span style=\"color: #e1e1e1;\">Benefits Resource Center: 833-849-9825</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_search button_color=\"#b5b5b5\" placeholder_color=\"#000000\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#242424\" form_field_focus_background_color=\"#ffffff\" button_text_color=\"#FFFFFF\" background_color=\"#FFFFFF\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"center\" module_alignment=\"right\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: center;\">[printfriendly current=\'yes\']</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/06/logo-white.png\" title_text=\"logo-white\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"60%\" module_alignment=\"right\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-8px||||false|false\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: right;\"><img src=\"https://bannerbenefits.mybenefitport.com/wp-content/uploads/2024/08/awards-2.png\" width=\"241\" /></p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Child and Elder Care', '						', 'inherit', 'closed', 'closed', '', '7513-revision-v1', '', '', '2024-10-28 21:41:55', '2024-10-28 21:41:55', '', 7513, 'https://benefitsmyway.mybenefitport.com/?p=8036', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8037, 1, '2024-10-28 21:42:12', '2024-10-28 21:42:12', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Compensation-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Compensation</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Compensation', '						', 'inherit', 'closed', 'closed', '', '7215-revision-v1', '', '', '2024-10-28 21:42:12', '2024-10-28 21:42:12', '', 7215, 'https://benefitsmyway.mybenefitport.com/?p=8037', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8038, 1, '2024-10-28 21:42:18', '2024-10-28 21:42:18', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/contacts-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Vendor Contact Information</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"7358\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-52px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_color=\"#ffffff\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\r\n\r\nVisit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for access to a Summary of Benefits Coverage for each of your medical plan options.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||-20px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.21.0\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '						', 'inherit', 'closed', 'closed', '', '6079-revision-v1', '', '', '2024-10-28 21:42:18', '2024-10-28 21:42:18', '', 6079, 'https://benefitsmyway.mybenefitport.com/?p=8038', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8039, 1, '2024-10-28 21:42:22', '2024-10-28 21:42:22', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/dental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>YOUR DENTAL PLAN OPTIONS</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-44px|auto||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nWe offer dental coverage through <strong><a href=\"http://deltadentalva.com\">Delta Dental of Virginia</a></strong> to help you maintain that healthy smile.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Dental Plans</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"80%\" module_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n[ninja_tables id=\"7683\"]\r\nFor more information, visit <strong><a href=\"http://deltadentalva.com\">deltadentalva.com</a></strong>.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span style=\"color: #002856;\"><strong>Both plans provide:</strong></span>\r\n• Prevention first benefit (preventive and diagnostic services do not count against the annual maximum)\r\n• Affordable coverage\r\n• In-network discounts\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" min_height=\"485.1px\" custom_margin=\"-89px|auto||auto|false|false\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-8px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Healthy Smile, Healthy You</h2>\r\nHealthy Smile, Healthy You offers additional benefits for teammates with these health conditions:\r\n\r\n• Pregnancy\r\n• Diabetes\r\n• High-risk cardiac conditions\r\n• Cancer treatments\r\n• Weakened immune system\r\n• Kidney failure or dialysis\r\n\r\nEligible teammates will get an additional cleaning at no cost. Some cancer patients will also be eligible for an additional fluoride application.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"172.4px\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Dental', '						', 'inherit', 'closed', 'closed', '', '5959-revision-v1', '', '', '2024-10-28 21:42:22', '2024-10-28 21:42:22', '', 5959, 'https://benefitsmyway.mybenefitport.com/?p=8039', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8040, 1, '2024-10-28 21:42:42', '2024-10-28 21:42:42', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/disability-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Disability Insurance</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">We offer Disability Insurance through New York Life that replaces a portion of your income in the event of illness or injury. Teammates are eligible for Disability Insurance on the first of the month following 180 days of employment.</p>\r\n[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Company Paid Short-Term Disability\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"on\"]\r\n<p style=\"font-weight: 400;\">Short-Term Disability coverage pays you a benefit if you temporarily can’t work because of an injury, illness, or maternity leave. Benefits may be reduced by other sources of income, such as state disability, sick pay, workers’ compensation, Social Security, etc. Upon meeting eligibility requirements, you will be automatically enrolled in this coverage at no cost to you.</p>\r\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7409\"]</p>\r\n\r\n<h6 style=\"font-weight: 400;\">*For detailed eligibility and waiting period information, please refer to your plan documents.\r\n**Maximum payment period is based on the first day benefits become payable, not on the first day you are disabled.</h6>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Long-Term Disability\" open=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">Following 180 days of employment, you will have 31 days to elect this benefit, which you pay for.</p>\r\n<p style=\"font-weight: 400;\">Enroll by visiting Workday HR or call an O&amp;M Benefits Solutions Counselor at <strong>(800) 463-3819</strong><strong>. </strong></p>\r\n<p style=\"font-weight: 400;\">Long-Term Disability coverage pays you a certain percentage of your income if you can’t work because an injury or illness prevents you from performing any of your job functions for a long period of time. Benefits may be reduced if you have other sources of income, such as state disability, sick pay, etc.</p>\r\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7412\"]</p>\r\n\r\n<h6 style=\"font-weight: 400;\">*Depending on your age at the time of disability, your benefits may be subject to a different schedule. Refer to the Maximum Benefit Period table, which can be found in your plan documents.</h6>\r\n<p class=\"p1\"><span style=\"font-size: medium;\"><b><span style=\"color: #872434;\">Evidence of Insurability</span></b></span></p>\r\nLong-term disability may require evidence of insurability (EOI). This means you’ll be asked to answer medical-related questions. After electing coverage, you will receive more information if EOI is required.\r\n\r\n&nbsp;\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span lang=\"EN-US\">This Benefits Website provides general information for our benefits-eligible teammates; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Disability Insurance', '						', 'inherit', 'closed', 'closed', '', '7183-revision-v1', '', '', '2024-10-28 21:42:42', '2024-10-28 21:42:42', '', 7183, 'https://benefitsmyway.mybenefitport.com/?p=8040', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8041, 1, '2024-10-28 21:42:47', '2024-10-28 21:42:47', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/video-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.26.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#8e3947\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Documents Library</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"44px||0px||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"on|off|off\" module_class=\"kmod2-line\" _builder_version=\"4.24.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2025 Benefits Guide\" button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3592321_Benefits_Guide_09.24.2024_FINAL.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" admin_label=\"Download 2024 Benefits Guide\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" header_text_color=\"#8e3947\" background_color=\"#eaeaea\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_bg_color=\"#8e3947\" button_border_width=\"1\" button_border_color=\"RGBA(255,255,255,0)\" background_layout=\"light\" z_index_tablet=\"500\" border_color_all=\"#FFFFFF\" saved_tabs=\"all\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px||false|false\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]\r\n<h1>Eligibility Forms and Informational Documents <!--.h1--></h1>\r\nUse the documents in this section to provide the required proof of dependent benefit eligibility or if you experience a Qualifying Life Event.\r\n\r\n[wpfd_category id=\"22\"]\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]\r\n<h1>Workday HR Quick Reference Guides (QRG)<!--.h1--></h1>\r\nUse these documents as a reference for Workday HR.\r\n\r\n[wpfd_category id=\"23\"]\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Medical SBCs\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" module_alignment=\"left\" z_index_tablet=\"500\" border_style=\"solid\" global_colors_info=\"{}\"]\r\n<h1>Benefits Documents</h1>\r\nThese various plan documents can be used as reference guides for details about your benefit coverages, as well as fees associated with each type of healthcare service covered by your plan.\r\n\r\n[wpfd_category id=\"26\"]\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"USAP 401(k) Plan\" module_class=\"kmod2-line\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" z_index_tablet=\"500\" saved_tabs=\"all\" global_colors_info=\"{}\"]\r\n<h1>Wellness Information <!--.h1--></h1>\r\nExplore these documents to learn more about some of our wellness programs.\r\n\r\n[wpfd_category id=\"24\"]\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_margin=\"-31px||-11px||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Documents', '						', 'inherit', 'closed', 'closed', '', '6882-revision-v1', '', '', '2024-10-28 21:42:47', '2024-10-28 21:42:47', '', 6882, 'https://benefitsmyway.mybenefitport.com/?p=8041', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8042, 1, '2024-10-28 21:42:51', '2024-10-28 21:42:51', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/eligibility-scaled.jpg\" background_position=\"top_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Eligibility</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.27.0\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">As an Owens &amp; Minor teammate, you’re eligible for benefits if you work 30 hours or more per week.</p>\r\n<p style=\"font-weight: 400;\">Hawaii teammates who work 20+ hours per week and earn a monthly wage of at least 86.67 times the Hawaii minimum hourly wage are eligible for medical coverage that starts after 30 days of employment.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]\r\n<h2>Your Eligible Dependents</h2>\r\nDuring enrollment, you’ll be asked to verify that your dependents meet the eligibility requirements for coverage. Eligible dependents include:\r\n\r\n<span style=\"color: #002856;\"><strong>Your Spouse.*\r\n</strong></span>The individual you’re legally married to.\r\n\r\n<span style=\"color: #002856;\"><strong>Your domestic partner.*\r\n</strong></span>Must be 18+ years old; unmarried; not blood-related; mutually supporting; share a common residence; and be each other’s sole domestic partner.\r\n\r\n<span style=\"color: #002856;\"><strong>Your qualified children under the age of 26.</strong></span>\r\nBiological, step, legally adopted, your domestic partner’s children, or lawfully placed with you for legal adoption and/or eligible foster children.\r\n\r\n<strong>Your unmarried child who is disabled: Living with you; dependent due to a mental or physical disability.</strong>\r\n\r\n*<span data-olk-copy-source=\"MessageBody\">Spouses or domestic partners who have access to other employer insurance cannot enroll under O&amp;M medical or prescription plans.</span>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"new-employees\" _builder_version=\"4.27.0\" text_font=\"||||||||\" header_font=\"--et_global_heading_font||||||||\" header_text_color=\"#872434\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]\r\n<h2>Dependent Eligibility Verification</h2>\r\n<span style=\"color: #002856;\"><strong>Domestic partners\r\n</strong></span>For your domestic partner and their eligible children to receive benefits under the Owens &amp; Minor Welfare Benefits Plan, both you and your partner must:\r\n<ul>\r\n 	<li>Complete and sign the <span style=\"color: #872434;\"><strong><a style=\"color: #872434;\" href=\"https://benefitsmyway.mybenefitport.com/documents/\">Declaration of Domestic Partnership</a></strong></span> (the “Declaration”).</li>\r\n 	<li>Upload the signed Declaration and appropriate documentation to Workday HR within 31 days of hire/Qualified Life Event or by the end of the Open Enrollment period.</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">For a list of acceptable documentation, refer to the Declaration of Domestic Partnership.</p>\r\n<span style=\"color: #002856;\"><strong>All other dependents</strong></span>\r\nOwens &amp; Minor reserves the right to audit dependent eligibility. Be sure to keep proof of your dependents’ eligibility in case of an audit. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a> for a list of supporting documents.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Eligibility', '', 'inherit', 'closed', 'closed', '', '5751-revision-v1', '', '', '2024-10-28 21:42:51', '2024-10-28 21:42:51', '', 5751, 'https://benefitsmyway.mybenefitport.com/?p=8042', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8043, 1, '2024-10-28 21:43:09', '2024-10-28 21:43:09', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Enrollment &amp; Changes</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" min_height=\"361.4px\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nLife is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know <i><strong>Life Takes Care™</strong></i><b>.</b>\r\n<p style=\"font-weight: 400;\">Access our <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" target=\"_blank\" rel=\"noopener\">Benefits Enrollment Journey Guide</a></strong> to learn what you need to know and do when you experience any of these events.</p>\r\n\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul style=\"padding-left: 30px;\">\r\n 	<li>Becoming a New Teammate</li>\r\n 	<li>Getting Married</li>\r\n 	<li>Welcoming a New Child</li>\r\n 	<li>Getting a Divorce</li>\r\n 	<li>Experiencing a Dependent Death</li>\r\n 	<li>Gaining or Losing Coverage Elsewhere</li>\r\n 	<li>Experiencing a Change in Work Status</li>\r\n 	<li>Turning 65/Medicare-eligible</li>\r\n 	<li>Leaving O&amp;M</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-47px||||false|false\" custom_padding=\"||8px|||\" global_colors_info=\"{}\"]\r\n\r\nAs a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefits elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png\" title_text=\"24 Guide-2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]\r\n<h4 style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></h4>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" global_colors_info=\"{}\"]\r\n<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n\r\nCall <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a style=\"color: #68ace5;\" href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-10-28 21:43:09', '2024-10-28 21:43:09', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=8043', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8044, 1, '2024-10-28 21:43:13', '2024-10-28 21:43:13', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/bej-1-scaled.jpg\" background_position=\"top_center\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Information (HEADER)\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Enrollment Checklist</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Eligibility Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.26.0\" background_color=\"#ededed\" custom_margin=\"||30px||false|false\" custom_padding=\"15px|30px|24px|30px|false|false\" global_colors_info=\"{}\"]\r\n\r\n<span style=\"color: #872434;\"><b>Take Action!</b></span>\r\n<span style=\"color: #002856;\">Open Enrollment is November 2-16. This year’s enrollment is active. This means you must enroll to have benefits in 2024. If you don’t enroll, you’ll only have company-paid Short-Term Disability, Life, and AD&amp;D Insurance. Your 2023 benefits will not carry over.</span>\r\n\r\n[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#FFFFFF\" open_toggle_background_color=\"#002856\" closed_toggle_text_color=\"#FFFFFF\" closed_toggle_background_color=\"#002856\" module_class=\"my_accordion\" _builder_version=\"4.26.0\" _module_preset=\"default\" toggle_text_color=\"#FFFFFF\" body_text_color=\"#FFFFFF\" custom_css_free_form=\"h5.et_pb_toggle_title {|| padding: 0 !important;|| text-align: center !important;||}\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Learn about your benefit options\" open=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\r\n\r\nLearn about your benefit options by reviewing this benefits guide, paying attention to new offerings for the coming year\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Think about your coverage needs\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nThink about your coverage needs, including how much healthcare you anticipate needing, and if you need additional life  insurance or income protection in the event of illness or injury.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Access Workday starting November 2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nMake sure to access Workday starting November 2.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Enroll your dependents\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nEnroll your dependents. Dependent information was not transferred to Workday. This means you’ll need to add any dependents you wish to cover. Be ready to provide dependent personal information, such as name, date of birth and social security number.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Designate beneficiaries\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nDesignate beneficiaries for Life and AD&amp;D Insurance benefits. Beneficiary information was not transferred to Workday.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Elect the benefits that best support you and your family\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nMake sure to elect the benefits that best support you and your family.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Review your Benefits Summary for accuracy\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nReview your Benefits Summary for accuracy.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Complete your enrollment by November 16, 2023\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nDont miss the deadline! Complete your enrollment by November 16, 2023.\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_text][et_pb_code _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_text admin_label=\"Text Content\" module_id=\"eligibility\" _builder_version=\"4.26.0\" background_color=\"#ededed\" custom_margin=\"||30px||false|false\" custom_padding=\"|30px|24px|30px|false|false\" global_colors_info=\"{}\"]\r\n\r\n<span style=\"color: #872434;\"><b>Need Benefits Help?</b></span>\r\n<span style=\"color: #002856;\">Contact the HR Service Center at 800.305.0263 to speak to an O&amp;M Benefits Solutions counselor. They’ll help you understand your options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well (starting November 2). Interpreters are available in multiple languages.</span>\r\n\r\n<strong>October 30-November 1</strong>\r\nCall: Monday-Friday from 8am-8pm EST\r\n\r\n<strong>November 2-November 16</strong>\r\nCall: Monday-Friday from 8am-10pm EST and Saturday (November 4 and November 11) from 9am-5pm EST\r\n\r\n<strong>After November 16\r\n</strong>Call: Monday-Friday from 8am-10pm EST\r\n\r\nYou may also <strong>schedule an appointment</strong> during business hours by visiting <a href=\"http://calendly.com/owensandminor\" target=\"_blank\" rel=\"noopener\"><strong>calendly.com/owensandminor</strong></a>. This is highly recommended if you are requesting a language outside of English or Spanish.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment Checklist', '', 'inherit', 'closed', 'closed', '', '6807-revision-v1', '', '', '2024-10-28 21:43:13', '2024-10-28 21:43:13', '', 6807, 'https://benefitsmyway.mybenefitport.com/?p=8044', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8045, 1, '2024-10-28 21:43:18', '2024-10-28 21:43:18', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Financial Resources Through Fidelity</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\r\nFidelity offers resources to help you achieve financial stability.\r\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>\r\n[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Q3.png\" title_text=\"Q3\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Q4-2024-UWW-Schedule.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"35%\" custom_margin=\"15px||-28px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. Click to view the complete <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Q4-2024-UWW-Schedule.pdf\"><strong><span class=\"s2\">Live Web Workshop </span>catalog</strong> </a>and enroll for a live web workshop. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a>\r\n</strong>Get access to calculators, checklists, and financial workshops.</p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a>\r\n</strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to <strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a> </strong>to access the following services:</p>\r\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\r\n\r\n<ul>\r\n 	<li>Kaplan and ACT: College test preparation</li>\r\n 	<li>Fidelity 529 Savings: Education savings account</li>\r\n 	<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\r\n\r\n<ul>\r\n 	<li>NotaryCam: Online notary services</li>\r\n 	<li>IDnotify: Identity protection</li>\r\n 	<li>Fidelity Estate Planner: Estate planning</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\r\n\r\n<ul>\r\n 	<li>TurboTax: Tax preparation services</li>\r\n 	<li>Fidelity Goal Booster: Short-term savings goals</li>\r\n 	<li>Fidelity Cash Management: Spending and saving with investments</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2024-10-28 21:43:18', '2024-10-28 21:43:18', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=8045', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8046, 1, '2024-10-28 21:43:39', '2024-10-28 21:43:39', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/fsa-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Flexible Spending Accounts</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">Through Health Equity, we offer Flexible Spending Accounts (FSAs) as an easy way for you to keep more of your take-home pay by using pre-tax dollars for eligible expenses. Your contribution will be divided into equal deductions from each paycheck.<strong> </strong></p>\r\n<p style=\"font-weight: 400;\"><strong>Note: </strong>You can’t change your contribution amount outside of the New Hire or Open Enrollment period unless you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong>.</p>\r\n[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/fsa-7.png\" title_text=\"fsa-7\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">*Projected IRS carryover amount for 2025.</span></p>\r\n<p style=\"font-weight: 400;\">For a list of eligible expenses, visit <a href=\"https://www.irs.gov/publications/p502\"><strong>Publication 502, Medical and Dental Expenses</strong></a>.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Dependent Care FSA</h2>\r\n<strong>Available to all teammates.</strong>\r\n<p style=\"font-weight: 400;\">You can contribute up to $5,000 annually through pre-tax payroll deductions to help cover your eligible dependent care expenses, such as:</p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">Childcare center fees (birth – age 12)</li>\r\n 	<li style=\"font-weight: 400;\">Babysitter (birth – age 12)</li>\r\n 	<li style=\"font-weight: 400;\">Nanny (birth – age 12)</li>\r\n 	<li style=\"font-weight: 400;\">Summer day camp (birth – age 12)</li>\r\n 	<li style=\"font-weight: 400;\">Before- or after-school care (birth – age 12)</li>\r\n 	<li style=\"font-weight: 400;\">Disabled dependent and/or spouse care and elder care</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">You only have access to funds that are in your account. Unused money does not carry over at the end of the year.</p>\r\n<p style=\"font-weight: 400;\"><strong>For a full list of eligible expenses, visit </strong><strong>the <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">IRS website </a></strong><strong>for more information</strong>.</p>\r\n<p style=\"font-weight: 400;\"><strong>Note: Teammates defined as Highly Compensated (per the IRS) are not eligible to participate.</strong></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-30px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Important Considerations for All FSA Accounts\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">FSA funds can be used for you, your spouse, and your tax dependents only, not for the expenses of your domestic partner or their children.</p>\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '7151-revision-v1', '', '', '2024-10-28 21:43:39', '2024-10-28 21:43:39', '', 7151, 'https://benefitsmyway.mybenefitport.com/?p=8046', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8047, 1, '2024-10-28 21:43:42', '2024-10-28 21:43:42', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Health Savings Account</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">Through Health Equity, we offer a Health Savings Account (HSA) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.</p>\r\n<p style=\"font-weight: 400;\">If you enroll in the High-Deductible Health Plan (HDHP), you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA). Contribute to an HSA and offset your out-of-pocket expenses with pre-tax dollars.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">How an HSA Works</h2>\r\n[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/How-an-HSA-works_2.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"How-an-HSA-works_2\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"78%\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"78%\" module_alignment=\"left\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]\r\n\r\n<img class=\"wp-image-7732 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/hsa-info.png\" alt=\"\" width=\"2546\" height=\"526\" />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" width=\"71.7%\" module_alignment=\"left\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<p style=\"text-align: left;\"><img class=\"wp-image-7735 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/HSA-TTS.png\" alt=\"\" width=\"2508\" height=\"1380\" /></p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\"><strong>Company Contributions\r\n</strong>Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:</p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">Teammate only: $300</li>\r\n 	<li style=\"font-weight: 400;\">Teammate + Spouse/Domestic Partner/Child(ren): $425</li>\r\n 	<li style=\"font-weight: 400;\">Family: $600</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">Company contributions will be determined by multiple factors. The match amount will be paid out incrementally each pay period and prorated upon hire.</p>\r\n<p style=\"font-weight: 400;\"><strong>HSA Restrictions</strong></p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">You may not open an HSA if you or your spouse is enrolled in a Health Care Flexible Spending Account.</li>\r\n 	<li style=\"font-weight: 400;\">State taxes apply to contributions by residents of California, Alabama, and New Jersey.</li>\r\n 	<li style=\"font-weight: 400;\">You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.</li>\r\n 	<li style=\"font-weight: 400;\"><span data-olk-copy-source=\"MessageBody\">The penalty for using your HSA for ineligible expenses is 20% of the reimbursed amount.</span></li>\r\n 	<li style=\"font-weight: 400;\">You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.</li>\r\n 	<li style=\"font-weight: 400;\">Funds may not be used to reimburse the expenses of your domestic partner or their children.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">Want to learn more? Check out <a href=\"https://www.healthequity.com/learn\" target=\"_blank\" rel=\"noopener\"><strong>Health Equity’s Learn website</strong></a>.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Health Savings Account', '						', 'inherit', 'closed', 'closed', '', '7140-revision-v1', '', '', '2024-10-28 21:43:42', '2024-10-28 21:43:42', '', 7140, 'https://benefitsmyway.mybenefitport.com/?p=8047', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8048, 1, '2024-10-28 21:43:46', '2024-10-28 21:43:46', '[et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Open Enrollment\" button_text=\"LEARN MORE\" button_link=\"https://benefitsmyway.mybenefitport.com/open-enrollment/\" dbdb_link_slide_title=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_letter_spacing=\"0px\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]\r\n\r\nOpen Enrollment for 2025 Benefits is October 28 – November 8\r\n\r\n[/et_pb_slide][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]\r\n\r\nThe O&amp;M Benefits Solutions Counselors can help.\r\nEmail <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.\r\n\r\n[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]\r\n<div>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</div>\r\n<div></div>\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||2em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" module_id=\"sg-popup-id-7920\" module_class=\"sg-popup-id-7920\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]\r\n<h1 style=\"text-align: center;\">Health</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]\r\n<h1 style=\"text-align: center;\">Wealth</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]\r\n<h1 style=\"text-align: center;\">Resources</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]\r\n<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\r\nLike this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.\r\n\r\n[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a style=\"text-decoration: none;\" href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or\r\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]\r\n\r\nQuick access to websites and phone numbers of our benefit providers.\r\n\r\n[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]\r\n\r\nLog into your Workday HR account to update your name, address, and other info.\r\n\r\n[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-10-28 21:43:46', '2024-10-28 21:43:46', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=8048', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8049, 1, '2024-10-28 21:43:50', '2024-10-28 21:43:50', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/life-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Income Protection</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Company-Paid Life and AD&amp;D Insurance\" open=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<p style=\"font-weight: 400;\">Owens &amp; Minor provides Life Insurance and Accidental Death and Dismemberment (AD&amp;D) insurance for when the unexpected happens. These benefits are fully paid by the company, and you’re automatically enrolled.</p>\r\n<p style=\"font-weight: 400;\">Your benefits are equal to:</p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">Company-paid Life Insurance: 1x your base salary, up to $500,000</li>\r\n 	<li style=\"font-weight: 400;\">Company-paid AD&amp;D Insurance: 1x your base salary, up to $500,000</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">Company-paid Life reduces starting at age 65.</p>\r\n<p style=\"font-weight: 400;\">Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Documents Library</a></strong>.</p>\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Supplemental Life and AD&amp;D\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"on\" sticky_enabled=\"0\"]\r\n<p style=\"font-weight: 400;\">During enrollment, you can purchase additional Life and/or AD&amp;D Insurance for yourself and your family through payroll deductions. If you want to purchase this coverage for your dependents, you must purchase it for yourself.</p>\r\n<p style=\"font-weight: 400;\">Supplemental teammate Life Insurance reduces starting at age 65.</p>\r\n<p style=\"font-weight: 400;\">Additional information can be found in the Certificate of Coverage or Summary of Benefits located in the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Documents Library</a></strong>.</p>\r\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">[ninja_tables id=\"7431\"]</span></p>\r\n\r\n<h6><span style=\"color: #000000;\">*Coverage ends at age 26.</span></h6>\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Evidence of Insurability\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]\r\n<p style=\"font-weight: 400;\"><span style=\"color: #000000;\">Supplemental Life Insurance may require Evidence of Insurability (EOI). This means you will be asked to answer medical questions about you or your spouse’s health and lifestyle.</span></p>\r\n[/et_pb_accordion_item][/et_pb_accordion][et_pb_cta title=\"Designate Your Beneficiaries During Enrollment\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"30px||||false|false\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">You must designate a beneficiary to receive your Life and AD&amp;D insurance policy benefits. Be sure to update this information as personal circumstances change.</p>\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Income Protection', '						', 'inherit', 'closed', 'closed', '', '7157-revision-v1', '', '', '2024-10-28 21:43:50', '2024-10-28 21:43:50', '', 7157, 'https://benefitsmyway.mybenefitport.com/?p=8049', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8050, 1, '2024-10-28 21:44:15', '2024-10-28 21:44:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/leaves-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Leaves of Absence</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions</h2>\r\n<ul>\r\n 	<li>When do I need to apply for a leave of absence?</li>\r\n 	<li>How do I request a leave of absence?</li>\r\n 	<li>What are the Absence Management Service Center’s operation hours?</li>\r\n 	<li>When I call to report my leave of absence, what questions will I be asked?</li>\r\n 	<li>Where do I submit my leave certification documents?</li>\r\n 	<li>What is Owens &amp; Minor’s call-in procedure during a leave of absence?</li>\r\n 	<li>What is the Return-to-Work process?</li>\r\n 	<li>What happens with benefit premiums while I am on a leave of absence?</li>\r\n 	<li>What happens if I experience an IRS Recognized Qualified Life Event or Change in Benefits while on leave?</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">The Disability Management Guide can provide you with more information about leaves of absence, as well as answers to frequently asked questions. Click below to learn more.</p>\r\n[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/DMG.png\" title_text=\"DMG\" url=\"https://lockton-midwest.dcatalog.com/v/Disability-Management-Guide/?page=1\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"36%\" module_alignment=\"center\" custom_margin=\"|||-17px|false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://lockton-midwest.dcatalog.com/v/Disability-Management-Guide/?page=1\" global_colors_info=\"{}\"]\r\n<h3 style=\"text-align: center;\">Disability Management Guide</h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Leaves of Absence', '						', 'inherit', 'closed', 'closed', '', '7189-revision-v1', '', '', '2024-10-28 21:44:15', '2024-10-28 21:44:15', '', 7189, 'https://benefitsmyway.mybenefitport.com/?p=8050', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8051, 1, '2024-10-28 21:44:19', '2024-10-28 21:44:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Medical &amp; Prescription Drug</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n<h2>Find the Right Plan for You</h2>\r\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\r\n\r\n<ul style=\"font-weight: 400;\">\r\n 	<li style=\"list-style-type: none;\">\r\n<ul style=\"font-weight: 400;\">\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul style=\"padding-left: 30px;\">\r\n 	<li>Do you have specific prescription medication needs?</li>\r\n 	<li>Are you anticipating surgery or non-preventive dental care?</li>\r\n 	<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\r\n 	<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n\r\nOur medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.\r\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii.</p>\r\n[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]\r\n\r\nYou pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).\r\n<p style=\"text-align: center;\"><img class=\"wp-image-7501 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg\" alt=\"\" width=\"1080\" height=\"213\" /></p>\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,300 High Deductible Health Plan w/Optional Health Savings Account\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nThis option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.\r\n<p style=\"text-align: center;\"><img class=\"wp-image-7502 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg\" alt=\"\" width=\"1080\" height=\"213\" /></p>\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]\r\n<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\r\n<p style=\"font-weight: 400;\"><img class=\"wp-image-7503 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg\" alt=\"\" width=\"1080\" height=\"210\" /></p>\r\n<p style=\"font-weight: 400;\"><strong>Give your doctor’s office this information: </strong>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</p>\r\n[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]\r\n\r\n[ninja_tables id=\"7739\"]\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" text_font=\"||||||||\" text_font_size=\"12px\" text_line_height=\"1em\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"4px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n\r\n<sup>1 </sup>Costs vary depending on type of treatment.\r\n\r\n<sup>2</sup> Copay waived if admitted within 24 hours.\r\n\r\n<span style=\"font-size: 13.3333px;\">* </span>Specialty must be filled through Optum Specialty Pharmacy (Mail Order only).\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\"><strong><a href=\"https://member.uhc.com/myuhc\">UnitedHealthcare</a></strong></li>\r\n 	<li style=\"font-weight: 400;\"><a href=\"https://www.surest.com/\"><strong>Surest</strong></a> (Access Code: OwensMinor2025)</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n<h2>Regional Medical Plan Options</h2>\r\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select Kaiser Medical for your medical care coverage.</p>\r\n[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <strong>California, Colorado, Georgia, Washington, and in the Northwest (Oregon and Southern Washington) and Mid-Atlantic (District of Columbia, Maryland, and Virginia)</strong>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</p>\r\n<p style=\"font-weight: 400;\"><strong>Hawaii </strong>teammates may enroll in the Point of Service (POS) 405 Plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</p>\r\n<p style=\"font-weight: 400;\"><strong>Click <a href=\"https://healthy.kaiserpermanente.org/front-door\" target=\"_blank\" rel=\"noopener\">here </a></strong><strong>for more information.</strong></p>\r\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\r\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\r\n\r\n<h6 style=\"font-weight: 400;\">*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</h6>\r\n[ninja_tables id=\"7460\"]\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf\" url_new_window=\"on\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical & Prescriptions', '						', 'inherit', 'closed', 'closed', '', '6938-revision-v1', '', '', '2024-10-28 21:44:19', '2024-10-28 21:44:19', '', 6938, 'https://benefitsmyway.mybenefitport.com/?p=8051', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8052, 1, '2024-10-28 21:44:23', '2024-10-28 21:44:23', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-app-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Get the App!</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">MAXIMIZE YOUR BENEFITS WITH THE O&amp;M BENEFITS APP</h2>\r\nMaximizing your benefits just got easier! <strong>Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor.</strong> Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Unlock Your Benefits with Ease</h2>\r\nWith the O&amp;M Benefits app, accessing your teammate benefits information is simpler than ever before. Here’s what you can expect:\r\n<p style=\"font-weight: 400;\"><strong>Easy access\r\n</strong>Log in quickly and securely to view the latest benefits information whenever and wherever you need it.</p>\r\n<p style=\"font-weight: 400;\"><strong>Benefits exploration\r\n</strong>Discover a wide array of benefits, including health, wellness, retirement, and more. Find detailed descriptions and eligibility requirements so you can make informed decisions.</p>\r\n<p style=\"font-weight: 400;\"><strong>Push notifications\r\n</strong>Never miss a deadline! Get real-time updates and reminders about important dates, changes to your benefits, and new opportunities — all sent directly to your phone.</p>\r\n<p style=\"font-weight: 400;\"><strong>Support &amp; resources\r\n</strong>Have a question? Access FAQs, guides, and support from the app for assistance whenever you need it.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">How to Access</h2>\r\n<p style=\"font-weight: 400;\">The O&amp;M Benefits app is available for download on iOS and Android. Access is password protected and for Owens &amp; Minor teammates only. (Password:<strong> Teammatebenefits2025</strong>)</p>\r\n[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg\" title_text=\"mobile-banner-final\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_cta title=\"Need help logging in?\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span style=\"color: #ffffff;\">Need help logging in? Email <strong><a style=\"color: #ffffff;\" href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">owens-minor@bpaenroll.com</a></strong> or call <strong>(800) 463-3819</strong> to request your credentials.</span>\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-revision-v1', '', '', '2024-10-28 21:44:23', '2024-10-28 21:44:23', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=8052', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8053, 1, '2024-10-28 21:44:26', '2024-10-28 21:44:26', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-app-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\n<h1>Get the App!</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\n<h2 class=\"elementor-heading-title elementor-size-default\">MAXIMIZE YOUR BENEFITS WITH THE O&amp;M BENEFITS APP</h2>\nMaximizing your benefits just got easier! <strong>Designed as an extension of your new benefits website, the O&amp;M Benefits app is your mobile gateway to exploring all of your benefits offered through Owens &amp; Minor.</strong> Whether you’re at home, in the office, or on the go, this app ensures you always have access to the tools and information you need to make the most of your benefits.\n\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\n<h2 class=\"elementor-heading-title elementor-size-default\">Unlock Your Benefits with Ease</h2>\nWith the O&amp;M Benefits app, accessing your teammate benefits information is simpler than ever before. Here’s what you can expect:\n<p style=\"font-weight: 400;\"><strong>Easy access\n</strong>Log in quickly and securely to view the latest benefits information whenever and wherever you need it.</p>\n<p style=\"font-weight: 400;\"><strong>Benefits exploration\n</strong>Discover a wide array of benefits, including health, wellness, retirement, and more. Find detailed descriptions and eligibility requirements so you can make informed decisions.</p>\n<p style=\"font-weight: 400;\"><strong>Push notifications\n</strong>Never miss a deadline! Get real-time updates and reminders about important dates, changes to your benefits, and new opportunities — all sent directly to your phone.</p>\n<p style=\"font-weight: 400;\"><strong>Support &amp; resources\n</strong>Have a question? Access FAQs, guides, and support from the app for assistance whenever you need it.</p>\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"50px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\n<h2 class=\"elementor-heading-title elementor-size-default\">How to Access</h2>\n<p style=\"font-weight: 400;\">The O&amp;M Benefits app is available for download on iOS and Android. Access is password protected and for Owens &amp; Minor teammates only. (Password:<strong> Teammatebenefits2025</strong>)</p>\n[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/mobile-banner-final-scaled.jpg\" title_text=\"mobile-banner-final\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_cta title=\"Need help logging in?\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]\n\n<span style=\"color: #ffffff;\">Need help logging in? Email <strong><a style=\"color: #ffffff;\" href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">owens-minor@bpaenroll.com</a></strong> or call <strong>(800) 463-3819</strong> to request your credentials.</span>\n\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Mobile App', '						', 'inherit', 'closed', 'closed', '', '7585-autosave-v1', '', '', '2024-10-28 21:44:26', '2024-10-28 21:44:26', '', 7585, 'https://benefitsmyway.mybenefitport.com/?p=8053', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8054, 1, '2024-10-28 21:44:42', '2024-10-28 21:44:42', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/oe-1-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>2025 Open Enrollment</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-61px|auto||\" custom_padding=\"||9px|||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">October 28 – November 8</h2>\r\n2025 Open Enrollment is here! On this page, you’ll find out what’s new for this year, resources to learn more about your benefits offerings, and a checklist to guide you through your enrollment.\r\n\r\nRemember, <strong>this year’s Open Enrollment is passive</strong>. This means that if you do not participate in 2025 enrollment, your current elections will roll over into the next plan year, <strong>with the exception of the Flexible Spending Accounts (FSA) and Commuter Benefits. These require election each year.</strong>\r\n\r\nIf currently enrolled in an FSA, and not planning to contribute to an FSA in 2025, you may <strong>carry over up to $640</strong> in unused funds into 2025 by electing the:\r\n<ul>\r\n 	<li>2025 FSA with a $0 contribution, or</li>\r\n 	<li>Limited Purpose FSA with a $0 contribution, when also contributing to an HSA</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">What’s Changing for 2025 Benefits</h2>\r\n<h6><span style=\"color: #002856;\"><strong>Medical</strong></span></h6>\r\n<ul>\r\n 	<li>Medical contributions increasing</li>\r\n 	<li>UPMC not offered in 2025</li>\r\n 	<li>New deductible limits announced by the IRS for the UnitedHealthcare HDHP Plan and Kaiser plans (except Hawaii POS 405): <strong>$3,300 </strong>for teammate-only / <strong>$6,600 </strong>for family</li>\r\n 	<li><strong>New ID cards</strong> for the UnitedHealthcare HDHP Plan and the Kaiser plans (excluding Kaiser Hawaii POS 405 and Kaiser Northwest)</li>\r\n 	<li>New Calm Health app: programs and tools to help support your mental health (UnitedHealthcare and Surest members only). To learn more and get started, sign in to your <a href=\"http://www.myuhc.com/\"><strong>myuhc.com</strong></a> account or the UnitedHealthcare app</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-109px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<strong style=\"color: #002856; font-size: 14px;\">Dental</strong>\r\n<ul>\r\n 	<li>100% teammate paid: available to spouses/domestic partners, even if accessible through their employer.</li>\r\n 	<li>If you do not want to continue your dental coverage, you must drop the benefit. Otherwise, your coverage will roll over into the next plan year.</li>\r\n 	<li>New ID cards for all members.</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-95px||80px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<strong style=\"font-size: 14px; color: #002856;\">401(k)</strong>\r\n<ul>\r\n 	<li>Company match adjusted to 3% of eligible contributions.</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-105px||-53px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_color=\"#f2f2f2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"417.5px\" custom_padding=\"30px|||||\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Open Enrollment Checklist</h2>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul style=\"padding-left: 30px;\">\r\n 	<li><a href=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\"><strong>Learn </strong></a>about your many benefit choices in the 2025 Benefits Guide and think about your coverage needs.</li>\r\n 	<li><a href=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\"><strong>Access </strong></a>Workday HR using your network username and password. For assistance, contact the IT Help Desk at <strong>(804) 533-5556</strong>.</li>\r\n 	<li><strong>Add</strong> dependents you wish to cover. Be prepared to provide their personal information, such as date of birth and Social Security number.</li>\r\n 	<li><strong>Elect </strong>the benefits that best support you and your family. Don’t forget to designate beneficiaries.</li>\r\n 	<li><b><span data-olk-copy-source=\"MessageBody\">Review </span></b>and<b> complete your enrollment by November 8, 2024. </b>If you don’t enroll, your current elections will roll over<b> </b>into the next plan year <b>except for the FSAs and Commuter Benefits. These require an election each year</b>.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Questions or Need Benefits Help?</h2>\r\n<p style=\"font-weight: 400;\">Contact an O&amp;M Benefits Solutions Counselor at <span style=\"color: #872434;\"><strong>(800) 463-3819</strong></span> or email the <strong><a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\">O&amp;M Benefits Solutions Team</a></strong>. <strong>They’ll help you understand your benefits options and make the right choices for your needs and budget. If you prefer to enroll over the phone, they can assist with this as well. </strong></p>\r\n [/et_pb_text][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"10px\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"||-144px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Other Resources to Help You Learn About Your Benefits</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" background_enable_color=\"off\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"50px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: center;\"><strong>Open Enrollment Presentation</strong></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OMI-BH-25.png\" title_text=\"OMI-BH-25\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/OWEMI24_3890937_OE_One_Page_Highlights_9.27.24_FINAL.pdf\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: center;\"><strong>2025 Benefits Highlights</strong></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-FAQs.png\" title_text=\"2025-FAQs\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs.pdf\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-OE-TM-FAQs-10.14.24.pdf\" global_colors_info=\"{}\"]\r\n<p style=\"text-align: center;\"><strong>Open Enrollment FAQs</strong></p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Open Enrollment', '						', 'inherit', 'closed', 'closed', '', '7287-revision-v1', '', '', '2024-10-28 21:44:42', '2024-10-28 21:44:42', '', 7287, 'https://benefitsmyway.mybenefitport.com/?p=8054', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8055, 1, '2024-10-28 21:44:46', '2024-10-28 21:44:46', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/pto-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Paid Time Off</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Paid Time Off', '						', 'inherit', 'closed', 'closed', '', '7221-revision-v1', '', '', '2024-10-28 21:44:46', '2024-10-28 21:44:46', '', 7221, 'https://benefitsmyway.mybenefitport.com/?p=8055', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8056, 1, '2024-10-28 21:44:50', '2024-10-28 21:44:50', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/recognition-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Recognition</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Recognition', '						', 'inherit', 'closed', 'closed', '', '7202-revision-v1', '', '', '2024-10-28 21:44:50', '2024-10-28 21:44:50', '', 7202, 'https://benefitsmyway.mybenefitport.com/?p=8056', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8057, 1, '2024-10-28 21:45:11', '2024-10-28 21:45:11', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/referral-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Referral Program</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Referral Program', '						', 'inherit', 'closed', 'closed', '', '7208-revision-v1', '', '', '2024-10-28 21:45:11', '2024-10-28 21:45:11', '', 7208, 'https://benefitsmyway.mybenefitport.com/?p=8057', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8058, 1, '2024-10-28 21:45:15', '2024-10-28 21:45:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Regional Medical Plan Options</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"]\r\n\r\nDepending on where you live, you may also be eligible to select Kaiser Medical or the UPMC Plan for your medical care coverage.\r\n\r\n<span style=\"color: #872434;\"><strong>Kaiser Medical</strong></span>\r\nKaiser offers comprehensive coverage and the convenience of coordinated care among Kaiser providers. We offer a High Deductible Health Plan option for teammates in <strong>California, Colorado, Georgia, Washington,</strong> and in the Northwest (<strong>Oregon</strong> and Southern <strong>Washington</strong>) and Mid-Atlantic (<strong>District of Columbia, Maryland,</strong> and <strong>Virginia</strong>). If you choose this plan, you can enroll in a Health Savings Account (HSA).\r\n\r\n<strong>Hawaii</strong> teammates have the option of enrolling in the Point of Service (POS) 405 plan. This plan is compatible with the Healthcare Flexible Spending Account.\r\n\r\n<strong>For more information, go to <a href=\"http://select.kaiserpermanente.org/owens-and-minor\" target=\"_blank\" rel=\"noopener\">select.kaiserpermanente.org/owens-and-minor</a>.</strong>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6825\"][/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6828\"][/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]\r\n<h6>Per Senate Bill 1529: Primary care visit — $5 Copay (after Plan Deductible) for first 3 visits per year. First 3 visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][ninja_tables id=\"6831\"][/et_pb_text][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]</h6>\r\n<span style=\"color: #872434;\"><strong>UPMC HDHP EPO</strong></span>\r\nIf you live in <strong>Pennsylvania</strong> (certain zip codes), the UPMC HDHP EPO might be your best choice. This plan blends elements of a traditional HMO and a PPO. Similar to a PPO, you don’t have to select a primary care physician. But like an HMO, you must receive your care from network physicians and facilities for your care to be covered. You can also enroll in a Health Savings Account (HSA).\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][ninja_tables id=\"6835\"][/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_font=\"|300|||||||\" header_6_font=\"|300|||||||\" header_6_font_size=\"10px\" header_6_line_height=\"1.4em\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"]\r\n<h6>For more information, visit <span style=\"color: #33cccc;\"><strong><a style=\"color: #68ace5;\" href=\"http://UPMCHealthPlan.com\" target=\"_blank\" rel=\"noopener\">UPMCHealthPlan.com</a></strong></span>.</h6>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Regional Medical Plan Options', '						', 'inherit', 'closed', 'closed', '', '6819-revision-v1', '', '', '2024-10-28 21:45:15', '2024-10-28 21:45:15', '', 6819, 'https://benefitsmyway.mybenefitport.com/?p=8058', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8059, 1, '2024-10-28 21:45:19', '2024-10-28 21:45:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.21.0\" background_image=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-header.jpg\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Savings and Spending Accounts</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nThrough HealthEquity we offer Health Savings Account (HSA) and Flexible Spending Accounts (FSAs) to help you save money on out-of-pocket expenses that you and your family incur during the calendar year.\r\n\r\nThere are several types of accounts that help reduce your taxable income when paying for eligible expenses for yourself, your\r\nspouse and eligible dependents.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Health Savings Account</h2>\r\nIf you are enrolled in the High Deductible Health Plan, you’re eligible to open and contribute money to a tax-free Health Savings Account (HSA) through our plan administrator, HealthEquity. Contribute to an HSA and offset your out-of-pocket expenses with pretax dollars.[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<img class=\"wp-image-6847 size-full\" src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-1.jpg\" width=\"2166\" height=\"272\" /><a href=\"http://irs.gov/publications/p502/index.html\"><img class=\"wp-image-6847 size-full\" src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-2.jpg\" width=\"2166\" height=\"272\" /></a><img class=\"wp-image-6847 size-full\" src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-3.jpg\" width=\"2166\" height=\"272\" />[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">2023 HSA Carryover</h2>\r\n<strong>Owens and Minor teammates:</strong> You will have the option to transfer your unused 2023 HSA funds from WEX (2023 carrier) to Health Equity (2024 carrier). Additional information will be provided soon.\r\n\r\n<strong>Apria teammates:</strong> Unused 2023 funds in your Health Equity account will carry over automatically. There is no further action\r\nrequired on your part.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#e8e8e8\" width=\"100%\" max_width=\"2560px\" custom_margin=\"-18px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">HSA Maximum Contribution Limits\r\n(includes company match)</h2>\r\n• $4,150 for teammate only coverage\r\n• $8,300 for family coverage\r\n• $1,000 catch-up for ages 55 and older\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_image src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg\" title_text=\"Mother and kids hiking in sunny forest\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-10px||-55px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.26.0\" background_color=\"#FFFFFF\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Triple Tax Savings with HSA</h2>\r\n<img class=\"wp-image-6853 alignnone size-full\" src=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa.png\" alt=\"\" width=\"2144\" height=\"1178\" />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h4>Company Contributions</h4>\r\nAs an added bonus, Owens &amp; Minor will match your HSA contributions up to the following threshold amounts:\r\n\r\n• Teammate only: $300\r\n• Teammate + Spouse/Domestic Partner/Child(ren): $425\r\n• Family: $600\r\n\r\nCompany contributions will be determined by multiple factors, including HSA plan tier, enrollment type (Open Enrollment, qualified life event, etc.), and time of year. The match amount will be spread over the number of pay periods per year and will be prorated upon hire.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-64px||-20px||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h4>HSA Restrictions</h4>\r\n• You may not open an HSA if you or your spouse are enrolled in a Healthcare FSA.\r\n• State taxes apply to contributions by residents of California, Alabama and New Jersey.\r\n• You can’t have coverage through another non-HDHP, such as Medicare or a spouse’s plan.\r\n• The penalty for using your HSA for ineligible expenses is 20% of the reimbursed amount.\r\n• You can’t contribute to your HSA if you’re no longer enrolled in an HDHP.\r\n• Funds may not be used to reimburse the expenses of your domestic partner or their children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Savings and Spending Accounts', '						', 'inherit', 'closed', 'closed', '', '6844-revision-v1', '', '', '2024-10-28 21:45:19', '2024-10-28 21:45:19', '', 6844, 'https://benefitsmyway.mybenefitport.com/?p=8059', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8060, 1, '2024-10-28 21:45:48', '2024-10-28 21:45:48', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/service-awards-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Service Awards</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Service Awards', '						', 'inherit', 'closed', 'closed', '', '7195-revision-v1', '', '', '2024-10-28 21:45:48', '2024-10-28 21:45:48', '', 7195, 'https://benefitsmyway.mybenefitport.com/?p=8060', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8061, 1, '2024-10-28 21:45:52', '2024-10-28 21:45:52', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/supplemental-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Supplemental Medical Insurance</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nSupplemental insurance provides an additional layer of financial protection for you and your family. These benefits will help cover extra out-of-pocket expenses if you suffer an unexpected, serious illness or qualifying accident.[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"accident\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Accident Insurance</h2>\r\nAccident insurance through Cigna supplements your primary medical plan by providing cash benefits for accidental injury. You can use this money to pay medical expenses not covered by your medical plan, like copays or even everyday living expenses. Benefits are paid directly to you unless otherwise assigned. Amounts depend on the type of injury and medical services received.\r\n<p style=\"font-weight: 400;\"><strong>Choose from two options:</strong><strong> </strong></p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">Standard Plan</li>\r\n 	<li style=\"font-weight: 400;\">Enhanced Plan</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <strong><a href=\"https://benefitsmyway.mybenefitport.com/documents/\">Documents Library</a></strong>.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"critical\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Critical Illness Insurance</h2>\r\nCritical Illness insurance through Cigna protects against the financial impact of certain illnesses, such as a heart attack, cancer, or stroke. You receive a lump-sum benefit to cover out-of-pocket medical expenses, coinsurance, or living expenses. It’s paid directly to you unless otherwise assigned.\r\n<p style=\"font-weight: 400;\"><strong>Choose from two options:</strong></p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">$10,000</li>\r\n 	<li style=\"font-weight: 400;\">$20,000</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a>.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" module_id=\"hospital\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Hospital Indemnity Insurance</h2>\r\nA trip to the hospital can be stressful. Even if you’re covered by an O&amp;M medical plan, you still may be responsible for copays, deductibles, and other out-of-pocket costs. The Hospital Indemnity Plan through Cigna can offset your share of the costs associated with hospital stays.\r\n<p style=\"font-weight: 400;\"> <strong>Choose from two benefit plan options:  </strong></p>\r\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7377\"]</p>\r\n<p style=\"font-weight: 400;\">For more information on supplemental insurance, visit the <a href=\"https://benefitsmyway.mybenefitport.com/documents/\"><strong>Documents Library</strong></a>.</p>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Supplemental Insurance', '						', 'inherit', 'closed', 'closed', '', '7132-revision-v1', '', '', '2024-10-28 21:45:52', '2024-10-28 21:45:52', '', 7132, 'https://benefitsmyway.mybenefitport.com/?p=8061', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8062, 1, '2024-10-28 21:45:56', '2024-10-28 21:45:56', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tap-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Your Well-Being</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nWe are committed to supporting you with valuable resources to help you manage and maintain your mental and physical health,\r\nas well as your work-life balance.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Assistance Program (TAP)</h2>\r\nLife’s pressures can affect your physical, emotional, and mental health. TAP, with Live and Work Well through Optum, helps you find the resources you need to get back on track — at no extra cost.\r\n<p style=\"font-weight: 400;\">Turn to TAP for help with:</p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\">Finding work-life balance</li>\r\n 	<li style=\"font-weight: 400;\">Finding child and elder care</li>\r\n 	<li style=\"font-weight: 400;\">Handling grief and loss</li>\r\n 	<li style=\"font-weight: 400;\">Living within a realistic budget</li>\r\n 	<li style=\"font-weight: 400;\">Addressing addiction and recovery</li>\r\n 	<li style=\"font-weight: 400;\">Dealing with identity theft</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">Support is just a phone call away. Visit <a href=\"https://www.liveandworkwell.com/en/public\" target=\"_blank\" rel=\"noopener\"><strong>liveandworkwell.com</strong></a> or call <strong>(866) 374-6061</strong> to connect with a licensed behavioral health professional in your area. (Company code: <strong>owensminor</strong>)</p>\r\n&nbsp;\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Optum Mental Health Awareness Toolkits</h2>\r\nOptum launches a new teammate toolkit each month including articles, trainings, tip sheets, and more — on relevant and trending topics to help support your health and well-being at work, home, and at play. Access the toolkit <strong><a href=\"https://optumwellbeing.com/newthismonth/en-US\" target=\"_blank\" rel=\"noopener\">here</a></strong> using our company code: <strong>owensminor</strong>.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'TAP', '						', 'inherit', 'closed', 'closed', '', '7260-revision-v1', '', '', '2024-10-28 21:45:56', '2024-10-28 21:45:56', '', 7260, 'https://benefitsmyway.mybenefitport.com/?p=8062', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8063, 1, '2024-10-28 21:46:14', '2024-10-28 21:46:14', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Teammate Stock Purchase Plan (TSPP)</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Stock Purchase Plan (TSPP)</h2>\r\nThe Owens &amp; Minor, Inc., TSPP provides teammates the option to purchase Owens &amp; Minor stock at a 15% discount through payroll deduction. You are eligible to enroll after 30 days of employment if you are scheduled to work at least 20 hours per week.\r\n<p style=\"font-weight: 400;\">Enrollment for U.S. eligible teammates is twice a year during each enrollment period. At the end of the Offering Period, Owens &amp; Minor shares are purchased on your behalf on the Stock Purchase Date(s) at the 15% discounted price. Shares are then deposited in your Fidelity Brokerage account.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"73%\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<center></center>\r\n<p style=\"text-align: center;\">[ninja_tables id=\"7685\"]</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\"><span style=\"font-size: 14px;\">Visit </span><b style=\"font-size: 14px;\"><a href=\"https://www.netbenefits.com\">netbenefits.com</a> </b><span style=\"font-size: 14px;\">to enroll or call a Fidelity Stock Plan Services representative at </span><b style=\"font-size: 14px;\">(800) 544-9354</b><span style=\"font-size: 14px;\">. You can manage your TSPP account at </span><a style=\"font-size: 14px;\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"2\"><b>401k.com</b></a><span style=\"font-size: 14px;\">. For complete details, including information about your investment options, visit </span><a style=\"font-size: 14px;\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"3\"><b>401k.com</b></a><span style=\"font-size: 14px;\">.</span></p>\r\n[/et_pb_text][et_pb_cta _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\nIt’s important to designate a beneficiary to receive the value of your TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"4\"><b>401k.com</b>.</a></span>\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'inherit', 'closed', 'closed', '', '7177-revision-v1', '', '', '2024-10-28 21:46:14', '2024-10-28 21:46:14', '', 7177, 'https://benefitsmyway.mybenefitport.com/?p=8063', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8064, 1, '2024-10-28 21:46:21', '2024-10-28 21:46:21', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tobacco-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Tobacco Surcharge and Cessation Programs</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nTo promote the health of our teammates, Owens &amp; Minor imposes a premium surcharge for tobacco users if either they and/or their spouse or domestic partner has used tobacco products in the previous six months. Teammates and their spouses/domestic partners who are non-tobacco users will be eligible for the reward of reduced (non-tobacco) premiums.\r\n\r\nA tobacco user is defined as anyone who has used any tobacco products at least four times per week in the last six months, including:\r\n<ul>\r\n 	<li>Cigarettes</li>\r\n 	<li>Cigars</li>\r\n 	<li>Chewing tobacco</li>\r\n 	<li>Snuff</li>\r\n 	<li>Pipe tobacco</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">This information is self-reported in Workday HR during enrollment.</p>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Tobacco Cessation Programs</h2>\r\nOwens &amp; Minor provides multiple tobacco cessation programs to help you lead a healthier life while lowering your out-of-pocket medical costs. If you are unable to meet the standard of being tobacco-free, you can earn the reward of reduced (non-tobacco) premiums by completing one of the following Tobacco Cessation programs.\r\n\r\n[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" custom_margin=\"25px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"For Teammates with a UnitedHealthcare or Surest Plan\" open=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]Quit For Life<sup style=\"font-size: 6pt;\">®</sup> is designed to give you the confidence you need to quit tobacco for good. Get a personalized quit plan and 1:1 access to coaches via phone, chat, or text. Plus, get group video sessions and more, all at no additional cost, with your UHC or Surest medical plan.\r\n\r\nPLUS, receive a Quit Kit that includes Nicotine Replacement Therapy like gum or patches to help conquer cravings.\r\n\r\nGet started at <strong><a href=\"https://quitnow.net\" target=\"_blank\" rel=\"noopener\">quitnow.net</a></strong> or call <strong>(866) 784-8454</strong> TTY 711.[/et_pb_accordion_item][et_pb_accordion_item title=\"For Teammates with a Kaiser Plan\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nKaiser offers multiple tobacco cessation programs that combine counseling, behavior modification, and medication support. Classes and telephone support are usually offered at no cost to teammates, and the online tobacco cessation program is free. Teammates can also be prescribed over-the-counter nicotine replacement therapy at a discount or other medically necessary smoking cessation medications for the usual copay, depending on the teammate’s pharmacy benefit (also may require participation in designated behavioral modification programs). Your Kaiser Permanente physician will determine medical necessity.\r\n<p style=\"font-weight: 400;\">To engage in one of Kaiser’s Healthy Lifestyle Programs, including tobacco cessation, you will need to first take the Total Health Assessment at <strong><a href=\"https://healthy.kaiserpermanente.org/health-wellness/health-assessment?kp_shortcut_referrer=kp.org/tha\" target=\"_blank\" rel=\"noopener\">kp.org/tha</a></strong>. You can also contact your KP medical center/PCP or the Member Services phone number on your ID card for more information.</p>\r\n[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span style=\"color: #002856;\"><strong>Removal and Refund of Tobacco Surcharge</strong></span>\r\nThe premium surcharge may be removed by completing the tobacco cessation program offered by Owens &amp; Minor or an approved reasonable alternative. This must be done within six months of the 2025 benefit effective date associated with the first time you or your spouse/domestic partner first identified as a tobacco user. Once the surcharge is removed, a retroactive refund of the premium surcharge for that year will be issued as soon as administratively possible.\r\n<p style=\"font-weight: 400;\">Your proof of completion must be submitted to the <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> within 10 days of receipt.</p>\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tobacco Surcharge', '						', 'inherit', 'closed', 'closed', '', '6771-revision-v1', '', '', '2024-10-28 21:46:21', '2024-10-28 21:46:21', '', 6771, 'https://benefitsmyway.mybenefitport.com/?p=8064', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8065, 1, '2024-10-28 21:46:24', '2024-10-28 21:46:24', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Tuition-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Tuition Reimbursement</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\n<span data-olk-copy-source=\"MessageBody\">This section is under development. Check back soon for complete information!</span>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Tuition Reimbursement', '						', 'inherit', 'closed', 'closed', '', '7227-revision-v1', '', '', '2024-10-28 21:46:24', '2024-10-28 21:46:24', '', 7227, 'https://benefitsmyway.mybenefitport.com/?p=8065', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8066, 1, '2024-10-28 21:46:46', '2024-10-28 21:46:46', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Benefit Videos</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>401(k) Retirement</h3>\r\n[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>Employee Assistance Programs</h3>\r\n[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>Prescription Drugs – Managing Costs</h3>\r\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>How to Stretch Your Healthcare Dollars</h3>\r\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px|-111px|0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>How to Optimize Your FSA</h3>\r\n[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>HSA vs FSA</h3>\r\n[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>Qualifying Life Events</h3>\r\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>Medical Plans Compared: HDHP vs PPO</h3>\r\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>Primary Care vs Urgent Care vs ER</h3>\r\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n\r\n<center></center>\r\n<h3>How to Optimize Your HSA</h3>\r\n[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-revision-v1', '', '', '2024-10-28 21:46:46', '2024-10-28 21:46:46', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=8066', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8067, 1, '2024-10-28 21:46:49', '2024-10-28 21:46:49', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/documents-scaled-2.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\n<!-- [et_pb_line_break_holder] -->\n<!-- [et_pb_line_break_holder] -->\n<!-- [et_pb_line_break_holder] -->\n<!-- [et_pb_line_break_holder] -->\n<!-- [et_pb_line_break_holder] -->\n<!-- [et_pb_line_break_holder] -->\n<!-- [et_pb_line_break_holder] -->\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\n<h1>Benefit Videos</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.2\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/401k.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.19.59 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"|-60px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\n\n<center></center>\n<h3>401(k) Retirement</h3>\n[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/EAP.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.22.35 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\n\n<center></center>\n<h3>Employee Assistance Programs</h3>\n[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Prescription-Drugs-–-Managing-Costs.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.29.38 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\n\n<center></center>\n<h3>Prescription Drugs – Managing Costs</h3>\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Stretch-Your-Healthcare-Dollars.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.30.25 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\n\n<center></center>\n<h3>How to Stretch Your Healthcare Dollars</h3>\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.25.47 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px|0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"|0px|-111px|0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\n\n<center></center>\n<h3>How to Optimize Your FSA</h3>\n[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/HSA-vs-FSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.21.10 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\n\n<center></center>\n<h3>HSA vs FSA</h3>\n[/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/QLE.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.31.34 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\n\n<center></center>\n<h3>Qualifying Life Events</h3>\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Medical-Plans-Compared-HDHP-vs-PPO.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.24.28 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\n\n<center></center>\n<h3>Medical Plans Compared: HDHP vs PPO</h3>\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Primary-Care-vs-Urgent-Care-vs-ER.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.26.30 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\n\n<center></center>\n<h3>Primary Care vs Urgent Care vs ER</h3>\n[/et_pb_code][et_pb_video src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Optimize-Your-HSA.mp4\" image_src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/Screenshot-2024-09-23-at-5.28.20 PM.png\" _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|||0px|false|false\" custom_padding=\"|0px||0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\n\n<center></center>\n<h3>How to Optimize Your HSA</h3>\n[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" background_enable_color=\"off\" sticky_enabled=\"0\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||44px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-20px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Video Library', '						', 'inherit', 'closed', 'closed', '', '6069-autosave-v1', '', '', '2024-10-28 21:46:49', '2024-10-28 21:46:49', '', 6069, 'https://benefitsmyway.mybenefitport.com/?p=8067', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8068, 1, '2024-10-28 21:46:49', '2024-10-28 21:46:49', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/vision-scaled.jpg\" background_position=\"bottom_center\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>YOUR VISION PLAN</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.2\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>VISION THROUGH UHC</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n\r\nEnroll in <a href=\"https://www.whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong>UnitedHealthcare’s Vision Plan</strong></a> to help keep life in focus. The plan covers eye exams, eyeglasses, and contact lenses for you and your eligible dependents.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]\r\n<h2 class=\"elementor-heading-title elementor-size-default\">Coverage Details</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"75%\" module_alignment=\"left\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\"]\r\n\r\n[ninja_tables id=\"7957\"]\r\n<p class=\"p1\">For more information, visit <a href=\"http://whyuhc.com/owensminor\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"s1\">whyuhc.com/owensminor</span></strong></a>.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" text_orientation=\"left\" custom_margin=\"|-23px||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Vision', '						', 'inherit', 'closed', 'closed', '', '5971-revision-v1', '', '', '2024-10-28 21:46:49', '2024-10-28 21:46:49', '', 5971, 'https://benefitsmyway.mybenefitport.com/?p=8068', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8073, 1, '2024-10-29 21:21:34', '2024-10-29 21:21:34', '', '2025 Summary of Benefits and Coverage – UHC PPO Core', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-uhc-ppo-core', '', '', '2024-10-29 21:21:34', '2024-10-29 21:21:34', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/672151deee526.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8074, 1, '2024-10-29 21:21:35', '2024-10-29 21:21:35', '', '2025 Summary of Benefits and Coverage – UHC HDHP', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-uhc-hdhp', '', '', '2024-10-29 21:21:35', '2024-10-29 21:21:35', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/672151df11347.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8075, 1, '2024-10-29 21:21:35', '2024-10-29 21:21:35', '', '2025 Summary of Benefits and Coverage – UHC HDHP (Puerto Rico)', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-uhc-hdhp-puerto-rico', '', '', '2024-10-29 21:21:35', '2024-10-29 21:21:35', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/672151df5dd29.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8076, 1, '2024-10-29 21:21:35', '2024-10-29 21:21:35', '', '2025 Summary of Benefits and Coverage – UHC PPO Core (Puerto Rico)', '', 'publish', 'closed', 'closed', '', '2025-summary-of-benefits-and-coverage-uhc-ppo-core-puerto-rico', '', '', '2024-10-29 21:21:35', '2024-10-29 21:21:35', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/59/672151df6600a.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8077, 1, '2024-10-31 17:13:15', '2024-10-31 17:13:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment &amp; Changes</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" min_height=\"361.4px\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know <i><strong>Life Takes Care™</strong></i><b>.</b>\r\n<p style=\"font-weight: 400;\">Access our <strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-Enrollment-Journey-Guide.pdf\" target=\"_blank\" rel=\"noopener\">Benefits Enrollment Journey Guide</a></strong> to learn what you need to know and do when you experience any of these events.</p>\r\n\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul style=\"padding-left: 30px;\">\r\n 	<li>Becoming a New Teammate</li>\r\n 	<li>Getting Married</li>\r\n 	<li>Welcoming a New Child</li>\r\n 	<li>Getting a Divorce</li>\r\n 	<li>Experiencing a Dependent Death</li>\r\n 	<li>Gaining or Losing Coverage Elsewhere</li>\r\n 	<li>Experiencing a Change in Work Status</li>\r\n 	<li>Turning 65/Medicare-eligible</li>\r\n 	<li>Leaving O&amp;M</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-47px||||false|false\" custom_padding=\"||8px|||\" global_colors_info=\"{}\"]As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefits elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png\" title_text=\"24 Guide-2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></h4>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a style=\"color: #68ace5;\" href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-10-31 17:13:15', '2024-10-31 17:13:15', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=8077', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8078, 1, '2024-10-31 20:31:17', '2024-10-31 20:31:17', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment &amp; Changes</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" min_height=\"361.4px\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know <i><strong>Life Takes Care™</strong></i><b>.</b></p>\n<p style=\"font-weight: 400;\">Access our <a href=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" target=\"_blank\" rel=\"noopener\"><strong>Benefits Enrollment Journey Guide</strong></a> to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-47px||||false|false\" custom_padding=\"||8px|||\" global_colors_info=\"{}\"]As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefits elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/24-Guide-2.png\" title_text=\"24 Guide-2\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2024 Benefits Guide</strong></h4>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a style=\"color: #68ace5;\" href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2024-10-31 20:31:17', '2024-10-31 20:31:17', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=8078', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8081, 1, '2024-12-04 17:10:37', '2024-12-04 17:10:37', '[et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]The O&amp;M Benefits Solutions Counselors can help.\r\nEmail <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.\r[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</div>\r\n<div></div>\r[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||2em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" module_id=\"sg-popup-id-7920\" module_class=\"sg-popup-id-7920\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Resources</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\r\nLike this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.\r[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/brainshark.jpg\" title_text=\"brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorOE\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a style=\"text-decoration: none;\" href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or\r\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]Quick access to websites and phone numbers of our benefit providers.\r[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Log into your Workday HR account to update your name, address, and other info.\r[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2024-12-04 17:10:37', '2024-12-04 17:10:37', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=8081', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8083, 1, '2025-01-06 19:06:33', '2025-01-06 19:06:33', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment &amp; Changes</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" min_height=\"361.4px\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know <i><strong>Life Takes Care™</strong></i><b>.</b></p>\n<p style=\"font-weight: 400;\">Access our <a href=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" target=\"_blank\" rel=\"noopener\"><strong>Benefits Enrollment Journey Guide</strong></a> to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-47px||||false|false\" custom_padding=\"||8px|||\" global_colors_info=\"{}\"]As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefits elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-Guide.png\" title_text=\"2025 Guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4 style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a style=\"color: #68ace5;\" href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2025-01-06 19:06:33', '2025-01-06 19:06:33', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=8083', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8084, 1, '2025-01-06 19:08:10', '2025-01-06 19:08:10', '', '25-om-guide', '', 'inherit', 'open', 'closed', '', '25-om-guide', '', '', '2025-01-06 19:08:10', '2025-01-06 19:08:10', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8086, 1, '2025-01-06 19:08:56', '2025-01-06 19:08:56', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/enrollment-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Enrollment &amp; Changes</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" min_height=\"361.4px\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>Life is an adventure, where you’re bound to experience joy, new opportunities, and some challenges. As an Owens &amp; Minor teammate, you won’t go at this alone. We provide benefits and resources that support your journey — today and into the future. Because, at the end of the day, we know <i><strong>Life Takes Care™</strong></i><b>.</b></p>\n<p style=\"font-weight: 400;\">Access our <a href=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" target=\"_blank\" rel=\"noopener\"><strong>Benefits Enrollment Journey Guide</strong></a> to learn what you need to know and do when you experience any of these events.</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul style=\"padding-left: 30px;\">\n<li>Becoming a New Teammate</li>\n<li>Getting Married</li>\n<li>Welcoming a New Child</li>\n<li>Getting a Divorce</li>\n<li>Experiencing a Dependent Death</li>\n<li>Gaining or Losing Coverage Elsewhere</li>\n<li>Experiencing a Change in Work Status</li>\n<li>Turning 65/Medicare-eligible</li>\n<li>Leaving O&amp;M</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-47px||||false|false\" custom_padding=\"||8px|||\" global_colors_info=\"{}\"]As a new hire, you must enroll in benefits within 31 days of your hire date. After this period, you may not change or cancel your benefits elections unless you experience any of the additional Qualified Life Events listed above. Refer to the Benefits Guide for specific benefit plan information.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"-55px||-80px||false|false\" custom_padding=\"0px||||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/25-om-guide.png\" title_text=\"25-om-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>2025 Benefits Guide</strong></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/OMI-EJG.png\" title_text=\"OMI - EJG\" url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" global_colors_info=\"{}\"]<h4 style=\"text-align: center;\"><strong>Enrollment Journey Guide</strong></h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.27.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Questions?\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"75%\" module_alignment=\"center\" global_colors_info=\"{}\"]Call <strong><span style=\"color: #68ace5;\">(800) 463-3819</span></strong> to speak to an O&amp;M Benefits Solutions Counselor or <span style=\"color: #68ace5;\"><a style=\"color: #68ace5;\" href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>email</strong></a></span> the <strong>O&amp;M Benefits Solutions Team</strong>.\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Enrollment & Changes', '						', 'inherit', 'closed', 'closed', '', '6798-revision-v1', '', '', '2025-01-06 19:08:56', '2025-01-06 19:08:56', '', 6798, 'https://benefitsmyway.mybenefitport.com/?p=8086', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8089, 1, '2025-01-10 21:52:43', '2025-01-10 21:52:43', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/leaves-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Leaves of Absence</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions</h2>\r\n<ul>\r\n 	<li>When do I need to apply for a leave of absence?</li>\r\n 	<li>How do I request a leave of absence?</li>\r\n 	<li>What are the Absence Management Service Center’s operation hours?</li>\r\n 	<li>When I call to report my leave of absence, what questions will I be asked?</li>\r\n 	<li>Where do I submit my leave certification documents?</li>\r\n 	<li>What is Owens &amp; Minor’s call-in procedure during a leave of absence?</li>\r\n 	<li>What is the Return-to-Work process?</li>\r\n 	<li>What happens with benefit premiums while I am on a leave of absence?</li>\r\n 	<li>What happens if I experience an IRS Recognized Qualified Life Event or Change in Benefits while on leave?</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\">The Disability Management Guide can provide you with more information about leaves of absence, as well as answers to frequently asked questions. Click below to learn more.</p>\r[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/DMG.png\" title_text=\"DMG\" url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-disability-management-guide/full-view.html\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"36%\" module_alignment=\"center\" custom_margin=\"|||-17px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-disability-management-guide/full-view.html\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3 style=\"text-align: center;\">Disability Management Guide</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Leaves of Absence', '						', 'inherit', 'closed', 'closed', '', '7189-revision-v1', '', '', '2025-01-10 21:52:43', '2025-01-10 21:52:43', '', 7189, 'https://benefitsmyway.mybenefitport.com/?p=8089', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8091, 1, '2025-01-15 17:28:13', '2025-01-15 17:28:13', '', 'Health Plan Notice Packet', '', 'publish', 'closed', 'closed', '', 'health-plan-notice-packet', '', '', '2025-01-15 17:28:13', '2025-01-15 17:28:13', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/60/6787f02dd2d39.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8092, 1, '2025-01-15 17:28:13', '2025-01-15 17:28:13', '', 'Illinois DOL Employer Essential Health Benefits List Model (Surest)', '', 'publish', 'closed', 'closed', '', 'illinois-dol-employer-essential-health-benefits-list-model-surest', '', '', '2025-01-15 17:28:13', '2025-01-15 17:28:13', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/60/6787f02dde53a.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8093, 1, '2025-01-15 17:28:13', '2025-01-15 17:28:13', '', 'Surprise Billing Model Notice', '', 'publish', 'closed', 'closed', '', 'surprise-billing-model-notice', '', '', '2025-01-15 17:28:13', '2025-01-15 17:28:13', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/60/6787f02dee2da.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8094, 1, '2025-01-15 17:28:14', '2025-01-15 17:28:14', '', 'Illinois DOL Employer Essential Health Benefits List Model (UnitedHealthcare)', '', 'publish', 'closed', 'closed', '', 'illinois-dol-employer-essential-health-benefits-list-model-unitedhealthcare', '', '', '2025-01-15 17:28:14', '2025-01-15 17:28:14', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/60/6787f02e21dcd.pdf', '0', 'wpfd_file', 'application/pdf', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8095, 1, '2025-01-15 17:28:14', '2025-01-15 17:28:14', '', 'CHIP Model Notice', '', 'publish', 'closed', 'closed', '', 'chip-model-notice', '', '', '2025-01-15 17:28:14', '2025-01-15 17:28:14', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/60/6787f02e399c9.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8097, 1, '2025-01-16 20:30:30', '2025-01-16 20:30:30', '', 'nh-brainshark', '', 'inherit', 'open', 'closed', '', 'nh-brainshark', '', '', '2025-01-16 20:30:30', '2025-01-16 20:30:30', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8098, 1, '2025-01-16 20:30:45', '2025-01-16 20:30:45', '[et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]The O&amp;M Benefits Solutions Counselors can help.\r\nEmail <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.\r[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</div>\r\n<div></div>\r[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||2em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" module_id=\"sg-popup-id-7920\" module_class=\"sg-popup-id-7920\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Resources</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\r\nLike this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.\r[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg\" title_text=\"nh-brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorNH\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a style=\"text-decoration: none;\" href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or\r\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]Quick access to websites and phone numbers of our benefit providers.\r[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Log into your Workday HR account to update your name, address, and other info.\r[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2025-01-16 20:30:45', '2025-01-16 20:30:45', '', 77, 'https://benefitsmyway.mybenefitport.com/?p=8098', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8100, 1, '2025-01-28 16:52:48', '2025-01-28 16:52:48', '', 'UnitedHealthcare Nondiscrimination, Languages, and Accessibility Notice', '', 'publish', 'closed', 'closed', '', 'unitedhealthcare-nondiscrimination-languages-and-accessibility-notice', '', '', '2025-01-28 16:52:48', '2025-01-28 16:52:48', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/60/67990b6088560.docx', '0', 'wpfd_file', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8101, 1, '2025-01-28 16:53:19', '2025-01-28 16:53:19', '', 'Quick Reference Guide - I\'m Leaving O&M', '', 'publish', 'closed', 'closed', '', 'quick-reference-guide-im-leaving-om', '', '', '2025-01-28 16:53:19', '2025-01-28 16:53:19', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/23/67990b7f36926.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8102, 1, '2025-01-28 16:53:36', '2025-01-28 16:53:36', '', 'Adoption Assistance Application', '', 'publish', 'closed', 'closed', '', 'adoption-assistance-application', '', '', '2025-01-28 16:53:36', '2025-01-28 16:53:36', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/22/67990b90b0be2.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8103, 1, '2025-01-28 16:54:03', '2025-01-28 16:54:03', '', 'Q1 2025 UWW Schedule', '', 'inherit', 'open', 'closed', '', 'q1-2025-uww-schedule', '', '', '2025-01-28 16:54:03', '2025-01-28 16:54:03', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/Q1-2025-UWW-Schedule.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8104, 1, '2025-01-28 16:55:50', '2025-01-28 16:55:50', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Financial Resources Through Fidelity</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\n<p>Fidelity offers resources to help you achieve financial stability.</p>\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Q3.png\" title_text=\"Q3\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/Q1-2025-UWW-Schedule.pdf\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"35%\" custom_margin=\"15px||-28px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. Click to view the complete <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Q4-2024-UWW-Schedule.pdf\"><strong><span class=\"s2\">Live Web Workshop </span>catalog</strong> </a>and enroll for a live web workshop. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a>\r\n</strong>Get access to calculators, checklists, and financial workshops.</p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a>\r\n</strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to <strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a> </strong>to access the following services:</p>\r\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\r\n\r\n<ul>\r\n 	<li>Kaplan and ACT: College test preparation</li>\r\n 	<li>Fidelity 529 Savings: Education savings account</li>\r\n 	<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\r\n\r\n<ul>\r\n 	<li>NotaryCam: Online notary services</li>\r\n 	<li>IDnotify: Identity protection</li>\r\n 	<li>Fidelity Estate Planner: Estate planning</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\r\n\r\n<ul>\r\n 	<li>TurboTax: Tax preparation services</li>\r\n 	<li>Fidelity Goal Booster: Short-term savings goals</li>\r\n 	<li>Fidelity Cash Management: Spending and saving with investments</li>\r\n</ul>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2025-01-28 16:55:50', '2025-01-28 16:55:50', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=8104', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8105, 1, '2025-01-28 17:01:07', '2025-01-28 17:01:07', '', '2025-schedule', '', 'inherit', 'open', 'closed', '', '2025-schedule', '', '', '2025-01-28 17:01:07', '2025-01-28 17:01:07', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/2025-schedule.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8106, 1, '2025-01-28 17:01:35', '2025-01-28 17:01:35', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Financial Resources Through Fidelity</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\n<p>Fidelity offers resources to help you achieve financial stability.</p>\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/2025-schedule.png\" title_text=\"2025-schedule\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/Q1-2025-UWW-Schedule.pdf\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"35%\" custom_margin=\"15px||-28px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. Click to view the complete <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Q4-2024-UWW-Schedule.pdf\"><strong><span class=\"s2\">Live Web Workshop </span>catalog</strong> </a>and enroll for a live web workshop. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a>\r\n</strong>Get access to calculators, checklists, and financial workshops.</p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a>\r\n</strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to <strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a> </strong>to access the following services:</p>\r\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\r\n\r\n<ul>\r\n 	<li>Kaplan and ACT: College test preparation</li>\r\n 	<li>Fidelity 529 Savings: Education savings account</li>\r\n 	<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\r\n\r\n<ul>\r\n 	<li>NotaryCam: Online notary services</li>\r\n 	<li>IDnotify: Identity protection</li>\r\n 	<li>Fidelity Estate Planner: Estate planning</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\r\n\r\n<ul>\r\n 	<li>TurboTax: Tax preparation services</li>\r\n 	<li>Fidelity Goal Booster: Short-term savings goals</li>\r\n 	<li>Fidelity Cash Management: Spending and saving with investments</li>\r\n</ul>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2025-01-28 17:01:35', '2025-01-28 17:01:35', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=8106', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8108, 1, '2025-01-31 22:02:31', '2025-01-31 22:02:31', '', 'United Healthcare and Surest Prescription Drug Plan', '', 'publish', 'closed', 'closed', '', 'united-healthcare-and-surest-prescription-drug-plan', '', '', '2025-01-31 22:02:31', '2025-01-31 22:02:31', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/28/679d4877aca3a.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8109, 1, '2025-01-31 22:02:42', '2025-01-31 22:02:42', '', 'United Healthcare and Surest Prescription Drug Plan', '', 'publish', 'closed', 'closed', '', 'united-healthcare-and-surest-prescription-drug-plan-2', '', '', '2025-01-31 22:02:42', '2025-01-31 22:02:42', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/29/679d48824a477.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8110, 1, '2025-01-31 22:02:52', '2025-01-31 22:02:52', '', 'United Healthcare and Surest Prescription Drug Plan', '', 'publish', 'closed', 'closed', '', 'united-healthcare-and-surest-prescription-drug-plan-3', '', '', '2025-01-31 22:02:52', '2025-01-31 22:02:52', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/30/679d488c531f4.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8113, 1, '2025-02-20 20:29:14', '2025-02-20 20:29:14', '', 'TSPP Overview Flyer', '', 'publish', 'closed', 'closed', '', 'tspp-overview-flyer', '', '', '2025-02-20 20:29:14', '2025-02-20 20:29:14', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/61/67b7909a58673.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8114, 1, '2025-02-20 20:29:14', '2025-02-20 20:29:14', '', 'TSPP FAQ', '', 'publish', 'closed', 'closed', '', 'tspp-faq', '', '', '2025-02-20 20:29:14', '2025-02-20 20:29:14', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/61/67b7909a5db1e.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8115, 1, '2025-03-05 15:28:00', '2025-03-05 15:28:00', '', '2024 Wrap Plan Document', '', 'publish', 'closed', 'closed', '', '2024-wrap-plan-document', '', '', '2025-07-08 19:34:40', '2025-07-08 19:34:40', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/26/67c86db5dd8a5.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8117, 1, '2025-03-08 19:28:43', '2025-03-08 19:28:43', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/adoption-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Adoption Assistance</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>O&amp;M provides eligible teammates up to a $5,000 reimbursement annually per child, up to a lifetime maximum of $10,000, to cover expenses associated with adoption such as agency fees and legal expenses.</p>\n<p>The adoption benefit is payable provided that an eligible teammate submits the following to the <strong>O&amp;M Benefits Solutions Team</strong>:</p>\n<ul>\n<li><strong><a href=\"https://benefitsmyway.mybenefitport.com/wp-admin/admin-ajax.php?juwpfisadmin=false&amp;action=wpfd&amp;task=file.download&amp;wpfd_category_id=22&amp;wpfd_file_id=8102&amp;token=&amp;preview=1\" target=\"_blank\" rel=\"noopener\">Adoption Assistance Reimbursement Form</a></strong></li>\n<li>Proof of finalized adoption (court documentation)</li>\n<li>Paid, complete, and itemized invoices</li>\n</ul>\n<p>You must complete two years of service to be eligible. The company reserves the right to collect reimbursements paid if a teammate terminates employment within a year of receiving this benefit.</p>\n<p>For assistance, contact an O&amp;M Benefits Solutions Counselor at (<strong>800) 463-3819</strong>.</p>\n<p>For details on your time-away options, adding your child to benefits, and updating your beneficiaries, access our <a href=\"https://www.flipsnack.com/9EACC56EFB5/2025-owens-minor-life-events-flipbook/full-view.html\" target=\"_blank\" rel=\"noopener\"><strong>Benefits Enrollment Journey Guide</strong></a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Adoption Assistance', '						', 'inherit', 'closed', 'closed', '', '7233-revision-v1', '', '', '2025-03-08 19:28:43', '2025-03-08 19:28:43', '', 7233, 'https://benefitsmyway.mybenefitport.com/?p=8117', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8118, 1, '2025-03-08 19:34:34', '2025-03-08 19:34:34', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Teammate Stock Purchase Plan (TSPP)</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Stock Purchase Plan (TSPP)</h2>\r\nThe Owens &amp; Minor, Inc., TSPP provides teammates the option to purchase Owens &amp; Minor stock at a 15% discount through payroll deduction. You are eligible to enroll after 30 days of employment if you are scheduled to work at least 20 hours per week.\r\n<p style=\"font-weight: 400;\">Enrollment for U.S. eligible teammates is twice a year during each enrollment period. At the end of the Offering Period, Owens &amp; Minor shares are purchased on your behalf on the Stock Purchase Date(s) at the 15% discounted price. Shares are then deposited in your Fidelity Brokerage account.</p>\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" width=\"73%\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<center></center>\r\n<p style=\"text-align: center;\">[ninja_tables id=\"7685\"]</p>\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"--et_global_heading_font||||||||\" header_2_text_color=\"#872434\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" header_6_font_size=\"11px\" sticky_enabled=\"0\"]<h6 class=\"p1\"><span class=\"s1\">*If the purchase date is on a holiday or weekend, the stock will be priced on the previous business day.<br />**Subject to the IRS $25,000 annual purchase limit.</span></h6>\n<p class=\"p1\"><span class=\"s1\"><b>Important Notes</b><b></b></span></p>\n<ul class=\"ul1\">\n<li class=\"li1\"><span class=\"s1\">If you are designated as a “Restricted Person,” you will need to request preclearance to take action during this enrollment period.</span></li>\n<li class=\"li1\"><span class=\"s1\">System availability and response times may vary due to market conditions.</span></li>\n<li class=\"li1\"><span class=\"s1\">Owens &amp; Minor, Inc. and Fidelity Stock Plan Services LLC are not affiliated.</span></li>\n<li class=\"li1\"><span class=\"s1\">Stock Plan recordkeeping and administrative services are provided by Fidelity Stock Plan Services, LLC., Fidelity Brokerage Services, Member NYSE, SIPC.</span><span class=\"s1\"></span><span class=\"s1\"></span></li>\n</ul>\n<p><span class=\"s1\"></span></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-25px||||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\"><span style=\"font-size: 14px;\">Visit </span><b style=\"font-size: 14px;\"><a href=\"https://www.netbenefits.com\">netbenefits.com</a> </b><span style=\"font-size: 14px;\">to enroll or call a Fidelity Stock Plan Services representative at </span><b style=\"font-size: 14px;\">(800) 544-9354</b><span style=\"font-size: 14px;\">. You can manage your TSPP account at </span><a style=\"font-size: 14px;\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"2\"><b>401k.com</b></a><span style=\"font-size: 14px;\">. For complete details, including information about your investment options, visit </span><a style=\"font-size: 14px;\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"3\"><b>401k.com</b></a><span style=\"font-size: 14px;\">.</span></p>[/et_pb_text][et_pb_cta _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" global_colors_info=\"{}\"]It’s important to designate a beneficiary to receive the value of your TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"4\"><b>401k.com</b>.</a></span>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'inherit', 'closed', 'closed', '', '7177-revision-v1', '', '', '2025-03-08 19:34:34', '2025-03-08 19:34:34', '', 7177, 'https://benefitsmyway.mybenefitport.com/?p=8118', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8119, 1, '2025-03-08 19:35:43', '2025-03-08 19:35:43', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/tspp-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Teammate Stock Purchase Plan (TSPP)</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Teammate Stock Purchase Plan (TSPP)</h2>\r\nThe Owens &amp; Minor, Inc., TSPP provides teammates the option to purchase Owens &amp; Minor stock at a 15% discount through payroll deduction. You are eligible to enroll after 30 days of employment if you are scheduled to work at least 20 hours per week.\r\n<p style=\"font-weight: 400;\">Enrollment for U.S. eligible teammates is twice a year during each enrollment period. At the end of the Offering Period, Owens &amp; Minor shares are purchased on your behalf on the Stock Purchase Date(s) at the 15% discounted price. Shares are then deposited in your Fidelity Brokerage account.</p>\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" width=\"100%\" module_alignment=\"left\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><center></center></p>\n<p style=\"text-align: center;\">[ninja_tables id=\"7685\"]</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"--et_global_heading_font||||||||\" header_2_text_color=\"#872434\" header_6_font_size=\"11px\" custom_margin=\"-10px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h6 class=\"p1\"><span class=\"s1\">*If the purchase date is on a holiday or weekend, the stock will be priced on the previous business day.<br />**Subject to the IRS $25,000 annual purchase limit.</span></h6>\n<p class=\"p1\"><span class=\"s1\"><b>Important Notes</b><b></b></span></p>\n<ul class=\"ul1\">\n<li class=\"li1\"><span class=\"s1\">If you are designated as a “Restricted Person,” you will need to request preclearance to take action during this enrollment period.</span></li>\n<li class=\"li1\"><span class=\"s1\">System availability and response times may vary due to market conditions.</span></li>\n<li class=\"li1\"><span class=\"s1\">Owens &amp; Minor, Inc. and Fidelity Stock Plan Services LLC are not affiliated.</span></li>\n<li class=\"li1\"><span class=\"s1\">Stock Plan recordkeeping and administrative services are provided by Fidelity Stock Plan Services, LLC., Fidelity Brokerage Services, Member NYSE, SIPC.</span><span class=\"s1\"></span><span class=\"s1\"></span></li>\n</ul>\n<p><span class=\"s1\"></span></p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"-25px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\"><span style=\"font-size: 14px;\">Visit </span><b style=\"font-size: 14px;\"><a href=\"https://www.netbenefits.com\">netbenefits.com</a> </b><span style=\"font-size: 14px;\">to enroll or call a Fidelity Stock Plan Services representative at </span><b style=\"font-size: 14px;\">(800) 544-9354</b><span style=\"font-size: 14px;\">. You can manage your TSPP account at </span><a style=\"font-size: 14px;\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"2\"><b>401k.com</b></a><span style=\"font-size: 14px;\">. For complete details, including information about your investment options, visit </span><a style=\"font-size: 14px;\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"3\"><b>401k.com</b></a><span style=\"font-size: 14px;\">.</span></p>[/et_pb_text][et_pb_cta _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"35px||||false|false\" global_colors_info=\"{}\"]It’s important to designate a beneficiary to receive the value of your TSPP brokerage account in the event you die before beginning to receive your benefit. Be sure to keep your beneficiary information up to date at <span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" title=\"Original URL: https://401k.com/. Click or tap if you trust this link.\" href=\"https://www.401k.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" data-linkindex=\"4\"><b>401k.com</b>.</a></span>\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Teammate Stock Purchase Plan', '						', 'inherit', 'closed', 'closed', '', '7177-revision-v1', '', '', '2025-03-08 19:35:43', '2025-03-08 19:35:43', '', 7177, 'https://benefitsmyway.mybenefitport.com/?p=8119', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8120, 1, '2025-03-07 19:41:20', '2025-03-07 19:41:20', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.4\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/03/heeader-new.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.4\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefits Through Your Medical Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">At Owens &amp; Minor, we support your well-being journey with tools and resources that go beyond medical coverage. Depending on your medical plan, you may have access to programs that help you focus more on your health and weight-loss goals, offer virtual behavioral coaching, and connect you to a nationwide network of gyms and fitness studios—most at no cost to you.<strong style=\"font-size: 14px;\"></strong></p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||15px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>UnitedHealthcare (UHC)/Surest Members</h2>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"AbleTo\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>It’s normal to feel overwhelmed and stressed when daily pressures weigh us down. That’s when <strong>AbleTo</strong> can help. It’s a virtual behavioral coaching program with digital tools designed to show you ways to cope and manage your worries.</p>\n<p>AbleTo offers a customized eight-week coaching program with one-on-one support focused on you. It’s available as part of your medical plan at no added cost. Stress less and visit <a href=\"https://ableto.com/exploremore\"><strong>ableto.com/exploremore</strong></a> to get started.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Cancer Resource Services (UHC members only)\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>After a cancer diagnosis, it may be difficult to know what the next step is. UHC medical plan enrollees have access to <strong>Cancer Resource Services</strong>, which provides you with the support you need to navigate each step in your cancer journey. Your concierge will help you understand your options, answer your questions, and check in with you along the way so you can focus on your health and recovery.</p>\n<p>A representative from Cancer Resource Services will contact you if your medical claims indicate you would benefit from the program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Calm Health\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>Available at no cost, the <strong>Calm Health app</strong> provides programs and tools to help support your mental health and well-being—all at your own pace. With expert-led mindfulness and content and programs created by psychologists, Calm Health helps you learn techniques to improve well-being, work toward personal goals, and strengthen the mind-body connection.</p>\n<p>To get started, sign in to your account on <a href=\"https://myuhc.com\"><strong>myuhc.com</strong></a> or the UnitedHealthcare app.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Real Appeal\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" body_text_color=\"#000000\" sticky_enabled=\"0\"]<p>Are you looking for a way to manage your blood pressure, lose weight, or just feel better? Welcome to <strong>Real Appeal</strong>, a healthy lifestyle and weight management program available to you and eligible family members at no added cost.</p>\n<p>Available through your medical plan, Real Appeal helps you build healthier habits by taking small steps for lasting change. Start your journey with a Success Kit complete with scales, a balanced portion plate, and access to online fitness and nutrition content. Visit <a href=\"https://enroll.realappeal.com\"><strong>enroll.realappeal.com</strong></a> to get started<strong>.</strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"One Pass Select\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" body_text_color=\"#000000\" sticky_enabled=\"0\"]<p>With <strong>One Pass Select</strong>, reach your fitness goals your way. Whether you prefer to work out at home or at the gym, One Pass Select meets you where you are.</p>\n<ul>\n<li><strong>At home:</strong> Work out with live or on-demand online fitness classes, with fitness routines created for you.</li>\n<li><strong>At the gym</strong>: choose from a nationwide network of gym brands and local fitness studies.</li>\n</ul>\n<p>One Pass Select is also available to eligible family members 18 and older. Multiple plan tiers start with a digital-only plan for $10 per month. Other plans start with the Classic at $34 per month with three other higher-tier levels offered. All Classic and above plans include grocery and home essentials delivery at no extra cost, not currently available in Texas. Enroll today at <a href=\"https://www.onepassselect.com/\"><strong>OnePassSelect.com</strong></a>.</p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"40px||15px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Kaiser Members </h2>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"ClassPass\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>Reach your fitness goals from anywhere with <strong>ClassPass</strong>. Whether you’re looking to boost your mood, stay active, or improve your overall health. ClassPass offers over 4,000 online fitness classes at no cost to you.</p>\n<p>Prefer in-person workouts? Choose from 40,000 gyms and studios worldwide and enjoy exclusive discounts. With 22 types of fitness classes to choose from, you’ll find the perfect activity to keep you healthy and motivated. Get started with a free trial plus 20% off a monthly package to reserve in-person classes at your location of choice.</p>\n<p>Get started today by going to <a href=\"https://kp.org/exercise\"><strong>kp.org/exercise</strong></a>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Wellness Coaching by Phone\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>Wellness coaching by phone is a service provided through convenient phone sessions at no cost and without a referral. The program focuses on wellness and healthy behaviors, helping participants gain confidence, create healthy habits to replace unhealthy ones, and make changes, step-by-step, toward a healthy, balanced lifestyle. </p>\n<p>Coaches help connect members with other Kaiser Permanente resources including regional and local health promotion classes, online programs, and other tools.</p>\n<p>Wellness coaching is available for the following topics:</p>\n<ul>\n<li>Quit tobacco</li>\n<li>Get active</li>\n<li>Manage weight</li>\n<li>Reduce stress</li>\n<li>Eat healthy</li>\n</ul>\n<p>Visit <a href=\"http://kp.org/coaching\"><strong>kp.org/coaching</strong></a> to learn more or Call <strong>(866) 862-4295</strong> to make an appointment.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Benefits Through Your Medical Plan', '						', 'publish', 'closed', 'closed', '', 'benefits-through-your-medical-plan', '', '', '2025-03-08 19:53:30', '2025-03-08 19:53:30', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=8120', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8121, 1, '2025-03-08 19:42:15', '2025-03-08 19:42:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->\r\n<!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.26.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]\r\n<h1>Medical &amp; Prescription Drug</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n<h2>Find the Right Plan for You</h2>\r\n<p style=\"font-weight: 400;\">Consider the following to help you select the plans that fit your lifestyle and needs:</p>\r\n\r\n<ul style=\"font-weight: 400;\">\r\n 	<li style=\"list-style-type: none;\">\r\n<ul style=\"font-weight: 400;\">\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul style=\"padding-left: 30px;\">\r\n 	<li>Do you have specific prescription medication needs?</li>\r\n 	<li>Are you anticipating surgery or non-preventive dental care?</li>\r\n 	<li>Did you experience a <strong><a href=\"https://benefitsmyway.mybenefitport.com/enrollment-and-changes/\">Qualified Life Event</a></strong> this year?</li>\r\n 	<li>Do your current plans provide the coverage you need?<strong style=\"font-size: 14px;\"> </strong></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-125px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n\r\nOur medical plan options through UnitedHealthcare (UHC) and Surest have a range of coverage levels and costs so you can select the option that’s best for you. These plans provide in- and out-of-network coverage and prescription drug coverage through OptumRx.\r\n<p style=\"font-weight: 400;\">Note: Both are available in all states except Hawaii.</p>\r\n[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. UHC PPO Core Plan\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]\r\n\r\nYou pay a copay for office visits, in-network urgent care, and most covered prescription drugs. For other covered services, you pay the deductible plus coinsurance. When you reach your annual out-of-pocket maximum, the plan pays 100% for the rest of the year. You are eligible to enroll in the Health Care Flexible Spending Account (FSA).\r\n<p style=\"text-align: center;\"><img class=\"wp-image-7501 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/1.jpg\" alt=\"\" width=\"1080\" height=\"213\" /></p>\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"2. UHC $3,300 High Deductible Health Plan w/Optional Health Savings Account\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]\r\n\r\nThis option has a higher deductible but lower premiums. You pay 100% of medical and prescription costs until you meet your deductible. Then the plan pays 70% of covered costs. If you reach your out-of-pocket maximum, the plan pays 100% until year-end. You are eligible to enroll in a tax-advantaged Health Savings Account (HSA) to help with out-of-pocket expenses. O&amp;M matches your contributions up to a certain amount depending on your coverage.\r\n<p style=\"text-align: center;\"><img class=\"wp-image-7502 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/2.jpg\" alt=\"\" width=\"1080\" height=\"213\" /></p>\r\n[/et_pb_accordion_item][et_pb_accordion_item title=\"3. Surest PPO Plan\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]\r\n<p style=\"font-weight: 400;\">There’s no deductible or coinsurance. All your healthcare purchases have a fixed price (copay) for your out-of-pocket costs. You are eligible to enroll in a Health Care Flexible Spending Account (FSA).</p>\r\n<p style=\"font-weight: 400;\"><img class=\"wp-image-7503 alignnone size-full\" src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/3.jpg\" alt=\"\" width=\"1080\" height=\"210\" /></p>\r\n<p style=\"font-weight: 400;\"><strong>Give your doctor’s office this information: </strong>The Surest network is UnitedHealthcare Choice Plus and Optum Behavioral Health.</p>\r\n[/et_pb_accordion_item][/et_pb_accordion][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"20px||||false|false\" global_colors_info=\"{}\"]\r\n\r\n[ninja_tables id=\"7739\"]\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" text_font=\"||||||||\" text_font_size=\"12px\" text_line_height=\"1em\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"4px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n\r\n<sup>1 </sup>Costs vary depending on type of treatment.\r\n\r\n<sup>2</sup> Copay waived if admitted within 24 hours.\r\n\r\n<span style=\"font-size: 13.3333px;\">* </span>Specialty must be filled through Optum Specialty Pharmacy (Mail Order only).\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"-7px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n<p style=\"font-weight: 400;\">For more info, visit the UnitedHealthcare and Surest websites:</p>\r\n\r\n<ul>\r\n 	<li style=\"font-weight: 400;\"><strong><a href=\"https://member.uhc.com/myuhc\">UnitedHealthcare</a></strong></li>\r\n 	<li style=\"font-weight: 400;\"><a href=\"https://www.surest.com/\"><strong>Surest</strong></a> (Access Code: OwensMinor2025)</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"30px||30px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]\r\n<h2>Regional Medical Plan Options</h2>\r\n<p style=\"font-weight: 400;\">Depending on where you live, you may also be eligible to select Kaiser Medical for your medical care coverage.</p>\r\n[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.2\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"1. Kaiser Medical:\" open=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]\r\n<p style=\"font-weight: 400;\">Kaiser offers a High-Deductible Health Plan (HDHP) option for teammates in <strong>California, Colorado, Georgia, Washington, and in the Northwest (Oregon and Southern Washington) and Mid-Atlantic (District of Columbia, Maryland, and Virginia)</strong>. If you choose this plan, you can also enroll in a Health Savings Account (HSA).</p>\r\n<p style=\"font-weight: 400;\"><strong>Hawaii </strong>teammates may enroll in the Point of Service (POS) 405 Plan. If you choose this plan, you can enroll in a Health Care Flexible Spending Account (FSA).</p>\r\n<p style=\"font-weight: 400;\"><strong>Click <a href=\"https://healthy.kaiserpermanente.org/front-door\" target=\"_blank\" rel=\"noopener\">here </a></strong><strong>for more information.</strong></p>\r\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7465\"]</p>\r\n<p style=\"font-weight: 400;\">[ninja_tables id=\"7462\"]</p>\r\n\r\n<h6 style=\"font-weight: 400;\">*Per Senate Bill 1529: Primary care visit — $5 copay (after plan deductible) for first three visits per year. First three visits are any combination of primary care non-specialty medical services, mental health outpatient services, naturopathic medicine visits, substance use disorder outpatient services, or telemedicine services.</h6>\r\n[ninja_tables id=\"7460\"]\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/09/2025_Owens__Minor_8.5x11_Glossary_HR.pdf\" url_new_window=\"on\" button_text=\"Terms to Know\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_border_radius=\"29px\" custom_margin=\"15px|0px|0px|-29px|false|false\" custom_padding=\"|0px||0px|false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]\r\n\r\n<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Benefits Through Your Medical Plan', '						', 'inherit', 'closed', 'closed', '', '8120-revision-v1', '', '', '2025-03-08 19:42:15', '2025-03-08 19:42:15', '', 8120, 'https://benefitsmyway.mybenefitport.com/?p=8121', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8122, 1, '2025-03-14 17:00:31', '2025-03-08 19:42:40', ' ', '', '', 'publish', 'closed', 'closed', '', 8122, '', '', '2025-03-14 17:00:31', '2025-03-14 17:00:31', '', '0', 'https://benefitsmyway.mybenefitport.com/?p=8122', 36, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8123, 1, '2025-03-08 19:49:04', '2025-03-08 19:49:04', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/medical-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.4\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Benefits Through Your Medical Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"font-weight: 400;\">At Owens &amp; Minor, we support your well-being journey with tools and resources that go beyond medical coverage. Depending on your medical plan, you may have access to programs that help you focus more on your health and weight-loss goals, offer virtual behavioral coaching, and connect you to a nationwide network of gyms and fitness studios—most at no cost to you.<strong style=\"font-size: 14px;\"></strong></p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||15px||false|false\" custom_padding=\"0px||0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>UnitedHealthcare (UHC)/Surest Members</h2>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"AbleTo\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>It’s normal to feel overwhelmed and stressed when daily pressures weigh us down. That’s when <strong>AbleTo</strong> can help. It’s a virtual behavioral coaching program with digital tools designed to show you ways to cope and manage your worries.</p>\n<p>AbleTo offers a customized eight-week coaching program with one-on-one support focused on you. It’s available as part of your medical plan at no added cost. Stress less and visit <a href=\"https://ableto.com/exploremore\"><strong>ableto.com/exploremore</strong></a> to get started.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Cancer Resource Services (UHC members only)\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p>After a cancer diagnosis, it may be difficult to know what the next step is. UHC medical plan enrollees have access to <strong>Cancer Resource Services</strong>, which provides you with the support you need to navigate each step in your cancer journey. Your concierge will help you understand your options, answer your questions, and check in with you along the way so you can focus on your health and recovery.</p>\n<p>A representative from Cancer Resource Services will contact you if your medical claims indicate you would benefit from the program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Calm Health\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p>Available at no cost, the <strong>Calm Health app</strong> provides programs and tools to help support your mental health and well-being—all at your own pace. With expert-led mindfulness and content and programs created by psychologists, Calm Health helps you learn techniques to improve well-being, work toward personal goals, and strengthen the mind-body connection.</p>\n<p>To get started, sign in to your account on <a href=\"https://myuhc.com\"><strong>myuhc.com</strong></a> or the UnitedHealthcare app.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Real Appeal\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Are you looking for a way to manage your blood pressure, lose weight, or just feel better? Welcome to <strong>Real Appeal</strong>, a healthy lifestyle and weight management program available to you and eligible family members at no added cost.</p>\n<p>Available through your medical plan, Real Appeal helps you build healthier habits by taking small steps for lasting change. Start your journey with a Success Kit complete with scales, a balanced portion plate, and access to online fitness and nutrition content. Visit <a href=\"https://enroll.realappeal.com\"><strong>enroll.realappeal.com</strong></a> to get started<strong>.</strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"One Pass Select\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>With <strong>One Pass Select</strong>, reach your fitness goals your way. Whether you prefer to work out at home or at the gym, One Pass Select meets you where you are.</p>\n<ul>\n<li><strong>At home:</strong> Work out with live or on-demand online fitness classes, with fitness routines created for you.</li>\n<li><strong>At the gym</strong>: choose from a nationwide network of gym brands and local fitness studies.</li>\n</ul>\n<p>One Pass Select is also available to eligible family members 18 and older. Multiple plan tiers start with a digital-only plan for $10 per month. Other plans start with the Classic at $34 per month with three other higher-tier levels offered. All Classic and above plans include grocery and home essentials delivery at no extra cost, not currently available in Texas. Enroll today at <a href=\"https://www.onepassselect.com/\"><strong>OnePassSelect.com</strong></a>.</p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"40px||15px||false|false\" custom_padding=\"0px||0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Kaiser Members </h2>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"ClassPass\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Reach your fitness goals from anywhere with <strong>ClassPass</strong>. Whether you’re looking to boost your mood, stay active, or improve your overall health. ClassPass offers over 4,000 online fitness classes at no cost to you.</p>\n<p>Prefer in-person workouts? Choose from 40,000 gyms and studios worldwide and enjoy exclusive discounts. With 22 types of fitness classes to choose from, you’ll find the perfect activity to keep you healthy and motivated. Get started with a free trial plus 20% off a monthly package to reserve in-person classes at your location of choice.</p>\n<p>Get started today by going to <a href=\"https://kp.org/exercise\"><strong>kp.org/exercise</strong></a>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Wellness Coaching by Phone\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p>Wellness coaching by phone is a service provided through convenient phone sessions at no cost and without a referral. The program focuses on wellness and healthy behaviors, helping participants gain confidence, create healthy habits to replace unhealthy ones, and make changes, step-by-step, toward a healthy, balanced lifestyle. </p>\n<p>Coaches help connect members with other Kaiser Permanente resources including regional and local health promotion classes, online programs, and other tools.</p>\n<p>Wellness coaching is available for the following topics:</p>\n<ul>\n<li>Quit tobacco</li>\n<li>Get active</li>\n<li>Manage weight</li>\n<li>Reduce stress</li>\n<li>Eat healthy</li>\n</ul>\n<p>Visit <a href=\"http://kp.org/coaching\"><strong>kp.org/coaching</strong></a> to learn more or Call <strong>(866) 862-4295</strong> to make an appointment.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Benefits Through Your Medical Plan', '						', 'inherit', 'closed', 'closed', '', '8120-revision-v1', '', '', '2025-03-08 19:49:04', '2025-03-08 19:49:04', '', 8120, 'https://benefitsmyway.mybenefitport.com/?p=8123', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8124, 1, '2025-03-08 19:52:10', '2025-03-08 19:52:10', '', 'Screenshot', 'Screenshot', 'inherit', 'open', 'closed', '', 'screenshot-36', '', '', '2025-03-08 19:52:10', '2025-03-08 19:52:10', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/03/heeader-new.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8125, 1, '2025-03-08 19:52:19', '2025-03-08 19:52:19', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.4\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/03/heeader-new.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\" title_text=\"Screenshot\" sticky_enabled=\"0\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.4\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefits Through Your Medical Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">At Owens &amp; Minor, we support your well-being journey with tools and resources that go beyond medical coverage. Depending on your medical plan, you may have access to programs that help you focus more on your health and weight-loss goals, offer virtual behavioral coaching, and connect you to a nationwide network of gyms and fitness studios—most at no cost to you.<strong style=\"font-size: 14px;\"></strong></p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||15px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>UnitedHealthcare (UHC)/Surest Members</h2>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"AbleTo\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>It’s normal to feel overwhelmed and stressed when daily pressures weigh us down. That’s when <strong>AbleTo</strong> can help. It’s a virtual behavioral coaching program with digital tools designed to show you ways to cope and manage your worries.</p>\n<p>AbleTo offers a customized eight-week coaching program with one-on-one support focused on you. It’s available as part of your medical plan at no added cost. Stress less and visit <a href=\"https://ableto.com/exploremore\"><strong>ableto.com/exploremore</strong></a> to get started.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Cancer Resource Services (UHC members only)\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>After a cancer diagnosis, it may be difficult to know what the next step is. UHC medical plan enrollees have access to <strong>Cancer Resource Services</strong>, which provides you with the support you need to navigate each step in your cancer journey. Your concierge will help you understand your options, answer your questions, and check in with you along the way so you can focus on your health and recovery.</p>\n<p>A representative from Cancer Resource Services will contact you if your medical claims indicate you would benefit from the program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Calm Health\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>Available at no cost, the <strong>Calm Health app</strong> provides programs and tools to help support your mental health and well-being—all at your own pace. With expert-led mindfulness and content and programs created by psychologists, Calm Health helps you learn techniques to improve well-being, work toward personal goals, and strengthen the mind-body connection.</p>\n<p>To get started, sign in to your account on <a href=\"https://myuhc.com\"><strong>myuhc.com</strong></a> or the UnitedHealthcare app.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Real Appeal\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>Are you looking for a way to manage your blood pressure, lose weight, or just feel better? Welcome to <strong>Real Appeal</strong>, a healthy lifestyle and weight management program available to you and eligible family members at no added cost.</p>\n<p>Available through your medical plan, Real Appeal helps you build healthier habits by taking small steps for lasting change. Start your journey with a Success Kit complete with scales, a balanced portion plate, and access to online fitness and nutrition content. Visit <a href=\"https://enroll.realappeal.com\"><strong>enroll.realappeal.com</strong></a> to get started<strong>.</strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"One Pass Select\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]<p>With <strong>One Pass Select</strong>, reach your fitness goals your way. Whether you prefer to work out at home or at the gym, One Pass Select meets you where you are.</p>\n<ul>\n<li><strong>At home:</strong> Work out with live or on-demand online fitness classes, with fitness routines created for you.</li>\n<li><strong>At the gym</strong>: choose from a nationwide network of gym brands and local fitness studies.</li>\n</ul>\n<p>One Pass Select is also available to eligible family members 18 and older. Multiple plan tiers start with a digital-only plan for $10 per month. Other plans start with the Classic at $34 per month with three other higher-tier levels offered. All Classic and above plans include grocery and home essentials delivery at no extra cost, not currently available in Texas. Enroll today at <a href=\"https://www.onepassselect.com/\"><strong>OnePassSelect.com</strong></a>.</p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"40px||15px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Kaiser Members </h2>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"ClassPass\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>Reach your fitness goals from anywhere with <strong>ClassPass</strong>. Whether you’re looking to boost your mood, stay active, or improve your overall health. ClassPass offers over 4,000 online fitness classes at no cost to you.</p>\n<p>Prefer in-person workouts? Choose from 40,000 gyms and studios worldwide and enjoy exclusive discounts. With 22 types of fitness classes to choose from, you’ll find the perfect activity to keep you healthy and motivated. Get started with a free trial plus 20% off a monthly package to reserve in-person classes at your location of choice.</p>\n<p>Get started today by going to <a href=\"https://kp.org/exercise\"><strong>kp.org/exercise</strong></a>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Wellness Coaching by Phone\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>Wellness coaching by phone is a service provided through convenient phone sessions at no cost and without a referral. The program focuses on wellness and healthy behaviors, helping participants gain confidence, create healthy habits to replace unhealthy ones, and make changes, step-by-step, toward a healthy, balanced lifestyle. </p>\n<p>Coaches help connect members with other Kaiser Permanente resources including regional and local health promotion classes, online programs, and other tools.</p>\n<p>Wellness coaching is available for the following topics:</p>\n<ul>\n<li>Quit tobacco</li>\n<li>Get active</li>\n<li>Manage weight</li>\n<li>Reduce stress</li>\n<li>Eat healthy</li>\n</ul>\n<p>Visit <a href=\"http://kp.org/coaching\"><strong>kp.org/coaching</strong></a> to learn more or Call <strong>(866) 862-4295</strong> to make an appointment.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Benefits Through Your Medical Plan', '						', 'inherit', 'closed', 'closed', '', '8120-revision-v1', '', '', '2025-03-08 19:52:19', '2025-03-08 19:52:19', '', 8120, 'https://benefitsmyway.mybenefitport.com/?p=8125', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8126, 1, '2025-03-08 19:53:22', '2025-03-08 19:53:22', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.4\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/03/heeader-new.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.4\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Benefits Through Your Medical Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">At Owens &amp; Minor, we support your well-being journey with tools and resources that go beyond medical coverage. Depending on your medical plan, you may have access to programs that help you focus more on your health and weight-loss goals, offer virtual behavioral coaching, and connect you to a nationwide network of gyms and fitness studios—most at no cost to you.<strong style=\"font-size: 14px;\"></strong></p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"||15px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>UnitedHealthcare (UHC)/Surest Members</h2>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"AbleTo\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>It’s normal to feel overwhelmed and stressed when daily pressures weigh us down. That’s when <strong>AbleTo</strong> can help. It’s a virtual behavioral coaching program with digital tools designed to show you ways to cope and manage your worries.</p>\n<p>AbleTo offers a customized eight-week coaching program with one-on-one support focused on you. It’s available as part of your medical plan at no added cost. Stress less and visit <a href=\"https://ableto.com/exploremore\"><strong>ableto.com/exploremore</strong></a> to get started.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Cancer Resource Services (UHC members only)\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>After a cancer diagnosis, it may be difficult to know what the next step is. UHC medical plan enrollees have access to <strong>Cancer Resource Services</strong>, which provides you with the support you need to navigate each step in your cancer journey. Your concierge will help you understand your options, answer your questions, and check in with you along the way so you can focus on your health and recovery.</p>\n<p>A representative from Cancer Resource Services will contact you if your medical claims indicate you would benefit from the program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Calm Health\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>Available at no cost, the <strong>Calm Health app</strong> provides programs and tools to help support your mental health and well-being—all at your own pace. With expert-led mindfulness and content and programs created by psychologists, Calm Health helps you learn techniques to improve well-being, work toward personal goals, and strengthen the mind-body connection.</p>\n<p>To get started, sign in to your account on <a href=\"https://myuhc.com\"><strong>myuhc.com</strong></a> or the UnitedHealthcare app.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Real Appeal\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" body_text_color=\"#000000\" sticky_enabled=\"0\"]<p>Are you looking for a way to manage your blood pressure, lose weight, or just feel better? Welcome to <strong>Real Appeal</strong>, a healthy lifestyle and weight management program available to you and eligible family members at no added cost.</p>\n<p>Available through your medical plan, Real Appeal helps you build healthier habits by taking small steps for lasting change. Start your journey with a Success Kit complete with scales, a balanced portion plate, and access to online fitness and nutrition content. Visit <a href=\"https://enroll.realappeal.com\"><strong>enroll.realappeal.com</strong></a> to get started<strong>.</strong></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"One Pass Select\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" body_text_color=\"#000000\" sticky_enabled=\"0\"]<p>With <strong>One Pass Select</strong>, reach your fitness goals your way. Whether you prefer to work out at home or at the gym, One Pass Select meets you where you are.</p>\n<ul>\n<li><strong>At home:</strong> Work out with live or on-demand online fitness classes, with fitness routines created for you.</li>\n<li><strong>At the gym</strong>: choose from a nationwide network of gym brands and local fitness studies.</li>\n</ul>\n<p>One Pass Select is also available to eligible family members 18 and older. Multiple plan tiers start with a digital-only plan for $10 per month. Other plans start with the Classic at $34 per month with three other higher-tier levels offered. All Classic and above plans include grocery and home essentials delivery at no extra cost, not currently available in Texas. Enroll today at <a href=\"https://www.onepassselect.com/\"><strong>OnePassSelect.com</strong></a>.</p>[/et_pb_accordion_item][/et_pb_accordion][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"||||||||\" header_2_text_align=\"left\" header_2_text_color=\"#872434\" custom_margin=\"40px||15px||false|false\" custom_padding=\"0px||0px|0px|false|false\" global_colors_info=\"{}\"]<h2>Kaiser Members </h2>[/et_pb_text][et_pb_accordion db_closeable=\"on\" db_initial_state=\"all_closed\" open_toggle_text_color=\"#872434\" open_toggle_background_color=\"#f2f2f2\" closed_toggle_background_color=\"#ffffff\" module_class=\"my_accordion\" _builder_version=\"4.27.4\" _module_preset=\"default\" toggle_text_color=\"#872434\" body_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"ClassPass\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\"]<p>Reach your fitness goals from anywhere with <strong>ClassPass</strong>. Whether you’re looking to boost your mood, stay active, or improve your overall health. ClassPass offers over 4,000 online fitness classes at no cost to you.</p>\n<p>Prefer in-person workouts? Choose from 40,000 gyms and studios worldwide and enjoy exclusive discounts. With 22 types of fitness classes to choose from, you’ll find the perfect activity to keep you healthy and motivated. Get started with a free trial plus 20% off a monthly package to reserve in-person classes at your location of choice.</p>\n<p>Get started today by going to <a href=\"https://kp.org/exercise\"><strong>kp.org/exercise</strong></a>.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Wellness Coaching by Phone\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_text_color=\"#000000\" global_colors_info=\"{}\" open=\"off\"]<p>Wellness coaching by phone is a service provided through convenient phone sessions at no cost and without a referral. The program focuses on wellness and healthy behaviors, helping participants gain confidence, create healthy habits to replace unhealthy ones, and make changes, step-by-step, toward a healthy, balanced lifestyle. </p>\n<p>Coaches help connect members with other Kaiser Permanente resources including regional and local health promotion classes, online programs, and other tools.</p>\n<p>Wellness coaching is available for the following topics:</p>\n<ul>\n<li>Quit tobacco</li>\n<li>Get active</li>\n<li>Manage weight</li>\n<li>Reduce stress</li>\n<li>Eat healthy</li>\n</ul>\n<p>Visit <a href=\"http://kp.org/coaching\"><strong>kp.org/coaching</strong></a> to learn more or Call <strong>(866) 862-4295</strong> to make an appointment.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" show_border=\"off\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px|||-27px|false|false\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.26.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||-10px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Benefits Through Your Medical Plan', '						', 'inherit', 'closed', 'closed', '', '8120-revision-v1', '', '', '2025-03-08 19:53:22', '2025-03-08 19:53:22', '', 8120, 'https://benefitsmyway.mybenefitport.com/?p=8126', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8127, 1, '2025-03-14 17:01:22', '2025-03-14 17:01:22', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/Aditional-Benefits-scaled.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Additional Benefits</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Auto and Home Insurance</h2>\r\n<strong><a href=\"https://www.farmers.com/groupselect\">Farmers GroupSelect</a></strong> gives you access to personal insurance policies, including home, auto, rental, condo, and recreational vehicle and boat coverage. Save up to 15% when you purchase this coverage through Owens &amp; Minor. Contact Farmers GroupSelect for no-obligation quotes and cost comparisons by calling <strong>(800) 438-6381</strong>. The company code is <strong>BVP</strong>.\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Commuter Benefits</h2>\r\nPay for the expense of commuting with pre-tax dollars and save on your taxes. You decide how much to contribute, and the money is deducted from your paycheck automatically. You can contribute pre-tax dollars up to the IRS monthly limit of $315 for transit and parking. Enroll or change contribution amounts by the 25th of each month, anytime during the year.\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Pet Insurance</h2>\r\n<strong><a href=\"http://www.metlife.com/getpetquote\">MetLife</a></strong> provides coverage to protect your furry family members’ health and your finances. This plan offers reimbursement of up to 90% of covered expenses from any licensed veterinarian in the U.S. The MetLife mobile app allows quick claim submission and reimbursement along with other benefits, such as retail discounts and access to 24/7 vet telehealth. Enroll anytime during the year by calling <strong>(800) GET-MET8</strong>.\r[/et_pb_text][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.0\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">PerkSpot</h2>\r\nNever miss a deal! From travel to electronics, with PerkSpot you can choose from over 25 different categories of perks and save money. Start by creating your account at <a href=\"https://owens-minor.perkspot.com\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor.perkspot.com</strong></a>. Use access code: <strong>OwensMinor</strong>. Once you register, you can download the PerkSpot mobile app for deals anytime, anywhere.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Additional Benefits', '						', 'inherit', 'closed', 'closed', '', '7239-revision-v1', '', '', '2025-03-14 17:01:22', '2025-03-14 17:01:22', '', 7239, 'https://benefitsmyway.mybenefitport.com/?p=8127', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8128, 1, '2025-03-14 17:46:42', '2025-03-14 17:46:42', '', 'Summary Plan Description - Short-Term Disability Class 1', '', 'publish', 'closed', 'closed', '', 'summary-plan-description-short-term-disability-class-1', '', '', '2025-03-14 17:46:42', '2025-03-14 17:46:42', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/56/67d46b82a09ae.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8129, 1, '2025-04-20 19:18:11', '2025-04-20 19:18:11', '[et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]The O&amp;M Benefits Solutions Counselors can help.\r\nEmail <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.\r[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</div>\r\n<div></div>\r[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||2em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" module_id=\"sg-popup-id-7920\" module_class=\"sg-popup-id-7920\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Resources</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\r\nLike this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.\r[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg\" title_text=\"nh-brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorNH\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a style=\"text-decoration: none;\" href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or\r\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]Quick access to websites and phone numbers of our benefit providers.\r[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Log into your Workday HR account to update your name, address, and other info.\r[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home ALT', '', 'publish', 'closed', 'closed', '', 'alt', '', '', '2025-04-21 19:18:41', '2025-04-21 19:18:41', '', '0', 'https://benefitsmyway.mybenefitport.com/?page_id=8129', '0', 'page', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8130, 1, '2025-04-21 19:18:34', '2025-04-21 19:18:34', '[et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||-18px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/youre-early.png\" title_text=\"youre-early\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" min_height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"|0px|0px|0px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"2560px\" custom_margin=\"||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/popup-1-1920.jpg\" title_text=\"popup-1-1920\" show_bottom_space=\"off\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-12px|0px|0px|0px|false|false\" custom_padding=\"|0px|0px|0px|false|true\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1803px\" custom_margin=\"-15px||0px|0px|false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_slider use_bg_overlay=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" body_line_height=\"1.5em\" width=\"100%\" max_width=\"100%\" content_width=\"77%\" min_height=\"404px\" max_height=\"404px\" custom_margin=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][et_pb_slide heading=\"Got Questions?\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-527044638-scaled.jpg\" background_enable_image=\"on\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]The O&amp;M Benefits Solutions Counselors can help.\r\nEmail <a href=\"mailto:owens-minor@bpaenroll.com\" target=\"_blank\" rel=\"noopener\"><strong>O&amp;M Benefits Solutions Team</strong></a> or call <strong>(800) 463-3819</strong>.\r[/et_pb_slide][et_pb_slide heading=\"Choices To Fit Your Life\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/welcome-scaled.jpg\" background_enable_image=\"on\" background_position=\"center_left\" custom_button=\"on\" button_bg_color=\"#872434\" width=\"77%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div>Strong relationships. Rewarding career. Good health. All begin with you. The choices you make set the course for your life’s journey. Your Owens &amp; Minor benefits meet you where you are — through all of life’s stages. Knowing about your health, financial, and wellness benefits can help you live your best life. Be sure to bookmark this page, visit throughout the year, and share this resource with your family!</div>\r\n<div></div>\r[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_margin=\"||0px||false|false\" custom_padding=\"27px||0px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"||0.3em||false|false\" custom_margin_phone=\"||0.3em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||35px||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||2em||false|false\" custom_css_main_element=\"display: flex;||flex-wrap: wrap;||align-items: center;\" border_width_bottom=\"1px\" border_color_bottom=\"#969799\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"order: 2\" custom_css_main_element_phone=\"order: 2\"][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"ENROLL ON WORKDAY HR\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"https://nb.fidelity.com/public/nbpreloginnav/spa/fidelitywork/core/home\" button_text=\"ENROLL ON FIDELITY\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"order: 1;\" custom_css_main_element_phone=\"order: 1;\"][et_pb_button button_url=\"tel:+18004633819\" button_text=\"CONTACT BENEFITS COUNSELOR\" button_alignment=\"center\" module_id=\"sg-popup-id-7920\" module_class=\"sg-popup-id-7920\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_border_width=\"1px\" button_border_radius=\"10px\" custom_margin=\"||0px||false|false\" custom_css_main_element=\"width: 100%;\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Health</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg\" title_text=\"med-b\" url=\"https://benefitsmyway.mybenefitport.com/medical-rx\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg\" title_text=\"dental-b\" url=\"https://benefitsmyway.mybenefitport.com/dental\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg\" title_text=\"vision-b\" url=\"https://benefitsmyway.mybenefitport.com/vision\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Wealth</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg\" title_text=\"hsa-b\" url=\"https://benefitsmyway.mybenefitport.com/health-savings-account/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg\" title_text=\"fsa-b\" url=\"https://benefitsmyway.mybenefitport.com/flexible-spending-accounts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg\" title_text=\"401k-a\" url=\"https://benefitsmyway.mybenefitport.com/401k\" _builder_version=\"4.17.1\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"-10px||-20px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"]<h1 style=\"text-align: center;\">Resources</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1.5\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"-22px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg\" title_text=\"contacts-b\" url=\"https://benefitsmyway.mybenefitport.com/contacts/\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|hover\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-b.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-1.jpg\" title_text=\"docs-hover\" url=\"https://benefitsmyway.mybenefitport.com/documents\" _builder_version=\"4.27.0\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/07/docs-hover.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg\" title_text=\"vids-b\" url=\"https://benefitsmyway.mybenefitport.com/video-library/\" admin_label=\"Video Library Tile\" _builder_version=\"4.27.2\" _module_preset=\"default\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" src__hover_enabled=\"on|desktop\" src__hover=\"https://ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-b.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/bg-pattern.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"0px||35px||false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"27px|||||\" custom_padding_tablet=\"20px||10px||false|false\" custom_padding_phone=\"15px||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/2025-guide-1.png\" alt=\"guide cover\" title_text=\"2025-guide\" url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"7a69149e-bdbb-40c3-934c-a6c75ef6e33b\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_color=\"#29679A\" custom_margin=\"||22px||false|false\" global_colors_info=\"{}\"]<h1><span style=\"color: #002856;\">View the Latest Benefits Guide</span></h1>\r\nLike this website, the 2025 Benefits Guide highlights the plans and programs that make up your benefit package. Refer to the <a href=\"https://benefitsmyway.mybenefitport.com/documents/#26-28-uhc-core\"><strong><span style=\"color: #872434;\">Summary Plan Descriptions</span></strong></a> for further plan details.\r[/et_pb_text][et_pb_button button_url=\"https://www.flipsnack.com/9EACC56EFB5/owemi24_3592321_benefits_guide_web/full-view.html\" button_text=\"Take A Look\" button_alignment=\"left\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"margin: auto;\" global_colors_info=\"{}\"][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/nh-brainshark.jpg\" title_text=\"nh-brainshark\" url=\"https://www.brainshark.com/LocktonSTL/25OwensAndMinorNH\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#f1f1f1\" background_image=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/topo_light_BG1.jpg\" top_divider_height_tablet=\"\" top_divider_height_phone=\"\" top_divider_height_last_edited=\"on|desktop\" bottom_divider_style=\"wave2\" bottom_divider_color=\"rgba(119,131,153,0.1)\" bottom_divider_height=\"182px\" bottom_divider_height_tablet=\"168px\" bottom_divider_height_phone=\"74px\" bottom_divider_height_last_edited=\"on|tablet\" background_last_edited=\"on|phone\" background_image_tablet=\"https://tier3.customcommsolutions.com/wp-content/uploads/2022/03/vert-topo-BG-grey.jpg\" background_enable_image_tablet=\"on\" box_shadow_style=\"preset6\" box_shadow_blur=\"35px\" box_shadow_spread=\"-18px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Have Questions About Benefits?\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe00b;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Email <a style=\"text-decoration: none;\" href=\"mailto:&quot;owens-minor@bpaenroll.com&quot;\" target=\"_blank\" rel=\"noopener\"><strong>owens-minor@bpaenroll.com</strong></a> or\r\ncall <strong>800.463.3819</strong>[/et_pb_blurb][et_pb_button button_url=\"mailto:%22owens-minor@bpaenroll.com%22\" button_text=\"Email Us\" button_alignment=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Access Benefits Contact Information\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"&#xe107;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"80px\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#cfcfd1|\" text_orientation=\"center\" custom_css_blurb_image=\"margin-bottom: .5em;\" global_colors_info=\"{}\"]Quick access to websites and phone numbers of our benefit providers.\r[/et_pb_blurb][et_pb_button button_url=\"https://benefitsmyway.mybenefitport.com/contacts/\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.65)\" custom_padding=\"15px|20px|25px|20px|false|true\" box_shadow_style=\"preset3\" box_shadow_vertical=\"10px\" box_shadow_blur=\"9px\" box_shadow_spread=\"-7px\" box_shadow_color=\"rgba(150,151,153,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Update Your Personal Information\" use_icon=\"on\" font_icon=\"&#xe026;||divi||400\" icon_color=\"#75BCE8\" image_icon_width=\"69px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"center\" header_text_color=\"#58595B\" header_font_size=\"20px\" header_line_height=\"1.2em\" body_link_font=\"|700|||on|||#C4D600|\" text_orientation=\"center\" custom_padding=\"4px||||false|false\" custom_css_blurb_image=\"margin-bottom: 1em;\" global_colors_info=\"{}\"]Log into your Workday HR account to update your name, address, and other info.\r[/et_pb_blurb][et_pb_button button_url=\"https://www.myworkday.com/wday/authgwy/owensminor/login.htmld?\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#872434\" button_border_color=\"#FFFFFF\" button_border_radius=\"5px\" button_font=\"|600|||||||\" background_layout=\"dark\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#8e3947\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#872434\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home ALT', '', 'inherit', 'closed', 'closed', '', '8129-revision-v1', '', '', '2025-04-21 19:18:34', '2025-04-21 19:18:34', '', 8129, 'https://benefitsmyway.mybenefitport.com/?p=8130', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8132, 1, '2025-07-08 19:35:56', '2025-07-08 19:35:56', '', '2025 Flexible Spending Account Summary Plan Description', '', 'publish', 'closed', 'closed', '', '2025-flexible-spending-account-summary-plan-description', '', '', '2025-07-08 19:35:56', '2025-07-08 19:35:56', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/62/686d731ceb74e.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8133, 1, '2025-07-08 19:35:57', '2025-07-08 19:35:57', '', '2025 Adopting Resolution', '', 'publish', 'closed', 'closed', '', '2025-adopting-resolution', '', '', '2025-07-08 19:35:57', '2025-07-08 19:35:57', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/62/686d731d04f42.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8134, 1, '2025-07-08 19:35:58', '2025-07-08 19:35:58', '', '2025 Supplemental Participation Agreement', '', 'publish', 'closed', 'closed', '', '2025-supplemental-participation-agreement', '', '', '2025-07-08 19:35:58', '2025-07-08 19:35:58', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/62/686d731e1261d.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8135, 1, '2025-07-08 19:43:26', '2025-07-08 19:43:26', '', '2025 CHIRO Amendment - Evidence Of Coverage - Northern California', '', 'publish', 'closed', 'closed', '', '2025-chiro-amendment-evidence-of-coverage-northern-california', '', '', '2025-07-08 19:43:26', '2025-07-08 19:43:26', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/32/686d74de095d4.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8136, 1, '2025-07-08 19:43:26', '2025-07-08 19:43:26', '', '2025 CHIRO Amendment - Evidence Of Coverage - Southern California', '', 'publish', 'closed', 'closed', '', '2025-chiro-amendment-evidence-of-coverage-southern-california', '', '', '2025-07-08 19:43:26', '2025-07-08 19:43:26', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/32/686d74de0e9cb.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8137, 1, '2025-07-08 19:43:43', '2025-07-08 19:43:43', '', '2025 Evidence Of Coverage - Colorado', '', 'publish', 'closed', 'closed', '', '2025-evidence-of-coverage-colorado', '', '', '2025-07-08 19:43:43', '2025-07-08 19:43:43', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/33/686d74ef08a5d.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8138, 1, '2025-07-08 19:43:59', '2025-07-08 19:43:59', '', '2025 Evidence of Coverage - Family - Washington', '', 'publish', 'closed', 'closed', '', '2025-evidence-of-coverage-family-washington', '', '', '2025-07-08 19:43:59', '2025-07-08 19:43:59', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/35/686d74ff5d9e3.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8139, 1, '2025-07-08 19:44:07', '2025-07-08 19:44:07', '', '2025 Evidence of Coverage - Individual - Washington', '', 'publish', 'closed', 'closed', '', '2025-evidence-of-coverage-individual-washington', '', '', '2025-07-08 19:44:07', '2025-07-08 19:44:07', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/35/686d75076af9f.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8140, 1, '2025-07-08 19:45:00', '2025-07-08 19:45:00', '', '2025 Evidence Of Coverage - Northern California', '', 'publish', 'closed', 'closed', '', '2025-evidence-of-coverage-northern-california', '', '', '2025-07-08 19:45:00', '2025-07-08 19:45:00', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/32/686d753c0f69c.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8141, 1, '2025-07-08 19:45:02', '2025-07-08 19:45:02', '', '2025 Evidence Of Coverage - Southern California', '', 'publish', 'closed', 'closed', '', '2025-evidence-of-coverage-southern-california', '', '', '2025-07-08 19:45:02', '2025-07-08 19:45:02', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/32/686d753e456df.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8142, 1, '2025-07-08 19:49:00', '2025-07-08 19:49:00', '', '2025 Evidence Of Coverage - Georgia', '', 'publish', 'closed', 'closed', '', '2025-evidence-of-coverage-georgia', '', '', '2025-07-08 19:49:36', '2025-07-08 19:49:36', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/34/686d763a07c4e.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8143, 2, '2025-07-11 16:26:34', '2025-07-11 16:26:34', '', 'Delta Dental Special Health Care Needs Benefit', '', 'publish', 'closed', 'closed', '', 'delta-dental-special-health-care-needs-benefit', '', '', '2025-07-11 16:26:34', '2025-07-11 16:26:34', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/40/68713b3abbbaa.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8145, 2, '2025-07-11 20:36:00', '2025-07-11 20:36:00', '', 'Fidelity Financial Education Workshop Poster', '', 'publish', 'closed', 'closed', '', 'fidelity-financial-education-workshop-poster', '', '', '2025-07-16 14:41:28', '2025-07-16 14:41:28', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/51/687175d7b7211.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8146, 1, '2025-07-16 21:48:28', '2025-07-16 21:48:28', '', '2025 Evidence of Coverage – Basic', '', 'publish', 'closed', 'closed', '', '2025-evidence-of-coverage-basic', '', '', '2025-07-16 21:48:28', '2025-07-16 21:48:28', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/41/68781e2c82ee5.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8147, 1, '2025-07-16 21:48:40', '2025-07-16 21:48:40', '', '2025 Evidence of Coverage – Buy-Up', '', 'publish', 'closed', 'closed', '', '2025-evidence-of-coverage-buy-up', '', '', '2025-07-16 21:48:40', '2025-07-16 21:48:40', '', '0', '/home3/mybenef9/owens-minor.mybenefitport.com/wp-content/uploads/wpfd/42/68781e3886dce.pdf', '0', 'wpfd_file', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8149, 1, '2025-07-16 21:51:53', '2025-07-16 21:51:53', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Financial Resources Through Fidelity</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\n<p>Fidelity offers resources to help you achieve financial stability.</p>\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/01/2025-schedule.png\" title_text=\"2025-schedule\" url=\"https://benefitsmyway.mybenefitport.com/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=51&wpfd_file_id=8148&token=b9509ef0f8dbb66065609639bbdf809a&preview=1\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"35%\" custom_margin=\"15px||-28px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. Click to view the complete <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Q4-2024-UWW-Schedule.pdf\"><strong><span class=\"s2\">Live Web Workshop </span>catalog</strong> </a>and enroll for a live web workshop. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a>\r\n</strong>Get access to calculators, checklists, and financial workshops.</p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a>\r\n</strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to <strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a> </strong>to access the following services:</p>\r\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\r\n\r\n<ul>\r\n 	<li>Kaplan and ACT: College test preparation</li>\r\n 	<li>Fidelity 529 Savings: Education savings account</li>\r\n 	<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\r\n\r\n<ul>\r\n 	<li>NotaryCam: Online notary services</li>\r\n 	<li>IDnotify: Identity protection</li>\r\n 	<li>Fidelity Estate Planner: Estate planning</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\r\n\r\n<ul>\r\n 	<li>TurboTax: Tax preparation services</li>\r\n 	<li>Fidelity Goal Booster: Short-term savings goals</li>\r\n 	<li>Fidelity Cash Management: Spending and saving with investments</li>\r\n</ul>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2025-07-16 21:51:53', '2025-07-16 21:51:53', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=8149', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8150, 1, '2025-07-18 18:26:50', '2025-07-18 18:26:50', '', 'july-2025-schedule', '', 'inherit', 'open', 'closed', '', 'july-2025-schedule', '', '', '2025-07-18 18:26:50', '2025-07-18 18:26:50', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8151, 1, '2025-07-18 18:27:18', '2025-07-18 18:27:18', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Financial Resources Through Fidelity</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\n<p>Fidelity offers resources to help you achieve financial stability.</p>\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png\" title_text=\"july-2025-schedule\" url=\"https://benefitsmyway.mybenefitport.com/wp-admin/admin-ajax.php?juwpfisadmin=false&action=wpfd&task=file.download&wpfd_category_id=51&wpfd_file_id=8148&token=b9509ef0f8dbb66065609639bbdf809a&preview=1\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"35%\" custom_margin=\"15px||-28px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. Click to view the complete <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Q4-2024-UWW-Schedule.pdf\"><strong><span class=\"s2\">Live Web Workshop </span>catalog</strong> </a>and enroll for a live web workshop. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a>\r\n</strong>Get access to calculators, checklists, and financial workshops.</p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a>\r\n</strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to <strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a> </strong>to access the following services:</p>\r\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\r\n\r\n<ul>\r\n 	<li>Kaplan and ACT: College test preparation</li>\r\n 	<li>Fidelity 529 Savings: Education savings account</li>\r\n 	<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\r\n\r\n<ul>\r\n 	<li>NotaryCam: Online notary services</li>\r\n 	<li>IDnotify: Identity protection</li>\r\n 	<li>Fidelity Estate Planner: Estate planning</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\r\n\r\n<ul>\r\n 	<li>TurboTax: Tax preparation services</li>\r\n 	<li>Fidelity Goal Booster: Short-term savings goals</li>\r\n 	<li>Fidelity Cash Management: Spending and saving with investments</li>\r\n</ul>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2025-07-18 18:27:18', '2025-07-18 18:27:18', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=8151', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8152, 1, '2025-07-18 18:27:29', '2025-07-18 18:27:29', '', 'Q3-2025-UWW-Calendar', '', 'inherit', 'open', 'closed', '', 'q3-2025-uww-calendar', '', '', '2025-07-18 18:27:29', '2025-07-18 18:27:29', '', '0', 'https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/07/Q3-2025-UWW-Calendar.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp80_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8154, 1, '2025-07-18 18:27:44', '2025-07-18 18:27:44', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" background_image=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/08/financial.jpg\" min_height=\"300px\" custom_padding=\"0px||0px|\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code _builder_version=\"4.21.0\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Main HEADER\" module_id=\"eap\" module_class=\"ksec-head\" _builder_version=\"4.21.0\" background_color=\"#FFFFFF\" custom_padding=\"0px||0px|\" filter_hue_rotate=\"359deg\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Header\" _builder_version=\"4.27.0\" header_font=\"--et_global_heading_font|500|||||||\" header_text_align=\"center\" header_text_color=\"#872434\" header_font_size=\"44px\" header_2_font=\"--et_global_heading_font||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"center\" global_colors_info=\"{}\"]<h1>Financial Resources Through Fidelity</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Medical Info\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"eligibility\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.4\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h2 class=\"elementor-heading-title elementor-size-default\">Fidelity</h2>\n<p>Fidelity offers resources to help you achieve financial stability.</p>\n<p style=\"font-weight: 400;\"><strong>Fidelity webinars</strong></p>[/et_pb_text][et_pb_image src=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/07/july-2025-schedule.png\" title_text=\"july-2025-schedule\" url=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2025/07/Q3-2025-UWW-Calendar.pdf\" _builder_version=\"4.27.4\" _module_preset=\"default\" width=\"35%\" custom_margin=\"15px||-28px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.27.2\" header_2_font=\"--et_global_heading_font|500|||||||\" header_2_text_color=\"#872434\" custom_margin=\"20px||||false|false\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Register for a Live Web Workshop today. Click to view the complete <a href=\"https://benefitsmyway.mybenefitport.com/wp-content/uploads/2024/10/Q4-2024-UWW-Schedule.pdf\"><strong><span class=\"s2\">Live Web Workshop </span>catalog</strong> </a>and enroll for a live web workshop. To register, log on to<strong><a href=\"https://netbenefits.fidelity.com/livewebmeetings\" target=\"_blank\" rel=\"noopener\"> netbenefits.fidelity.com/livewebmeetings</a>.</strong></p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://workplaceservices.fidelity.com/mybenefits/wellness/navigation/learn?option=LearningHub\" target=\"_blank\" rel=\"noopener\">NetBenefits Learn Hub</a>\r\n</strong>Get access to calculators, checklists, and financial workshops.</p>\r\n<p style=\"font-weight: 400;\"><strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a>\r\n</strong>Your benefits include more than retirement and insurance. From purchasing a home to preparing your taxes, planning for college, and even creating a will online, we can connect you with leading industry providers to help you make better financial decisions. Log on to <strong><a href=\"https://netbenefits.fidelity.com/NBLogin/?option=marketplaceSolutions\">Work Perks through NetBenefits</a> </strong>to access the following services:</p>\r\n<p style=\"font-weight: 400;\"><strong>Family and Home:</strong></p>\r\n\r\n<ul>\r\n 	<li>Kaplan and ACT: College test preparation</li>\r\n 	<li>Fidelity 529 Savings: Education savings account</li>\r\n 	<li>Fidelity Mortgage Referral Program: Mortgage origination and refinancing</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Health and Safety</strong></p>\r\n\r\n<ul>\r\n 	<li>NotaryCam: Online notary services</li>\r\n 	<li>IDnotify: Identity protection</li>\r\n 	<li>Fidelity Estate Planner: Estate planning</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Money and Budgeting</strong></p>\r\n\r\n<ul>\r\n 	<li>TurboTax: Tax preparation services</li>\r\n 	<li>Fidelity Goal Booster: Short-term savings goals</li>\r\n 	<li>Fidelity Cash Management: Spending and saving with investments</li>\r\n</ul>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" background_color=\"#ffffff\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"|-59px||-56px|false|false\" custom_padding=\"|||30px|false|false\" border_color_right=\"#FFFFFF\" border_width_left=\"1px\" border_color_left=\"#d8d8d8\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer Section\" module_class=\"ksec-trans\" _builder_version=\"4.21.0\" background_color=\"#e6e7e8\" custom_padding=\"0px|0px|0px|0px|false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_id=\"new-employees\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.21.0\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" background_enable_color=\"off\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text Content\" _builder_version=\"4.26.0\" custom_margin=\"-30px||||false|false\" global_colors_info=\"{}\"]<span lang=\"EN-US\">This Benefits Website provides general information for our benefit eligible employees; however, more detailed information is available within the plan documents and legal contracts between our company and the insurance providers. In case of any discrepancy between this Benefits Website and the plan documents, <strong><i>t</i><i>he plan documents always govern and determine your exact benefits. In addition, the company reserves the right to modify or terminate any benefit plan at any time. </i></strong></span>Benefits are not a guarantee of employment.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Financial Resources', '						', 'inherit', 'closed', 'closed', '', '7421-revision-v1', '', '', '2025-07-18 18:27:44', '2025-07-18 18:27:44', '', 7421, 'https://benefitsmyway.mybenefitport.com/?p=8154', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_pp_activity_logs` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `ip` varchar(55) NOT NULL,
  `browser` text NOT NULL,
  `status` tinytext NOT NULL,
  `created_at` varchar(55) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5730, 20, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6600, 13, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6600, 14, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6600, 15, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6600, 16, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6652, 13, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6652, 14, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6652, 17, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6654, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6656, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6660, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6661, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6662, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6663, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6839, 13, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6839, 14, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6839, 17, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6968, 13, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6968, 14, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6968, 15, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6970, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6972, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6977, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6982, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6987, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6989, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6996, 1, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7022, 1, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7023, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7024, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7041, 13, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7041, 14, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7041, 15, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7042, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7043, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7044, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7045, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7047, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7048, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7139, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7144, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7153, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7162, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7169, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7176, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7182, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7188, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7194, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7197, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7207, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7226, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7232, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7238, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7244, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7262, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7296, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7320, 12, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7320, 13, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7320, 14, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7326, 21, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7327, 21, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7328, 21, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7329, 21, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7330, 21, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7331, 21, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7332, 21, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7333, 21, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7334, 21, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7335, 21, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7370, 12, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7370, 13, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7370, 14, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7437, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7484, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7514, 13, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7514, 14, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7514, 17, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7603, 22, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7604, 22, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7605, 22, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7610, 23, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7613, 25, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7614, 25, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7616, 28, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7617, 29, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7618, 30, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7629, 36, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7630, 37, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7631, 38, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7632, 39, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7633, 53, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7638, 51, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7639, 51, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7640, 45, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7641, 46, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7642, 47, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7743, 59, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7744, 59, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7745, 59, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7746, 59, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7747, 59, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7748, 59, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7749, 59, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7750, 41, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7751, 42, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7752, 58, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7753, 58, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7812, 45, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7813, 47, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7814, 46, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7853, 49, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7854, 49, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7855, 55, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7856, 55, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7857, 56, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7897, 23, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7966, 59, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7969, 50, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7970, 50, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7971, 50, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7972, 50, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7973, 49, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7974, 49, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7975, 55, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (7976, 56, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8073, 59, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8074, 59, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8075, 59, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8076, 59, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8091, 60, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8092, 60, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8093, 60, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8094, 60, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8095, 60, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8100, 60, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8101, 23, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8102, 22, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8108, 28, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8109, 29, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8110, 30, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8113, 61, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8114, 61, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8115, 62, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8122, 19, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8128, 56, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8132, 62, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8133, 62, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8134, 62, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8135, 32, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8136, 32, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8137, 33, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8138, 35, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8139, 35, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8140, 32, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8141, 32, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8142, 34, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8143, 40, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8145, 51, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8146, 41, '0');

INSERT IGNORE INTO `wp80_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (8147, 42, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', '0', 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (2, 2, 'monsterinsights_note_category', '', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (3, 3, 'monsterinsights_note_category', '', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (4, 4, 'monsterinsights_note_category', '', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (5, 5, 'category', '', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (6, 6, 'category', '', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (7, 7, 'category', '', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (8, 8, 'category', '', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (9, 9, 'category', '', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (10, 10, 'category', '', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (11, 11, 'layout_type', '', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (12, 12, 'layout_type', '', '0', 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (13, 13, 'scope', '', '0', 8);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (14, 14, 'module_width', '', '0', 8);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (15, 15, 'layout_type', '', '0', 3);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (16, 16, 'layout_tag', '', '0', 1);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (17, 17, 'layout_type', '', '0', 3);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (18, 18, 'nav_menu', '', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (19, 19, 'nav_menu', '', '0', 40);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (20, 20, 'wp_theme', '', '0', 1);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (21, 21, 'wpfd-category', '{\"theme\":\"tree\",\"ordering\":\"created_time\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"tree_showcategorytitle\":\"0\",\"tree_showsubcategories\":\"0\",\"tree_showbreadcrumb\":\"0\",\"tree_download_popup\":\"1\",\"tree_showuploadform\":\"0\",\"tree_displayfilesearch\":\"0\",\"tree_expanded_subcategories\":\"0\",\"tree_bgcolor\":\"rgba(255, 255, 255, 0)\",\"tree_showtitle\":\"1\",\"tree_showdescription\":\"1\",\"tree_showsize\":\"0\",\"tree_showversion\":\"1\",\"tree_showhits\":\"0\",\"tree_showdownload\":\"1\",\"tree_showdateadd\":\"0\",\"tree_showdatemodified\":\"0\",\"tree_croptitle\":\"0\",\"tree_bgdownloadlink\":\"#76bc58\",\"tree_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', '0', 10);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (22, 22, 'wpfd-category', '{\"theme\":\"tree\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"tree_showcategorytitle\":\"0\",\"tree_showsubcategories\":\"1\",\"tree_showbreadcrumb\":\"0\",\"tree_download_popup\":\"1\",\"tree_showuploadform\":\"0\",\"tree_displayfilesearch\":\"0\",\"tree_expanded_subcategories\":\"0\",\"tree_bgcolor\":\"rgba(255, 255, 255, 0)\",\"tree_showtitle\":\"0\",\"tree_showdescription\":\"1\",\"tree_showsize\":\"0\",\"tree_showversion\":\"0\",\"tree_showhits\":\"0\",\"tree_showdownload\":\"1\",\"tree_showdateadd\":\"0\",\"tree_showdatemodified\":\"0\",\"tree_croptitle\":\"0\",\"tree_bgdownloadlink\":\"#76bc58\",\"tree_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', '0', 4);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (23, 23, 'wpfd-category', '{\"theme\":\"tree\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"tree_showcategorytitle\":\"0\",\"tree_showsubcategories\":\"1\",\"tree_showbreadcrumb\":\"0\",\"tree_download_popup\":\"1\",\"tree_showuploadform\":\"0\",\"tree_displayfilesearch\":\"0\",\"tree_expanded_subcategories\":\"0\",\"tree_bgcolor\":\"rgba(255, 255, 255, 0)\",\"tree_showtitle\":\"0\",\"tree_showdescription\":\"1\",\"tree_showsize\":\"0\",\"tree_showversion\":\"0\",\"tree_showhits\":\"0\",\"tree_showdownload\":\"1\",\"tree_showdateadd\":\"0\",\"tree_showdatemodified\":\"0\",\"tree_croptitle\":\"0\",\"tree_bgdownloadlink\":\"#76bc58\",\"tree_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', '0', 3);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (24, 24, 'wpfd-category', '{\"theme\":\"tree\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"tree_showcategorytitle\":\"0\",\"tree_showsubcategories\":\"1\",\"tree_showbreadcrumb\":\"0\",\"tree_download_popup\":\"1\",\"tree_showuploadform\":\"0\",\"tree_displayfilesearch\":\"0\",\"tree_expanded_subcategories\":\"0\",\"tree_bgcolor\":\"rgba(255, 255, 255, 0)\",\"tree_showtitle\":\"0\",\"tree_showdescription\":\"1\",\"tree_showsize\":\"0\",\"tree_showversion\":\"1\",\"tree_showhits\":\"0\",\"tree_showdownload\":\"1\",\"tree_showdateadd\":\"0\",\"tree_showdatemodified\":\"0\",\"tree_croptitle\":\"0\",\"tree_bgdownloadlink\":\"#76bc58\",\"tree_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (25, 25, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 24, 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (26, 26, 'wpfd-category', '{\"theme\":\"tree\",\"ordering\":\"title\",\"orderingdir\":\"asc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"tree_showcategorytitle\":\"0\",\"tree_showsubcategories\":\"1\",\"tree_showbreadcrumb\":\"0\",\"tree_download_popup\":\"1\",\"tree_showuploadform\":\"0\",\"tree_displayfilesearch\":\"0\",\"tree_expanded_subcategories\":\"0\",\"tree_bgcolor\":\"rgba(255, 255, 255, 0)\",\"tree_showtitle\":\"0\",\"tree_showdescription\":\"1\",\"tree_showsize\":\"0\",\"tree_showversion\":\"1\",\"tree_showhits\":\"0\",\"tree_showdownload\":\"1\",\"tree_showdateadd\":\"0\",\"tree_showdatemodified\":\"0\",\"tree_croptitle\":\"0\",\"tree_bgdownloadlink\":\"#76bc58\",\"tree_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', '0', '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (27, 27, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (28, 28, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 27, 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (29, 29, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 27, 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (30, 30, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 27, 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (31, 31, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 27, '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (32, 32, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 31, 4);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (33, 33, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 31, 1);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (34, 34, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 31, 1);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (35, 35, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 31, 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (36, 36, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 31, 1);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (37, 37, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 31, 1);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (38, 38, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 31, 1);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (39, 39, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, 1);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (40, 40, 'wpfd-category', '{\"theme\":\"tree\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"tree_showcategorytitle\":\"0\",\"tree_showsubcategories\":\"1\",\"tree_showbreadcrumb\":\"0\",\"tree_download_popup\":\"1\",\"tree_showuploadform\":\"0\",\"tree_displayfilesearch\":\"0\",\"tree_expanded_subcategories\":\"0\",\"tree_bgcolor\":\"rgba(255, 255, 255, 0)\",\"tree_showtitle\":\"0\",\"tree_showdescription\":\"1\",\"tree_showsize\":\"1\",\"tree_showversion\":\"1\",\"tree_showhits\":\"1\",\"tree_showdownload\":\"1\",\"tree_showdateadd\":\"1\",\"tree_showdatemodified\":\"0\",\"tree_croptitle\":\"0\",\"tree_bgdownloadlink\":\"#76bc58\",\"tree_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, 1);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (41, 41, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 40, 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (42, 42, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 40, 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (44, 44, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (45, 45, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 44, 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (46, 46, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 44, 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (47, 47, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 44, 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (48, 48, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (49, 49, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 48, 4);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (50, 50, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 48, 4);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (51, 51, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, 3);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (53, 53, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, 1);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (54, 54, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, '0');

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (55, 55, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 54, 3);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (56, 56, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 54, 3);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (58, 58, 'wpfd-category', '{\"theme\":\"default\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"marginleft\":\"10\",\"marginright\":\"10\",\"margintop\":\"10\",\"marginbottom\":\"10\",\"showcategorytitle\":\"0\",\"showsubcategories\":\"1\",\"showbreadcrumb\":\"0\",\"showfoldertree\":\"0\",\"expanded_folder_tree\":\"0\",\"showuploadform\":\"1\",\"displayfilesearch\":\"0\",\"bgcolor\":\"rgba(255, 255, 255, 0)\",\"showtitle\":\"0\",\"showdescription\":\"1\",\"showsize\":\"1\",\"showversion\":\"1\",\"showhits\":\"1\",\"showdownload\":\"1\",\"showdateadd\":\"1\",\"showdatemodified\":\"0\",\"croptitle\":\"0\",\"bgdownloadlink\":\"#76bc58\",\"colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (59, 59, 'wpfd-category', '{\"theme\":\"table\",\"ordering\":\"created_time\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"table_stylingmenu\":\"1\",\"table_showcategorytitle\":\"0\",\"table_showsubcategories\":\"1\",\"table_showbreadcrumb\":\"0\",\"table_showfoldertree\":\"0\",\"table_expanded_folder_tree\":\"0\",\"table_showuploadform\":\"1\",\"table_displayfilesearch\":\"0\",\"table_bgcolor\":\"rgba(255, 255, 255, 0)\",\"table_showtitle\":\"1\",\"table_showdescription\":\"1\",\"table_showsize\":\"1\",\"table_showversion\":\"1\",\"table_showhits\":\"1\",\"table_showdownload\":\"1\",\"table_showdateadd\":\"0\",\"table_showdatemodified\":\"0\",\"table_croptitle\":\"0\",\"table_bgdownloadlink\":\"#76bc58\",\"table_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 27, 12);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (60, 60, 'wpfd-category', '{\"theme\":\"table\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"table_stylingmenu\":\"1\",\"table_showcategorytitle\":\"0\",\"table_showsubcategories\":\"1\",\"table_showbreadcrumb\":\"0\",\"table_showfoldertree\":\"0\",\"table_expanded_folder_tree\":\"0\",\"table_showuploadform\":\"1\",\"table_displayfilesearch\":\"0\",\"table_bgcolor\":\"rgba(255, 255, 255, 0)\",\"table_showtitle\":\"1\",\"table_showdescription\":\"1\",\"table_showsize\":\"1\",\"table_showversion\":\"1\",\"table_showhits\":\"1\",\"table_showdownload\":\"1\",\"table_showdateadd\":\"0\",\"table_showdatemodified\":\"0\",\"table_croptitle\":\"0\",\"table_bgdownloadlink\":\"#76bc58\",\"table_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, 6);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (61, 61, 'wpfd-category', '{\"theme\":\"table\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"table_stylingmenu\":\"1\",\"table_showcategorytitle\":\"0\",\"table_showsubcategories\":\"1\",\"table_showbreadcrumb\":\"0\",\"table_showfoldertree\":\"0\",\"table_expanded_folder_tree\":\"0\",\"table_showuploadform\":\"1\",\"table_displayfilesearch\":\"0\",\"table_bgcolor\":\"rgba(255, 255, 255, 0)\",\"table_showtitle\":\"1\",\"table_showdescription\":\"1\",\"table_showsize\":\"1\",\"table_showversion\":\"1\",\"table_showhits\":\"1\",\"table_showdownload\":\"1\",\"table_showdateadd\":\"0\",\"table_showdatemodified\":\"0\",\"table_croptitle\":\"0\",\"table_bgdownloadlink\":\"#76bc58\",\"table_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, 2);

INSERT IGNORE INTO `wp80_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (62, 62, 'wpfd-category', '{\"theme\":\"table\",\"ordering\":\"title\",\"orderingdir\":\"desc\",\"subcategoriesordering\":\"customorder\",\"visibility\":\"-1\",\"table_stylingmenu\":\"1\",\"table_showcategorytitle\":\"0\",\"table_showsubcategories\":\"1\",\"table_showbreadcrumb\":\"0\",\"table_showfoldertree\":\"0\",\"table_expanded_folder_tree\":\"0\",\"table_showuploadform\":\"1\",\"table_displayfilesearch\":\"0\",\"table_bgcolor\":\"rgba(255, 255, 255, 0)\",\"table_showtitle\":\"1\",\"table_showdescription\":\"1\",\"table_showsize\":\"1\",\"table_showversion\":\"1\",\"table_showhits\":\"1\",\"table_showdownload\":\"1\",\"table_showdateadd\":\"0\",\"table_showdatemodified\":\"0\",\"table_croptitle\":\"0\",\"table_bgdownloadlink\":\"#76bc58\",\"table_colordownloadlink\":\"#ffffff\",\"category_password\":\"\",\"category_own\":1}', 26, 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Uncategorized', 'uncategorized', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (2, 'Website Updates', 'website-updates', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (3, 'Blog Post', 'blog-post', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (4, 'Promotion', 'promotion', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (5, 'Dental Coverage', 'dental-coverage', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (6, 'Enrollment and Eligibility', 'enrollment-and-eligibility', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (7, 'Income Protection', 'income-protection', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (8, 'Medical Coverage', 'medical-coverage', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (9, 'Savings Accounts', 'savings-accounts', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (10, 'Vision Coverage', 'vision-coverage', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (11, 'layout', 'layout', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (12, 'module', 'module', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (13, 'not_global', 'not_global', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (14, 'regular', 'regular', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (15, 'row', 'row', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (16, 'row tiles', 'row-tiles', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (17, 'section', 'section', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (18, 'Footer', 'footer', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (19, 'Main Menu', 'main-menu', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (20, 'Divi', 'divi', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (21, 'OG Documents', 'og-documents', '0');

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (22, 'Eligibility Forms and Informational Documents', 'eligibility-forms-and-informational-documents', 1);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (23, 'Workday HR Quick Reference Guides (QRG)', 'workday-hr-quick-reference-guides-qrg', 2);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (24, 'Wellness Information', 'wellness-information', 3);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (25, 'Teammate Assistance Program (TAP)', 'teammate-assistance-program-tap', 1);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (26, 'Benefit Documents', 'benefit-documents', 4);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (27, 'Medical and Prescription Drug Information', 'medical-and-prescription-drug-information', 1);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (28, 'UnitedHealthcare Core', 'unitedhealthcare-core', 1);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (29, 'UnitedHealthcare HDHP', 'unitedhealthcare-hdhp', 2);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (30, 'Surest PPO', 'surest-ppo', 3);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (31, 'Kaiser', 'kaiser', 4);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (32, 'California', 'california', 1);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (33, 'Colorado', 'colorado', 2);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (34, 'Georgia', 'georgia', 3);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (35, 'Washington', 'washington', 4);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (36, 'Northwest (Oregon and southern Washington)', 'northwest-oregon-and-southern-washington', 5);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (37, 'Mid-Atlantic (District of Columbia, Maryland, and Virginia)', 'mid-atlantic-district-of-columbia-maryland-and-virginia', 6);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (38, 'Hawaii', 'hawaii', 7);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (39, 'Tobacco Cessation Program Information', 'tobacco-cessation-program-information', 2);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (40, 'Dental Plan Information', 'dental-plan-information', 3);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (41, 'Basic', 'basic', 1);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (42, 'Buy-Up', 'buy-up', 2);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (44, 'Supplemental Benefits Information', 'supplemental-benefits-information', 5);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (45, 'Accidental Benefit Summary', 'accidental-benefit-summary', 1);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (46, 'Critical Illness Benefit Summary', 'critical-illness-benefit-summary', 2);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (47, 'Hospital Indemnity Benefit Summary', 'hospital-indemnity-benefit-summary', 3);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (48, 'Life and AD&amp;D Information', 'life-and-add-information', 6);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (49, 'Life', 'life', 1);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (50, 'AD&amp;D', 'add', 2);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (51, '401(K) Information', '401k-information', 7);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (53, 'Business Travel Accident (BTA) Information', 'business-travel-accident-bta-information', 8);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (54, 'Disability Information', 'disability-information', 9);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (55, 'Long-Term Disability', 'long-term-disability', 1);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (56, 'Short-Term Disability', 'short-term-disability', 2);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (58, 'Vision Plan Information', 'vision-plan-information', 4);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (59, 'SBCs', 'sbcs', 5);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (60, 'Legal Notices', 'legal-notices', 10);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (61, 'TSPP', 'tspp', 11);

INSERT IGNORE INTO `wp80_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (62, 'Plan Documents', 'plan-documents', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=90 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'traci.mitchell');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (2, 1, 'first_name', '');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (3, 1, 'last_name', '');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (4, 1, 'description', '');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (5, 1, 'rich_editing', 'true');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (6, 1, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (7, 1, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (8, 1, 'admin_color', 'fresh');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (9, 1, 'use_ssl', '0');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (10, 1, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (11, 1, 'locale', '');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (12, 1, 'wp80_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (13, 1, 'wp80_user_level', 10);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (14, 1, 'dismissed_wp_pointers', 'om-welcome-pointer,omapi_please_connect_notice');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (15, 1, 'show_welcome_panel', '0');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (20, 1, 'my-jetpack-cache-date', 1736801047);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (21, 1, 'my-jetpack-cache', 'O:8:\"stdClass\":83:{s:15:\"jetpack_premium\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2000;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:15:\"jetpack_premium\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$164.95\";s:21:\"combined_cost_display\";s:7:\"$164.95\";s:4:\"cost\";d:164.95;s:18:\"cost_smallest_unit\";i:16495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$13.75\";}s:16:\"jetpack_business\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2001;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:16:\"jetpack_business\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$399.95\";s:21:\"combined_cost_display\";s:7:\"$399.95\";s:4:\"cost\";d:399.95;s:18:\"cost_smallest_unit\";i:39995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$33.33\";}s:12:\"jetpack_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2002;s:12:\"product_name\";s:12:\"Jetpack Free\";s:12:\"product_slug\";s:12:\"jetpack_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_premium_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2003;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:23:\"jetpack_premium_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_business_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2004;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:24:\"jetpack_business_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$39.95\";s:21:\"combined_cost_display\";s:6:\"$39.95\";s:4:\"cost\";d:39.95;s:18:\"cost_smallest_unit\";i:3995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_personal\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2005;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:16:\"jetpack_personal\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$77.95\";s:21:\"combined_cost_display\";s:6:\"$77.95\";s:4:\"cost\";d:77.95;s:18:\"cost_smallest_unit\";i:7795;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.50\";}s:24:\"jetpack_personal_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2006;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:24:\"jetpack_personal_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$6.95\";s:21:\"combined_cost_display\";s:5:\"$6.95\";s:4:\"cost\";d:6.95;s:18:\"cost_smallest_unit\";i:695;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_security_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2010;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:22:\"jetpack_security_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$299.00\";s:21:\"combined_cost_display\";s:4:\"$299\";s:4:\"cost\";i:299;s:18:\"cost_smallest_unit\";i:29900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:149;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$24.92\";}s:30:\"jetpack_security_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2011;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:30:\"jetpack_security_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$24.95\";s:21:\"combined_cost_display\";s:6:\"$24.95\";s:4:\"cost\";d:24.95;s:18:\"cost_smallest_unit\";i:2495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_security_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2012;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:25:\"jetpack_security_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$839.00\";s:21:\"combined_cost_display\";s:4:\"$839\";s:4:\"cost\";i:839;s:18:\"cost_smallest_unit\";i:83900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:419;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$69.92\";}s:33:\"jetpack_security_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2013;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:33:\"jetpack_security_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$69.95\";s:21:\"combined_cost_display\";s:6:\"$69.95\";s:4:\"cost\";d:69.95;s:18:\"cost_smallest_unit\";i:6995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_complete\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2014;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:16:\"jetpack_complete\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.40\";s:21:\"combined_cost_display\";s:7:\"$599.40\";s:4:\"cost\";d:599.4;s:18:\"cost_smallest_unit\";i:59940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:299.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$49.95\";}s:24:\"jetpack_complete_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2015;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:24:\"jetpack_complete_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.95;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2016;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.4;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:27:\"jetpack_security_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2017;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.95;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2019;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$899.40\";s:21:\"combined_cost_display\";s:7:\"$899.40\";s:4:\"cost\";d:899.4;s:18:\"cost_smallest_unit\";i:89940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:359.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$74.95\";}s:27:\"jetpack_security_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2020;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.95;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_growth_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2021;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:22:\"jetpack_growth_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.95;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_growth_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2022;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:21:\"jetpack_growth_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.4;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:24:\"jetpack_growth_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2023;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:24:\"jetpack_growth_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:22:\"jetpack_starter_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2030;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:22:\"jetpack_starter_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$71.40\";s:21:\"combined_cost_display\";s:6:\"$71.40\";s:4:\"cost\";d:71.4;s:18:\"cost_smallest_unit\";i:7140;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$5.95\";}s:23:\"jetpack_starter_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2031;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:23:\"jetpack_starter_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.95\";s:21:\"combined_cost_display\";s:5:\"$8.95\";s:4:\"cost\";d:8.95;s:18:\"cost_smallest_unit\";i:895;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"jetpack_security_t1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2034;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:29:\"jetpack_security_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:26:\"jetpack_complete_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2035;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:26:\"jetpack_complete_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$959.04\";s:21:\"combined_cost_display\";s:7:\"$959.04\";s:4:\"cost\";d:959.04;s:18:\"cost_smallest_unit\";i:95904;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:719.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$39.96\";}s:23:\"jetpack_boost_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2036;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:23:\"jetpack_boost_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:30:\"jetpack_social_basic_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2037;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:30:\"jetpack_social_basic_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.8;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.05;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:22:\"jetpack_scan_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2038;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:22:\"jetpack_scan_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.04;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:27:\"jetpack_anti_spam_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2039;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:27:\"jetpack_anti_spam_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.04;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:41:\"jetpack_backup_addon_storage_10gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2040;s:12:\"product_name\";s:47:\"Jetpack VaultPress Backup Add-on Storage (10GB)\";s:12:\"product_slug\";s:41:\"jetpack_backup_addon_storage_10gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:33:\"jetpack-backup-addon-storage-10gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.95\";s:21:\"combined_cost_display\";s:5:\"$2.95\";s:4:\"cost\";d:2.95;s:18:\"cost_smallest_unit\";i:295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:42:\"jetpack_backup_addon_storage_100gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2044;s:12:\"product_name\";s:48:\"Jetpack VaultPress Backup Add-on Storage (100GB)\";s:12:\"product_slug\";s:42:\"jetpack_backup_addon_storage_100gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:34:\"jetpack-backup-addon-storage-100gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$5.95\";s:21:\"combined_cost_display\";s:5:\"$5.95\";s:4:\"cost\";d:5.95;s:18:\"cost_smallest_unit\";i:595;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_1tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2048;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (1TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_1tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-1tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.95;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_3tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2052;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (3TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_3tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-3tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$19.95\";s:21:\"combined_cost_display\";s:6:\"$19.95\";s:4:\"cost\";d:19.95;s:18:\"cost_smallest_unit\";i:1995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_5tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2056;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (5TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_5tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-5tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.95;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_backup_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2100;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:20:\"jetpack_backup_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.00\";s:21:\"combined_cost_display\";s:4:\"$119\";s:4:\"cost\";i:119;s:18:\"cost_smallest_unit\";i:11900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:59;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.92\";}s:28:\"jetpack_backup_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2101;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:28:\"jetpack_backup_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.95;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_backup_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2102;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.00\";s:21:\"combined_cost_display\";s:4:\"$599\";s:4:\"cost\";i:599;s:18:\"cost_smallest_unit\";i:59900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:299;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$49.92\";}s:31:\"jetpack_backup_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2103;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:31:\"jetpack_backup_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$49.95\";s:21:\"combined_cost_display\";s:6:\"$49.95\";s:4:\"cost\";d:49.95;s:18:\"cost_smallest_unit\";i:4995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:14:\"jetpack_search\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2104;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:14:\"jetpack_search\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:10000;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:203;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:22:\"jetpack_search_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2105;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:22:\"jetpack_search_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.95\";s:21:\"combined_cost_display\";s:6:\"$12.95\";s:4:\"cost\";d:12.95;s:18:\"cost_smallest_unit\";i:1295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:1295;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:203;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:12:\"jetpack_scan\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2106;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:12:\"jetpack_scan\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:20:\"jetpack_scan_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2107;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:20:\"jetpack_scan_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_scan_realtime\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2108;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:21:\"jetpack_scan_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$500.00\";s:21:\"combined_cost_display\";s:4:\"$500\";s:4:\"cost\";i:500;s:18:\"cost_smallest_unit\";i:50000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$41.67\";}s:29:\"jetpack_scan_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2109;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:29:\"jetpack_scan_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$50.00\";s:21:\"combined_cost_display\";s:3:\"$50\";s:4:\"cost\";i:50;s:18:\"cost_smallest_unit\";i:5000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_anti_spam\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2110;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:17:\"jetpack_anti_spam\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_anti_spam_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2111;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:25:\"jetpack_anti_spam_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2112;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_backup_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2113;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2114;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$359.40\";s:21:\"combined_cost_display\";s:7:\"$359.40\";s:4:\"cost\";d:359.4;s:18:\"cost_smallest_unit\";i:35940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$29.95\";}s:25:\"jetpack_backup_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2115;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.95;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:18:\"jetpack_videopress\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2116;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:18:\"jetpack_videopress\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:26:\"jetpack_videopress_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2117;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:26:\"jetpack_videopress_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"jetpack_videopress_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2119;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:28:\"jetpack_videopress_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.04;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:24:\"jetpack_backup_t0_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2120;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t0_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$35.88\";s:21:\"combined_cost_display\";s:6:\"$35.88\";s:4:\"cost\";d:35.88;s:18:\"cost_smallest_unit\";i:3588;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$2.99\";}s:25:\"jetpack_backup_t0_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2121;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t0_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.99\";s:21:\"combined_cost_display\";s:5:\"$2.99\";s:4:\"cost\";d:2.99;s:18:\"cost_smallest_unit\";i:299;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_backup_t1_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2123;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_backup_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.04;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:19:\"jetpack_search_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2130;s:12:\"product_name\";s:19:\"Jetpack Search Free\";s:12:\"product_slug\";s:19:\"jetpack_search_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:19:\"jetpack-search-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_search_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2131;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:24:\"jetpack_search_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$160.00\";s:21:\"combined_cost_display\";s:4:\"$160\";s:4:\"cost\";i:160;s:18:\"cost_smallest_unit\";i:16000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:16000;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:203;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.67\";}s:23:\"jetpack_backup_one_time\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2201;s:12:\"product_name\";s:36:\"Jetpack VaultPress Backup (One-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_one_time\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-one-time\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.99\";s:21:\"combined_cost_display\";s:5:\"$0.99\";s:4:\"cost\";d:0.99;s:18:\"cost_smallest_unit\";i:99;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_stats_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2219;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$200.00\";s:21:\"combined_cost_display\";s:4:\"$200\";s:4:\"cost\";i:200;s:18:\"cost_smallest_unit\";i:20000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:10000;s:13:\"maximum_price\";i:10000;s:21:\"minimum_price_display\";s:4:\"$100\";s:29:\"minimum_price_monthly_display\";s:5:\"$8.34\";s:21:\"maximum_price_display\";s:4:\"$100\";s:29:\"maximum_price_monthly_display\";s:5:\"$8.34\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:20000;s:13:\"maximum_price\";i:20000;s:21:\"minimum_price_display\";s:4:\"$200\";s:29:\"minimum_price_monthly_display\";s:6:\"$16.67\";s:21:\"maximum_price_display\";s:4:\"$200\";s:29:\"maximum_price_monthly_display\";s:6:\"$16.67\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:30000;s:13:\"maximum_price\";i:30000;s:21:\"minimum_price_display\";s:4:\"$300\";s:29:\"minimum_price_monthly_display\";s:3:\"$25\";s:21:\"maximum_price_display\";s:4:\"$300\";s:29:\"maximum_price_monthly_display\";s:3:\"$25\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:50000;s:13:\"maximum_price\";i:50000;s:21:\"minimum_price_display\";s:4:\"$500\";s:29:\"minimum_price_monthly_display\";s:6:\"$41.67\";s:21:\"maximum_price_display\";s:4:\"$500\";s:29:\"maximum_price_monthly_display\";s:6:\"$41.67\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:70000;s:13:\"maximum_price\";i:70000;s:21:\"minimum_price_display\";s:4:\"$700\";s:29:\"minimum_price_monthly_display\";s:6:\"$58.34\";s:21:\"maximum_price_display\";s:4:\"$700\";s:29:\"maximum_price_monthly_display\";s:6:\"$58.34\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:95000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:45000;s:12:\"per_unit_fee\";i:25000;s:21:\"minimum_price_display\";s:4:\"$950\";s:29:\"minimum_price_monthly_display\";s:6:\"$79.17\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:100000;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$16.67\";}s:21:\"jetpack_stats_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2220;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:21:\"jetpack_stats_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.95\";s:21:\"combined_cost_display\";s:6:\"$12.95\";s:4:\"cost\";d:12.95;s:18:\"cost_smallest_unit\";i:1295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:1295;s:13:\"maximum_price\";i:1295;s:21:\"minimum_price_display\";s:6:\"$12.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$12.95\";s:21:\"maximum_price_display\";s:6:\"$12.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$12.95\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:2595;s:13:\"maximum_price\";i:2595;s:21:\"minimum_price_display\";s:6:\"$25.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$25.95\";s:21:\"maximum_price_display\";s:6:\"$25.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$25.95\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:3795;s:13:\"maximum_price\";i:3795;s:21:\"minimum_price_display\";s:6:\"$37.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$37.95\";s:21:\"maximum_price_display\";s:6:\"$37.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$37.95\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:6295;s:13:\"maximum_price\";i:6295;s:21:\"minimum_price_display\";s:6:\"$62.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$62.95\";s:21:\"maximum_price_display\";s:6:\"$62.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$62.95\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:8795;s:13:\"maximum_price\";i:8795;s:21:\"minimum_price_display\";s:6:\"$87.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$87.95\";s:21:\"maximum_price_display\";s:6:\"$87.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$87.95\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:11990;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:5600;s:12:\"per_unit_fee\";i:3195;s:21:\"minimum_price_display\";s:7:\"$119.90\";s:29:\"minimum_price_monthly_display\";s:7:\"$119.90\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_stats_free_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2221;s:12:\"product_name\";s:43:\"Jetpack Stats (Free non-commercial license)\";s:12:\"product_slug\";s:25:\"jetpack_stats_free_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_free_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:2:\"$0\";}s:25:\"jetpack_stats_pwyw_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2222;s:12:\"product_name\";s:20:\"Jetpack Stats (Paid)\";s:12:\"product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";i:0;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:2:\"$0\";}s:23:\"jetpack_stats_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2223;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:23:\"jetpack_stats_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$160.00\";s:21:\"combined_cost_display\";s:4:\"$160\";s:4:\"cost\";i:160;s:18:\"cost_smallest_unit\";i:16000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:16000;s:13:\"maximum_price\";i:16000;s:21:\"minimum_price_display\";s:4:\"$160\";s:29:\"minimum_price_monthly_display\";s:6:\"$13.34\";s:21:\"maximum_price_display\";s:4:\"$160\";s:29:\"maximum_price_monthly_display\";s:6:\"$13.34\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:32000;s:13:\"maximum_price\";i:32000;s:21:\"minimum_price_display\";s:4:\"$320\";s:29:\"minimum_price_monthly_display\";s:6:\"$26.67\";s:21:\"maximum_price_display\";s:4:\"$320\";s:29:\"maximum_price_monthly_display\";s:6:\"$26.67\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:48000;s:13:\"maximum_price\";i:48000;s:21:\"minimum_price_display\";s:4:\"$480\";s:29:\"minimum_price_monthly_display\";s:3:\"$40\";s:21:\"maximum_price_display\";s:4:\"$480\";s:29:\"maximum_price_monthly_display\";s:3:\"$40\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:80000;s:13:\"maximum_price\";i:80000;s:21:\"minimum_price_display\";s:4:\"$800\";s:29:\"minimum_price_monthly_display\";s:6:\"$66.67\";s:21:\"maximum_price_display\";s:4:\"$800\";s:29:\"maximum_price_monthly_display\";s:6:\"$66.67\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:112000;s:13:\"maximum_price\";i:112000;s:21:\"minimum_price_display\";s:6:\"$1,120\";s:29:\"minimum_price_monthly_display\";s:6:\"$93.34\";s:21:\"maximum_price_display\";s:6:\"$1,120\";s:29:\"maximum_price_monthly_display\";s:6:\"$93.34\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:152000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:72000;s:12:\"per_unit_fee\";i:40000;s:21:\"minimum_price_display\";s:6:\"$1,520\";s:29:\"minimum_price_monthly_display\";s:7:\"$126.67\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.67\";}s:23:\"jetpack_monitor_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2241;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:23:\"jetpack_monitor_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$1.22\";s:21:\"combined_cost_display\";s:5:\"$1.22\";s:4:\"cost\";d:1.22;s:18:\"cost_smallest_unit\";i:122;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_monitor_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2242;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:22:\"jetpack_monitor_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.64\";s:21:\"combined_cost_display\";s:6:\"$14.64\";s:4:\"cost\";d:14.64;s:18:\"cost_smallest_unit\";i:1464;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$1.22\";}s:21:\"jetpack_boost_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2400;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:21:\"jetpack_boost_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.95;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_boost_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2401;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:20:\"jetpack_boost_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.4;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:18:\"jetpack_ai_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2450;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:18:\"jetpack_ai_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_ai_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2451;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:17:\"jetpack_ai_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:20:\"jetpack_ai_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2452;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:20:\"jetpack_ai_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.04;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:22:\"jetpack_social_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2500;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:22:\"jetpack_social_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-social\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.00\";s:21:\"combined_cost_display\";s:3:\"$12\";s:4:\"cost\";i:12;s:18:\"cost_smallest_unit\";i:1200;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_basic_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2503;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:27:\"jetpack_social_basic_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:28:\"jetpack_social_basic_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2504;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:28:\"jetpack_social_basic_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"jetpack_social_advanced_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2602;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:30:\"jetpack_social_advanced_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:31:\"jetpack_social_advanced_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2603;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:31:\"jetpack_social_advanced_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:33:\"jetpack_social_advanced_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2604;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:33:\"jetpack_social_advanced_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.8;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:24:\"jetpack_social_v1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2605;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:24:\"jetpack_social_v1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.4;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_social_v1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2606;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:25:\"jetpack_social_v1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.95;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_v1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2607;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:27:\"jetpack_social_v1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.04;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:23:\"jetpack_creator_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2610;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:23:\"jetpack_creator_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.95;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_creator_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2611;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:22:\"jetpack_creator_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.4;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:25:\"jetpack_creator_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2612;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:25:\"jetpack_creator_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:29:\"jetpack_golden_token_lifetime\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2900;s:12:\"product_name\";s:20:\"Jetpack Golden Token\";s:12:\"product_slug\";s:29:\"jetpack_golden_token_lifetime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-golden-token\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (23, 1, '_yoast_wpseo_profile_updated', 1721164208);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (24, 1, 'wp80_dashboard_quick_press_last_post_id', 8116);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (25, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"162.225.12.0\";}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (26, 1, 'wp80_user-settings', 'libraryContent=browse&editor=tinymce&imgsize=&mfold=o');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (27, 1, 'wp80_user-settings-time', 1729291397);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (28, 1, 'nav_menu_recently_edited', 19);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (29, 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\";}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (30, 1, 'metaboxhidden_nav-menus', 'a:13:{i:0;s:21:\"add-post-type-project\";i:1;s:30:\"add-post-type-dipi_testimonial\";i:2;s:30:\"add-post-type-dipi_popup_maker\";i:3;s:22:\"add-post-type-dipi_faq\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:21:\"add-dipi_cpt_category\";i:7;s:23:\"add-dipi_media_category\";i:8;s:20:\"add-project_category\";i:9;s:15:\"add-project_tag\";i:10;s:21:\"add-dipi_faq_category\";i:11;s:19:\"add-testimonial_cat\";i:12;s:19:\"add-testimonial_tag\";}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (32, 1, 'wp80_persisted_preferences', 'a:5:{s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-10-25T19:44:05.384Z\";s:4:\"core\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:10:\"openPanels\";a:3:{i:0;s:11:\"post-status\";i:1;s:23:\"taxonomy-panel-category\";i:2;s:32:\"taxonomy-panel-dipi_cpt_category\";}s:34:\"isInspectorControlsTabsHintVisible\";b:0;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:17:\"core/block-editor\";a:1:{s:25:\"linkControlSettingsDrawer\";b:1;}}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (36, 1, 'wpfd_user_categories', 'a:39:{i:0;i:21;i:1;i:22;i:2;i:23;i:3;i:24;i:4;i:25;i:5;i:26;i:6;i:27;i:7;i:28;i:8;i:29;i:9;i:30;i:10;i:31;i:11;i:32;i:12;i:33;i:13;i:34;i:14;i:35;i:15;i:36;i:16;i:37;i:17;i:38;i:18;i:39;i:19;i:40;i:20;i:41;i:21;i:42;i:23;i:44;i:24;i:45;i:25;i:46;i:26;i:47;i:27;i:48;i:28;i:49;i:29;i:50;i:30;i:51;i:31;i:53;i:32;i:54;i:33;i:55;i:34;i:56;i:35;i:58;i:36;i:59;i:37;i:60;i:38;i:61;i:39;i:62;}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (37, 1, '_application_passwords', 'a:1:{i:0;a:7:{s:4:\"uuid\";s:36:\"b3c4d562-231f-4c70-8f34-87285983c22f\";s:6:\"app_id\";s:36:\"b2d6b918-c4a4-5b68-a18c-8a5f341a35c8\";s:4:\"name\";s:15:\"bluehost-628798\";s:8:\"password\";s:49:\"$generic$rr-aJ-pNKsY5Ka1S9XdTIrnylmdRaqPb3EosHGsO\";s:7:\"created\";i:1756046238;s:9:\"last_used\";i:1756046241;s:7:\"last_ip\";s:12:\"159.65.64.73\";}}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (42, 2, 'nickname', 'Amanda');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (43, 2, 'first_name', 'Amanda');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (44, 2, 'last_name', '');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (45, 2, 'description', '');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (46, 2, 'rich_editing', 'true');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (47, 2, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (48, 2, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (49, 2, 'admin_color', 'fresh');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (50, 2, 'use_ssl', '0');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (51, 2, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (52, 2, 'locale', '');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (53, 2, 'wp80_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (54, 2, 'wp80_user_level', 10);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (55, 2, 'dismissed_wp_pointers', 'omapi_please_connect_notice');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (72, 1, 'wp80_media_library_mode', 'list');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (75, 1, 'meta-box-order_attachment', 'a:3:{s:4:\"side\";s:9:\"submitdiv\";s:6:\"normal\";s:74:\"tagsdiv-dipi_media_category,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (76, 1, 'screen_layout_attachment', 2);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (77, 1, 'my-jetpack-wpcom-product-check-hash', 'b794ef083c65e62d551e032e94735d4b');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (78, 2, 'session_tokens', 'a:1:{s:64:\"40e4970cc730ae1c46a9e2ae61235d531cf6cf30c30fe189caa90183e8d099d7\";a:4:{s:10:\"expiration\";i:1752423959;s:2:\"ip\";s:14:\"162.225.12.168\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15\";s:5:\"login\";i:1752251159;}}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (79, 2, 'wp80_dashboard_quick_press_last_post_id', 8023);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (80, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:10:\"98.44.43.0\";}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (81, 2, 'jetpack_tracks_anon_id', 'jetpack:4TNLxMDQmz6qV7KGHehgi74u');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (82, 1, 'itsec_user_activity_last_seen', 1733791209);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (83, 1, 'jetpack_tracks_wpcom_id', 235933627);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (84, 1, 'session_tokens', 'a:2:{s:64:\"e96fb43bbb3f0319b00ffad5481ad0ecbfbc0df517a86dc403fd8bc734d785a4\";a:4:{s:10:\"expiration\";i:1756849053;s:2:\"ip\";s:14:\"162.225.12.168\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1755639453;}s:64:\"84c8d9cb8c3b4d3292958126086d7343b7d8db8925c4ae2d3a6c6294a3087cf8\";a:4:{s:10:\"expiration\";i:1756218974;s:2:\"ip\";s:14:\"162.225.12.168\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1756046174;}}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (85, 2, 'jetpack_account_protection_recent_password_hashes', 'a:1:{i:0;s:34:\"$P$BhLKVT0ZOv8qNyLpSkcgE3K6s/rfDf/\";}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (86, 2, 'nfd_sp_last_check', 1749503278);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (87, 1, 'jetpack_account_protection_recent_password_hashes', 'a:1:{i:0;s:63:\"$wp$2y$10$UlFwQ0s6Is7wh/3tSPY6ouvGGHvZSpNGWSxmnvcxcwc/hreJpWu7a\";}');

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (88, 1, 'nfd_sp_last_check', 1749503331);

INSERT IGNORE INTO `wp80_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (89, 2, 'show_welcome_panel', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

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

INSERT IGNORE INTO `wp80_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'traci.mitchell', '$wp$2y$10$Asee.SBqlBekVw25H/P.n.YoGIejZagFHOm4FrOzP27KOw3TKO8Oi', 'traci-mitchell', 'evlester@lockton.com', 'https://benefitsmyway.mybenefitport.com', '2024-07-16 20:58:26', '', '0', 'traci.mitchell');

INSERT IGNORE INTO `wp80_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (2, 'Amanda', '$wp$2y$10$SzFdvqZDG1Tnb5sFwGT9WuPrWjTcfNvsTUzxuEvtxvVn9HgXSGbfy', 'amanda', 'amandah@graphenedesign.com', '', '2024-10-24 15:23:36', '', '0', 'Amanda');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_wpfd_doc_content` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `file_id` int(11) NOT NULL,
  `content` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `file_id` (`file_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_wpfd_statistics` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `related_id` varchar(50) NOT NULL,
  `uid` int(11) NOT NULL DEFAULT 0,
  `type` varchar(50) NOT NULL,
  `date` date NOT NULL DEFAULT '0000-00-00',
  `count` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `related_id` (`related_id`),
  KEY `uid` (`uid`),
  KEY `type` (`type`),
  KEY `date` (`date`),
  KEY `count` (`count`)
) ENGINE=InnoDB AUTO_INCREMENT=1306 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1, 7328, '0', 'preview', '2024-08-25', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (2, 7327, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (3, 7329, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (4, 7326, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (5, 7331, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (6, 7333, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (7, 7332, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (8, 7335, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (9, 7334, '0', 'preview', '2024-10-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (10, 7330, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (11, 7328, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (12, 7632, '0', 'preview', '2024-10-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (13, 7614, '0', 'preview', '2024-10-01', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (14, 7638, '0', 'preview', '2024-10-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (15, 7606, '0', 'preview', '2024-10-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (16, 7605, '0', 'preview', '2024-10-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (17, 7609, '0', 'preview', '2024-10-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (18, 7603, '0', 'preview', '2024-10-11', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (19, 7609, '0', 'preview', '2024-10-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (20, 7603, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (21, 7604, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (22, 7616, '0', 'preview', '2024-10-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (23, 7603, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (24, 7604, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (25, 7605, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (26, 7606, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (27, 7610, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (28, 7609, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (29, 7616, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (30, 7617, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (31, 7618, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (32, 7747, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (33, 7632, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (34, 7750, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (35, 7751, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (36, 7752, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (37, 7753, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (38, 7640, '0', 'preview', '2024-10-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (39, 7603, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (40, 7605, '0', 'default', '2024-10-21', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (41, 7606, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (42, 7604, '0', 'default', '2024-10-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (43, 7603, '0', 'preview', '2024-10-22', 10);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (44, 7604, '0', 'preview', '2024-10-22', 9);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (45, 7606, '0', 'preview', '2024-10-22', 8);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (46, 7609, '0', 'preview', '2024-10-22', 7);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (47, 7752, '0', 'preview', '2024-10-22', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (48, 7604, '0', 'preview', '2024-10-23', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (49, 7609, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (50, 7603, '0', 'preview', '2024-10-23', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (51, 7752, '0', 'preview', '2024-10-23', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (52, 7606, '0', 'preview', '2024-10-23', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (53, 7614, '0', 'preview', '2024-10-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (54, 7614, '0', 'preview', '2024-10-24', 5);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (55, 7610, '0', 'preview', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (56, 7609, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (57, 7606, '0', 'preview', '2024-10-24', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (58, 7603, '0', 'preview', '2024-10-24', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (59, 7603, '0', 'default', '2024-10-24', 8);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (60, 7604, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (61, 7605, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (62, 7606, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (63, 7610, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (64, 7609, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (65, 7614, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (66, 7613, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (67, 7613, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (68, 7616, '0', 'default', '2024-10-24', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (69, 7617, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (70, 7618, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (71, 7618, '0', 'preview', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (72, 7620, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (73, 7616, '0', 'preview', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (74, 7619, '0', 'default', '2024-10-24', 8);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (75, 7628, '0', 'default', '2024-10-24', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (76, 7627, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (77, 7621, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (78, 7621, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (79, 7622, '0', 'default', '2024-10-24', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (80, 7604, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (81, 7605, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (82, 7617, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (83, 7620, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (84, 7632, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (85, 7750, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (86, 7751, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (87, 7752, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (88, 7753, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (89, 7640, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (90, 7812, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (91, 7641, '0', 'default', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (92, 7641, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (93, 7814, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (94, 7642, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (95, 7813, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (96, 7811, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (97, 7639, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (98, 7638, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (99, 7633, '0', 'preview', '2024-10-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (100, 7327, '0', 'default', '2024-10-25', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (101, 7897, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (102, 7610, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (103, 7603, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (104, 7604, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (105, 7605, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (106, 7606, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (107, 7614, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (108, 7613, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (109, 7632, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (110, 7750, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (111, 7751, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (112, 7752, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (113, 7753, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (114, 7640, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (115, 7812, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (116, 7641, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (117, 7814, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (118, 7642, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (119, 7813, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (120, 7854, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (121, 7853, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (122, 7811, '0', 'preview', '2024-10-25', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (123, 7856, '0', 'preview', '2024-10-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (124, 7857, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (125, 7811, '0', 'preview', '2024-10-26', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (126, 7854, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (127, 7853, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (128, 7618, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (129, 7811, '0', 'default', '2024-10-26', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (130, 7603, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (131, 7604, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (132, 7605, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (133, 7606, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (134, 7610, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (135, 7897, '0', 'default', '2024-10-26', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (136, 7616, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (137, 7617, '0', 'preview', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (138, 7617, '0', 'default', '2024-10-26', 5);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (139, 7628, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (140, 7632, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (141, 7967, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (142, 7750, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (143, 7968, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (144, 7751, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (145, 7752, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (146, 7753, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (147, 7640, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (148, 7812, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (149, 7641, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (150, 7814, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (151, 7642, '0', 'default', '2024-10-26', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (152, 7813, '0', 'default', '2024-10-26', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (153, 7854, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (154, 7853, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (155, 7973, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (156, 7974, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (157, 7970, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (158, 7969, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (159, 7971, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (160, 7972, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (161, 7639, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (162, 7638, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (163, 7633, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (164, 7856, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (165, 7855, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (166, 7975, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (167, 7857, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (168, 7976, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (169, 7614, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (170, 7613, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (171, 7620, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (172, 7619, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (173, 7621, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (174, 7622, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (175, 7624, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (176, 7625, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (177, 7626, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (178, 7629, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (179, 7630, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (180, 7631, '0', 'default', '2024-10-26', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (181, 7747, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (182, 7743, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (183, 7746, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (184, 7745, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (185, 7744, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (186, 7749, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (187, 7748, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (188, 7966, '0', 'default', '2024-10-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (189, 7605, '0', 'preview', '2024-10-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (190, 7751, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (191, 7813, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (192, 7752, '0', 'default', '2024-10-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (193, 7750, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (194, 7640, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (195, 7642, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (196, 7813, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (197, 7976, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (198, 7975, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (199, 7603, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (200, 7640, '0', 'default', '2024-10-28', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (201, 7618, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (202, 7617, '0', 'preview', '2024-10-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (203, 7854, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (204, 7853, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (205, 7639, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (206, 7854, '0', 'preview', '2024-10-29', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (207, 7618, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (208, 7610, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (209, 7604, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (210, 7603, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (211, 7897, '0', 'default', '2024-10-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (212, 7616, '0', 'preview', '2024-10-29', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (213, 7642, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (214, 7813, '0', 'preview', '2024-10-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (215, 7974, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (216, 7972, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (217, 7638, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (218, 7617, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (219, 7616, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (220, 7618, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (221, 7750, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (222, 7751, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (223, 7752, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (224, 7642, '0', 'default', '2024-10-30', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (225, 7641, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (226, 7897, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (227, 7641, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (228, 7813, '0', 'default', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (229, 7968, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (230, 7975, '0', 'preview', '2024-10-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (231, 7751, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (232, 7603, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (233, 7604, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (234, 7605, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (235, 7606, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (236, 7610, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (237, 7897, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (238, 7616, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (239, 7617, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (240, 7618, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (241, 7620, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (242, 7619, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (243, 7628, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (244, 7627, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (245, 7621, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (246, 7622, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (247, 7623, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (248, 7624, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (249, 7625, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (250, 7626, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (251, 7629, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (252, 7616, '0', 'preview', '2024-10-31', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (253, 7630, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (254, 7631, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (255, 7747, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (256, 7743, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (257, 7746, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (258, 7745, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (259, 7744, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (260, 7749, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (261, 7748, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (262, 7966, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (263, 8074, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (264, 8075, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (265, 8073, '0', 'default', '2024-10-31', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (266, 8076, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (267, 7632, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (268, 7976, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (269, 7967, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (270, 7750, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (271, 7968, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (272, 7751, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (273, 7618, '0', 'preview', '2024-10-31', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (274, 7752, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (275, 7753, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (276, 7640, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (277, 7812, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (278, 7641, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (279, 7814, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (280, 7642, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (281, 7813, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (282, 7854, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (283, 7853, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (284, 7973, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (285, 7974, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (286, 7970, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (287, 7969, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (288, 7971, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (289, 7972, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (290, 7639, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (291, 7638, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (292, 7633, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (293, 7856, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (294, 7855, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (295, 7975, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (296, 7857, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (297, 7976, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (298, 7614, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (299, 7613, '0', 'default', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (300, 7968, '0', 'preview', '2024-10-31', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (301, 7614, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (302, 7970, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (303, 7972, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (304, 7974, '0', 'preview', '2024-10-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (305, 7966, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (306, 8073, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (307, 8074, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (308, 7616, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (309, 7617, '0', 'default', '2024-11-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (310, 7617, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (311, 7972, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (312, 7974, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (313, 7854, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (314, 7973, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (315, 7971, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (316, 7633, '0', 'preview', '2024-11-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (317, 7750, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (318, 7616, '0', 'preview', '2024-11-02', 7);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (319, 7617, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (320, 7751, '0', 'preview', '2024-11-02', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (321, 7854, '0', 'preview', '2024-11-02', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (322, 7618, '0', 'default', '2024-11-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (323, 7618, '0', 'preview', '2024-11-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (324, 7603, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (325, 7638, '0', 'preview', '2024-11-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (326, 7603, '0', 'preview', '2024-11-03', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (327, 7973, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (328, 7854, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (329, 7974, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (330, 7751, '0', 'default', '2024-11-03', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (331, 7750, '0', 'default', '2024-11-03', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (332, 7616, '0', 'default', '2024-11-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (333, 7616, '0', 'default', '2024-11-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (334, 7641, '0', 'preview', '2024-11-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (335, 7897, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (336, 7603, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (337, 7751, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (338, 7968, '0', 'default', '2024-11-05', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (339, 7638, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (340, 7639, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (341, 7752, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (342, 7753, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (343, 7897, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (344, 7617, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (345, 7616, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (346, 7614, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (347, 7616, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (348, 7642, '0', 'preview', '2024-11-05', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (349, 7640, '0', 'preview', '2024-11-05', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (350, 7854, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (351, 7974, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (352, 7641, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (353, 7814, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (354, 7975, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (355, 7855, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (356, 7856, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (357, 7613, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (358, 7751, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (359, 7750, '0', 'preview', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (360, 7603, '0', 'default', '2024-11-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (361, 7750, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (362, 7967, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (363, 7897, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (364, 7603, '0', 'preview', '2024-11-06', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (365, 7640, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (366, 7813, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (367, 7616, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (368, 7606, '0', 'preview', '2024-11-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (369, 7854, '0', 'default', '2024-11-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (370, 7605, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (371, 7603, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (372, 8073, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (373, 7750, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (374, 7751, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (375, 7752, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (376, 7616, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (377, 7854, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (378, 7853, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (379, 7973, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (380, 7614, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (381, 7617, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (382, 7618, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (383, 7616, '0', 'preview', '2024-11-07', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (384, 7966, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (385, 7603, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (386, 7605, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (387, 7610, '0', 'default', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (388, 7618, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (389, 7640, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (390, 7620, '0', 'preview', '2024-11-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (391, 8073, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (392, 7605, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (393, 8074, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (394, 7751, '0', 'preview', '2024-11-08', 5);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (395, 7752, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (396, 7614, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (397, 7642, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (398, 7616, '0', 'preview', '2024-11-08', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (399, 7968, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (400, 7750, '0', 'preview', '2024-11-08', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (401, 7967, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (402, 7603, '0', 'default', '2024-11-08', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (403, 7603, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (404, 7604, '0', 'preview', '2024-11-08', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (405, 7640, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (406, 7617, '0', 'default', '2024-11-08', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (407, 7750, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (408, 7752, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (409, 7813, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (410, 7642, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (411, 7640, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (412, 7857, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (413, 7976, '0', 'default', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (414, 8076, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (415, 7897, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (416, 7638, '0', 'preview', '2024-11-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (417, 7639, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (418, 7638, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (419, 7967, '0', 'default', '2024-11-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (420, 7747, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (421, 7966, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (422, 8073, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (423, 8074, '0', 'preview', '2024-11-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (424, 7616, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (425, 7617, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (426, 7618, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (427, 7620, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (428, 7619, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (429, 7628, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (430, 7627, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (431, 7621, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (432, 7622, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (433, 7623, '0', 'default', '2024-11-12', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (434, 7624, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (435, 7625, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (436, 7626, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (437, 7629, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (438, 7630, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (439, 7631, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (440, 7747, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (441, 7743, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (442, 7746, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (443, 7745, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (444, 7744, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (445, 7749, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (446, 7748, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (447, 7966, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (448, 8074, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (449, 8075, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (450, 8073, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (451, 8076, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (452, 7632, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (453, 7967, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (454, 7750, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (455, 7968, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (456, 7751, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (457, 7752, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (458, 7753, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (459, 7640, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (460, 7812, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (461, 7641, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (462, 7814, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (463, 7642, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (464, 7813, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (465, 7854, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (466, 7853, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (467, 7973, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (468, 7974, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (469, 7970, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (470, 7969, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (471, 7971, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (472, 7972, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (473, 7639, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (474, 7638, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (475, 7633, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (476, 7856, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (477, 7855, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (478, 7975, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (479, 7857, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (480, 7976, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (481, 7614, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (482, 7613, '0', 'default', '2024-11-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (483, 7627, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (484, 7620, '0', 'preview', '2024-11-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (485, 7606, '0', 'default', '2024-11-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (486, 7640, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (487, 7812, '0', 'default', '2024-11-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (488, 7614, '0', 'default', '2024-11-16', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (489, 7614, '0', 'preview', '2024-11-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (490, 7606, '0', 'preview', '2024-11-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (491, 7976, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (492, 7857, '0', 'preview', '2024-11-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (493, 7604, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (494, 7603, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (495, 7618, '0', 'default', '2024-11-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (496, 7606, '0', 'preview', '2024-11-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (497, 7973, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (498, 7854, '0', 'preview', '2024-11-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (499, 7618, '0', 'default', '2024-12-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (500, 7751, '0', 'default', '2024-12-10', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (501, 7968, '0', 'default', '2024-12-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (502, 7751, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (503, 7967, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (504, 7750, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (505, 7753, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (506, 7752, '0', 'preview', '2024-12-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (507, 7617, '0', 'default', '2024-12-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (508, 7897, '0', 'default', '2024-12-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (509, 7604, '0', 'default', '2024-12-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (510, 7606, '0', 'default', '2025-01-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (511, 7752, '0', 'preview', '2025-01-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (512, 7640, '0', 'preview', '2025-01-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (513, 7752, '0', 'default', '2025-01-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (514, 7642, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (515, 7813, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (516, 7750, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (517, 7753, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (518, 7752, '0', 'preview', '2025-01-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (519, 7750, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (520, 7752, '0', 'default', '2025-01-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (521, 7603, '0', 'preview', '2025-01-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (522, 7640, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (523, 7642, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (524, 7616, '0', 'preview', '2025-01-08', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (525, 7614, '0', 'preview', '2025-01-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (526, 7606, '0', 'default', '2025-01-09', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (527, 7752, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (528, 7753, '0', 'preview', '2025-01-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (529, 7606, '0', 'default', '2025-01-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (530, 7614, '0', 'preview', '2025-01-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (531, 7604, '0', 'preview', '2025-01-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (532, 7604, '0', 'default', '2025-01-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (533, 7751, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (534, 7616, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (535, 7897, '0', 'preview', '2025-01-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (536, 7897, '0', 'default', '2025-01-21', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (537, 7333, '0', 'default', '2025-01-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (538, 7638, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (539, 7640, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (540, 7641, '0', 'default', '2025-01-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (541, 7641, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (542, 7642, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (543, 7614, '0', 'preview', '2025-01-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (544, 7854, '0', 'default', '2025-01-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (545, 7618, '0', 'preview', '2025-01-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (546, 7640, '0', 'default', '2025-01-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (547, 7812, '0', 'default', '2025-01-25', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (548, 7603, '0', 'default', '2025-01-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (549, 7750, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (550, 7751, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (551, 7616, '0', 'default', '2025-01-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (552, 7753, '0', 'preview', '2025-01-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (553, 7752, '0', 'preview', '2025-01-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (554, 7857, '0', 'default', '2025-01-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (555, 7617, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (556, 7617, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (557, 8074, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (558, 7616, '0', 'preview', '2025-01-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (559, 7616, '0', 'default', '2025-01-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (560, 7752, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (561, 7753, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (562, 7639, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (563, 7638, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (564, 8101, '0', 'default', '2025-01-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (565, 7753, '0', 'preview', '2025-01-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (566, 8101, '0', 'preview', '2025-02-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (567, 8101, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (568, 8101, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (569, 7616, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (570, 7640, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (571, 7641, '0', 'default', '2025-02-04', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (572, 7897, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (573, 7753, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (574, 7752, '0', 'preview', '2025-02-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (575, 7753, '0', 'default', '2025-02-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (576, 7617, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (577, 8074, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (578, 7968, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (579, 7751, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (580, 7753, '0', 'default', '2025-02-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (581, 7857, '0', 'preview', '2025-02-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (582, 8101, '0', 'default', '2025-02-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (583, 7605, '0', 'preview', '2025-02-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (584, 8101, '0', 'default', '2025-02-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (585, 8102, '0', 'preview', '2025-02-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (586, 8100, '0', 'preview', '2025-02-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (587, 8101, '0', 'preview', '2025-02-14', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (588, 7610, '0', 'preview', '2025-02-14', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (589, 7640, '0', 'preview', '2025-02-14', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (590, 7641, '0', 'preview', '2025-02-14', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (591, 7642, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (592, 7813, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (593, 7614, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (594, 7897, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (595, 7814, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (596, 7975, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (597, 7856, '0', 'preview', '2025-02-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (598, 7616, '0', 'default', '2025-02-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (599, 7812, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (600, 7605, '0', 'preview', '2025-02-18', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (601, 7605, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (602, 8110, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (603, 7642, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (604, 7813, '0', 'default', '2025-02-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (605, 7751, '0', 'default', '2025-02-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (606, 7639, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (607, 7638, '0', 'preview', '2025-02-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (608, 7857, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (609, 7976, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (610, 7854, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (611, 7854, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (612, 7970, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (613, 7970, '0', 'preview', '2025-02-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (614, 8074, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (615, 8109, '0', 'default', '2025-02-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (616, 7752, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (617, 8110, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (618, 7618, '0', 'preview', '2025-02-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (619, 7857, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (620, 7752, '0', 'preview', '2025-02-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (621, 7605, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (622, 7976, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (623, 7857, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (624, 7617, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (625, 7642, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (626, 7813, '0', 'preview', '2025-02-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (627, 7753, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (628, 7854, '0', 'default', '2025-02-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (629, 7639, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (630, 7640, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (631, 7642, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (632, 7641, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (633, 7854, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (634, 7812, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (635, 7605, '0', 'default', '2025-02-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (636, 7813, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (637, 7970, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (638, 8101, '0', 'preview', '2025-02-26', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (639, 8074, '0', 'preview', '2025-02-27', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (640, 7967, '0', 'preview', '2025-02-27', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (641, 7750, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (642, 7752, '0', 'preview', '2025-02-27', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (643, 7976, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (644, 7968, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (645, 7751, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (646, 7968, '0', 'preview', '2025-02-27', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (647, 7751, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (648, 7605, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (649, 7610, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (650, 7897, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (651, 7897, '0', 'default', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (652, 7610, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (653, 7614, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (654, 7616, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (655, 8102, '0', 'preview', '2025-02-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (656, 7753, '0', 'preview', '2025-02-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (657, 7814, '0', 'default', '2025-02-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (658, 8110, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (659, 7604, '0', 'default', '2025-03-03', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (660, 7750, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (661, 7967, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (662, 7752, '0', 'preview', '2025-03-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (663, 7750, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (664, 7752, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (665, 7605, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (666, 7610, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (667, 7617, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (668, 7973, '0', 'default', '2025-03-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (669, 7641, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (670, 7640, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (671, 7971, '0', 'default', '2025-03-04', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (672, 7972, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (673, 7972, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (674, 7854, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (675, 7974, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (676, 7973, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (677, 7641, '0', 'default', '2025-03-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (678, 7640, '0', 'preview', '2025-03-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (679, 7610, '0', 'preview', '2025-03-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (680, 7750, '0', 'preview', '2025-03-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (681, 7752, '0', 'default', '2025-03-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (682, 7752, '0', 'preview', '2025-03-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (683, 7857, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (684, 8101, '0', 'default', '2025-03-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (685, 8101, '0', 'preview', '2025-03-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (686, 7604, '0', 'preview', '2025-03-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (687, 7610, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (688, 8102, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (689, 7614, '0', 'preview', '2025-03-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (690, 8110, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (691, 7610, '0', 'preview', '2025-03-11', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (692, 7605, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (693, 8101, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (694, 7603, '0', 'preview', '2025-03-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (695, 7603, '0', 'default', '2025-03-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (696, 7618, '0', 'default', '2025-03-12', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (697, 7610, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (698, 7854, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (699, 7853, '0', 'preview', '2025-03-12', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (700, 7973, '0', 'preview', '2025-03-12', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (701, 7970, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (702, 7969, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (703, 7856, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (704, 7855, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (705, 7857, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (706, 7976, '0', 'preview', '2025-03-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (707, 7854, '0', 'default', '2025-03-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (708, 7753, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (709, 7753, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (710, 7605, '0', 'default', '2025-03-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (711, 7752, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (712, 7616, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (713, 8101, '0', 'preview', '2025-03-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (714, 7642, '0', 'preview', '2025-03-14', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (715, 7813, '0', 'preview', '2025-03-14', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (716, 7857, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (717, 7814, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (718, 7641, '0', 'default', '2025-03-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (719, 7640, '0', 'preview', '2025-03-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (720, 7610, '0', 'default', '2025-03-17', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (721, 7610, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (722, 7605, '0', 'preview', '2025-03-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (723, 7605, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (724, 7857, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (725, 8128, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (726, 7976, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (727, 8114, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (728, 7966, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (729, 8074, '0', 'default', '2025-03-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (730, 8073, '0', 'default', '2025-03-17', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (731, 7753, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (732, 7752, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (733, 7857, '0', 'default', '2025-03-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (734, 8102, '0', 'preview', '2025-03-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (735, 7642, '0', 'default', '2025-03-19', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (736, 7813, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (737, 7617, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (738, 8074, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (739, 7617, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (740, 7639, '0', 'preview', '2025-03-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (741, 7633, '0', 'default', '2025-03-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (742, 7641, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (743, 7642, '0', 'preview', '2025-03-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (744, 7854, '0', 'default', '2025-03-21', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (745, 7973, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (746, 7853, '0', 'default', '2025-03-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (747, 7641, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (748, 7814, '0', 'default', '2025-03-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (749, 7616, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (750, 7813, '0', 'default', '2025-03-25', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (751, 7752, '0', 'preview', '2025-03-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (752, 7642, '0', 'default', '2025-03-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (753, 7813, '0', 'preview', '2025-03-25', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (754, 7968, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (755, 7751, '0', 'default', '2025-03-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (756, 8114, '0', 'preview', '2025-03-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (757, 7618, '0', 'preview', '2025-03-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (758, 7605, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (759, 7610, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (760, 7972, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (761, 7971, '0', 'preview', '2025-03-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (762, 7752, '0', 'preview', '2025-03-28', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (763, 7753, '0', 'preview', '2025-03-28', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (764, 7753, '0', 'default', '2025-03-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (765, 7639, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (766, 7638, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (767, 7616, '0', 'default', '2025-04-02', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (768, 8108, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (769, 7617, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (770, 8109, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (771, 8110, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (772, 7753, '0', 'default', '2025-04-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (773, 7614, '0', 'preview', '2025-04-02', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (774, 7617, '0', 'preview', '2025-04-02', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (775, 8074, '0', 'preview', '2025-04-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (776, 7750, '0', 'preview', '2025-04-03', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (777, 7967, '0', 'preview', '2025-04-03', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (778, 8115, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (779, 7812, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (780, 7640, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (781, 7753, '0', 'preview', '2025-04-03', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (782, 7752, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (783, 7614, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (784, 7639, '0', 'preview', '2025-04-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (785, 8101, '0', 'preview', '2025-04-04', 10);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (786, 7641, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (787, 7814, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (788, 7642, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (789, 7813, '0', 'default', '2025-04-05', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (790, 7640, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (791, 7812, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (792, 8110, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (793, 7618, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (794, 7752, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (795, 7753, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (796, 7854, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (797, 8101, '0', 'default', '2025-04-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (798, 7753, '0', 'preview', '2025-04-06', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (799, 7752, '0', 'preview', '2025-04-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (800, 7750, '0', 'preview', '2025-04-06', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (801, 7975, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (802, 7976, '0', 'default', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (803, 7605, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (804, 7610, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (805, 7603, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (806, 7854, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (807, 7974, '0', 'preview', '2025-04-07', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (808, 7972, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (809, 7617, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (810, 7641, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (811, 8074, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (812, 7614, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (813, 7613, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (814, 8101, '0', 'preview', '2025-04-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (815, 8114, '0', 'default', '2025-04-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (816, 8114, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (817, 7610, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (818, 7616, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (819, 8095, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (820, 8091, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (821, 8092, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (822, 8094, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (823, 8093, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (824, 8100, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (825, 8115, '0', 'preview', '2025-04-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (826, 7752, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (827, 7751, '0', 'default', '2025-04-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (828, 7640, '0', 'preview', '2025-04-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (829, 7751, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (830, 7642, '0', 'preview', '2025-04-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (831, 7610, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (832, 8102, '0', 'preview', '2025-04-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (833, 7752, '0', 'default', '2025-04-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (834, 7751, '0', 'default', '2025-04-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (835, 8109, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (836, 7610, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (837, 7610, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (838, 7605, '0', 'preview', '2025-04-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (839, 7975, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (840, 7856, '0', 'default', '2025-04-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (841, 7642, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (842, 7813, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (843, 7752, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (844, 7753, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (845, 8073, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (846, 7751, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (847, 7752, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (848, 7640, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (849, 7812, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (850, 7750, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (851, 8074, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (852, 7966, '0', 'default', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (853, 7616, '0', 'preview', '2025-04-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (854, 7854, '0', 'default', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (855, 7973, '0', 'preview', '2025-04-17', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (856, 7970, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (857, 7632, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (858, 7967, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (859, 7753, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (860, 7752, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (861, 7640, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (862, 7854, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (863, 7974, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (864, 7855, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (865, 8114, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (866, 8113, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (867, 7639, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (868, 7621, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (869, 7743, '0', 'preview', '2025-04-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (870, 7897, '0', 'preview', '2025-04-18', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (871, 7614, '0', 'default', '2025-04-18', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (872, 7605, '0', 'preview', '2025-04-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (873, 7605, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (874, 7613, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (875, 8101, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (876, 7973, '0', 'preview', '2025-04-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (877, 7853, '0', 'preview', '2025-04-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (878, 7854, '0', 'preview', '2025-04-18', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (879, 7618, '0', 'default', '2025-04-18', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (880, 7974, '0', 'preview', '2025-04-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (881, 7854, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (882, 7853, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (883, 7973, '0', 'default', '2025-04-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (884, 8115, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (885, 7897, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (886, 7639, '0', 'preview', '2025-04-22', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (887, 7614, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (888, 7638, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (889, 7975, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (890, 7617, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (891, 7616, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (892, 7751, '0', 'preview', '2025-04-22', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (893, 7968, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (894, 7750, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (895, 7751, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (896, 7603, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (897, 7603, '0', 'preview', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (898, 7750, '0', 'default', '2025-04-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (899, 8102, '0', 'preview', '2025-04-23', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (900, 8101, '0', 'preview', '2025-04-23', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (901, 7640, '0', 'preview', '2025-04-23', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (902, 7642, '0', 'default', '2025-04-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (903, 7813, '0', 'preview', '2025-04-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (904, 7750, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (905, 7614, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (906, 7610, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (907, 8101, '0', 'preview', '2025-04-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (908, 7616, '0', 'default', '2025-04-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (909, 7813, '0', 'preview', '2025-04-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (910, 7640, '0', 'preview', '2025-04-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (911, 7976, '0', 'preview', '2025-04-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (912, 7857, '0', 'preview', '2025-04-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (913, 8128, '0', 'preview', '2025-04-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (914, 7642, '0', 'preview', '2025-04-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (915, 7642, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (916, 7813, '0', 'default', '2025-04-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (917, 7614, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (918, 8102, '0', 'default', '2025-04-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (919, 7641, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (920, 7642, '0', 'preview', '2025-04-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (921, 8114, '0', 'preview', '2025-05-03', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (922, 8113, '0', 'preview', '2025-05-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (923, 7639, '0', 'default', '2025-05-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (924, 7638, '0', 'preview', '2025-05-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (925, 7618, '0', 'preview', '2025-05-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (926, 8108, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (927, 8102, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (928, 7603, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (929, 7604, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (930, 7605, '0', 'default', '2025-05-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (931, 7616, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (932, 7617, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (933, 8095, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (934, 8091, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (935, 8092, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (936, 8094, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (937, 7633, '0', 'preview', '2025-05-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (938, 7614, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (939, 7613, '0', 'default', '2025-05-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (940, 7614, '0', 'default', '2025-05-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (941, 7618, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (942, 7966, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (943, 7854, '0', 'preview', '2025-05-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (944, 7752, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (945, 7753, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (946, 7614, '0', 'preview', '2025-05-14', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (947, 7613, '0', 'preview', '2025-05-14', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (948, 7639, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (949, 7638, '0', 'default', '2025-05-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (950, 7617, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (951, 8074, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (952, 7750, '0', 'preview', '2025-05-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (953, 7617, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (954, 8074, '0', 'preview', '2025-05-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (955, 8115, '0', 'default', '2025-05-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (956, 7617, '0', 'default', '2025-05-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (957, 8110, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (958, 8074, '0', 'preview', '2025-05-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (959, 7616, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (960, 8114, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (961, 8113, '0', 'default', '2025-05-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (962, 7971, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (963, 7972, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (964, 7752, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (965, 7753, '0', 'preview', '2025-05-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (966, 7975, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (967, 7638, '0', 'preview', '2025-05-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (968, 7747, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (969, 7620, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (970, 7967, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (971, 8074, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (972, 7750, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (973, 7752, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (974, 7641, '0', 'default', '2025-05-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (975, 7641, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (976, 7621, '0', 'preview', '2025-05-21', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (977, 7622, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (978, 7623, '0', 'preview', '2025-05-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (979, 8110, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (980, 7618, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (981, 7630, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (982, 7631, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (983, 7629, '0', 'preview', '2025-05-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (984, 7605, '0', 'preview', '2025-05-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (985, 7813, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (986, 7642, '0', 'preview', '2025-05-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (987, 7642, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (988, 7813, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (989, 7640, '0', 'preview', '2025-05-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (990, 8115, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (991, 7603, '0', 'default', '2025-05-29', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (992, 7614, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (993, 7753, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (994, 7854, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (995, 7967, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (996, 7640, '0', 'default', '2025-05-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (997, 7605, '0', 'preview', '2025-05-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (998, 7857, '0', 'preview', '2025-06-02', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (999, 7638, '0', 'preview', '2025-06-03', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1000, 7751, '0', 'preview', '2025-06-03', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1001, 7639, '0', 'preview', '2025-06-03', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1002, 7640, '0', 'preview', '2025-06-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1003, 7751, '0', 'preview', '2025-06-04', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1004, 7752, '0', 'preview', '2025-06-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1005, 7752, '0', 'default', '2025-06-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1006, 7753, '0', 'preview', '2025-06-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1007, 7857, '0', 'default', '2025-06-05', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1008, 7752, '0', 'preview', '2025-06-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1009, 8101, '0', 'preview', '2025-06-06', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1010, 7753, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1011, 7752, '0', 'default', '2025-06-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1012, 7614, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1013, 7613, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1014, 7605, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1015, 8114, '0', 'default', '2025-06-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1016, 8114, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1017, 7642, '0', 'preview', '2025-06-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1018, 7752, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1019, 7753, '0', 'preview', '2025-06-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1020, 7973, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1021, 7974, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1022, 7857, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1023, 7857, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1024, 8128, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1025, 7976, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1026, 7605, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1027, 7604, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1028, 7640, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1029, 7812, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1030, 7750, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1031, 7632, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1032, 7752, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1033, 7751, '0', 'preview', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1034, 7614, '0', 'default', '2025-06-12', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1035, 7976, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1036, 7604, '0', 'default', '2025-06-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1037, 7616, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1038, 8073, '0', 'preview', '2025-06-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1039, 7967, '0', 'preview', '2025-06-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1040, 7614, '0', 'preview', '2025-06-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1041, 7641, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1042, 7642, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1043, 7614, '0', 'preview', '2025-06-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1044, 7610, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1045, 8102, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1046, 7603, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1047, 7605, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1048, 7976, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1049, 8128, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1050, 7616, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1051, 8073, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1052, 7752, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1053, 7813, '0', 'default', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1054, 7642, '0', 'default', '2025-06-18', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1055, 8115, '0', 'default', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1056, 7968, '0', 'preview', '2025-06-18', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1057, 7751, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1058, 7750, '0', 'preview', '2025-06-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1059, 8115, '0', 'default', '2025-06-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1060, 8114, '0', 'default', '2025-06-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1061, 8114, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1062, 8113, '0', 'preview', '2025-06-19', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1063, 7967, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1064, 7976, '0', 'preview', '2025-06-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1065, 7976, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1066, 7857, '0', 'default', '2025-06-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1067, 7750, '0', 'preview', '2025-06-23', 8);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1068, 7751, '0', 'preview', '2025-06-23', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1069, 7967, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1070, 7968, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1071, 7973, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1072, 7854, '0', 'preview', '2025-06-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1073, 7812, '0', 'default', '2025-06-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1074, 7813, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1075, 7642, '0', 'preview', '2025-06-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1076, 7616, '0', 'default', '2025-06-26', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1077, 7618, '0', 'default', '2025-06-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1078, 7616, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1079, 7620, '0', 'preview', '2025-06-27', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1080, 7750, '0', 'preview', '2025-06-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1081, 7616, '0', 'preview', '2025-06-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1082, 7967, '0', 'preview', '2025-06-28', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1083, 7614, '0', 'preview', '2025-06-28', 7);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1084, 7814, '0', 'preview', '2025-06-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1085, 7642, '0', 'preview', '2025-06-28', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1086, 7618, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1087, 7616, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1088, 7617, '0', 'default', '2025-06-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1089, 7971, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1090, 7971, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1091, 7972, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1092, 7641, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1093, 8101, '0', 'default', '2025-07-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1094, 7640, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1095, 7812, '0', 'preview', '2025-07-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1096, 7752, '0', 'preview', '2025-07-03', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1097, 7638, '0', 'preview', '2025-07-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1098, 7642, '0', 'default', '2025-07-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1099, 7751, '0', 'preview', '2025-07-07', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1100, 7854, '0', 'preview', '2025-07-08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1101, 7974, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1102, 7639, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1103, 7638, '0', 'preview', '2025-07-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1104, 8135, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1105, 8140, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1106, 7747, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1107, 7610, '0', 'preview', '2025-07-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1108, 7633, '0', 'default', '2025-07-09', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1109, 8115, '0', 'preview', '2025-07-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1110, 7897, '0', 'default', '2025-07-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1111, 8133, '0', 'default', '2025-07-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1112, 7616, '0', 'default', '2025-07-10', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1113, 7614, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1114, 7640, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1115, 7641, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1116, 7642, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1117, 7616, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1118, 8132, '0', 'default', '2025-07-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1119, 7630, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1120, 8143, '0', 'preview', '2025-07-11', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1121, 7751, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1122, 7968, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1123, 7967, '0', 'preview', '2025-07-11', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1124, 7617, '0', 'preview', '2025-07-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1125, 8114, '0', 'default', '2025-07-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1126, 7616, '0', 'default', '2025-07-14', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1127, 7617, '0', 'default', '2025-07-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1128, 8143, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1129, 7603, '0', 'preview', '2025-07-15', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1130, 8113, '0', 'default', '2025-07-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1131, 8113, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1132, 7750, '0', 'preview', '2025-07-16', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1133, 7967, '0', 'preview', '2025-07-16', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1134, 7629, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1135, 7751, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1136, 8132, '0', 'preview', '2025-07-16', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1137, 7616, '0', 'default', '2025-07-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1138, 7897, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1139, 8143, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1140, 8101, '0', 'default', '2025-07-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1141, 8101, '0', 'preview', '2025-07-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1142, 8145, '0', 'default', '2025-07-16', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1143, 8148, '0', 'preview', '2025-07-16', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1144, 7752, '0', 'default', '2025-07-17', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1145, 8148, '0', 'preview', '2025-07-18', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1146, 8148, '0', 'default', '2025-07-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1147, 8146, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1148, 7750, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1149, 7966, '0', 'preview', '2025-07-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1150, 7812, '0', 'default', '2025-07-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1151, 7812, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1152, 7642, '0', 'preview', '2025-07-21', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1153, 7640, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1154, 7749, '0', 'preview', '2025-07-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1155, 7973, '0', 'default', '2025-07-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1156, 7974, '0', 'default', '2025-07-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1157, 7971, '0', 'default', '2025-07-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1158, 7969, '0', 'default', '2025-07-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1159, 7970, '0', 'default', '2025-07-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1160, 7854, '0', 'default', '2025-07-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1161, 7853, '0', 'default', '2025-07-22', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1162, 8073, '0', 'preview', '2025-07-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1163, 8074, '0', 'preview', '2025-07-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1164, 7966, '0', 'preview', '2025-07-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1165, 7752, '0', 'preview', '2025-07-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1166, 7750, '0', 'preview', '2025-07-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1167, 7751, '0', 'preview', '2025-07-23', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1168, 8146, '0', 'default', '2025-07-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1169, 8146, '0', 'preview', '2025-07-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1170, 7614, '0', 'default', '2025-07-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1171, 7614, '0', 'preview', '2025-07-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1172, 8114, '0', 'default', '2025-07-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1173, 8113, '0', 'preview', '2025-07-24', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1174, 7813, '0', 'default', '2025-07-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1175, 7813, '0', 'preview', '2025-07-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1176, 8101, '0', 'default', '2025-07-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1177, 8101, '0', 'preview', '2025-07-25', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1178, 7603, '0', 'default', '2025-07-25', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1179, 7751, '0', 'default', '2025-07-30', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1180, 7812, '0', 'default', '2025-07-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1181, 7812, '0', 'preview', '2025-07-30', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1182, 7618, '0', 'default', '2025-07-30', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1183, 7605, '0', 'default', '2025-07-31', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1184, 7642, '0', 'default', '2025-07-31', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1185, 7617, '0', 'default', '2025-07-31', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1186, 7752, '0', 'default', '2025-07-31', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1187, 7610, '0', 'default', '2025-07-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1188, 7610, '0', 'preview', '2025-07-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1189, 8101, '0', 'default', '2025-07-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1190, 8101, '0', 'preview', '2025-07-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1191, 7605, '0', 'preview', '2025-07-31', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1192, 7751, '0', 'default', '2025-07-31', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1193, 7750, '0', 'default', '2025-07-31', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1194, 7751, '0', 'default', '2025-08-01', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1195, 7750, '0', 'default', '2025-08-01', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1196, 7752, '0', 'default', '2025-08-01', 5);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1197, 8108, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1198, 7617, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1199, 8109, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1200, 7618, '0', 'default', '2025-08-01', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1201, 8135, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1202, 8136, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1203, 8140, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1204, 8141, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1205, 8137, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1206, 8142, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1207, 8138, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1208, 8139, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1209, 7629, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1210, 7630, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1211, 7631, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1212, 7640, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1213, 7814, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1214, 7813, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1215, 7973, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1216, 7974, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1217, 7971, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1218, 7972, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1219, 7638, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1220, 7639, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1221, 7975, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1222, 7976, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1223, 8113, '0', 'default', '2025-08-01', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1224, 7610, '0', 'default', '2025-08-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1225, 7610, '0', 'preview', '2025-08-01', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1226, 8113, '0', 'preview', '2025-08-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1227, 7642, '0', 'default', '2025-08-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1228, 7642, '0', 'preview', '2025-08-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1229, 7813, '0', 'preview', '2025-08-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1230, 7974, '0', 'preview', '2025-08-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1231, 7747, '0', 'preview', '2025-08-04', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1232, 7747, '0', 'default', '2025-08-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1233, 8140, '0', 'preview', '2025-08-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1234, 8140, '0', 'default', '2025-08-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1235, 7751, '0', 'preview', '2025-08-04', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1236, 7853, '0', 'default', '2025-08-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1237, 7853, '0', 'preview', '2025-08-04', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1238, 7854, '0', 'preview', '2025-08-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1239, 7973, '0', 'default', '2025-08-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1240, 7973, '0', 'preview', '2025-08-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1241, 7750, '0', 'preview', '2025-08-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1242, 7897, '0', 'preview', '2025-08-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1243, 7897, '0', 'default', '2025-08-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1244, 8114, '0', 'default', '2025-08-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1245, 8114, '0', 'preview', '2025-08-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1246, 8113, '0', 'default', '2025-08-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1247, 8113, '0', 'preview', '2025-08-05', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1248, 7814, '0', 'default', '2025-08-06', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1249, 7641, '0', 'default', '2025-08-06', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1250, 7642, '0', 'default', '2025-08-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1251, 7642, '0', 'preview', '2025-08-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1252, 8132, '0', 'default', '2025-08-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1253, 8132, '0', 'preview', '2025-08-06', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1254, 7616, '0', 'preview', '2025-08-07', 9);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1255, 7638, '0', 'preview', '2025-08-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1256, 7640, '0', 'preview', '2025-08-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1257, 7812, '0', 'preview', '2025-08-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1258, 7813, '0', 'preview', '2025-08-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1259, 7642, '0', 'preview', '2025-08-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1260, 7814, '0', 'preview', '2025-08-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1261, 7605, '0', 'preview', '2025-08-08', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1262, 7605, '0', 'default', '2025-08-11', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1263, 8146, '0', 'default', '2025-08-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1264, 8146, '0', 'preview', '2025-08-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1265, 7640, '0', 'preview', '2025-08-11', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1266, 7973, '0', 'default', '2025-08-11', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1267, 7640, '0', 'default', '2025-08-12', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1268, 7751, '0', 'preview', '2025-08-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1269, 8147, '0', 'preview', '2025-08-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1270, 8147, '0', 'default', '2025-08-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1271, 7974, '0', 'preview', '2025-08-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1272, 7974, '0', 'default', '2025-08-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1273, 7972, '0', 'preview', '2025-08-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1274, 7633, '0', 'preview', '2025-08-13', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1275, 7633, '0', 'default', '2025-08-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1276, 7605, '0', 'default', '2025-08-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1277, 7605, '0', 'preview', '2025-08-13', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1278, 7610, '0', 'preview', '2025-08-13', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1279, 7751, '0', 'default', '2025-08-14', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1280, 7751, '0', 'preview', '2025-08-14', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1281, 8135, '0', 'default', '2025-08-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1282, 8135, '0', 'preview', '2025-08-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1283, 8140, '0', 'default', '2025-08-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1284, 8140, '0', 'preview', '2025-08-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1285, 7747, '0', 'preview', '2025-08-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1286, 8101, '0', 'default', '2025-08-14', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1287, 8101, '0', 'preview', '2025-08-14', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1288, 8110, '0', 'default', '2025-08-15', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1289, 7751, '0', 'default', '2025-08-18', 4);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1290, 7751, '0', 'preview', '2025-08-18', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1291, 7750, '0', 'default', '2025-08-18', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1292, 7752, '0', 'preview', '2025-08-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1293, 7753, '0', 'preview', '2025-08-20', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1294, 7752, '0', 'default', '2025-08-21', 5);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1295, 7750, '0', 'default', '2025-08-21', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1296, 8143, '0', 'default', '2025-08-21', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1297, 7751, '0', 'default', '2025-08-21', 3);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1298, 7753, '0', 'preview', '2025-08-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1299, 7753, '0', 'default', '2025-08-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1300, 7616, '0', 'preview', '2025-08-21', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1301, 8143, '0', 'preview', '2025-08-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1302, 7751, '0', 'preview', '2025-08-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1303, 7752, '0', 'preview', '2025-08-21', 1);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1304, 7604, '0', 'default', '2025-08-22', 2);

INSERT IGNORE INTO `wp80_wpfd_statistics` (`id`, `related_id`, `uid`, `type`, `date`, `count`) VALUES (1305, 7605, '0', 'default', '2025-08-22', 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_wpfd_tokens` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `token` varchar(32) NOT NULL,
  `created_at` int(10) unsigned NOT NULL DEFAULT 0,
  `file_id` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_wpforms_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `message` longtext NOT NULL,
  `types` varchar(255) NOT NULL,
  `create_at` datetime NOT NULL,
  `form_id` bigint(20) DEFAULT NULL,
  `entry_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_wpforms_payment_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `payment_id` (`payment_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `meta_value` (`meta_value`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_wpforms_payments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `status` varchar(10) NOT NULL DEFAULT '',
  `subtotal_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `discount_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `total_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `currency` varchar(3) NOT NULL DEFAULT '',
  `entry_id` bigint(20) NOT NULL DEFAULT 0,
  `gateway` varchar(20) NOT NULL DEFAULT '',
  `type` varchar(12) NOT NULL DEFAULT '',
  `mode` varchar(4) NOT NULL DEFAULT '',
  `transaction_id` varchar(40) NOT NULL DEFAULT '',
  `customer_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_status` varchar(10) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `date_created_gmt` datetime NOT NULL,
  `date_updated_gmt` datetime NOT NULL,
  `is_published` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`(8)),
  KEY `total_amount` (`total_amount`),
  KEY `type` (`type`(8)),
  KEY `transaction_id` (`transaction_id`(32)),
  KEY `customer_id` (`customer_id`(32)),
  KEY `subscription_id` (`subscription_id`(32)),
  KEY `subscription_status` (`subscription_status`(8)),
  KEY `title` (`title`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES (1, 'wpforms_process_forms_locator_scan', 'W10=', '2024-07-16 21:00:18');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext DEFAULT NULL,
  `permalink_hash` varchar(40) DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) NOT NULL,
  `object_sub_type` varchar(32) DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `breadcrumb_title` text DEFAULT NULL,
  `post_status` varchar(20) DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext DEFAULT NULL,
  `primary_focus_keyword` varchar(191) DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text DEFAULT NULL,
  `twitter_image` longtext DEFAULT NULL,
  `twitter_description` longtext DEFAULT NULL,
  `twitter_image_id` varchar(191) DEFAULT NULL,
  `twitter_image_source` text DEFAULT NULL,
  `open_graph_title` text DEFAULT NULL,
  `open_graph_description` longtext DEFAULT NULL,
  `open_graph_image` longtext DEFAULT NULL,
  `open_graph_image_id` varchar(191) DEFAULT NULL,
  `open_graph_image_source` text DEFAULT NULL,
  `open_graph_image_meta` mediumtext DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  `schema_page_type` varchar(64) DEFAULT NULL,
  `schema_article_type` varchar(64) DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (1, 'https://benefitsmyway.mybenefitport.com/', '38:d77a719ff43ee7da5a52a313cef4797b', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Employee Benefits', 'Home', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL, NULL, '%%sitename%%', '', '', '0', NULL, NULL, NULL, 6, NULL, '2024-07-16 21:02:48', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-16 20:58:26', '2024-07-16 20:58:26', NULL);

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (2, NULL, NULL, NULL, 'system-page', 404, NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, 'Error 404: Page not found', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', 1, '0', '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-16 21:05:53', '2024-07-16 21:05:53', 1, NULL, NULL, NULL, NULL, '0', NULL, 1, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (3, 'https://benefitsmyway.mybenefitport.com/category/dental-coverage/', '63:d8c97d4a41596af4d126ef9f41f70582', 5, 'term', 'category', NULL, NULL, NULL, NULL, 'Dental Coverage', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-07-16 21:13:29', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-16 21:13:29', NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (4, 'https://benefitsmyway.mybenefitport.com/category/enrollment-and-eligibility/', '74:2271ca7a2c3416bd3604f4bf5f4cb44e', 6, 'term', 'category', NULL, NULL, NULL, NULL, 'Enrollment and Eligibility', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-07-16 21:13:29', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-16 21:13:29', NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (5, 'https://benefitsmyway.mybenefitport.com/category/income-protection/', '65:e2eaaf5838de4697a8f3d3ec53e68306', 7, 'term', 'category', NULL, NULL, NULL, NULL, 'Income Protection', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-07-16 21:13:29', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-16 21:13:29', NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (6, 'https://benefitsmyway.mybenefitport.com/category/medical-coverage/', '64:971fefcd48fa964a4fa4c4b09b127e72', 8, 'term', 'category', NULL, NULL, NULL, NULL, 'Medical Coverage', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-07-16 21:13:29', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-16 21:13:29', NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (7, 'https://benefitsmyway.mybenefitport.com/category/savings-accounts/', '64:a7ad85049660e6c991b7d488ba154f92', 9, 'term', 'category', NULL, NULL, NULL, NULL, 'Savings Accounts', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-07-16 21:13:29', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-16 21:13:29', NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (8, 'https://benefitsmyway.mybenefitport.com/category/vision-coverage/', '63:f61e3a009b97e30808f2b7e1a887cbd6', 10, 'term', 'category', NULL, NULL, NULL, NULL, 'Vision Coverage', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-07-16 21:13:29', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-16 21:13:29', NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (9, 'https://benefitsmyway.mybenefitport.com/?page_id=3', '48:5195254b498dc266a54d906ccc3a4713', 3, 'post', 'page', 1, '0', NULL, NULL, 'Privacy Policy', 'draft', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-16 21:15:45', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-16 20:58:26', '2024-07-16 20:58:26', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (10, 'https://benefitsmyway.mybenefitport.com/author/traci.mitchell/', '60:ec832bc3655a0186d27be5bfbf2e3c1b', 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/71ac1381c7c67da2e7422b3153133227?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/71ac1381c7c67da2e7422b3153133227?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2024-07-16 21:15:45', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-16 21:12:29', '2024-07-16 20:58:26', NULL);

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (11, 'https://benefitsmyway.mybenefitport.com/sample-page/', '50:bc4293afcc98fdf327a56c47aae58d0c', 2, 'post', 'page', 1, '0', NULL, NULL, 'Sample Page', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-16 21:15:45', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-16 20:58:26', '2024-07-16 20:58:26', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (12, 'https://benefitsmyway.mybenefitport.com/eligibility/', '50:8a781dc43e1bcc3489cee8f83afe73fb', 5751, 'post', 'page', 1, '0', NULL, NULL, 'Eligibility', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL, '2024-07-16 21:16:12', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2023-05-10 18:13:50', '2023-05-10 18:13:50', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (13, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', '61:e506babcf0e841ceb819b837b4d7860b', 1, 'post', 'post', 1, '0', NULL, NULL, 'Hello world!', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 28, NULL, '2024-07-16 21:16:12', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-16 20:58:26', '2024-07-16 20:58:26', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (14, 'https://benefitsmyway.mybenefitport.com/medical-rx-2/', '51:0d1437e116f5672c98c2baa1c87caa36', 5875, 'post', 'page', 1, '0', NULL, NULL, 'Medical &#038; Prescriptions 2', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL, '2024-07-16 21:16:13', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2023-05-10 21:23:34', '2023-05-10 21:23:34', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (15, 'https://benefitsmyway.mybenefitport.com/dental/', '45:8a204a656173fdc4be7b44b54f5a5292', 5959, 'post', 'page', 1, '0', NULL, NULL, 'Dental', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL, '2024-07-16 21:16:13', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2023-05-11 00:21:53', '2023-05-11 00:21:53', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (16, 'https://benefitsmyway.mybenefitport.com/vision/', '45:0be3739c480858177a272562b41be948', 5971, 'post', 'page', 1, '0', NULL, NULL, 'Vision', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 'http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/vision-bottom.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/vision-bottom.jpg', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2024-07-16 21:16:13', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2023-05-11 00:43:43', '2023-05-11 00:43:43', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (17, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/', '67:5baba85c3af529ad8fbbec2fddf6a7ab', 6996, 'post', 'post', 1, '0', NULL, NULL, 'Tobacco Cessation', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 20, NULL, '2024-07-16 21:16:14', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-02 23:05:42', '2024-07-02 23:05:42', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (18, 'https://benefitsmyway.mybenefitport.com/', '38:d77a719ff43ee7da5a52a313cef4797b', 77, 'post', 'page', 1, '0', NULL, NULL, 'Home', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL, '2024-07-16 21:16:15', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-06-20 22:08:15', '2024-06-20 22:08:15', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (19, 'https://benefitsmyway.mybenefitport.com/video-library/', '52:0a267312c80dbb9e27dab4eadebf34e6', 6069, 'post', 'page', 1, '0', NULL, NULL, 'Video Library', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '2024-07-16 21:16:16', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2023-05-11 15:41:47', '2023-05-11 15:41:47', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (20, 'https://benefitsmyway.mybenefitport.com/contacts/', '47:f475a5092166f504de1f2293cc77d716', 6079, 'post', 'page', 1, '0', NULL, NULL, 'Contacts', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, NULL, '2024-07-16 21:16:16', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2023-05-11 15:51:59', '2023-05-11 15:51:59', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (21, 'https://benefitsmyway.mybenefitport.com/tobacco-surcharge/', '56:b21feefc4fa414a903c944c9015a217f', 6771, 'post', 'page', 1, '0', NULL, NULL, 'Tobacco Surcharge', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '2024-07-16 21:16:16', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-06 17:06:38', '2024-07-06 17:06:38', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (22, 'https://benefitsmyway.mybenefitport.com/qualifying-life-events/', '61:ce92280d80e867e0418b8a95f049d7b0', 6798, 'post', 'page', 1, '0', NULL, NULL, 'Qualifying Life Events', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '2024-07-16 21:16:17', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-06 17:27:19', '2024-07-06 17:27:19', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (23, 'https://benefitsmyway.mybenefitport.com/enrollment-checklist/', '59:009a664b726a3d3233a46d0a433834e0', 6807, 'post', 'page', 1, '0', NULL, NULL, 'Enrollment Checklist', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '2024-07-16 21:16:17', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-06 17:55:56', '2024-07-06 17:55:56', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (24, 'https://benefitsmyway.mybenefitport.com/regional-medical-plan-options/', '68:8549c9d76a83d52455db91a080ccfa31', 6819, 'post', 'page', 1, '0', NULL, NULL, 'Regional Medical Plan Options', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, NULL, '2024-07-16 21:16:17', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-06 18:27:29', '2024-07-06 18:27:29', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (25, 'https://benefitsmyway.mybenefitport.com/savings-and-spending-accounts/', '68:3e2d0de77306152176f89389c4e7051b', 6844, 'post', 'page', 1, '0', NULL, NULL, 'Savings and Spending Accounts', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 'http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-1.jpg', NULL, 'first-content-image', NULL, 4, NULL, NULL, '2024-07-16 21:16:18', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-06 21:59:12', '2024-07-06 21:59:12', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (26, 'https://benefitsmyway.mybenefitport.com/documents/', '48:1c2d44998daf0bd86e0cd7b723dddee8', 6882, 'post', 'page', 1, '0', NULL, NULL, 'Documents', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '2024-07-16 21:16:18', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-07 19:15:15', '2024-07-07 19:15:15', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (27, 'https://benefitsmyway.mybenefitport.com/medical-rx-1/', '51:7ef03f12f30085812a2629facafa066f', 6938, 'post', 'page', 1, '0', NULL, NULL, 'Medical &#038; Prescriptions 1', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, 'http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1.jpg', NULL, 'first-content-image', NULL, 9, NULL, NULL, '2024-07-16 21:16:18', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-09 17:09:22', '2024-07-09 17:09:22', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (28, 'https://benefitsmyway.mybenefitport.com/glossary/', '47:8ef7cd1e5b08f7132ac8127032c2bad2', 6946, 'post', 'page', 1, '0', NULL, NULL, 'glossary', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-07-16 21:16:18', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-10 17:20:38', '2024-07-10 17:20:38', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (29, 'https://benefitsmyway.mybenefitport.com/medical-rx-3/', '51:bc706682250618c506f7f653629aad40', 6966, 'post', 'page', 1, '0', NULL, NULL, 'Medical &#038; Prescriptions 3', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, NULL, '2024-07-16 21:16:18', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-07-09 18:03:42', '2024-07-09 18:03:42', '0');

INSERT IGNORE INTO `wp80_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (30, 'https://benefitsmyway.mybenefitport.com/?p=7022', '45:5a11aa3bf392c0dfdfe70d7761fc441d', 7022, 'post', 'post', 1, '0', NULL, NULL, '?How To Use Our App? &#8211; Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', 'draft', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-16 21:16:19', '2025-08-24 14:42:31', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (3, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (4, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (5, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (6, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (7, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (8, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (9, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (10, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (11, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (12, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (13, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (14, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (15, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (16, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (17, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (18, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (19, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (20, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (21, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (22, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (23, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (24, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (25, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (26, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (27, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (28, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (29, '0', '0', 1);

INSERT IGNORE INTO `wp80_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (30, '0', '0', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wp80_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (1, 20171228151840);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (2, 20171228151841);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (3, 20190529075038);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (4, 20191011111109);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (5, 20200408101900);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (6, 20200420073606);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (7, 20200428123747);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (8, 20200428194858);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (9, 20200429105310);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (10, 20200430075614);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (11, 20200430150130);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (12, 20200507054848);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (13, 20200513133401);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (14, 20200609154515);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (15, 20200616130143);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (16, 20200617122511);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (17, 20200702141921);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (18, 20200728095334);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (19, 20201202144329);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (20, 20201216124002);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (21, 20201216141134);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (22, 20210817092415);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (23, 20211020091404);

INSERT IGNORE INTO `wp80_yoast_migrations` (`id`, `version`) VALUES (24, 20230417083836);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp80_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=145 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (1, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 5751, 1, 'internal', 12, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (2, 'https://wordpress.org/', 5751, NULL, 'external', 12, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (3, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 5751, 1, 'internal', 12, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (4, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 5875, 1, 'internal', 14, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (5, 'https://wordpress.org/', 5875, NULL, 'external', 14, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (6, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 5875, 1, 'internal', 14, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (7, 'http://whyuhc.com/owensminor', 5875, NULL, 'external', 14, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (8, 'http://join.surest.com/OwensMinor', 5875, NULL, 'external', 14, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (9, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1.jpg?w=1080', 5875, NULL, 'image-ex', 14, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (10, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/2.jpg?w=1080', 5875, NULL, 'image-ex', 14, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (11, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/3.jpg?w=1080', 5875, NULL, 'image-ex', 14, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (12, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 5959, 1, 'internal', 15, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (13, 'https://wordpress.org/', 5959, NULL, 'external', 15, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (14, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 5959, 1, 'internal', 15, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (15, 'http://deltadentalva.com', 5959, NULL, 'external', 15, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (16, 'http://whyuhc.com/owensminor', 5971, NULL, 'external', 16, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (17, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 5971, 1, 'internal', 16, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (18, 'https://wordpress.org/', 5971, NULL, 'external', 16, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (19, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 5971, 1, 'internal', 16, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (20, 'http://www.example.com', 5971, NULL, 'external', 16, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (21, 'http://www.example.com', 5971, NULL, 'external', 16, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (22, 'http://www.example.com', 5971, NULL, 'external', 16, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (23, 'http://www.example.com', 5971, NULL, 'external', 16, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (24, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/vision-bottom.jpg?resize=1080%2C342', 5971, NULL, 'image-ex', 16, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (25, 'https://tier3.customcommsolutions.com/tobacco-cessation/', 6996, NULL, 'external', 17, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (26, '', 77, NULL, 'internal', 18, 1, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (27, '', 77, NULL, 'internal', 18, 1, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (28, 'https://owensandminor.mybenefitport.com/medical-rx-1', 77, NULL, 'external', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (29, 'http://owensandminor.mybenefitport.com/vision/', 77, NULL, 'external', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (30, 'http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf', 77, NULL, 'external', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (31, 'http://owensandminor.mybenefitport.com/wp-content/uploads/2024/07/2024_OwensMinor_8.5x11_OE_Benefits_Guide_HR.pdf', 77, NULL, 'external', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (32, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/om-logo-color.png?w=1080', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (33, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/eligibility-a.jpg?w=1080', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (34, 'https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/dental-a.jpg?w=1080&amp;ssl=1', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (35, 'https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/coc-a.jpg?w=1080&amp;ssl=1', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (36, 'https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/fsa-a.jpg?w=1080&amp;ssl=1', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (37, 'https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/glossary-a.jpg?w=1080&amp;ssl=1', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (38, 'https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/med-a-1.jpg?w=1080&amp;ssl=1', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (39, 'https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vision-a.jpg?w=1080&amp;ssl=1', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (40, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/eap-still.jpg?w=1080', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (41, 'https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/life-a.jpg?w=1080&amp;ssl=1', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (42, 'https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/contacts-a.jpg?w=1080&amp;ssl=1', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (43, 'https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/hsa-a.jpg?w=1080&amp;ssl=1', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (44, 'https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/tele-a.jpg?w=1080&amp;ssl=1', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (45, 'https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/401k-a-1.jpg?w=1080&amp;ssl=1', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (46, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/vol-a.jpg?w=1080', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (47, 'https://i0.wp.com/ptsolutions.mybenefitport.com/wp-content/uploads/2023/06/vids-a.jpg?w=1080&amp;ssl=1', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (48, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/guide_cover_2.png?w=1080', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (49, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1234.jpg?w=1080', 77, NULL, 'image-ex', 18, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (50, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 6069, 1, 'internal', 19, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (51, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/', 6069, 6996, 'internal', 19, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (52, 'https://wordpress.org/', 6069, NULL, 'external', 19, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (53, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 6069, 1, 'internal', 19, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (54, 'https://wordpress.org/', 6069, NULL, 'external', 19, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (55, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/#comment-2', 6069, 6996, 'internal', 19, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (56, 'https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=ninja_tables#/tables/6734', 6079, NULL, 'internal', 20, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (57, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 6079, 1, 'internal', 20, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (58, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/', 6079, 6996, 'internal', 20, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (59, 'https://wordpress.org/', 6079, NULL, 'external', 20, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (60, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 6079, 1, 'internal', 20, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (61, 'https://wordpress.org/', 6079, NULL, 'external', 20, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (62, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/#comment-2', 6079, 6996, 'internal', 20, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (63, 'http://quitnow.net', 6771, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (64, 'http://kp.org/quitsmoking', 6771, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (65, 'http://upmchealthplan.com', 6771, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (66, 'mailto:HRServiceCenter@owens-minor.com', 6771, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (67, 'mailto:HRServiceCenter@owens-minor.com', 6771, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (68, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 6771, 1, 'internal', 21, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (69, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/', 6771, 6996, 'internal', 21, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (70, 'https://wordpress.org/', 6771, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (71, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 6771, 1, 'internal', 21, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (72, 'https://wordpress.org/', 6771, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (73, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/#comment-2', 6771, 6996, 'internal', 21, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (74, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 6798, 1, 'internal', 22, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (75, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/', 6798, 6996, 'internal', 22, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (76, 'https://wordpress.org/', 6798, NULL, 'external', 22, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (77, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 6798, 1, 'internal', 22, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (78, 'https://wordpress.org/', 6798, NULL, 'external', 22, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (79, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/#comment-2', 6798, 6996, 'internal', 22, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (80, 'http://calendly.com/owensandminor', 6807, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (81, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 6807, 1, 'internal', 23, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (82, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/', 6807, 6996, 'internal', 23, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (83, 'https://wordpress.org/', 6807, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (84, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 6807, 1, 'internal', 23, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (85, 'https://wordpress.org/', 6807, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (86, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/#comment-2', 6807, 6996, 'internal', 23, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (87, 'http://select.kaiserpermanente.org/owens-and-minor', 6819, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (88, 'https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=ninja_tables#/tables/6825', 6819, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (89, 'https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=ninja_tables#/tables/6828', 6819, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (90, 'https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=ninja_tables#/tables/6831', 6819, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (91, 'https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=ninja_tables#/tables/6835', 6819, NULL, 'internal', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (92, 'http://UPMCHealthPlan.com', 6819, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (93, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 6819, 1, 'internal', 24, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (94, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/', 6819, 6996, 'internal', 24, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (95, 'https://wordpress.org/', 6819, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (96, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 6819, 1, 'internal', 24, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (97, 'https://wordpress.org/', 6819, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (98, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/#comment-2', 6819, 6996, 'internal', 24, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (99, 'http://irs.gov/publications/p502/index.html', 6844, NULL, 'external', 25, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (100, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 6844, 1, 'internal', 25, 13, NULL, NULL, NULL, NULL, NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (101, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/', 6844, 6996, 'internal', 25, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (102, 'https://wordpress.org/', 6844, NULL, 'external', 25, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (103, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 6844, 1, 'internal', 25, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (104, 'https://wordpress.org/', 6844, NULL, 'external', 25, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (105, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/#comment-2', 6844, 6996, 'internal', 25, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (106, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-1.jpg?resize=1080%2C136', 6844, NULL, 'image-ex', 25, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (107, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-2.jpg?resize=1080%2C136', 6844, NULL, 'image-ex', 25, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (108, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa-3.jpg?resize=1080%2C136', 6844, NULL, 'image-ex', 25, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (109, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/GettyImages-535199239-scaled.jpg?w=1080', 6844, NULL, 'image-ex', 25, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (110, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/hsa.png?resize=1080%2C593', 6844, NULL, 'image-ex', 25, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (111, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 6882, 1, 'internal', 26, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (112, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/', 6882, 6996, 'internal', 26, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (113, 'https://wordpress.org/', 6882, NULL, 'external', 26, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (114, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 6882, 1, 'internal', 26, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (115, 'https://wordpress.org/', 6882, NULL, 'external', 26, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (116, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/#comment-2', 6882, 6996, 'internal', 26, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (117, 'https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=ninja_tables#/tables/6720', 6938, NULL, 'internal', 27, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (118, 'http://whyuhc.com/owensminor', 6938, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (119, 'http://join.surest.com/OwensMinor', 6938, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (120, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 6938, 1, 'internal', 27, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (121, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/', 6938, 6996, 'internal', 27, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (122, 'https://wordpress.org/', 6938, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (123, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 6938, 1, 'internal', 27, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (124, 'https://wordpress.org/', 6938, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (125, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/#comment-2', 6938, 6996, 'internal', 27, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (126, '', 6938, NULL, 'internal', 27, 1, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (127, '', 6938, NULL, 'internal', 27, 1, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (128, '', 6938, NULL, 'internal', 27, 1, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (129, '', 6938, NULL, 'internal', 27, 1, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (130, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1.jpg?resize=1080%2C213', 6938, NULL, 'image-ex', 27, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (131, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/2.jpg?resize=1080%2C213', 6938, NULL, 'image-ex', 27, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (132, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/3.jpg?resize=1080%2C210', 6938, NULL, 'image-ex', 27, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (133, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/', 6966, 1, 'internal', 29, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (134, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/', 6966, 6996, 'internal', 29, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (135, 'https://wordpress.org/', 6966, NULL, 'external', 29, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (136, 'https://benefitsmyway.mybenefitport.com/2024/07/16/hello-world/#comment-1', 6966, 1, 'internal', 29, 13, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (137, 'https://wordpress.org/', 6966, NULL, 'external', 29, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (138, 'https://benefitsmyway.mybenefitport.com/2024/07/02/tobacco-cessation/#comment-2', 6966, 6996, 'internal', 29, 17, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (139, 'https://benefitsmyway.mybenefitport.com/wp-admin/admin.php?page=ninja_tables#/tables/6720', 6966, NULL, 'internal', 29, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (140, 'http://whyuhc.com/owensminor', 6966, NULL, 'external', 29, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (141, 'http://join.surest.com/OwensMinor', 6966, NULL, 'external', 29, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (142, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/1.jpg?w=1080', 6966, NULL, 'image-ex', 29, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (143, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/2.jpg?w=1080', 6966, NULL, 'image-ex', 29, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp80_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (144, 'https://i0.wp.com/owensandminor.mybenefitport.com/wp-content/uploads/2024/07/3.jpg?w=1080', 6966, NULL, 'image-ex', 29, NULL, NULL, NULL, NULL, NULL, NULL);